<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>落 &#187; Ubuntu</title>
	<atom:link href="http://liluo.org/tags/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://liluo.org</link>
	<description>落就是一道风景线……</description>
	<lastBuildDate>Tue, 09 Aug 2011 11:22:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 删除旧内核方法</title>
		<link>http://liluo.org/2010/06/ubuntu-%e5%88%a0%e9%99%a4%e6%97%a7%e5%86%85%e6%a0%b8%e6%96%b9%e6%b3%95/</link>
		<comments>http://liluo.org/2010/06/ubuntu-%e5%88%a0%e9%99%a4%e6%97%a7%e5%86%85%e6%a0%b8%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 08:32:33 +0000</pubDate>
		<dc:creator>落落</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://liluo.org/?p=537</guid>
		<description><![CDATA[使用Ubuntu有一段时间了，在Ubuntu＋XP的双系统电脑上启动菜单无端多出来几排。看了一下原来有 Linux 2.6.32-22 和 Linux 2.6.32-21两个内核，虽然影响不大，但看着还是不舒服，于是想办法删除旧的系统内核。对于未知的问题Google之。
首先查看电脑中存在的系统内核版本，在终端输入：
dpkg --get-selections&#124;grep linux
如果出现1个以上的2.6.xx字样，说明系统中存在多个内核。那么，删掉无用的内核吧（当然也有人喜欢保留多个以备不时之需）。在删除其他内核之前要确认自己现在使用的版本，用命令查看：
uname -a 
落落的电脑出现以下信息：
Linux luo-ubuntu 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux
说明目前使用的是Linux 2.6.32-22版本的内核（目前也是Ubuntu中最近更新的），需要删除2.6.32-21，有2种方法：
第1种：使用命令行

sudo apt-get remove linux-image-2.6.32-21-generic
sudo apt-get remove linux-headers-2.6.32-21-generic

其中2.6.32-21是要删除的版本，如果要删除多个旧内核分别依次使用命令删除。
卸载后，在启动菜单里还有其选项，这样我们需要修改启动菜单，用命令打开menu.lst
sudo gedit /boot/grub/menu.lst
然后找到不需要的菜单将其删除，另外还要注意修改default的值来改变默认启动项。
第2种：使用新立得软件管理（推荐）
System（系统）－Administation（管理）－Synaptic Package Manager（新立得软件管理），搜索“2.6.32-21”（要删除的linux内核版本号），找到以下类似内容：

linux-headers-2.6.32-21 install
linux-headers-2.6.32-21-generic install
linux-image-2.6.32-21-generic install

选中右键 mark for complete removal（标记以便彻底删除），然后点击Apply（应用）。
OK，这样我们已经把Ubuntu中旧的Linux内核删除。
]]></description>
		<wfw:commentRss>http://liluo.org/2010/06/ubuntu-%e5%88%a0%e9%99%a4%e6%97%a7%e5%86%85%e6%a0%b8%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 桌面培训教程</title>
		<link>http://liluo.org/2010/04/ubuntu-%e6%a1%8c%e9%9d%a2%e5%9f%b9%e8%ae%ad/</link>
		<comments>http://liluo.org/2010/04/ubuntu-%e6%a1%8c%e9%9d%a2%e5%9f%b9%e8%ae%ad/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 05:32:13 +0000</pubDate>
		<dc:creator>落落</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[培训]]></category>
		<category><![CDATA[桌面]]></category>

		<guid isPermaLink="false">http://liluo.org/?p=373</guid>
		<description><![CDATA[本课程为家庭用户和办公室用户提供 Ubuntu 操作系统的培训。目标对象不必预先了解 Ubuntu，但必须具备基本的计算机使用能力。要开始学习本课程，请先在您的计算机硬盘上安装 Ubuntu 9.10。]]></description>
		<wfw:commentRss>http://liluo.org/2010/04/ubuntu-%e6%a1%8c%e9%9d%a2%e5%9f%b9%e8%ae%ad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 LTS</title>
		<link>http://liluo.org/2010/04/ubuntu-10-04-lts/</link>
		<comments>http://liluo.org/2010/04/ubuntu-10-04-lts/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 08:15:39 +0000</pubDate>
		<dc:creator>落落</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://liluo.org/?p=369</guid>
		<description><![CDATA[Ubuntu 10.04 LTS 将于2010年04月29日发布。OK，下面是对Ubuntu知识普及的扫盲专题~

1、Ubuntu是什么？]]></description>
		<wfw:commentRss>http://liluo.org/2010/04/ubuntu-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

