Last active
August 17, 2017 02:36
-
-
Save joeljacobs/aba35f513ddfffc7a414221d1a7affea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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