Created
February 3, 2026 14:35
-
-
Save lando2319/5a9ff4a57d76db3825bd9b9de0d44b3f 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
| # See action | |
| sudo du -hd1 /var 2>/dev/null | sort -h | |
| # clear | |
| sudo bash -lc 'export TMPDIR=/dev/shm; apt-get clean; rm -rf /var/cache/apt/archives/* /var/cache/apt/archives/partial/*; df -hT /' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment