Skip to content

Instantly share code, notes, and snippets.

@tiberiucorbu
Last active March 14, 2016 11:21
Show Gist options
  • Save tiberiucorbu/d00d98e59a77aa3ceed6 to your computer and use it in GitHub Desktop.
Save tiberiucorbu/d00d98e59a77aa3ceed6 to your computer and use it in GitHub Desktop.
Most common linux - unbuntu commands or tasks that I keep forget how to do.

Disable sudo password

sudo visudo

Add line at the bottom:

username ALL=(ALL) NOPASSWD: ALL

Check free / ocuppy space

Nice shell program explorer - but must be manual installed

ncdu

Present by default

df -h

-h means "for humans"

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