Skip to content

Instantly share code, notes, and snippets.

@ozooxo
Last active September 29, 2017 17:08
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 ozooxo/9959489 to your computer and use it in GitHub Desktop.
Save ozooxo/9959489 to your computer and use it in GitHub Desktop.
clean up ubuntu disk space
sudo apt-get clean # cleaning up of the apt cache. it gives me roughly 500MB cache
sudo apt-get purge linux-image-3.5.0-37-generic # roughly 100MB per removed kernal. kernal list is in /boot/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment