LVM增長與縮小Swap分區操做html
http://blog.sina.com.cn/s/blog_5f2ca1ed0101ebw8.htmllinux
Ubuntu刪除多餘內核spa
# dpkg --get-selections | grep linux # apt-get purge linux-headers-3.0.0-12 linux-image-3.0.0-12-generic # update-grub
Ubuntu清理安裝包、已卸載軟件、已卸載軟件依賴等code
查看安裝包占用空間 $ du -h /var/cache/apt/archives 刪除無用軟件包 # apt-get autoclean; apt-get clean; apt-get autoremove