Scientific Computing
Monday, March 18, 2013
remove old linux kernel in ubuntu
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 remove
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)