Last active
April 7, 2019 22:41
-
-
Save aausch/df46c53860911bd23fdf3983b8667cb4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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