Skip to content

Instantly share code, notes, and snippets.

@adierebel
Created October 19, 2020 03:40
Show Gist options
  • Save adierebel/c4d73f70518960463741e2ae0f915e57 to your computer and use it in GitHub Desktop.
Save adierebel/c4d73f70518960463741e2ae0f915e57 to your computer and use it in GitHub Desktop.
Linux Command Cheatsheet

Linux Command Cheatsheet

Jurus pamungkas saya dalam dunia per-linux-an...

SSH

  • ssh username@server -p 22 > Login SSH
  • ssh-copy-id username@server > Copy ssh key
  • ssh-keygen -t rsa > Generate ssh key

Storage

  • du -shc ~/* > Lihat ukuran folder
  • df -h / > Lihat ukuran root device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment