Skip to content

Instantly share code, notes, and snippets.

@itspluxstahre
Created February 3, 2012 20:17
Show Gist options
  • Save itspluxstahre/1732196 to your computer and use it in GitHub Desktop.
Save itspluxstahre/1732196 to your computer and use it in GitHub Desktop.
Clean up old linux kernels
dpkg -l linux-* | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get -y purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment