Skip to content

Instantly share code, notes, and snippets.

@wgzhao
Created November 12, 2014 06:49
Show Gist options
  • Select an option

  • Save wgzhao/8a415977f2212d4193c3 to your computer and use it in GitHub Desktop.

Select an option

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