Skip to content

Instantly share code, notes, and snippets.

@wgzhao
Created November 12, 2014 06:49
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 wgzhao/8a415977f2212d4193c3 to your computer and use it in GitHub Desktop.
Save wgzhao/8a415977f2212d4193c3 to your computer and use it in GitHub Desktop.
remove all old kernel image for Debian
sudo aptitude remove $(dpkg -l linux-image* linux-headers* |grep ^ii |grep -v `uname -r` |awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment