Skip to content

Instantly share code, notes, and snippets.

@uolot
Created September 11, 2013 19:14
Show Gist options
  • Save uolot/6528388 to your computer and use it in GitHub Desktop.
Save uolot/6528388 to your computer and use it in GitHub Desktop.
Debian/Ubuntu - free up disk space
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get autoremove
sudo apt-get install localepurge
# remove old kernels
dpkg --get-selections | grep linux-image
sudo apt-get remove --purge linux-image-X.X.XX-XX-generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment