Skip to content

Instantly share code, notes, and snippets.

@suhailvs
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suhailvs/1ebe14ffbb1ea6eacde3 to your computer and use it in GitHub Desktop.
Save suhailvs/1ebe14ffbb1ea6eacde3 to your computer and use it in GitHub Desktop.
Terminal Commands

to kill all process:

killall -9 <name>

to copy file to server:

scp <filename> root@djangoer.com:

to get disk usage:

df

to get disk usage in largest possible unit:

df -h

to get current folder size:

dh -h .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment