Skip to content

Instantly share code, notes, and snippets.

@joeljacobs
Last active August 17, 2017 02:36
Show Gist options
  • Save joeljacobs/aba35f513ddfffc7a414221d1a7affea to your computer and use it in GitHub Desktop.
Save joeljacobs/aba35f513ddfffc7a414221d1a7affea to your computer and use it in GitHub Desktop.
# du with only 1 filesystem
du -achxd1 |sort -h
# Ubuntu14 Service Management
update-rc.d -f <service> remove
service --status-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment