Skip to content

Instantly share code, notes, and snippets.

@aausch
Last active April 7, 2019 22:41
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 aausch/df46c53860911bd23fdf3983b8667cb4 to your computer and use it in GitHub Desktop.
Save aausch/df46c53860911bd23fdf3983b8667cb4 to your computer and use it in GitHub Desktop.
# disk usage
sudo du -cha --max-depth=1 / | grep -E "M|G"
# ubuntu boot log, for previous boot
journalctl -b-1 --no-pager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment