<?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>ShareItem.org&#187; Linux</title>
	<atom:link href="http://shareitem.org/archive/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://shareitem.org</link>
	<description>这里记录着我学习 Linux 的点滴</description>
	<lastBuildDate>Fri, 16 Oct 2009 16:03:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[PKGBUILD] opera 中国版 9.64 qt3/qt4</title>
		<link>http://shareitem.org/archive/pkgbuild-opera-china-964-for-linux-qt3-and-qt4.html</link>
		<comments>http://shareitem.org/archive/pkgbuild-opera-china-964-for-linux-qt3-and-qt4.html#comments</comments>
		<pubDate>Sun, 22 Mar 2009 13:10:01 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[pkgbuild]]></category>

		<guid isPermaLink="false">http://shareitem.org/?p=641116</guid>
		<description><![CDATA[<p>在opera中国版9.64发布后的第十二天，我终于将AUR上的PKGBUILD更新了~   。虽然官方也提供了PKGBUILD，不过为了方便使用yaourt的同学，还是将AUR上的更新一下吧。
相对于上一版本，这次的中国版终…</p>]]></description>
			<content:encoded><![CDATA[<p>在<a title="opera-china官方网站" href="http://www.operachina.com/linux/">opera中国版9.64</a>发布后的第十二天，我终于将AUR上的PKGBUILD更新了~ <img src='http://shareitem.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  。虽然官方也提供了PKGBUILD，不过为了方便使用yaourt的同学，还是将AUR上的更新一下吧。</p>
<p>相对于<a title="opera 9.63 qt3 中国版" href="http://shareitem.org/archive/pkgbuild-opera-china-qt3-for-linux.html">上一版本</a>，这次的中国版终于有了基于qt4的，不够有点遗憾，这个qt4版的只有32位，而且还是自带qt的静态编译版~~ （用的是qt4.2.2）</p>
<p><strong>opera-china 9.64 qt3（32位和64位）</strong><br />
<a title="在AUR里opera-china-9.64-qt3版的链接" href="http://aur.archlinux.org/packages.php?ID=22757">AUR链接</a>，或者将下面的内容存为PKGBUILD，或者yaourt -S opera-china-qt3安装。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Contributor: clayton  &lt;suzebi {[at]} gmail {[dot]} com&gt;</span>
<span style="color: #007800;">pkgname</span>=opera-china-qt3
<span style="color: #007800;">pkgver</span>=<span style="color: #000000;">9.64</span>
<span style="color: #007800;">pkgrel</span>=<span style="color: #000000;">1</span>
<span style="color: #007800;">pkgdesc</span>=<span style="color: #ff0000;">&quot;The Opera web browser&quot;</span>
<span style="color: #007800;">url</span>=<span style="color: #ff0000;">&quot;http://www.operachina.com/linux/&quot;</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">arch</span></span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'i686'</span> <span style="color: #ff0000;">'x86_64'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">depends</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'qt3'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">provides</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'opera'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">license</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'custom:opera'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">conflicts</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'opera'</span> <span style="color: #ff0000;">'opera-qt3'</span> <span style="color: #ff0000;">'opera-qt4'</span> <span style="color: #ff0000;">'opera-static'</span> <span style="color: #ff0000;">'opera-china-qt4'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #007800;"><span style="color: #7a0874; font-weight: bold;">source</span></span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'http://bbs.operachina.com/download/file.php?id=12367'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CARCH</span>&quot;</span> = <span style="color: #ff0000;">&quot;x86_64&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #007800;"><span style="color: #7a0874; font-weight: bold;">source</span></span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'http://bbs.operachina.com/download/file.php?id=12368'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #007800;">md5sums</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'f207a97780807a74e4d809766db2eba1'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CARCH</span>&quot;</span> = <span style="color: #ff0000;">&quot;x86_64&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #007800;">md5sums</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'2dd1fb32d428ab1531634b3b32332afd'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
build<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
  <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
  <span style="color: #666666; font-style: italic;"># fix the pkgname</span>
  <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CARCH</span>&quot;</span> = <span style="color: #ff0000;">&quot;i686&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">_pkgname</span>=<span style="color: #ff0000;">&quot;opera_9.64.2480.gcc4.qt3_i386_ibis.deb&quot;</span>
    <span style="color: #c20cb9; font-weight: bold;">mv</span> file.php?<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=<span style="color: #000000;">12367</span> <span style="color: #007800;">$_pkgname</span>
  <span style="color: #000000; font-weight: bold;">else</span>
    <span style="color: #007800;">_pkgname</span>=<span style="color: #ff0000;">&quot;opera_9.64.2480.gcc4.qt3_amd64_ibis.deb&quot;</span>
    <span style="color: #c20cb9; font-weight: bold;">mv</span> file.php?<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=<span style="color: #000000;">12368</span> <span style="color: #007800;">$_pkgname</span>
  <span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
  <span style="color: #c20cb9; font-weight: bold;">ar</span> vx <span style="color: #007800;">$_pkgname</span>
  <span style="color: #c20cb9; font-weight: bold;">tar</span> xfz data.tar.gz
&nbsp;
  <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>usr <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>pkg
  <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>etc <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>pkg
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

<p><strong>opera-china 9.64 qt4 static（32位）</strong><br />
<a title="在AUR里opera-china-9.64-qt4版的链接" href="http://aur.archlinux.org/packages.php?ID=24874">AUR链接</a>，或者将下面的内容存为PKGBUILD，或者yaourt -S opera-china-qt4安装。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Contributor: clayton  &lt;suzebi {[at]} gmail {[dot]} com&gt;</span>
<span style="color: #007800;">pkgname</span>=opera-china-qt4
<span style="color: #007800;">pkgver</span>=<span style="color: #000000;">9.64</span>
<span style="color: #007800;">pkgrel</span>=<span style="color: #000000;">1</span>
<span style="color: #007800;">pkgdesc</span>=<span style="color: #ff0000;">&quot;The Opera web browser&quot;</span>
<span style="color: #007800;">url</span>=<span style="color: #ff0000;">&quot;http://www.operachina.com/linux/&quot;</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">arch</span></span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'i686'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #666666; font-style: italic;">#depends=('qt') ### This is a static qt version.</span>
<span style="color: #007800;">provides</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'opera'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">license</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'custom:opera'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">conflicts</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'opera'</span> <span style="color: #ff0000;">'opera-qt3'</span> <span style="color: #ff0000;">'opera-qt4'</span> <span style="color: #ff0000;">'opera-static'</span> <span style="color: #ff0000;">'opera-china-qt3'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;"><span style="color: #7a0874; font-weight: bold;">source</span></span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'http://bbs.operachina.com/download/file.php?id=12366'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">md5sums</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'21f7993f3e8a7c2146380d97732ead05'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
build<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
  <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
  <span style="color: #666666; font-style: italic;"># fix the pkgname</span>
  <span style="color: #007800;">_pkgname</span>=<span style="color: #ff0000;">&quot;opera_9.64.2480.gcc4.qt4_i386_ibis.deb&quot;</span>
  <span style="color: #c20cb9; font-weight: bold;">mv</span> file.php?<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=<span style="color: #000000;">12366</span> <span style="color: #007800;">$_pkgname</span>
&nbsp;
  <span style="color: #c20cb9; font-weight: bold;">ar</span> vx <span style="color: #007800;">$_pkgname</span>
  <span style="color: #c20cb9; font-weight: bold;">tar</span> xfz data.tar.gz
&nbsp;
  <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>usr <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>pkg
  <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-a</span> <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>etc <span style="color: #007800;">$startdir</span><span style="color: #000000; font-weight: bold;">/</span>pkg
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

<hr />
文章地址:<a href="http://shareitem.org/archive/pkgbuild-opera-china-964-for-linux-qt3-and-qt4.html">http://shareitem.org/archive/pkgbuild-opera-china-964-for-linux-qt3-and-qt4.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>没有相关文章</p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/pkgbuild-opera-china-964-for-linux-qt3-and-qt4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>下载 QQ for Linux</title>
		<link>http://shareitem.org/archive/qq-for-linux.html</link>
		<comments>http://shareitem.org/archive/qq-for-linux.html#comments</comments>
		<pubDate>Thu, 31 Jul 2008 04:01:18 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[QQ]]></category>

		<guid isPermaLink="false">http://www.shareitem.org/2008/07/31/qq-for-linux/</guid>
		<description><![CDATA[<p>腾讯终于在 7 月的最后一日推出了 QQ 的 linux 版，据 LDCN 的报道，Linux 版 QQ 采用 GTK+ 接口开发，包含 32 位和 64 位平台支持，提供 rpm、deb、tar.gz 格式的安装包。
你可以从这里下载腾讯 Linux 版 Q…</p>]]></description>
			<content:encoded><![CDATA[<p>腾讯终于在 7 月的最后一日推出了 QQ 的 linux 版，据 <a href="http://linuxdesktop.cn/2008/07/30/qq-for-linux-faq/">LDCN</a> 的报道，Linux 版 QQ 采用 GTK+ 接口开发，包含 32 位和 64 位平台支持，提供 rpm、deb、tar.gz 格式的安装包。</p>
<p>你可以从<a href="http://im.qq.com/qq/linux/">这里下载腾讯 Linux 版 QQ</a></p>
<p><a href="http://www.shareitem.org/wp-content/uploads/121/12133/2008/07/qq-for-linux-imqqcom.jpg" title="qq-for-linux-imqqcom.jpg"><img src="http://www.shareitem.org/wp-content/uploads/121/12133/2008/07/qq-for-linux-imqqcom.thumbnail.jpg" alt="qq-for-linux-imqqcom.jpg" /></a></p>
<hr />
文章地址:<a href="http://shareitem.org/archive/qq-for-linux.html">http://shareitem.org/archive/qq-for-linux.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>没有相关文章</p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/qq-for-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>为自己常用的命令设置一个简短别名</title>
		<link>http://shareitem.org/archive/command-aliases.html</link>
		<comments>http://shareitem.org/archive/command-aliases.html#comments</comments>
		<pubDate>Wed, 18 Jun 2008 01:11:17 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.shareitem.org/2008/06/18/command-aliases/</guid>
		<description><![CDATA[<p>顾名思义，就是为一些日常使用频率比较高的命令另起一个别名，例如为 sudo pacman -S 命令创建一个别名为 pa ，在安装软件时我们不用再打 sudo pacman -S xxx 这么长的命令了，直接输入 pa xxx 即可…</p>]]></description>
			<content:encoded><![CDATA[<p>顾名思义，就是为一些日常使用频率比较高的命令另起一个别名，例如为 sudo pacman -S 命令创建一个别名为 pa ，在安装软件时我们不用再打 sudo pacman -S xxx 这么长的命令了，直接输入 pa xxx 即可！！可以节省一些打字的时间。如果是 ubuntu 系统，可以将下面的 pacman 换成 apt-get ，效果一样。</p>
<p>设置过程非常简单，首先打开家目录下的 .bashrc 文件，例如用 gedit 编辑器打开</p>
<blockquote><p>$ gedit ~/.bashrc</p></blockquote>
<p>然后把下列内容粘贴到文件里，这是我自己的别名，大家可以根据自己的需求进行修改或添加</p>
<blockquote><p>alias <font color="#0000ff">ls</font>=&#8217;<font color="#ff0000">ls &#8211;color=auto</font>&#8216;<br />
alias <font color="#0000ff">la</font>=&#8217;<font color="#ff0000">ls -la &#8211;color=auto</font>&#8216;<br />
alias <font color="#0000ff">ll</font>=&#8217;<font color="#ff0000">ls -l &#8211;color=auto</font>&#8216;<br />
alias <font color="#0000ff">pa</font>=&#8217;<font color="#ff0000">sudo pacman -S</font>&#8216;<br />
alias <font color="#0000ff">pas</font>=&#8217;<font color="#ff0000">sudo pacman -Ss</font>&#8216;<br />
alias <font color="#0000ff">pau</font>=&#8217;<font color="#ff0000">sudo pacman -Syu</font>&#8216;<br />
alias <font color="#0000ff">pay</font>=&#8217;<font color="#ff0000">sudo pacman -Sy</font>&#8216;</p></blockquote>
<p>保存文件，然后注销，现在打开一个终端，输入 pau 试试，是不是已经在更新系统了。</p>
<hr />
文章地址:<a href="http://shareitem.org/archive/command-aliases.html">http://shareitem.org/archive/command-aliases.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>没有相关文章</p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/command-aliases.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>打开 AMD cpu 的 Cool&#8217;n&#039;Quiet</title>
		<link>http://shareitem.org/archive/linux-amd-cool-n-quiet.html</link>
		<comments>http://shareitem.org/archive/linux-amd-cool-n-quiet.html#comments</comments>
		<pubDate>Wed, 07 May 2008 13:12:54 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Configure]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.shareitem.org/2008/05/07/arch/</guid>
		<description><![CDATA[<p>Q:什么是 AMD cpu 的 Cool&#8217;n'Quiet？
A:这个是用来根据所执行的运算工作来改变自己的频率，降低处理器的发热量并降低功耗，这在我们平时浏览网页时尤为明显。
首先需要确保你的 CPU 支持 Cool…</p>]]></description>
			<content:encoded><![CDATA[<p>Q:什么是 AMD cpu 的 Cool&#8217;n'Quiet？<br />
A:这个是用来根据所执行的运算工作来改变自己的频率，降低处理器的发热量并降低功耗，这在我们平时浏览网页时尤为明显。</p>
<p>首先需要确保你的 CPU 支持 Cool&#8217;n'Quiet 并在 BIOS 中打开了相应的选项，然后用下列的命令查看内核是否支持</p>
<blockquote><p># dmesg | grep powernow</p></blockquote>
<p>如果输出结果应该类似于下面的</p>
<blockquote><p>powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.60.2)<br />
powernow-k8:    0 : fid 0&#215;10 (2400 MHz), vid 0&#215;2 (1500 mV)<br />
powernow-k8:    1 : fid 0xe (2200 MHz), vid 0&#215;6 (1400 mV)<br />
powernow-k8:    2 : fid 0xc (2000 MHz), vid 0xa (1300 mV)<br />
powernow-k8:    3 : fid 0xa (1800 MHz), vid 0xe (1200 mV)<br />
powernow-k8:    4 : fid 0&#215;2 (1000 MHz), vid 0&#215;12 (1100 mV)</p></blockquote>
<p>使用 cpudyn 来进行频率调整</p>
<blockquote><p># pacman -S acpid cpudyn</p></blockquote>
<p>编辑 /etc/rc.conf ，在 MODULES 一行中加入下列模块</p>
<blockquote><p>powernow-k8 cpufreq_powersave cpufreq_userspace cpufreq_conservative cpufreq_ondemand freq_table</p></blockquote>
<p>在 DAEMONS 一行中加入</p>
<blockquote><p>cpudyn</p></blockquote>
<p>现在只要重启系统即可。</p>
<hr />
文章地址:<a href="http://shareitem.org/archive/linux-amd-cool-n-quiet.html">http://shareitem.org/archive/linux-amd-cool-n-quiet.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>没有相关文章</p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/linux-amd-cool-n-quiet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Desktop Linux 1.1 版正式发布了</title>
		<link>http://shareitem.org/archive/google-desktop-linux-11-release.html</link>
		<comments>http://shareitem.org/archive/google-desktop-linux-11-release.html#comments</comments>
		<pubDate>Mon, 15 Oct 2007 16:03:22 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://learn.yo2.cn/2007/10/16/google-desktop-linux-11-release/</guid>
		<description><![CDATA[<p>根据 Google 黑板报介绍，Google 桌面 Linux 1.1 版正式上线了，相对于6月份发布的版本，1.1 版开始支持众多图像文件格式，能在搜索结果中显示缩略图，增加了自己设置用于启动快速搜索栏快捷键…</p>]]></description>
			<content:encoded><![CDATA[<p>根据 <a href="http://googlechinablog.com/2007/10/linux-11.html">Google 黑板报</a>介绍，<a href="http://desktop.google.cn/linux">Google 桌面 Linux 1.1 版</a>正式上线了，相对于6月份发布的版本，1.1 版开始支持众多图像文件格式，能在搜索结果中显示缩略图，增加了自己设置用于启动快速搜索栏快捷键的功能，并且能全文搜索微软 Office 文件！！</p>
<p>这次一样提供了 rpm 和 deb 包下载，可以到<a href="http://desktop.google.cn/linux">这里</a>下载到，安装需要 glibc 2.3.2+ 和 gtk+ 2.2.0+  库。如果使用的是 ubuntu ，将会十分简单，双击下载回来的 deb 包即可安装。安装完成后会自动进行索引，按左 Ctrl＋右 Ctrl 打开搜索框。</p>
<p><strong>一些截图</strong></p>
<p style="text-align: center"><a href="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/10/screenshot-google.png" title="Google Desktop 高级功能"><img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/10/screenshot-google.thumbnail.png" alt="Google Desktop 高级功能" /></a></p>
<p style="text-align: center"><a href="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/10/googledesktop.png" title="Google Desktop 菜单"><img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/10/googledesktop.thumbnail.png" alt="Google Desktop 菜单" /></a></p>
<p style="text-align: center"><a href="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/11/screenshot-google-desktop-index.png" title="索引状态"><img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/11/screenshot-google-desktop-index.thumbnail.png" alt="索引状态" /></a></p>
<p style="text-align: center"><a href="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/11/screenshot-google-desktop-index-finish.png" title="Google Desktop 索引完成"><img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2007/11/screenshot-google-desktop-index-finish.thumbnail.png" alt="Google Desktop 索引完成" /></a></p>
<hr />
文章地址:<a href="http://shareitem.org/archive/google-desktop-linux-11-release.html">http://shareitem.org/archive/google-desktop-linux-11-release.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>没有相关文章</p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/google-desktop-linux-11-release.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
