Advanced Search
Search Results
3 total results found
SSH Setup & Security
SSH File Structure File-/Folder Structure Description Security ~ User Home Directory (e.g. ~ can be /home/username) ~/.ssh SSH Ordner im Home Verzeichnis chmod 700 ~/.ssh ~/.ssh/config Erstelle einen neuen Host Eintrag in der ...
Git Commands
Git Commands (common) Command Description git help Show help information about git commands git init Init new git project in current folder (folder needs to be empty) git clone git@github.com:myusername/myrepositoryname.git ...
Common Commands
Help Commands Command Description compgen -c Show all commands compgen -a Show all alias commands compgen -A function Show available functions man <command> Show manual page of a command (more info than --help) <command> --...