LVM增加与缩小Swap分区操作

  http://blog.sina.com.cn/s/blog_5f2ca1ed0101ebw8.html

 

Ubuntu删除多余内核

# dpkg --get-selections | grep linux
# apt-get purge linux-headers-3.0.0-12 linux-image-3.0.0-12-generic
# update-grub

 

Ubuntu清理安装包、已卸载软件、已卸载软件依赖等

查看安装包占用空间
$ du -h /var/cache/apt/archives
删除无用软件包
# apt-get autoclean; apt-get clean; apt-get autoremove

 

相关文章:

  • 2021-08-14
  • 2021-06-19
  • 2022-03-01
  • 2021-12-22
猜你喜欢
  • 2022-01-19
  • 2021-05-13
  • 2021-11-12
  • 2021-09-03
  • 2021-07-24
  • 2021-08-22
  • 2021-05-26
相关资源
相似解决方案