2010年12月6日

删除多余内核

摘要: 三、删除多余内核1,首先要使用这个命令查看当前Ubuntu系统使用的内核uname -a2,再查看所有内核dpkg --get-selections|grep linux3,最后小心翼翼地删除吧sudo apt-get remove linux-image-2.6.32-22-genericps:linux-image-xxxxxx-generic 就是要删除的内核版本还有linux-headers-xxxxxxlinux-headers-xxxxxx-generic 总之中间有“xxxxxx”那段的旧内核都能删,注意一般选内核号较小的删。 阅读全文

posted @ 2010-12-06 23:56 ATAK 阅读(263) 评论(0) 推荐(0)

密钥公钥连接不上服务器的解决方案

摘要: FROM:http://zh.netlog.com/groups/ubuntufan/forum/messageid=7771加PPA源的时候提示:gpg: 下载密钥‘0624A220’,从 hkp 服务器 keyserver.ubuntu.comgpgkeys: HTTP fetch error 7: couldn't connect to hostgpg: 找不到有效的 OpenPGP 数据。gpg: 合计被处理的数量:0:~# gpg --keyserver subkeys.pgp.net --recv 55BE302Bgpg: 下载密钥‘55BE302B’,从 hkp 服务器 subk 阅读全文

posted @ 2010-12-06 19:01 ATAK 阅读(14957) 评论(2) 推荐(0)

导航