<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[实践OK]删除Ubuntu多余的开机启动项（旧的内核）]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Thu, 22 Jun 2017 15:55:57 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	实践发现：删除多了一个linux-image-extra-4..0-78-generic,应该留下俩。 <br/><br/>当linux有新的内核发布时，ubuntu会把当前的内核更新为最新的内核，时间久了，电脑中会同时存在多个内核，最明显的是每次开机的时候，会有多个开机选项，比较麻烦。如果自己不想再使用以前的内核，可以考虑删除旧的内核，一来可以释放部分硬盘资源（一个内核100多M的样子吧），二来开机界面比较清新。 <br/><br/><br/><br/>1.sunny@ubuntu:~$ dpkg --get-selections&#124;grep linux-image <br/>linux-image-2.6.38-10-generic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install <br/>linux-image-2.6.38-11-generic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install <br/>linux-image-2.6.38-12-generic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install <br/>linux-image-2.6.38-13-generic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install <br/>linux-image-generic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install <br/><br/><br/><br/>2.查看当前使用的内核 <br/><br/>sunny@ubuntu:~$ uname -a <br/>Linux ubuntu 2.6.38-13-generic #56-Ubuntu SMP Tue Feb 14 12:40:40 UTC 2012 i686 i686 i386 GNU/Linux <br/><br/><br/><br/>3.删除其它旧的内核 <br/><br/>sunny@ubuntu:~$ sudo apt-get remove linux-image-2.6.38-10-generic linux-image-2.6.38-11-generic linux-image-2.6.38-12-generic <br/><br/><br/><br/>4. 然后做下清理（可有可无） <br/><br/>sunny@ubuntu/usr/src sudo apt−get clean <br/>sunny@ubuntu:/usr/srcsudoapt−getclean <br/>sunny@ubuntu:/usr/src sudo apt-get autoclean <br/><br/><br/>ubuntu中删除显示为deinstall的linux内核: <br/>http://blog.csdn.net/iam333/article/details/37874683 <br/><br/>下次开机就没有那些旧的内核了。 <br/>来自：http://www.cnblogs.com/king-77024128/articles/2507280.html <br/><br/>http://blog.csdn.net/u010987458/article/details/72381998
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]删除Ubuntu多余的开机启动项（旧的内核）]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>