Created
September 22, 2017 20:43
-
-
Save sleepdefic1t/a859a39025c6c364cc6233f0813e1454 to your computer and use it in GitHub Desktop.
Commands for checking free space and cleaning packages of RPi install.
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
df -Bm | |
sudo apt-get clean | |
df -Bm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment