<?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://icyleaf.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://icyleaf.com</link>
	<description>icyleaf&#039;s blog - 心外无理，心外无物，心外无事</description>
	<lastBuildDate>Tue, 13 Dec 2011 02:34:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu 解决 public key is not available 问题</title>
		<link>http://icyleaf.com/2010/11/apt-get-gpg-error-public-key-not-available/</link>
		<comments>http://icyleaf.com/2010/11/apt-get-gpg-error-public-key-not-available/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 06:58:27 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://icyleaf.com/?p=826</guid>
		<description><![CDATA[自 Ubuntu 10.04 升级至 10.10 之后，系统就有些不注意的小毛病，包括系统的各个软件的配置文件可能有改动， 加上常年累计尝试并添加很多 ppa 的源，自定义的软件源在升级兼容的考虑下全部金禁用了导致原本软件源的注解名称也没有了，自己不知道各个软件源是干什么的&#8230;于是手动在软件源管理（10.10 a本放在了 Applications -> Ubuntu Software Center 程序里面 Edit 菜单下面）清理。 第一开始是凭记忆清理了一部分不再使用的软件的源，退出后更新发现失败&#8230;再次清理 Authentication 里面的 Public key，发现还是有问题，最后下定狠心把所有的源和 public key 全部删除了再更新发现还是有错误 T_T 其实错误提示的是一种类型的： W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn&#8217;t be verified &#8230; <a href="http://icyleaf.com/2010/11/apt-get-gpg-error-public-key-not-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>自 Ubuntu 10.04 升级至 10.10 之后，系统就有些不注意的小毛病，包括系统的各个软件的配置文件可能有改动， 加上常年累计尝试并添加很多 ppa<br />
 的源，自定义的软件源在升级兼容的考虑下全部金禁用了导致原本软件源的注解名称也没有了，自己不知道各个软件源是干什么的&#8230;于是手动在软件源管理（10.10 a本放在了 Applications -> Ubuntu Software Center 程序里面 Edit 菜单下面）清理。</p>
<p>第一开始是凭记忆清理了一部分不再使用的软件的源，退出后更新发现失败&#8230;再次清理 Authentication 里面的 Public key，发现还是有问题，最后下定狠心把所有的源和 public key 全部删除了再更新发现还是有错误 T_T 其实错误提示的是一种类型的：</p>
<blockquote><p>W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 12DE1BCB04E5E17B5</p></blockquote>
<p>自己动手丰衣足食&#8230;Google 之发现有两种解决方案，第一个是在 launchpad keyserver 网站搜索 key 从而找到 public key，详情请看<a href="http://www.rebelzero.com/fixes/apt-get-gpg-error-public-key-not-available/88">这里</a>。第二种则相对于比较简单：命令行流。</p>
<p>1. 复制报错的尾部 NO_PUBKEY 后面的串的后 8 位（以上面的为例：4E5E17B5），执行:</p>
<pre lang="bash">
$ gpg --keyserver keyserver.ubuntu.com --recv 4E5E17B5

# 返回信息
gpg: requesting key 4E5E17B5 from hkp server keyserver.ubuntu.com
gpg: key 4E5E17B5: public key "Launchpad PPA for chromium-daily" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
</pre>
<pre lang="bash">
$ gpg --export --armor 4E5E17B5 | sudo apt-key add -

# 返回信息
OK
</pre>
<p>解决！</p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2010/11/apt-get-gpg-error-public-key-not-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>克隆 Ubuntu 安装程序</title>
		<link>http://icyleaf.com/2008/10/cloning-your-ubuntu-installation/</link>
		<comments>http://icyleaf.com/2008/10/cloning-your-ubuntu-installation/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 02:12:17 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://icyleaf.com/?p=416</guid>
		<description><![CDATA[原文链接：Cloning your Ubuntu Installation 对于两台以上的不同配置的机器，对于初学者来说（我也算，呵呵）想要每台机器安装同样的软件是非常麻烦的事情。下面在这篇文章中原作者提供了一种简单的方式解决了这个问题，核心思路为：如何把一台 Ubuntu 的已安装包列表导出并把它们导入到到其他机器的 Ubuntu 系统之中。 复制系统软件源文件 复制 /etc/apt/sources.list 文件到U盘（或其他移动设备）上面。 导出已安装包列表 $ dpkg --get-selections &#124; grep '[[:space:]]install$' &#124; \\ awk '{print $1}' > ~/package.list 复制 package.list 文件到U盘（或其他移动设备）上面。 设置目标系统 更新软件包列表，以确保获得最新版本的软件包 $ apt-get update 导入包列表 $ cat ~/package.list &#124; &#8230; <a href="http://icyleaf.com/2008/10/cloning-your-ubuntu-installation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>原文链接：<a href="http://phpimpact.wordpress.com/2008/10/22/cloning-your-ubuntu-installation/" target="_blank">Cloning your Ubuntu Installation</a></p>
<p>对于两台以上的不同配置的机器，对于初学者来说（我也算，呵呵）想要每台机器安装同样的软件是非常麻烦的事情。下面在这篇文章中原作者提供了一种简单的方式解决了这个问题，核心思路为：如何把一台 Ubuntu 的已安装包列表导出并把它们导入到到其他机器的 Ubuntu 系统之中。</p>
<p><strong>复制系统软件源文件</strong><br />
复制 /etc/apt/sources.list 文件到U盘（或其他移动设备）上面。</p>
<p><strong>导出已安装包列表</strong></p>
<pre lang="text" line="1" colla="+">
$ dpkg --get-selections | grep '[[:space:]]install$' | \\
awk '{print $1}' > ~/package.list
</pre>
<p>复制 package.list 文件到U盘（或其他移动设备）上面。</p>
<p><strong>设置目标系统</strong><br />
更新软件包列表，以确保获得最新版本的软件包</p>
<pre lang="text" line="1" colla="+">
$ apt-get update
</pre>
<p><strong>导入包列表</strong></p>
<pre lang="text" line="1" colla="+">
$ cat ~/package.list | xargs apt-get install
</pre>
<p>完成！所有包列表的程序都会导入到新的系统当中，但这并不意味着所有的设置已经克隆。为了完成这一点，您可能会需要从 /etc 目录复制配置文件。</p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2008/10/cloning-your-ubuntu-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playdeb：如何在Ubuntu下安装游戏</title>
		<link>http://icyleaf.com/2008/09/playdeb/</link>
		<comments>http://icyleaf.com/2008/09/playdeb/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:55:47 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[影音娱乐]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://icyleaf.com/?p=365</guid>
		<description><![CDATA[Playdeb 是 Ubuntu 游戏的仓库，就像 GetDeb 提供软件服务一样。这样使得安装游戏也变得非常简单。 如何安装 PlayDeb 下载并安装 apturl package。 然后安装 the playdeb package （如果有询问框，选择 Y），或者添加下面的源并更新： deb mirror://www.getdeb.net/playdeb-mirror/hardy/// hardy/ 下面就可以安装你喜欢的游戏了。如果你还没有看明白具体的流程，howtoforge 网站整理了一份详细的说明文档：Installing Games On Ubuntu With Playdeb。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.playdeb.net/" target="_blank">Playdeb</a> 是 Ubuntu 游戏的仓库，就像 <a href="http://www.getdeb.net/" target="_self">GetDeb</a> 提供软件服务一样。这样使得安装游戏也变得非常简单。</p>
<p><strong>如何安装 PlayDeb</strong></p>
<ol>
<li>下载并安装 <a title="The 0.2.6 version of apturl adds an important feature (refreshing) that Playdeb requires" href="http://www.playdeb.net/apturl_0.2.6-0%7Egetdeb0_all.deb">apturl package</a>。</li>
<li>然后安装 <strong><a title="Playdeb installation package" href="http://www.playdeb.net/playdeb_0.1-0%7Egetdeb1_all.deb">the playdeb package</a></strong> （如果有询问框，选择 <strong>Y</strong>），或者添加下面的源并更新：</li>
</ol>
<blockquote><p>deb mirror://www.getdeb.net/playdeb-mirror/hardy/// hardy/</p></blockquote>
<p>下面就可以安装你喜欢的游戏了。如果你还没有看明白具体的流程，howtoforge 网站整理了一份详细的说明文档：<a href="http://www.howtoforge.com/installing-games-on-ubuntu-with-playdeb" target="_self">Installing Games On Ubuntu With Playdeb</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2008/09/playdeb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu7.10预定进行中+预定说明</title>
		<link>http://icyleaf.com/2007/10/ubuntu710-intended-target-that-the-ongoing/</link>
		<comments>http://icyleaf.com/2007/10/ubuntu710-intended-target-that-the-ongoing/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 04:09:42 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[生活记录]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.icyleaf.cn/2007/10/08/ubuntu710%e9%a2%84%e5%ae%9a%e8%bf%9b%e8%a1%8c%e4%b8%ad%e9%a2%84%e5%ae%9a%e8%af%b4%e6%98%8e/</guid>
		<description><![CDATA[前天shipit.ubuntu.com还在筹备当中，今天再去看已经可以预定了，预定的数量稍微有些变化：(还在不断调整中，今天出现选择4了） 1 Ubuntu CD (1 PC Edition) 1 Ubuntu CD (1 64-bit PC Edition) 2 Ubuntu CDs (2 PC Edition) 2 Ubuntu CDs (1 PC Edition, 1 64-bit PC Edition) 提示，目前官方还没有正式发布，所以这是一个预定，官方预计可能在6到10周开始发放。 下面把我以前的预定方法（订取免费Ubuntu7.04光盘）步骤这里在简单说明下： 1.登录http://shipit.ubuntu.com，点右上角的“Log in／register”申请帐号。 2.返回刚才的首页选择“I want to request CDs of &#8230; <a href="http://icyleaf.com/2007/10/ubuntu710-intended-target-that-the-ongoing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>前天shipit.ubuntu.com还在筹备当中，今天再去看已经可以预定了，预定的数量稍微有些变化：(还在不断调整中，今天出现选择4了）<br />
1 Ubuntu CD (1 PC Edition)<br />
1 Ubuntu CD (1 64-bit PC Edition)<br />
2 Ubuntu CDs (2 PC Edition)<br />
2 Ubuntu CDs (1 PC Edition, 1 64-bit PC Edition)</p>
<p><strong>提示，目前官方还没有正式发布，所以这是一个预定，官方预计可能在6到10周开始发放。</strong><br />
下面把我以前的预定方法（<a rel="bookmark" href="http://icyleaf.lifelogger.com/406949"><font color="#4764bf">订取免费Ubuntu7.04光盘</font></a>）步骤这里在简单说明下：</p>
<p><span id="more-42"></span><font face="Times New Roman">1.</font><font size="3"><font face="宋体">登录</font><a target="_blank" href="http://shipit.ubuntu.com/">http://shipit.ubuntu.com</a>，点右上角的“<font face="Times New Roman">Log in</font><font face="宋体">／</font><font face="Times New Roman">register</font><font face="宋体">”申请帐号。</font></font><br />
<font face="Times New Roman"><font size="3">2.</font></font><font size="3"><font face="宋体">返回刚才的首页选择“</font><font face="Times New Roman">I want to request CDs of Ubuntu 7.04(Feisty Fawn)</font><font face="宋体">”</font><font face="宋体">并用刚才申请的登录。</font></font><br />
<font face="Times New Roman"><font size="3">3.</font></font><font size="3"><font face="宋体">填写申请</font><font face="Times New Roman">CD</font><font face="宋体">单，默认选择</font><font face="Times New Roman">3CDs</font><font face="宋体">就可以了（</font><font face="Times New Roman">64bit</font><font face="宋体">说明是</font><font face="Times New Roman">64</font><font face="宋体">位机器，</font><font face="Times New Roman">MAC</font><font face="宋体">是苹果机）</font></font><br />
<font face="Times New Roman"><font size="3">4.</font></font><font size="3"><font face="宋体">邮递地址的填写，其中有“（</font><font face="Times New Roman">Required</font><font face="宋体">）”的说明是必填的。</font></font><br />
<font size="3"><strong><font face="Times New Roman">Name=</font></strong><strong><font face="宋体">姓名</font></strong><font face="宋体">（外国人习惯是名在前，姓在后。若碰到让您一起填的，最好要注意一</font><font face="宋体">下顺序，不过你要是填反了，也没关系。中国是都承认的。如：王神，可以写成</font><font face="Times New Roman">Wang Shen</font><font face="宋体">或</font><font face="Times New Roman">Shen Wang</font><font face="宋体">）</font></font><br />
<font size="3"><strong><font face="Times New Roman">Organization=</font></strong><strong><font face="宋体">组织</font></strong><font face="宋体">（可以不填）</font></font><br />
<font size="3"><strong><font face="Times New Roman">Addreee=</font></strong><strong><font face="宋体">地址</font></strong><font face="宋体">，一共是两行，先小后大。</font><font face="Times New Roman">(</font><font face="宋体">常见有英文书写、汉语拼音书写、英文和汉语拼音混合书写三种：</font></font><br />
<font size="3"><font face="Times New Roman">1</font><font face="宋体">、英文书写的，例如</font><font face="Times New Roman">Address</font><font face="宋体">：</font><font face="Times New Roman">6 East Changan Avenue PeKing</font><font face="宋体">译为北京市东长安街</font><font face="Times New Roman">6</font><font face="宋体">号<strong>；</strong></font></font><br />
<font size="3"><font face="Times New Roman">2</font><font face="宋体">、汉语拼音书写的，例如：</font><font face="Times New Roman">105 niujie Beijing</font><font face="宋体">译为北京市牛街</font><font face="Times New Roman">105</font><font face="宋体">号；</font></font><br />
<font size="3"><font face="Times New Roman">3</font><font face="宋体">、英文、汉语拼音混合书写的，例如：</font><font face="Times New Roman">NO.70 dong feng dong Rd.Guangzhou</font><font face="宋体">译为广州东风东路</font><font face="Times New Roman">70</font><font face="宋体">号。</font></font><br />
<font size="3"><font face="宋体">中国人喜欢先说大的后说小的，如</font><font face="Times New Roman">**</font><font face="宋体">区</font><font face="Times New Roman">**</font><font face="宋体">路</font><font face="Times New Roman">**</font><font face="宋体">号。而外国人喜欢先说小的后说大的，如</font><font face="宋体">：</font><font face="Times New Roman">**</font><font face="宋体">号</font><font face="Times New Roman">**</font><font face="宋体">路</font><font face="Times New Roman">**</font><font face="宋体">区，因此您在翻译时就应该先写小的后写大的。例如：中国山东省青岛市四方区洛阳路</font><font face="Times New Roman">34</font><font face="宋体">号</font><font face="Times New Roman">3</font><font face="宋体">号楼</font><font face="Times New Roman">4</font><font face="宋体">单元</font><font face="Times New Roman">402</font><font face="宋体">户，就要从房开始写起：</font></font><br />
<font size="3"><font face="Times New Roman">Room402,Unit4,Building3,No.34.LuoyangRoad,sifangDistrict,QingdaoCity,Shandong Prov,China</font><font face="宋体">（逗号后面有空格）。</font></font><br />
<font face="宋体"><font size="3">注意：其中路名、公司名、村名等均不用翻译成同意的英文，只要照写拼音就行了。</font></font><br />
<font size="3"><font face="宋体">因为邮包是中国的邮递员送过来，关键是要他们明白。<u><strong><font color="#000000">技术</font></strong></u>大厦您写成</font><font face="Times New Roman">Technology Building</font><font face="宋体">，他们可能更迷糊。</font><font face="宋体">注意：填写姓名时，姓在前，名在后，中间空格，首字母大写。填写地址时，从小地址到大地址，逗号或空格后的第一个字母大写。</font></font><br />
<strong><font size="3"><font face="宋体">注意：不用填写城市，因为下面还要填写的！！</font></font></strong><br />
<font size="3"><strong><font face="Times New Roman">City</font></strong><strong><font face="宋体">／</font><font face="Times New Roman">Town/etc=</font></strong><strong><font face="宋体">城市／城镇／及其他</font></strong></font><br />
<font size="3"><strong><font face="Times New Roman">State/Province=</font></strong><strong><font face="宋体">洲</font><font face="Times New Roman">/</font></strong><strong><font face="宋体">省份（可以理解为自治区，省份）</font></strong></font><br />
<font size="3"><strong><font face="Times New Roman">Postcode=</font></strong><strong><font face="宋体">邮政编码</font></strong></font><br />
<font size="3"><strong><font face="Times New Roman">Country=</font></strong><strong><font face="宋体">国家（在它的列表选择</font><font face="Times New Roman">China</font></strong><strong><font face="宋体">）</font></strong></font><br />
<font size="3"><strong><font face="Times New Roman">Phont=</font></strong><strong><font face="宋体">联系电话（最好能随时联系到你，建议添<u><strong><font color="#000000">手机</font></strong></u>或小灵通）</font></strong></font><br />
<font face="Times New Roman"><font size="3">5.</font></font><font size="3"><font face="宋体">按下“</font><font face="Times New Roman">Request CDs</font><font face="宋体">”就ＯＫ了～～～（见下图）</font></font><br />
<img align="bottom" src="http://icyleaf.lifelogger.com/media/photos/406943_ggozuqkqxd_vlarge.jpg" /><br />
<font face="宋体"><font size="3">下面还有邮编和电话（建议填上电话，我们学校一看我的邮包是国外的因为我是老师，很热情的给我打电话通知我～～</font></font><br />
<font size="3"><font face="宋体">申请光盘后出现如下：</font><font face="Times New Roman">Request accepted.Please note that requests usually take from 4 to 6 weeks to deliver,depending on the countury of shipping.</font></font><br />
<font size="3"><font face="宋体">偶本人在天津，当时申请的是</font><font face="Times New Roman">6.06</font><font face="宋体">版本的在申请后等待了</font><font face="Times New Roman">3</font><font face="宋体">个多星期就到了，而</font><font face="Times New Roman">7.04</font><font face="宋体">版本的等了</font><font face="Times New Roman">4</font><font face="宋体">个星期才过来，可能是</font><font face="Times New Roman">5.1</font><font face="宋体">的问题～～</font></font></p>
<p><strong>附常见英文地方单词：<br />
</strong>***室/房 Room ***<br />
***单元Unit ***<br />
***村 *** Vallage<br />
***号楼/栋 *** Building<br />
***号 No.***<br />
***公司 *** Com.或*** Crop或***LTD.CO<br />
***号宿舍 *** Dormitory<br />
***厂 *** Factory<br />
***楼/层 ***/F<br />
***酒楼/酒店 *** Hotel<br />
***住宅区/小区 *** Residential Quater<br />
***县 *** County<br />
甲/乙/丙/丁 A/B/C/D<br />
***镇 *** Town<br />
***巷/弄 Lane ***<br />
***市 *** City<br />
***路 *** Road<br />
***省 *** Prov.<br />
***花园 *** Garden<br />
***院 *** Yard<br />
***街 *** Street<br />
***大学 *** College<br />
***信箱 Mailbox<br />
*** ***区 *** District<br />
**表示序数词，比如1st、2nd、3rd、4th&#8230;&#8230;如果不会，就用No.***代替，或者直接填数字！<br />
另外有一些***里之类难翻译的东西，就直接写拼音*** Li。而***东（南、西、北）路，直接用拼音也行，写*** East（South、West、North）Road也行。还有，如果地方不够可以将7栋3012室写成：7-3012</p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2007/10/ubuntu710-intended-target-that-the-ongoing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让你的WindowsXP摇身一变为Ubuntu</title>
		<link>http://icyleaf.com/2007/09/windowsxp-became-to-ubuntu/</link>
		<comments>http://icyleaf.com/2007/09/windowsxp-became-to-ubuntu/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 04:55:00 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.icyleaf.cn/2007/09/16/%e5%8f%88%e5%8e%bb%e5%96%9d%e9%85%92%e4%ba%86/</guid>
		<description><![CDATA[翻译+修改自:The Indie Tribune 1.现从visual style（视觉风格）开始，如果你没有安装Uxtheme Multipatcher, 请下载并安装好否则无法实现。然后需要下载Human Visual Style。 2.打开C:\Windows\Resources\Themes\把Human Visual Style按格式解压缩这这里（Windows的系统盘） 现在在桌面右击，选择“外观”.在主题选项卡选择Human Visual Style。 接着是改图标,首先需要安装Icontweaker ，然后在安装Ubuntu Icontweaker theme。 3.如果你想改变壁纸的话，点这里 或者 这里。 4.更换Windows Explorer图标，首先安装Styler toolbar(免费) ，在下载Ubuntu Human Theme即可。 5.设置鼠标样式，点这里下载。 6.实现3D效果，使用这个实现，选择 &#8220;3D CUBE&#8221;。 7.实现开机启动画面，使用BootSkin（免费），点这里获得，最后下载Ubuntu Bootskin。 8.实现登陆画面点这里。 9.对于使用Firefox浏览器的用户，你也可以安装其Ubuntu Theme（皮肤）。 10.WinRAR样式：Here.]]></description>
			<content:encoded><![CDATA[<p>翻译+修改自:<a href="http://www.theindietribune.com/2007/06/how-to-make-windows-look-like-ubuntu.html" rel="nofollow external" class="tpc">The Indie Tribune</a></p>
<p>1.现从visual style（视觉风格）开始，如果你没有安装<a href="http://www.softpedia.com/get/System/OS-Enhancements/UXTheme-MultiPatcher.shtml" rel="nofollow external" class="tpc">Uxtheme Multipatcher</a>, 请下载并安装好否则无法实现。然后需要下载<a href="http://www.deviantart.com/deviation/37743373/" rel="nofollow external" class="tpc">Human Visual Style</a>。</p>
<p>2.打开C:\Windows\Resources\Themes\把Human Visual Style按格式解压缩这这里（Windows的系统盘）</p>
<p>现在在桌面右击，选择“外观”.在主题选项卡选择Human Visual Style。<br />
接着是改图标,首先需要安装<a href="http://joost.endoria.net/home" rel="nofollow external" class="tpc">Icontweaker</a> ，然后在安装<a href="http://www.deviantart.com/deviation/44658210/" rel="nofollow external" class="tpc">Ubuntu Icontweaker theme</a>。</p>
<p>3.如果你想改变壁纸的话，点<a href="http://www.deviantart.com/deviation/18673292/" rel="nofollow external" class="tpc">这里</a> 或者 <a href="http://www.deviantart.com/deviation/57286980/" rel="nofollow external" class="tpc">这里</a>。</p>
<p>4.更换Windows Explorer图标，首先安装<a href="http://www.crystalxp.net/galerie/en.id.551.htm" rel="nofollow external" class="tpc">Styler toolbar</a>(免费) ，在下载<a href="http://www.deviantart.com/deviation/41848476/" rel="nofollow external" class="tpc">Ubuntu Human Theme</a>即可。</p>
<p>5.设置鼠标样式，点<a href="http://www.deviantart.com/deviation/35930998/" rel="nofollow external" class="tpc">这里</a>下载。</p>
<p>6.实现3D效果，使用<a href="http://www.stardock.com/products/bootskin/" rel="nofollow external" class="tpc">这个</a>实现，选择 &#8220;3D CUBE&#8221;。</p>
<p>7.实现开机启动画面，使用BootSkin（免费），点这里获得，最后下载<a href="http://www.wincustomize.com/skins.aspx?skinid=8476&amp;libid=32&amp;c=1" rel="nofollow external" class="tpc">Ubuntu Bootskin</a>。</p>
<p>8.实现登陆画面点<a href="http://www.deviantart.com/deviation/52590940/" rel="nofollow external" class="tpc">这里</a>。</p>
<p>9.对于使用Firefox浏览器的用户，你也可以安装其<a href="https://addons.mozilla.org/en-US/firefox/addon/3008" rel="nofollow external" class="tpc">Ubuntu Theme（皮肤）</a>。</p>
<p>10.WinRAR样式：<a href="http://www.rarlab.com/rar/WinRAR_Tango_48x48.theme.rar" rel="nofollow external" class="tpc">Here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2007/09/windowsxp-became-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

