Cheat-Sheets

Great Source: devhints

Terminal Cheat sheets

  • cheat.sh/{Service/Cmnd/Program}

Misc Commands:

SSh

  • ssh-keygen | create a new public/private key
  • mkdir .ssh
  • nano .ssh/authorized_keys | Add public keys that are authorized here.
  • nano /etc/ssh/sshd_config
  • ssh -i ~/.ssh/id_somehubs user@host | Allows specifing custom key.

Sudo not found

su - apt install sudo usermod -aG sudo exit /etc/ssh/sshd_config

Speed test CLI