<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feeds.shareitem.org/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.shareitem.org/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en" xml:base="http://shareitem.org/wp-atom.php">
	<title type="text">ShareItem.org</title>
	<subtitle type="text">这里记录着我学习 Linux 的点滴</subtitle>

	<updated>2009-01-05T04:24:59Z</updated>
	<generator uri="http://wordpress.org/" version="2.7">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://shareitem.org" />
	<id>http://shareitem.org/feed/atom</id>
	

			<link rel="self" href="http://feeds.shareitem.org/siog" type="application/atom+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">siog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[玩Quake4遇到的一些问题及解决方法]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/software/quake4-on-a-number-of-problems-and-solutions.html" />
		<id>http://shareitem.org/?p=641033</id>
		<updated>2009-01-04T07:23:34Z</updated>
		<published>2009-01-04T07:23:34Z</published>
		<category scheme="http://shareitem.org" term="Software" /><category scheme="http://shareitem.org" term="Archlinux" /><category scheme="http://shareitem.org" term="Game" /><category scheme="http://shareitem.org" term="Quake4" />		<summary type="html"><![CDATA[在Archlinux上玩Quake4有一段时间了。为了免得以后忘记，我把我在玩的时候遇到一些问题写下来做个备忘。

在Archlinux上安装Quake4很方便，AUR上就有人提供PKGBUILD，下回来makepkg之即可，但要确保 /t... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/software/quake4-on-a-number-of-problems-and-solutions.html">&lt;p&gt;在Archlinux上玩&lt;a href="http://www.quake4game.com/" title="Quake 4官方网站"&gt;Quake4&lt;/a&gt;有一段时间了。为了免得以后忘记，我把我在玩的时候遇到一些问题写下来做个备忘。&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i2.photobucket.com/albums/y3/suzeb2/250px-Quake4box.jpg" alt="Quake4游戏封面"&gt;&lt;/p&gt;
&lt;p&gt;在Archlinux上安装Quake4很方便，&lt;a href="http://aur.archlinux.org/packages.php?ID=2992"&gt;AUR上就有人提供PKGBUILD&lt;/a&gt;，下回来makepkg之即可，但要确保 /tmp 有足够的剩余空间来解压程序，如果和我一样 /tmp 目录是挂载到 tmpfs 上的，空间不多的情况下需要自行修改解压的路径，下面是我改好的PKGBUILD（还需要配合AUR里的相应文件）。&lt;/p&gt;

&lt;div class="wp_codebox"&gt;&lt;table width="100%" &gt;&lt;tr id="p6410333"&gt;&lt;td class="code" id="p641033code3"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;&lt;span style="color: #666666; font-style: italic;"&gt;# Contributor: Andrew Simmons &amp;lt;andrew.simmons {[at]} gmail {[dot]} com&amp;gt;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #007800;"&gt;pkgname&lt;/span&gt;=quake4
&lt;span style="color: #007800;"&gt;pkgver&lt;/span&gt;=1.4.2
&lt;span style="color: #007800;"&gt;pkgrel&lt;/span&gt;=&lt;span style="color: #000000;"&gt;1&lt;/span&gt;
&lt;span style="color: #007800;"&gt;pkgdesc&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;Quake 4 Engine. You need the retail .pk4 files to play.&amp;quot;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;url&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;http://www.quake4game.com/&amp;quot;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;license&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'custom:&amp;quot;Quake 4&amp;quot;'&lt;/span&gt; \
         &lt;span style="color: #ff0000;"&gt;'custom:&amp;quot;PunkBuster&amp;quot;'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;depends&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'alsa-lib&amp;gt;=1.0.6'&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'sdl&amp;gt;=1.2.0'&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'libxext'&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'libgl'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;&lt;span style="color: #c20cb9; font-weight: bold;"&gt;arch&lt;/span&gt;&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'i686'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;&lt;span style="color: #c20cb9; font-weight: bold;"&gt;install&lt;/span&gt;&lt;/span&gt;=quake4.install
&lt;span style="color: #007800;"&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;source&lt;/span&gt;&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #c20cb9; font-weight: bold;"&gt;ftp&lt;/span&gt;:&lt;span style="color: #000000; font-weight: bold;"&gt;//&lt;/span&gt;ftp.idsoftware.com&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;idstuff&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;linux&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-linux-&lt;span style="color: #007800;"&gt;$pkgver&lt;/span&gt;.x86.run \
        &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;.sh &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-dedicated.sh &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-smp.sh&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;md5sums&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'b186954ab5fbadd57f7ca9519b5b0503'&lt;/span&gt;
         &lt;span style="color: #ff0000;"&gt;'54f7cdb2aa75c1cee9fcbef2a3af507d'&lt;/span&gt;
         &lt;span style="color: #ff0000;"&gt;'62137ca958cc8b8d3d42a49a8ada1ec5'&lt;/span&gt;
         &lt;span style="color: #ff0000;"&gt;'7a70531044dc207a57a3c3cc4ed78336'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
build&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#123;&lt;/span&gt;
  &lt;span style="color: #7a0874; font-weight: bold;"&gt;cd&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;src
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;chmod&lt;/span&gt; +x &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-linux-&lt;span style="color: #007800;"&gt;$pkgver&lt;/span&gt;.x86.run
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;mkdir&lt;/span&gt; &lt;span style="color: #660033;"&gt;-p&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt; \
           &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;bin \
           &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;share&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;licenses&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt; \
           &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;q4base
  .&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-linux-&lt;span style="color: #007800;"&gt;$pkgver&lt;/span&gt;.x86.run &lt;span style="color: #660033;"&gt;--target&lt;/span&gt; &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt; &lt;span style="color: #660033;"&gt;--&lt;/span&gt; &lt;span style="color: #660033;"&gt;-i&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt; &lt;span style="color: #660033;"&gt;-b&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;bin
  &lt;span style="color: #666666; font-style: italic;"&gt;# ncurses &amp;amp; gtk installers don't return 1 when canceled, so check that files are installed&lt;/span&gt;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;ls&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;q4base &lt;span style="color: #000000; font-weight: bold;"&gt;||&lt;/span&gt; &lt;span style="color: #7a0874; font-weight: bold;"&gt;return&lt;/span&gt; &lt;span style="color: #000000;"&gt;1&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;install&lt;/span&gt; &lt;span style="color: #660033;"&gt;-m755&lt;/span&gt; &lt;span style="color: #660033;"&gt;-D&lt;/span&gt; &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;.sh           &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;install&lt;/span&gt; &lt;span style="color: #660033;"&gt;-m755&lt;/span&gt; &lt;span style="color: #660033;"&gt;-D&lt;/span&gt; &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-dedicated.sh &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-dedicated
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;install&lt;/span&gt; &lt;span style="color: #660033;"&gt;-m755&lt;/span&gt; &lt;span style="color: #660033;"&gt;-D&lt;/span&gt; &lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-smp.sh       &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-smp
&amp;nbsp;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;ln&lt;/span&gt; &lt;span style="color: #660033;"&gt;-sf&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;           &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;bin&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;ln&lt;/span&gt; &lt;span style="color: #660033;"&gt;-sf&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-dedicated &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;bin&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-dedicated
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;ln&lt;/span&gt; &lt;span style="color: #660033;"&gt;-sf&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-smp       &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;bin&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;-smp
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;ln&lt;/span&gt; &lt;span style="color: #660033;"&gt;-sf&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;License.txt        &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;share&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;licenses&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;License.txt
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;ln&lt;/span&gt; &lt;span style="color: #660033;"&gt;-sf&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;opt&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pb&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;PBEULA.txt      &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;share&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;licenses&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;&lt;span style="color: #007800;"&gt;$pkgname&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;PBEULA.txt
&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;安装完成后需要将游戏DVD里的 pak001.pk4 到 pak012.pk4 和 zpak_english.pk4 这些文件复制到 /opt/quake4/q4base 下，然后在终端运行 quake4 即可进入游戏。&lt;/p&gt;
&lt;p&gt;如果喜欢作弊，只要在游戏中按着 Ctrl+Alt+~ 调出控制台，输入作弊码即可。比如输入 god 就是无敌，输入 give all 能得到所有武器和子弹。但每次子弹用完后又要打开控制台从新输入，太麻烦了，这时可以编辑 “/home/YOURNAME/.quake4/q4base/Quake4Config.cfg“ 这个文件，在里面增加快捷键绑定，比如我添加了&lt;/p&gt;

&lt;div class="wp_codebox"&gt;&lt;table width="100%" &gt;&lt;tr id="p6410334"&gt;&lt;td class="code" id="p641033code4"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;bind&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;KP_HOME&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;testlight&amp;quot;&lt;/span&gt;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;bind&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;KP_END&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;god&amp;quot;&lt;/span&gt;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;bind&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;KP_DOWNARROW&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;notarget&amp;quot;&lt;/span&gt;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;bind&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;KP_PGDN&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;give all&amp;quot;&lt;/span&gt;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;bind&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;KP_5&amp;quot;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;spawn char_marine_tech_armed&amp;quot;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;以后只要按小键盘上对应的键就能实现这些功能了。&lt;/p&gt;
&lt;p&gt;最后说一下，比如我想跳到某一关，例如最后一关，网上说的那些命令我试过了，不行的，但可以使用devmap这个命令。方法是在控制台输入“devmap gmae/地图名”，这个好理解，但地图名怎么知道呢？方法也很简单，同样的控制台，用 dir 这个命令，相信用Linux的人对这个命令不是陌生了。&lt;/p&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/software/quake4-on-a-number-of-problems-and-solutions.html"&gt;http://shareitem.org/software/quake4-on-a-number-of-problems-and-solutions.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/pkgbuild-opera-china-qt3-for-linux.html' rel='bookmark' title='Permanent Link: [PKGBUILD] opera 中国版 for linux'&gt;[PKGBUILD] opera 中国版 for linux&lt;/a&gt; &lt;small&gt;在昨天，opera 中国版 for linux 终于发布了，据LinuxToy上的报道，Opera 中国版基于 Opera 9.63，“初步解决了经年来 Linux 上...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/9Ffyt1lfjMV85EkLHyGqpKlqPsI/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/9Ffyt1lfjMV85EkLHyGqpKlqPsI/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/8ummXoTo6ys" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/software/quake4-on-a-number-of-problems-and-solutions.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/software/quake4-on-a-number-of-problems-and-solutions.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[自动从git上下载compiz源码并编译的shell脚本]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/software/automatically-download-compiz-from-the-git-source-code-and-compile-the-shell-script.html" />
		<id>http://shareitem.org/?p=641028</id>
		<updated>2008-12-31T16:03:31Z</updated>
		<published>2008-12-31T15:32:48Z</published>
		<category scheme="http://shareitem.org" term="Software" /><category scheme="http://shareitem.org" term="Compiz" /><category scheme="http://shareitem.org" term="git" /><category scheme="http://shareitem.org" term="script" /><category scheme="http://shareitem.org" term="shell" />		<summary type="html"><![CDATA[本来一直用Archlinux源里的0.7.8版，从没出现问题，无奈昨天pacman -Syu后，开始撒野了。症状是今天开机后，不能启动fusion-icon，连ccsm也不能，在终端上运行提示缺失libprotobuf.so.2这个文件，用Google... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/software/automatically-download-compiz-from-the-git-source-code-and-compile-the-shell-script.html">&lt;p&gt;本来一直用Archlinux源里的0.7.8版，从没出现问题，无奈昨天pacman -Syu后，开始撒野了。症状是今天开机后，不能启动fusion-icon，连ccsm也不能，在终端上运行提示缺失libprotobuf.so.2这个文件，用&lt;a href="http://www.google.com/search?q=libprotobuf.so.2"&gt;Google&lt;/a&gt;查了下，没发现什么有用的信息。正在纳闷之际，给我发现以前下回来的这个自动编译compiz的脚本，于是动起了自己编译compiz的念头。整个编译过程大概用了30分钟左右吧，装上后在终端启动fusion-icon，还真的能启动了！一直用了几小时都没出现问题，觉得很满意。&lt;/p&gt;
&lt;p&gt;脚本下载地址：（&lt;a href="http://www.box.net/shared/qn13ssxrfi"&gt;box&lt;/a&gt; | &lt;a href="http://cid-2a58e60cce339ed4.skydrive.live.com/self.aspx/.Public/compiz-git.7z"&gt;SkyDrive&lt;/a&gt;）&lt;/p&gt;
&lt;p&gt;该脚本来源于linuxsir.org论坛的&lt;a href="http://linuxsir.org/bbs/showthread.php?t=338254"&gt;zhuqin_83&lt;/a&gt;，我修改了其中几个PKGBUILD里的git地址，加上了一个最小化效果的patch，删了一些已过时的plugin。&lt;/p&gt;
&lt;p&gt;PS：Goodbye，2008年！&lt;br /&gt;
&lt;img src="http://i2.photobucket.com/albums/y3/suzeb2/screenshot7.png"  alt="Photobucket" /&gt;&lt;/p&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/software/automatically-download-compiz-from-the-git-source-code-and-compile-the-shell-script.html"&gt;http://shareitem.org/software/automatically-download-compiz-from-the-git-source-code-and-compile-the-shell-script.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/howtocompiz-fusion-for-ati-cards-xgl-in-feisty.html' rel='bookmark' title='Permanent Link: HowTo:Compiz Fusion for ATI cards + Xgl in Feisty'&gt;HowTo:Compiz Fusion for ATI cards + Xgl in Feisty&lt;/a&gt; &lt;small&gt;原文链接：http://ubuntuforums.org/showthread.php?t=488385 (原文还提到如何安装beryl，我这里只翻译了安装Compiz Fusion，感兴趣的可以查看原文安装beryl) 我的硬件环境 CPU：AMD DualCore Athlon 64 X2, 2000...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/configure/install-ati-driver-in-ubuntu.html' rel='bookmark' title='Permanent Link: 在 Ubuntu 7.10 上安装 ATI Driver 8.03 和 compiz 0.6.99 (update 2008/3/6)'&gt;在 Ubuntu 7.10 上安装 ATI Driver 8.03 和 compiz 0.6.99 (update 2008/3/6)&lt;/a&gt; &lt;small&gt;（更新于 08-3-6） 下载：ATI Driver 8.03，并假设放到 “/home/我的用户名/” 下 我的硬件环境： CPU：AMD DualCore...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/comix.html' rel='bookmark' title='Permanent Link: 推荐一个看漫画的工具:Comix'&gt;推荐一个看漫画的工具:Comix&lt;/a&gt; &lt;small&gt;以下引用自 Cmoix 的介绍 Comix 是一个为处理漫画书而特别设计的图像浏览器。它能读取 Zip、RAR 和 tar 文件（包括 gzip...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/4NpJ9Z0rvQ2N10yokV4eO90vmWA/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/4NpJ9Z0rvQ2N10yokV4eO90vmWA/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/ogrQewf1hHs" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/software/automatically-download-compiz-from-the-git-source-code-and-compile-the-shell-script.html#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/software/automatically-download-compiz-from-the-git-source-code-and-compile-the-shell-script.html/feed/atom" thr:count="2" />
		<thr:total>2</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[[PKGBUILD] opera 中国版 for linux]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/software/pkgbuild-opera-china-qt3-for-linux.html" />
		<id>http://shareitem.org/?p=641006</id>
		<updated>2009-01-05T04:24:59Z</updated>
		<published>2008-12-26T08:41:18Z</published>
		<category scheme="http://shareitem.org" term="Software" /><category scheme="http://shareitem.org" term="Linux" /><category scheme="http://shareitem.org" term="opera" /><category scheme="http://shareitem.org" term="pkgbuild" />		<summary type="html"><![CDATA[在昨天，opera 中国版 for linux 终于发布了，据LinuxToy上的报道，Opera 中国版基于 Opera 9.63，“初步解决了经年来 Linux 上 Opera 中文字体显示混乱的问题”。
更加详细的改进请移步到 Opera 官方中文... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/software/pkgbuild-opera-china-qt3-for-linux.html">&lt;p&gt;在昨天，opera 中国版 for linux 终于发布了，据&lt;a href="http://linuxtoy.org/archives/opera-china-edition.html"&gt;LinuxToy上的报道&lt;/a&gt;，Opera 中国版基于 Opera 9.63，“初步解决了经年来 Linux 上 Opera 中文字体显示混乱的问题”。&lt;/p&gt;
&lt;p&gt;更加详细的改进请移步到 &lt;a href="http://bbs.operachina.com/viewtopic.php?t=37713"&gt;Opera 官方中文社区&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
&lt;strong&gt;（12月26日21:46）&lt;/strong&gt;重要更新：实在抱歉，由于大意，贴上来的并不是最终的PKGBUILD，这个比最终版的少了一行代码，现在已经修改过来了。 如果你在这个时间之前使用过这个PKGBUILD，请使用新的PKGBUILD重新生成安装包并安装之。&lt;br /&gt;
&lt;strong&gt;（12月30日01:29）&lt;/strong&gt;感谢 oahong 朋友的提醒，现在可以自动修复文件名了，无需手动下载deb包。
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;好了，回归主题，这次发布的中国版暂时只有 Ubuntu/Debian 的 deb 包和 opernSUSE 的 rpm 包，连一个 tar 的压缩包的都没有，所以只好下载 deb 格式的，而且由于是发布到论坛上的，致使下载地址被隐藏了，&lt;del datetime="2008-12-29T16:54:02+00:00"&gt;无法直接用wget下载 deb 包，所以要比较麻烦，&lt;strong&gt;先去 &lt;a href="http://bbs.operachina.com/download/file.php?id=9703"&gt;Opera 论坛上下载(x86)&lt;/a&gt; 或  &lt;a href="http://bbs.operachina.com/download/file.php?id=9704"&gt;Opera 论坛上下载(amd64)&lt;/a&gt;，并和 PKGBUILD 文件放在同一目录&lt;/strong&gt;，&lt;/del&gt;现在不需要了，剩下的只需运行 makepkg 并安装之。&lt;/p&gt;
&lt;p&gt;PKGBUILD 文件内容：&lt;/p&gt;

&lt;div class="wp_codebox"&gt;&lt;table width="100%" &gt;&lt;tr id="p6410066"&gt;&lt;td class="code" id="p641006code6"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;&lt;span style="color: #666666; font-style: italic;"&gt;# Contributor: clayton  &amp;lt;suzebi {[at]} gmail {[dot]} com&amp;gt;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #007800;"&gt;pkgname&lt;/span&gt;=opera-china-qt3
&lt;span style="color: #007800;"&gt;pkgver&lt;/span&gt;=&lt;span style="color: #000000;"&gt;9.63&lt;/span&gt;
&lt;span style="color: #007800;"&gt;pkgrel&lt;/span&gt;=&lt;span style="color: #000000;"&gt;1&lt;/span&gt;
&lt;span style="color: #007800;"&gt;pkgdesc&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;The Opera web browser&amp;quot;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;url&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;http://www.operachina.com/linux/&amp;quot;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;&lt;span style="color: #c20cb9; font-weight: bold;"&gt;arch&lt;/span&gt;&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'i686'&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'x86_64'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;depends&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'qt3'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;license&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'custom:opera'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #007800;"&gt;conflicts&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'opera'&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'opera-qt3'&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'opera-qt4'&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'opera-static'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #007800;"&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;source&lt;/span&gt;&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'http://bbs.operachina.com/download/file.php?id=9703'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#91;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;&lt;span style="color: #007800;"&gt;$CARCH&lt;/span&gt;&amp;quot;&lt;/span&gt; = &lt;span style="color: #ff0000;"&gt;&amp;quot;x86_64&amp;quot;&lt;/span&gt; &lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#93;&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span style="color: #007800;"&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;source&lt;/span&gt;&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'http://bbs.operachina.com/download/file.php?id=9704'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #007800;"&gt;md5sums&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'ad89437e22cfb7ee4179ddb8b2a402a4'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#91;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;&lt;span style="color: #007800;"&gt;$CARCH&lt;/span&gt;&amp;quot;&lt;/span&gt; = &lt;span style="color: #ff0000;"&gt;&amp;quot;x86_64&amp;quot;&lt;/span&gt; &lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#93;&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span style="color: #007800;"&gt;md5sums&lt;/span&gt;=&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'87cdf2731c5bc878790a825efaeb7605'&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
build&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#123;&lt;/span&gt;
  &lt;span style="color: #7a0874; font-weight: bold;"&gt;cd&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;src&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #666666; font-style: italic;"&gt;### fix the pkgname&lt;/span&gt;
  &lt;span style="color: #000000; font-weight: bold;"&gt;if&lt;/span&gt; &lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#91;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;&amp;quot;&lt;span style="color: #007800;"&gt;$CARCH&lt;/span&gt;&amp;quot;&lt;/span&gt; = &lt;span style="color: #ff0000;"&gt;&amp;quot;i686&amp;quot;&lt;/span&gt; &lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#93;&lt;/span&gt;; &lt;span style="color: #000000; font-weight: bold;"&gt;then&lt;/span&gt;
    &lt;span style="color: #007800;"&gt;_pkgname&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;opera_9.63.ibis.2474.gcc4.qt3_i386.deb&amp;quot;&lt;/span&gt;
    &lt;span style="color: #c20cb9; font-weight: bold;"&gt;mv&lt;/span&gt; file.php?&lt;span style="color: #007800;"&gt;&lt;span style="color: #c20cb9; font-weight: bold;"&gt;id&lt;/span&gt;&lt;/span&gt;=&lt;span style="color: #000000;"&gt;9703&lt;/span&gt; &lt;span style="color: #007800;"&gt;$_pkgname&lt;/span&gt;
  &lt;span style="color: #000000; font-weight: bold;"&gt;else&lt;/span&gt;
    &lt;span style="color: #007800;"&gt;_pkgname&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;opera_9.63.ibis.2474.gcc4.qt3_amd64.deb&amp;quot;&lt;/span&gt;
    &lt;span style="color: #c20cb9; font-weight: bold;"&gt;mv&lt;/span&gt; file.php?&lt;span style="color: #007800;"&gt;&lt;span style="color: #c20cb9; font-weight: bold;"&gt;id&lt;/span&gt;&lt;/span&gt;=&lt;span style="color: #000000;"&gt;9704&lt;/span&gt; &lt;span style="color: #007800;"&gt;$_pkgname&lt;/span&gt;
  &lt;span style="color: #000000; font-weight: bold;"&gt;fi&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;ar&lt;/span&gt; vx &lt;span style="color: #007800;"&gt;$_pkgname&lt;/span&gt;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;tar&lt;/span&gt; xfz data.tar.gz
&amp;nbsp;
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;cp&lt;/span&gt; &lt;span style="color: #660033;"&gt;-a&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;src&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;usr &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg
  &lt;span style="color: #c20cb9; font-weight: bold;"&gt;cp&lt;/span&gt; &lt;span style="color: #660033;"&gt;-a&lt;/span&gt; &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;src&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;etc &lt;span style="color: #007800;"&gt;$startdir&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;pkg
&amp;nbsp;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;下面是我用中国版 Opera 打开 ShareItem.org 的截图。&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="http://i2.photobucket.com/albums/y3/suzeb2/screenshot4.png"&gt;&lt;img class="aligncenter" src="http://i2.photobucket.com/albums/y3/suzeb2/screenshot4.png" alt="中国版 Opera 截图" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/software/pkgbuild-opera-china-qt3-for-linux.html"&gt;http://shareitem.org/software/pkgbuild-opera-china-qt3-for-linux.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/qq-for-linux.html' rel='bookmark' title='Permanent Link: 下载 QQ for Linux'&gt;下载 QQ for Linux&lt;/a&gt; &lt;small&gt;腾讯终于在 7 月的最后一日推出了 QQ 的 linux 版，据 LDCN 的报道，Linux 版...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/quake4-on-a-number-of-problems-and-solutions.html' rel='bookmark' title='Permanent Link: 玩Quake4遇到的一些问题及解决方法'&gt;玩Quake4遇到的一些问题及解决方法&lt;/a&gt; &lt;small&gt;在Archlinux上玩Quake4有一段时间了。为了免得以后忘记，我把我在玩的时候遇到一些问题写下来做个备忘。 在Archlinux上安装Quake4很方便，AUR上就有人提供PKGBUILD，下回来makepkg之即可，但要确保 /tmp 有足够的剩余空间来解压程序，如果和我一样 /tmp 目录是挂载到 tmpfs 上的，空间不多的情况下需要自行修改解压的路径，下面是我改好的PKGBUILD（还需要配合AUR里的相应文件）。 # Contributor:...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/google/google-desktop-linux-11-release.html' rel='bookmark' title='Permanent Link: Google Desktop Linux 1.1 版正式发布了'&gt;Google Desktop Linux 1.1 版正式发布了&lt;/a&gt; &lt;small&gt;根据 Google 黑板报介绍，Google 桌面 Linux 1.1 版正式上线了，相对于6月份发布的版本，1.1 版开始支持众多图像文件格式，能在搜索结果中显示缩略图，增加了自己设置用于启动快速搜索栏快捷键的功能，并且能全文搜索微软 Office 文件！！...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/software-super-pi.html' rel='bookmark' title='Permanent Link: 在 Linux 上玩 Super PI'&gt;在 Linux 上玩 Super PI&lt;/a&gt; &lt;small&gt;在 Ubuntu 上玩 Super PI Super PI 是一个计算圆周率的软件。以前在 Windows 平台上，我们经常使用...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/tvtime.html' rel='bookmark' title='Permanent Link: 用 Tvtime 在 Linux 上看电视'&gt;用 Tvtime 在 Linux 上看电视&lt;/a&gt; &lt;small&gt;由于最近有幸从朋友处拿了块 Gforce 8600GT 来爽一下，然后马上将 ATI 的 8.03 驱动删了，装上 nvidia 的...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/configure/use-realtime-kernel.html' rel='bookmark' title='Permanent Link: 推荐台式机 7.10 用户使用 realtime 内核'&gt;推荐台式机 7.10 用户使用 realtime 内核&lt;/a&gt; &lt;small&gt;realtime 内核（下面简称 rt）其实就是 Ubuntu Studio 默认使用的内核，这个内核经过优化，可以加快打开程序的速度，开启 compiz 后看视频会花屏的现象得到改善。我使用后的第一感觉是，响应速度明显加快了，尤其是打开 nautilus 的速度。缺点就是不适合用于笔记本电脑，会增加用电量的，而且也不适用于服务器版本。...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/1YB-As0z44yTOJtouG2GPj5ZdDU/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/1YB-As0z44yTOJtouG2GPj5ZdDU/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/SRlsHY0gEkU" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/software/pkgbuild-opera-china-qt3-for-linux.html#comments" thr:count="4" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/software/pkgbuild-opera-china-qt3-for-linux.html/feed/atom" thr:count="4" />
		<thr:total>4</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[tmpfs的应用]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/configure/howto-in-some-directory-enabled-tmpfs-filesystem.html" />
		<id>http://www.shareitem.org/?p=640944</id>
		<updated>2008-12-25T08:43:21Z</updated>
		<published>2008-12-25T08:39:09Z</published>
		<category scheme="http://shareitem.org" term="Configure" /><category scheme="http://shareitem.org" term="FileSystem" /><category scheme="http://shareitem.org" term="HowTo" /><category scheme="http://shareitem.org" term="Skills" /><category scheme="http://shareitem.org" term="tmpfs" />		<summary type="html"><![CDATA[什么是tmpfs？tmpfs是一个高效的文件系统，之所以高效，是因为其使用内存作为存储设备。通过tmpfs，我们能像使用硬盘一样的使用内存。众所周知，内存的读取写入速度是硬盘不能比拟的。但... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/configure/howto-in-some-directory-enabled-tmpfs-filesystem.html">&lt;p&gt;什么是tmpfs？tmpfs是一个高效的文件系统，之所以高效，是因为其使用内存作为存储设备。通过tmpfs，我们能像使用硬盘一样的使用内存。众所周知，内存的读取写入速度是硬盘不能比拟的。但由于内存的易失性，当系统掉电时，所有在tmpfs上的内容将会丢失。根据这些特性，我们可以将一些目录挂载到tmpfs文件系统下，设置正确下还能起到加快某些命令执行的速度。例如 pacman -Ss 。而且从&lt;a href="http://antimalicious.blogspot.com/2008/10/archubuntutmpfskernel-level-ramdisk.html"&gt;这篇文章&lt;/a&gt;得知，tmpfs还会自动释放出未用的空间，大可放心的使用tmpfs。下面我列举一些我在Archlinux上使用tmpfs的一些心得。&lt;br /&gt;
首先建议物理内存容量至少要有1G以上，过少的内存反而会起反效果。例如我的物理内容容量为2G。（现在内存都是白菜价了）下面列举一些可以挂载到tmpfs上的目录，当然，你也可以将其他目录也挂载上去，这主要看你的内存大小和想象力了 &lt;img src='http://shareitem.org/shareitem/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; ，例如你可以将整个 Firefox 都搬到内存上运行。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;/tmp&lt;/strong&gt;&lt;br /&gt;
该目录是用来存放不同程序执行时产生的临时文件，既然是临时文件，即使在关机时没有保存也不会有大碍，而且还可以减少硬盘I/O读写次数。所以这个目录大可放心挂载到tmpfs上。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;/var/tmp&lt;/strong&gt;&lt;br /&gt;
功能上和/tmp目录相似，一些kde程序会用到这个目录。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;/var/lib/pacman/sync（Archlinux特有）&lt;/strong&gt;&lt;br /&gt;
这个目录是pacman特有的，用来存储每个可用仓库的软件列表，依赖关系等的信息。你每次执行 pacman -Sy 命令，就是将互联网上软件仓库的信息下载到这个目录，而执行 pacman -Ss 就是从这个目录下的信息中查询。如果将这个目录挂载到tmpfs上，可以加快搜索软件时的查询速度，但缺点是每次启动系统后都要重新执行一次 pacman -Sy 命令来生成这个目录下的内容，除非你用脚本控制每次关机都备份这个目录下的内容，如何取舍就要看各位了 &lt;img src='http://shareitem.org/shareitem/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; 。&lt;/p&gt;
&lt;p&gt;说了一大堆，那究竟如何才能挂载这些目录呢？方法很简单，直接写到 /etc/fstab 下，然后重启系统。&lt;strong&gt;不推荐&lt;/strong&gt;直接用mount命令挂载，这会马上清空这些目录下的内容，有可能会导致正在运行的程序出错。&lt;/p&gt;
&lt;p&gt;将下面这句加入到 /etc/fstab 内。&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;none /tmp tmpfs defaults,size=100m 0 0&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;值得注意 size=100m 这个选项，这是控制使用多少内存的关键，如果不加上这个选项，将默认使用一半容量的内存。例如这里就使用100M的内存空间，并挂载到 /tmp 下。其他的目录请如此类推，又或者加大 /tmp 下的空间，例如使用300M内存，然后将其他目录做符号链接到 /tmp 下，总之实现的方法有很多，就看各位喜欢 &lt;img src='http://shareitem.org/shareitem/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; 。enjoy it ！&lt;/p&gt;
&lt;p&gt;PS：祝大家生蛋节快乐！ &lt;img src='http://shareitem.org/shareitem/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/configure/howto-in-some-directory-enabled-tmpfs-filesystem.html"&gt;http://shareitem.org/configure/howto-in-some-directory-enabled-tmpfs-filesystem.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/arch-auto-mount-usb-drivers.html' rel='bookmark' title='Permanent Link: Arch 上实现自动挂载 USB 设备和本地硬盘（KDE 篇）'&gt;Arch 上实现自动挂载 USB 设备和本地硬盘（KDE 篇）&lt;/a&gt; &lt;small&gt;自动挂载 USB 设备并挂载本地硬盘 首先安装 hal #pacman -S hal 确保自己的登录用户已经在 optical，storage这两个组中，没有的用以下命令添加...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/configure/howto-build-a-download-and-routing-home-server.html' rel='bookmark' title='Permanent Link: HowTo:搭建家用下载&amp;#038;路由服务器'&gt;HowTo:搭建家用下载&amp;#038;路由服务器&lt;/a&gt; &lt;small&gt;其实这篇文章不能说是 HowTo ，最多只能说是我自己的安装笔记而已。该服务器主要用来下载和实现共享上网，有空还可以用它来研究iptables。整个系统没有鼠标键盘显示器，全都日常维护都是用SSH进行，所以使用了密钥的验证方式确保安全。下载方面用mldonkey实现，通过局域网内其他电脑用网页方式管理，唯一的不足是对BT下载支持不够。由于服务器基本上都是24小时运作的，所有在上面弄了个dnsmasq，实现DNS缓存和DHCP，局域网的其他机器ip都是自动获取，接上网线就能上网，十分方便。 先说说用到的软件 ArchLinux ssh iptables dnsmasq mldonkey ArchLinux...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/h9ku8bjFXwXW_B40-H3anr86vpw/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/h9ku8bjFXwXW_B40-H3anr86vpw/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/9W3wG9uNlEQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/configure/howto-in-some-directory-enabled-tmpfs-filesystem.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/configure/howto-in-some-directory-enabled-tmpfs-filesystem.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[字体美化：微软雅黑]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html" />
		<id>http://www.shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html</id>
		<updated>2008-12-25T05:30:41Z</updated>
		<published>2008-10-23T16:30:51Z</published>
		<category scheme="http://shareitem.org" term="Desktop" /><category scheme="http://shareitem.org" term="FireFox" /><category scheme="http://shareitem.org" term="Archlinux" /><category scheme="http://shareitem.org" term="Fonts" /><category scheme="http://shareitem.org" term="HowTo" /><category scheme="http://shareitem.org" term="雅黑" />		<summary type="html"><![CDATA[先说说我的平台：Archlinux + GNOME2.24 / xfce4.4.2
在安装字体之前，首先要装好ubuntu版的cairo、fontconfig、freetype2、libxft。当然，你也可以使用lcd版的，但我个人觉得ubuntu的比lcd的显示效果要好。下面... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html">&lt;p&gt;先说说我的平台：Archlinux + GNOME2.24 / xfce4.4.2&lt;br /&gt;
在安装字体之前，首先要装好ubuntu版的cairo、fontconfig、freetype2、libxft。当然，你也可以使用lcd版的，但我个人觉得ubuntu的比lcd的显示效果要好。下面是AUR上的链接&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://aur.archlinux.org/packages.php?ID=17327"&gt;cairo-ubuntu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://aur.archlinux.org/packages.php?ID=17156"&gt;fontconfig-ubuntu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://aur.archlinux.org/packages.php?ID=17328"&gt;freetype2-ubuntu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://aur.archlinux.org/packages.php?ID=17157"&gt;libxft-ubuntu&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;在vista上M$启用了不少新字体，但由于版权的问题，我这里就不提供了，有兴趣的Google之。&lt;/p&gt;
&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Segoe UI 为 Vista 新英文 UI ClearType 字体&lt;/li&gt;
&lt;li&gt;Sans Serif 字体： Calibri Candara Corbel&lt;/li&gt;
&lt;li&gt;Serif 字体： Cambria Constantia&lt;/li&gt;
&lt;li&gt;monospace 字体： Consolas&lt;/li&gt;
&lt;li&gt;Msyh + Msyh bold 为 Vista 新中文字体&lt;/li&gt;
&lt;li&gt;Msjh + Msjh Bold 为 Vista 新繁体中文字体&lt;/li&gt;
&lt;li&gt;Meiryo + Meiryo Bold 为 Vista 新日文字体&lt;/li&gt;
&lt;li&gt;Malgun Gothic + bold 为 Vista 新韩文字体&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;将以上的字体放到 /usr/share/fonts/vista 下，然后在该目录下执行&lt;/p&gt;

&lt;div class="wp_codebox"&gt;&lt;table width="100%" &gt;&lt;tr id="p64013110"&gt;&lt;td class="code" id="p640131code10"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;&lt;span style="color: #c20cb9; font-weight: bold;"&gt;sudo&lt;/span&gt; mkfontdir
&lt;span style="color: #c20cb9; font-weight: bold;"&gt;sudo&lt;/span&gt; mkfontscale&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;并在 /etc/X11/xorg.conf 里加入一行：&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;FontPath &amp;#8220;/usr/share/fonts/vista&amp;#8221;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;最后创建字体缓存&lt;/p&gt;

&lt;div class="wp_codebox"&gt;&lt;table width="100%" &gt;&lt;tr id="p64013111"&gt;&lt;td class="code" id="p640131code11"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt; fc-cache &lt;span style="color: #660033;"&gt;-fv&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;确保 /etc/fonts/conf.d/ 下有 51-local.conf 这个文件，并确保里面的内容是&lt;/p&gt;

&lt;div class="wp_codebox"&gt;&lt;table width="100%" &gt;&lt;tr id="p64013112"&gt;&lt;td class="code" id="p640131code12"&gt;&lt;pre class="xml" style="font-family:monospace;"&gt;&lt;span style="color: #009900;"&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?xml&lt;/span&gt; &lt;span style="color: #000066;"&gt;version&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;1.0&amp;quot;&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style="color: #00bbdd;"&gt;&amp;lt;!DOCTYPE fontconfig SYSTEM &amp;quot;fonts.dtd&amp;quot;&amp;gt;&lt;/span&gt;
&lt;span style="color: #009900;"&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;fontconfig&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
	&lt;span style="color: #808080; font-style: italic;"&gt;&amp;lt;!-- Load local system customization file --&amp;gt;&lt;/span&gt;
	&lt;span style="color: #009900;"&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;include&lt;/span&gt; &lt;span style="color: #000066;"&gt;ignore_missing&lt;/span&gt;=&lt;span style="color: #ff0000;"&gt;&amp;quot;yes&amp;quot;&lt;/span&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;local.conf&lt;span style="color: #009900;"&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;/include&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style="color: #009900;"&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;/fontconfig&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;然后下载这个local.conf文件（&lt;a href="http://www.box.net/shared/82mzs0va4e"&gt;box.net&lt;/a&gt; | &lt;a href="http://www.mediafire.com/?cdgydgu2ljl"&gt;MediaFile&lt;/a&gt; | &lt;a href="http://www.divshare.com/download/5653528-abb"&gt;DivShare&lt;/a&gt;），解压后放到 /etc/fonts/ 下。这个文件是很早以前从&lt;a href="http://www.linuxsir.org/bbs"&gt;linuxsir.org&lt;/a&gt;论坛上收集的，不记得原作者是谁了，在此对原作者说声抱歉。好了，重启系统（或注销）吧。&lt;/p&gt;
&lt;p&gt;然后打开GNOME面板的“系统”—“首选项”—“外观”，选择“字体”—“细节”，按照下图设置&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a title="screenshot10.png" href="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot10.png"&gt;&lt;br /&gt;
&lt;img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot10.thumbnail.png" alt="screenshot10.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;不用去改默认的字体，保持默认的Sans即可。怎样？效果还不错把。下面是我的一些截图。&lt;br /&gt;
nautilus截图&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a title="nautilus截图" href="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot11.png"&gt;&lt;br /&gt;
&lt;img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot11.thumbnail.png" alt="nautilus截图" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;日文字体&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a title="日文字体" href="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot12.png"&gt;&lt;br /&gt;
&lt;img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot12.thumbnail.png" alt="日文字体" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;中文字体&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a title="中文字体" href="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot13.png"&gt;&lt;br /&gt;
&lt;img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot13.thumbnail.png" alt="中文字体" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;shareitem.org在firefox下的截图&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a title="shareitem.org在firefox下的截图" href="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot14.png"&gt;&lt;br /&gt;
&lt;img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot14.thumbnail.png" alt="shareitem.org在firefox下的截图" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;163.com在firefox下的截图&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a title="163.com在firefox下的截图" href="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot15.png"&gt;&lt;br /&gt;
&lt;img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/screenshot15.thumbnail.png" alt="163.com在firefox下的截图" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html"&gt;http://shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/use-apple-font-in-ubuntu-gutsy.html' rel='bookmark' title='Permanent Link: 使用苹果字体美化 Ubuntu 7.10'&gt;使用苹果字体美化 Ubuntu 7.10&lt;/a&gt; &lt;small&gt;这篇是改篇自我的另一篇《我的Feisty界面非完美的苹果风格美化》，您可以先看看我美化的效果，使用了 STHeiti.ttf 和 Lucida Grande.ttf 字体，好了，开始美化。 配置字体 sudo fontconfig-voodoo -f...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/howto-use-open-source-fonts-wqy-in-gnome.html' rel='bookmark' title='Permanent Link: 开源字体美化：文泉驿点阵宋（GNOME）'&gt;开源字体美化：文泉驿点阵宋（GNOME）&lt;/a&gt; &lt;small&gt;文泉驿字体应该不用介绍了吧，这可是目前为数不多的中文开源字体，主要开发点阵和矢量字体。目前Ubuntu、Fedora等发行版都已经使用文泉驿作为默认中文字体，而我们的Archlinux自然也不落后，可以直接从源里下载文泉驿点阵宋和正黑字体。下面分享下我用点阵宋美化的一些经验，也欢迎大家拍砖。 首先从源里安装字体，英文部分我用 dejavu 字体来显示，至于另外三个是其他的自由中文字体，最好还是安装上吧。 # pacman -S wqy-bitmapfont wqy-zenhei ttf-dejavu...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/configure/howto-build-a-download-and-routing-home-server.html' rel='bookmark' title='Permanent Link: HowTo:搭建家用下载&amp;#038;路由服务器'&gt;HowTo:搭建家用下载&amp;#038;路由服务器&lt;/a&gt; &lt;small&gt;其实这篇文章不能说是 HowTo ，最多只能说是我自己的安装笔记而已。该服务器主要用来下载和实现共享上网，有空还可以用它来研究iptables。整个系统没有鼠标键盘显示器，全都日常维护都是用SSH进行，所以使用了密钥的验证方式确保安全。下载方面用mldonkey实现，通过局域网内其他电脑用网页方式管理，唯一的不足是对BT下载支持不够。由于服务器基本上都是24小时运作的，所有在上面弄了个dnsmasq，实现DNS缓存和DHCP，局域网的其他机器ip都是自动获取，接上网线就能上网，十分方便。 先说说用到的软件 ArchLinux ssh iptables dnsmasq mldonkey ArchLinux...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/%e6%88%91%e7%9a%84feisty%e7%95%8c%e9%9d%a2%e9%9d%9e%e5%ae%8c%e7%be%8e%e7%9a%84%e8%8b%b9%e6%9e%9c%e9%a3%8e%e6%a0%bc%e7%be%8e%e5%8c%96.html' rel='bookmark' title='Permanent Link: 我的Feisty界面非完美的苹果风格美化'&gt;我的Feisty界面非完美的苹果风格美化&lt;/a&gt; &lt;small&gt;首先我的美化是基于Feisty＋Compiz Fusion＋emerald＋苹果字体。当然，你也可以安装你喜欢的dock，如awn。关于如何安装Compiz Fusion，可以参考我的另一篇文章，有详细的讲解。先看看效果图 第一步：字体美化 这里使用到的字体有stheiti和Lucida.Grande，可以Google之或到我的box.net下载（part1，part2）。参考nicky的Edgy黑体解决方案 1.把下载回来的字体解压并复制到/usr/share/fonts/truetype/下（sudo cp 命令） 2.设置字体可读权限 sudo...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/howtocompiz-fusion-for-ati-cards-xgl-in-feisty.html' rel='bookmark' title='Permanent Link: HowTo:Compiz Fusion for ATI cards + Xgl in Feisty'&gt;HowTo:Compiz Fusion for ATI cards + Xgl in Feisty&lt;/a&gt; &lt;small&gt;原文链接：http://ubuntuforums.org/showthread.php?t=488385 (原文还提到如何安装beryl，我这里只翻译了安装Compiz Fusion，感兴趣的可以查看原文安装beryl) 我的硬件环境 CPU：AMD DualCore Athlon 64 X2, 2000...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/arch-kdemod-compiz-fusion.html' rel='bookmark' title='Permanent Link: Arch 上安装 kdemod 3.5.10（update 08-10-12）'&gt;Arch 上安装 kdemod 3.5.10（update 08-10-12）&lt;/a&gt; &lt;small&gt;由于 Arch 安装安装完成后只有一个基本的字符界面，对于我们这些桌面用户来说是不太适合的，还好，Arch 有很好的可定制性，我们能很方便的安装自己喜欢的桌面环境，以下是我在 Arch 上安装 kdemod 的一些经验总结。 第一次更新追加：由于现在手头上没有ATI卡，所以安装驱动部分没有更新，不过参照官方wiki还是很容易的。 下面是最终效果图...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/YkrATuM9s4PSngHOoftOU9VV5WM/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/YkrATuM9s4PSngHOoftOU9VV5WM/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/CzKJUtDadz0" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[新闻：Linus Torvalds开博了！]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/news/news-the-linus-torvalds-blog.html" />
		<id>http://www.shareitem.org/news/news-the-linus-torvalds-blog.html</id>
		<updated>2008-12-25T05:31:28Z</updated>
		<published>2008-10-09T15:21:23Z</published>
		<category scheme="http://shareitem.org" term="News" /><category scheme="http://shareitem.org" term="Blog" /><category scheme="http://shareitem.org" term="Linus" />		<summary type="html"><![CDATA[Linux 之父：李纳斯·托沃兹(Linus Torvalds)，最近他在Google Blogger上开了个博客。
地址：http://torvalds-family.blogspot.com/

（图片来源于维基百科）

文章地址:http://shareitem.org/news/news-the-linus-torvalds-blog.h... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/news/news-the-linus-torvalds-blog.html">&lt;p&gt;Linux 之父：李纳斯·托沃兹(Linus Torvalds)，最近他在Google Blogger上开了个博客。&lt;br /&gt;
地址：&lt;a href="http://torvalds-family.blogspot.com/" title="Linus Torvalds Blog"&gt;http://torvalds-family.blogspot.com/&lt;/a&gt;&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a href="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/391px-linus_torvalds.jpeg" title="Linus_Torvalds"&gt;&lt;img src="http://learn.yo2.cn/wp-content/uploads/121/12133/2008/10/391px-linus_torvalds.thumbnail.jpeg" alt="Linus_Torvalds" /&gt;&lt;/a&gt;&lt;br /&gt;
（图片来源于&lt;a href="http://en.wikiquote.org/wiki/Image:Linus_Torvalds.jpeg" title="Linus Torvalds Photo"&gt;维基百科&lt;/a&gt;）&lt;/p&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/news/news-the-linus-torvalds-blog.html"&gt;http://shareitem.org/news/news-the-linus-torvalds-blog.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/google/gmail-space-capacity-increase-speed.html' rel='bookmark' title='Permanent Link: Gmail 的空间容量增加速度加快了！'&gt;Gmail 的空间容量增加速度加快了！&lt;/a&gt; &lt;small&gt;用过Gmial的都知道，在登录界面左边有个显示Gmail容量的计数器，而且是不断增加的，记得以前是每跳动一次增加3byte左右。但是这情况改变了，如果您是打开网页登录Gmail的，您会发现今天的速度加快了，也且是加快了很多！现在每跳动一次增加1500byte左右，是以前的500倍！！从Google的官方博客 Gmail blog （带tor）已经证实了这一消息，计数器的速度已经开始增加。让我们来计算一下，现在的容量是2943.719740 MB，按照这个速度，只要到明天（13号）晚上10：30左右，Gmail的容量就会增加到3G，每约8.7天增加1G容量！！估计太保守了，20:00分 Gmail 的容量已经达到3060M了。 上图为截至到10月13日00:16分Gmail容量 上图为截至到10月13日20:00分Gmail容量 根据...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/waWZq8Sw1KH8DlliHgjK2-_0jwE/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/waWZq8Sw1KH8DlliHgjK2-_0jwE/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/U0DulEYKWGM" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/news/news-the-linus-torvalds-blog.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/news/news-the-linus-torvalds-blog.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[Full Circle 第16期中文版和第17期英文版下载]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/magazine/ubuntu-full-circle-16.html" />
		<id>http://www.shareitem.org/magazine/ubuntu-full-circle-16.html</id>
		<updated>2008-09-28T04:22:37Z</updated>
		<published>2008-09-28T04:22:37Z</published>
		<category scheme="http://shareitem.org" term="Magazine" /><category scheme="http://shareitem.org" term="Full Circle" /><category scheme="http://shareitem.org" term="Ubuntu" />		<summary type="html"><![CDATA[下载 Ubuntu Full Circle 社区杂志第16期（英文版 &#124; 简体中文版 &#124; 繁体中文版）
下载 Ubuntu Full Circle 社区杂志第17期（英文版）
第16期主要内容有：

Command and Conquer - Creating And Moving Files.
How-To:... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/magazine/ubuntu-full-circle-16.html">&lt;p&gt;下载 Ubuntu Full Circle 社区杂志第16期（&lt;a href="http://fullcirclemagazine.org/download-manager.php?id=93"&gt;英文版&lt;/a&gt; | &lt;a href="http://www.ubuntuchina.com/Download/fcctt/issue16_zh-CN.pdf"&gt;简体中文版&lt;/a&gt; | &lt;a href="http://www.ubuntuchina.com/Download/fcctt/issue16_zh-TW.pdf"&gt;繁体中文版&lt;/a&gt;）&lt;br /&gt;
下载 Ubuntu Full Circle 社区杂志第17期（&lt;a href="http://fullcirclemagazine.org/download-manager.php?id=98"&gt;英文版&lt;/a&gt;）&lt;/p&gt;
&lt;p&gt;第16期主要内容有：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Command and Conquer - Creating And Moving Files.&lt;/li&gt;
&lt;li&gt;How-To: Create Your Own Ubuntu, Create Your Own Server Part 8, Using GIMP Part 5 and GNOME-Look Guide.&lt;/li&gt;
&lt;li&gt;My Story - Out With The New, In With The Old&lt;/li&gt;
&lt;li&gt;My Opinion - GNOME And KDE Themes&lt;/li&gt;
&lt;li&gt;MOTU Interview - Jamie Strandboge&lt;/li&gt;
&lt;li&gt;Top 5 - Twitter Clients&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SN8PPEm7H0I/AAAAAAAABK4/ilFvktARtiU/s1600-h/issue16_en.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SN8PPEm7H0I/AAAAAAAABK4/MiNwKvMldCw/s320-R/issue16_en.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;第17期主要内容有：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Command and Conquer - Nano &amp;amp; Vim.&lt;/li&gt;
&lt;li&gt;How-To : Program in C - Part 1, Connect to IRC, Using GIMP - Part 6 and Scan &amp;amp; Convert to PDF.&lt;/li&gt;
&lt;li&gt;My Story - …When I Was Two&lt;/li&gt;
&lt;li&gt;My Opinion - Is This The Year?&lt;/li&gt;
&lt;li&gt;MOTU Interview - Harald Sitter&lt;/li&gt;
&lt;li&gt;Top 5 - Email Notifiers&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SN8PQlw4gwI/AAAAAAAABLA/nxqfN6sq7tY/s1600-h/issue17_en.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SN8PQlw4gwI/AAAAAAAABLA/jM5JQ2KlrNg/s320-R/issue17_en.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/magazine/ubuntu-full-circle-16.html"&gt;http://shareitem.org/magazine/ubuntu-full-circle-16.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/magazine/ubuntu-full-circle-14.html' rel='bookmark' title='Permanent Link: Ubuntu 社区杂志 Full Circle 第14期'&gt;Ubuntu 社区杂志 Full Circle 第14期&lt;/a&gt; &lt;small&gt;Ubuntu社区的杂志：Full Circle 第14期已经出了（英文版 | 中文版 | 繁中版） 本期内容有： How-To :...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/magazine/fullcircle-13.html' rel='bookmark' title='Permanent Link: Ubuntu 社区杂志 Full Circle 第13期'&gt;Ubuntu 社区杂志 Full Circle 第13期&lt;/a&gt; &lt;small&gt; Ubuntu社区的杂志：Full Circle 第13期的英文版已经出了，下载地址：http://fullcirclemagazine.org/download-manager.php?id=74 本期内容有： Flavor of the Month -...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/magazine/ubuntu-full-circle-15.html' rel='bookmark' title='Permanent Link: Ubuntu 社区杂志 Full Circle 第15期'&gt;Ubuntu 社区杂志 Full Circle 第15期&lt;/a&gt; &lt;small&gt; Ubuntu社区的杂志：Full Circle 第15期已经出了（英文版 | 中文版 | 繁中版） 本期主要内容有： 命令与征服：进入和离开目录...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/mldonkey-import-amule-emule-temp.html' rel='bookmark' title='Permanent Link: 让 MLDonkey 导入 amule/emule 的临时文件'&gt;让 MLDonkey 导入 amule/emule 的临时文件&lt;/a&gt; &lt;small&gt;问题的由来是在使用 MLDonkey 进行电驴下载时，即使已经把 MLDonkey 的 Temp 目录指向 amule/emule 的 Temp 目录，发现...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/2EVrvIf5JsbJEx30fiZKDZJW8fA/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/2EVrvIf5JsbJEx30fiZKDZJW8fA/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/B8MIuneqKws" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/magazine/ubuntu-full-circle-16.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/magazine/ubuntu-full-circle-16.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[在Archlinux上安装VMWare6.5]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/software/howto-install-vmware65-in-archlinux.html" />
		<id>http://www.shareitem.org/software/howto-install-vmware65-in-archlinux.html</id>
		<updated>2008-09-24T08:44:14Z</updated>
		<published>2008-09-24T08:44:14Z</published>
		<category scheme="http://shareitem.org" term="Software" /><category scheme="http://shareitem.org" term="Archlinux" /><category scheme="http://shareitem.org" term="HowTo" /><category scheme="http://shareitem.org" term="VMware" />		<summary type="html"><![CDATA[虽然转到linux下已经有一段时间了，但仍然离不开windows，主要是我还需要用到网银和淘宝，但要我装双系统又好像有点不情愿，所以装一个虚拟机对我来说是最好的方法，而且适逢LDCN上报道VMWa... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/software/howto-install-vmware65-in-archlinux.html">&lt;p&gt;虽然转到linux下已经有一段时间了，但仍然离不开windows，主要是我还需要用到网银和淘宝，但要我装双系统又好像有点不情愿，所以装一个虚拟机对我来说是最好的方法，而且适逢&lt;a href="http://linuxdesktop.cn/2008/09/24/vmware-workstation-65-released/"&gt;LDCN上报道VMWare最新的6.5版推出&lt;/a&gt;，所以决定在我的Archlinux上安装VMWare，下面总结一下具体的方法。&lt;br /&gt;
参考资料：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://wiki.archlinux.org/index.php/%E5%AE%89%E8%A3%85VMware_%28%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87%29"&gt;Archlinux Wiki 安装VMware (简体中文)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Archlinx Wiki上有说用&lt;a href="http://aur.archlinux.org/packages.php"&gt;AUR&lt;/a&gt;安装的，但那个&lt;a href="http://aur.archlinux.org/packages.php?do_Details=1&amp;amp;ID=6182&amp;amp;O=0&amp;amp;L=0&amp;amp;C=0&amp;amp;K=vmware&amp;amp;SB=n&amp;amp;SO=a&amp;amp;PP=25&amp;amp;do_MyPackages=0&amp;amp;do_Orphans=0&amp;amp;SeB=nd"&gt;PKGBUILD&lt;/a&gt;好像没有维护了，所以只好到VMWare官方下载安装程序。到VMWare的网站上下载 VMware Workstation 6.5，具体&lt;a href="http://www.vmware.com/download/desktop_virtualization.html"&gt;下载地址点这里&lt;/a&gt;。需要注册了才能下载的，而且注册后能获得30天使用的key。下载那个 .bundle 后缀的安装程序，我下载的是32位版本，整个安装程序有382M。&lt;/p&gt;
&lt;p&gt;在下载途中，我们先做一些准备，以便稍候安装。首先打开终端，输入下面的命令（假设你以root身份执行）。&lt;br /&gt;
创建VMWare运行级目录&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# mkdir -p /etc/rc.d/vmware.d/rc{0,1,2,3,4,5,6}.d&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;创建lsmod的符号链接&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# ln -s /bin/lsmod /sbin/&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;好了，耐心等待下载吧。当完成后，定位到下载目录下，首先使安装程序具有执行权限。&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# chmod +x VMware-Workstation-6.5.0-118166.i386.bundle&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;输入下面命令开始安装。&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# ./VMware-Workstation-6.5.0-118166.i386.bundle &amp;#8211;custom&lt;/p&gt;&lt;/blockquote&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoG_JdOeFI/AAAAAAAABJw/YSm2GimxIuw/s1600-h/2008-09-24_647x506-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoG_JdOeFI/AAAAAAAABJw/Mw5D6xaJZQc/s320-R/2008-09-24_647x506-2.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图一. 开始安装VMWare&lt;/div&gt;
&lt;p&gt;整个安装程序是图形界面的，应该没啥大问题，可以一路next下去，当去到图二所示的System service scripts时，需要改为&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
/etc/rc.d/vmware.d&lt;/p&gt;&lt;/blockquote&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoHYECaNuI/AAAAAAAABJ4/dl6tr-pGe3o/s1600-h/2008-09-24_649x505.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoHYECaNuI/AAAAAAAABJ4/tQ9GHchurOs/s320-R/2008-09-24_649x505.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图二. 选择System service scripts的目录&lt;/div&gt;
&lt;p&gt;去到图三所示的System service runlevels时，填上&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
/etc/rc.d/&lt;/p&gt;&lt;/blockquote&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SNoHokpeKQI/AAAAAAAABKA/swk7_qaVQCM/s1600-h/2008-09-24_647x509.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SNoHokpeKQI/AAAAAAAABKA/4V45bJjVDHA/s320-R/2008-09-24_647x509.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图三. 选择System service runlevels的目录&lt;/div&gt;
&lt;p&gt;图四是询问是否需要debug，如果你喜欢的话可以填上你的Eclipse的位置，我这里留空不填。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoHz4VTXgI/AAAAAAAABKI/F95nXys-5to/s1600-h/2008-09-24_647x506.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoHz4VTXgI/AAAAAAAABKI/7HjOZwqJWP4/s320-R/2008-09-24_647x506.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图四. 输入Eclipse的目录&lt;/div&gt;
&lt;p&gt;接着又是漫长的安装过程了，我这里大概用了三分多钟来安装。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SNoIiCw_d0I/AAAAAAAABKY/eSZkF24nQvI/s1600-h/2008-09-24_645x505.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SNoIiCw_d0I/AAAAAAAABKY/DsPOkXE9skc/s320-R/2008-09-24_645x505.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图五. 正在安装VMWare中&lt;/div&gt;
&lt;p&gt;好了，终于安装完成了。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SNoIuTf7wAI/AAAAAAAABKg/NpBRjO-qRhE/s1600-h/2008-09-24_646x505-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SNoIuTf7wAI/AAAAAAAABKg/XNq6E2cZneQ/s320-R/2008-09-24_646x505-2.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图六. 安装完成&lt;/div&gt;
&lt;p&gt;可以到GNOME应用程序菜单中的系统工具里找到VMWare Workstation，点击启动。如果你有已经安装好能使用的虚拟机，可以直接用VMWare Player打开。在使用前，你需要同意VMWare 的 EULA。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SNoI3jD5iUI/AAAAAAAABKo/zbk_9nCP9bc/s1600-h/Y--_644x423.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SNoI3jD5iUI/AAAAAAAABKo/bfcpBLPdkh4/s320-R/Y--_644x423.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图七. VMWare的EULA&lt;/div&gt;
&lt;p&gt;好了，熟悉的界面出来了，现在可以尝试安装Windows XP了，而且VMWare6.5版还支持3D加速，支持Fsuion效果，赞。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoJCUpZc6I/AAAAAAAABKw/JpoEUU_nvkI/s1600-h/Y--_806x629.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SNoJCUpZc6I/AAAAAAAABKw/JQg45M8vo1g/s320-R/Y--_806x629.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
图八. VMWare的程序界面&lt;/div&gt;
&lt;p&gt;注意：在每次启动VMWare时都需要加载两个内核模块，分别是 vmmon 和 vmci ，可以使用下列命令来加载&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# modprobe 模块名&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;如果觉得麻烦可以将上面两个模块写到 /etc/rc.conf 文件的 MODULES 处，这样每次启动系统就会自动加载。&lt;/p&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/software/howto-install-vmware65-in-archlinux.html"&gt;http://shareitem.org/software/howto-install-vmware65-in-archlinux.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/distribution/install-opensuse.html' rel='bookmark' title='Permanent Link: 图文教程:安装 openSUSE 10.3'&gt;图文教程:安装 openSUSE 10.3&lt;/a&gt; &lt;small&gt;这个教程是我在 WinXP SP2 + VMWare Workstation 6.0.0 build-45731 下完成的，供大家参考。 首先下载...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/firefox/swiftweasel.html' rel='bookmark' title='Permanent Link: 推荐 Firefox  的优化编译版 Swiftweasel'&gt;推荐 Firefox  的优化编译版 Swiftweasel&lt;/a&gt; &lt;small&gt;什么叫优化编译版？如果您曾用过 swiftfox ，您就会知道这些经过优化编译后的第三方 Firefox 发行版是如何的高效快速了。现在除了 swiftfox 外，我们又多了一个选择，也就是 Swiftweasel，而且可喜的是 Swiftweasel 还是开源的（swiftfox...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/howto-install-ibus-in-archlinux.html' rel='bookmark' title='Permanent Link: 在Archlinux上编译安装ibus输入法'&gt;在Archlinux上编译安装ibus输入法&lt;/a&gt; &lt;small&gt;ibus在昨天发布了其最新的0.1.1.20080830版，在看了LDCN的报道后，手痒痒的，于是在自己的Archlinux上编译玩了一把，初步试用后，决定将ibus设为我的默认输入法，那些scim和fcitx终于可以光荣退休了，目前使用上唯一的不足是输入条不能跟随，但这并不影响使用，而且相信在日后的版本中会得到改进的。点击访问ibus的主页。 要在Archlinux上编译安装，首先需要满足依赖（我使用git方式来获取源代码，当然你也可以直接到其主页上下载） # pacman -S python dbus-python gnome-python dbus-python pyxdg...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/distribution/howto-install-archlinux-from-liveusb.html' rel='bookmark' title='Permanent Link: 从 LiveUSB 安装 Archlinux'&gt;从 LiveUSB 安装 Archlinux&lt;/a&gt; &lt;small&gt;从 2008.06 版开始，Archlinux 开始支持从 USB 介质安装，碰巧今天打算安装 64 位版的 Archlinux ，所以尝尝鲜，用U盘来安装，而且整个镜像才330M，相信现在每个人手头上都有个G级的U盘吧。以下是我的安装步骤。...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/distribution/opensuse-part1.html' rel='bookmark' title='Permanent Link: openSUSE 初步印象（一）'&gt;openSUSE 初步印象（一）&lt;/a&gt; &lt;small&gt;我的硬件环境：使用 WinXP SP2 + VMWare Wordstation 6.0.0 build-45731 我最早使用的 Linux...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/howto-use-msyh-font-in-archlinux.html' rel='bookmark' title='Permanent Link: 字体美化：微软雅黑'&gt;字体美化：微软雅黑&lt;/a&gt; &lt;small&gt;先说说我的平台：Archlinux + GNOME2.24 / xfce4.4.2 在安装字体之前，首先要装好ubuntu版的cairo、fontconfig、freetype2、libxft。当然，你也可以使用lcd版的，但我个人觉得ubuntu的比lcd的显示效果要好。下面是AUR上的链接 cairo-ubuntu fontconfig-ubuntu freetype2-ubuntu libxft-ubuntu...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/TiBW0m67QkXgANtQ0y0VDs70nTw/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/TiBW0m67QkXgANtQ0y0VDs70nTw/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/5E68PL5bhjw" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/software/howto-install-vmware65-in-archlinux.html#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/software/howto-install-vmware65-in-archlinux.html/feed/atom" thr:count="2" />
		<thr:total>2</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[在Archlinux上编译安装ibus输入法]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/software/howto-install-ibus-in-archlinux.html" />
		<id>http://www.shareitem.org/software/howto-install-ibus-in-archlinux.html</id>
		<updated>2008-08-31T14:05:15Z</updated>
		<published>2008-08-31T14:05:15Z</published>
		<category scheme="http://shareitem.org" term="Software" /><category scheme="http://shareitem.org" term="Archlinux" /><category scheme="http://shareitem.org" term="HowTo" /><category scheme="http://shareitem.org" term="ibus" />		<summary type="html"><![CDATA[ibus在昨天发布了其最新的0.1.1.20080830版，在看了LDCN的报道后，手痒痒的，于是在自己的Archlinux上编译玩了一把，初步试用后，决定将ibus设为我的默认输入法，那些scim和fcitx终于可以光荣退休了... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/software/howto-install-ibus-in-archlinux.html">&lt;p&gt;&lt;a href="http://code.google.com/p/ibus/"&gt;ibus&lt;/a&gt;在昨天发布了其最新的0.1.1.20080830版，在看了&lt;a href="http://linuxdesktop.cn/2008/08/31/ibus-011/"&gt;LDCN&lt;/a&gt;的报道后，手痒痒的，于是在自己的Archlinux上编译玩了一把，初步试用后，决定将ibus设为我的默认输入法，那些scim和fcitx终于可以光荣退休了，目前使用上唯一的不足是输入条不能跟随，但这并不影响使用，而且相信在日后的版本中会得到改进的。&lt;a href="http://code.google.com/p/ibus/"&gt;点击访问ibus的主页&lt;/a&gt;。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SLotjxe95WI/AAAAAAAABIA/Usyidl8iLgU/s1600-h/y--_388x273.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SLotjxe95WI/AAAAAAAABIA/2FoSWrt9H0I/s320-R/y--_388x273.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;要在Archlinux上编译安装，首先需要满足依赖（我使用git方式来获取源代码，当然你也可以直接&lt;a href="http://code.google.com/p/ibus/downloads/list"&gt;到其主页上下载&lt;/a&gt;）&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# pacman -S python dbus-python gnome-python dbus-python pyxdg cvs git&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;获取ibus的源代码&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ git clone git://github.com/phuang/ibus.git ibus&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;进入源代码所在目录&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ cd ibus&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;配置&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ ./autogen.sh &amp;#8211;prefix=/usr&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;开始编译&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ make&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;安装ibus&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# make install&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;在/etc/gtk-2.0/gtk.immodules文件中加入ibus，注意备份&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# cp /etc/gtk-2.0/gtk.immodules /etc/gtk-2.0/gtk.immodules.bak&lt;br /&gt;
# gtk-query-immodules-2.0-32 &amp;gt; /etc/gtk-2.0/gtk.immodules&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;安装输入法引擎&lt;br /&gt;
大家可以选择安装拼音输入法和五笔输入法，其中拼音用的是scim-python的词库，我这里选择安装拼音，五笔的安装方法和拼音是一样的。&lt;br /&gt;
首先获取输入法引擎源代码&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ git clone git://github.com/phuang/ibus-pinyin.git ibus-pinyin（拼音）&lt;br /&gt;
$ git clone git://github.com/phuang/ibus-table.git ibus-table（五笔）&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;进入源代码所在目录&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ cd ibus-pinyin（或者是ibus-table）&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;配置&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ ./autogen.sh &amp;#8211;prefix=/usr&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;编译&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
$ make&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;安装&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
# make install&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;编辑家目录下的.profile文件（隐藏文件），在其中添加下面三行，把scim和fcitx的相关项注释掉，并注销一次。&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
export XMODIFIERS=@im=ibus&lt;br /&gt;
export GTK_IM_MODULE=ibus&lt;br /&gt;
export QT_IM_MODULE=ibus&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;好了，安装算是完成了，可以在 “系统”－“首选项” 中找到 “IBus Preferennces”，进行必要的设置，例如加载相关的输入法引擎，是否随桌面一起启动等。第一次启动会询问是否启动守护进程，回答是即可。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SLou5CQiRsI/AAAAAAAABII/WAtdxYkEn7g/s1600-h/y--_333x472.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SLou5CQiRsI/AAAAAAAABII/wLJpmv-5uR0/s320-R/y--_333x472.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SLou5d8HvJI/AAAAAAAABIQ/yaiW6wj8Xx8/s1600-h/y--_330x474.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_UX_e8nZMpQ0/SLou5d8HvJI/AAAAAAAABIQ/TSqpZ1ilWlw/s320-R/y--_330x474.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;下面是拼音引擎的设置截图，可以看出设置项还是很丰富的。&lt;/p&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SLov961AADI/AAAAAAAABIY/sFLaKiiP-kA/s1600-h/y--_450x474.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_UX_e8nZMpQ0/SLov961AADI/AAAAAAAABIY/eX5ekLUb1KU/s320-R/y--_450x474.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;2008年9月6日补上AUR的PKGBUILD地址&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://aur.archlinux.org/packages.php?ID=19480"&gt;ibus-engine-git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://aur.archlinux.org/packages.php?ID=19481"&gt;ibus-pinyin-git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://aur.archlinux.org/packages.php?ID=19483"&gt;ibus-table-git&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/software/howto-install-ibus-in-archlinux.html"&gt;http://shareitem.org/software/howto-install-ibus-in-archlinux.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/deb-or-build-installation-avant-window-navigator-on-gutsy.html' rel='bookmark' title='Permanent Link: 在 7.10 上通过编译或deb包安装 avant window navigator'&gt;在 7.10 上通过编译或deb包安装 avant window navigator&lt;/a&gt; &lt;small&gt;主页：http://awn.wetpaint.com/（我这里要带tor） 参考：HOWTO: functional eye-candy with Avant-Window-Navigator and Affinity 优点：酷似mac-dock/leopard dock，资源占用少，有动画特效。...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/arch-kdemod-compiz-fusion.html' rel='bookmark' title='Permanent Link: Arch 上安装 kdemod 3.5.10（update 08-10-12）'&gt;Arch 上安装 kdemod 3.5.10（update 08-10-12）&lt;/a&gt; &lt;small&gt;由于 Arch 安装安装完成后只有一个基本的字符界面，对于我们这些桌面用户来说是不太适合的，还好，Arch 有很好的可定制性，我们能很方便的安装自己喜欢的桌面环境，以下是我在 Arch 上安装 kdemod 的一些经验总结。 第一次更新追加：由于现在手头上没有ATI卡，所以安装驱动部分没有更新，不过参照官方wiki还是很容易的。 下面是最终效果图...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/arch-gnome.html' rel='bookmark' title='Permanent Link: 在 Arch 上安装并优化 GNOME（2008-08-3 更新）'&gt;在 Arch 上安装并优化 GNOME（2008-08-3 更新）&lt;/a&gt; &lt;small&gt;其实 Arch 官方建议安装的桌面环境有 GNOME 和 Xfce，而且这也符合 Arch 的 kiss 原则。要搭建...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/mldonkey-chinese-problem.html' rel='bookmark' title='Permanent Link: 解决 Mldonkey 中文文件变下划线问题'&gt;解决 Mldonkey 中文文件变下划线问题&lt;/a&gt; &lt;small&gt;用了 Mldonkey 一段时间了，对他的速度很满意，决定以后也将继续使用下去，但是对他的中文文件名变成下划线这个问题一直很苦恼。今天 Google 了一下，根据这篇文章，找到了个比较满意的解决方法，这里记录下面。我使用的系统是 ArchLinux ，Mldonkey 版本是 2.9.5 。...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/howto-install-vmware65-in-archlinux.html' rel='bookmark' title='Permanent Link: 在Archlinux上安装VMWare6.5'&gt;在Archlinux上安装VMWare6.5&lt;/a&gt; &lt;small&gt;虽然转到linux下已经有一段时间了，但仍然离不开windows，主要是我还需要用到网银和淘宝，但要我装双系统又好像有点不情愿，所以装一个虚拟机对我来说是最好的方法，而且适逢LDCN上报道VMWare最新的6.5版推出，所以决定在我的Archlinux上安装VMWare，下面总结一下具体的方法。 参考资料： Archlinux Wiki 安装VMware (简体中文) Archlinx Wiki上有说用AUR安装的，但那个PKGBUILD好像没有维护了，所以只好到VMWare官方下载安装程序。到VMWare的网站上下载 VMware Workstation...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/cQm03S04dPQAzi6_8WA840iKLXA/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/cQm03S04dPQAzi6_8WA840iKLXA/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/4JvgdDdFehw" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/software/howto-install-ibus-in-archlinux.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/software/howto-install-ibus-in-archlinux.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>clayton</name>
						<uri>http://shareitem.org</uri>
					</author>
		<title type="html"><![CDATA[Ubuntu 社区杂志 Full Circle 第15期]]></title>
		<link rel="alternate" type="text/html" href="http://shareitem.org/magazine/ubuntu-full-circle-15.html" />
		<id>http://www.shareitem.org/magazine/ubuntu-full-circle-15.html</id>
		<updated>2008-08-30T02:34:39Z</updated>
		<published>2008-08-30T02:34:39Z</published>
		<category scheme="http://shareitem.org" term="Magazine" /><category scheme="http://shareitem.org" term="Full Circle" /><category scheme="http://shareitem.org" term="Ubuntu" />		<summary type="html"><![CDATA[

Ubuntu社区的杂志：Full Circle 第15期已经出了（英文版 &#124; 中文版 &#124; 繁中版）
本期主要内容有：

命令与征服：进入和离开目录
How-To: GIMP 第四部分；GRUB 101；独立的HOME分区；创建你的服务... ]]></summary>
		<content type="html" xml:base="http://shareitem.org/magazine/ubuntu-full-circle-15.html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SLizkN8guaI/AAAAAAAABH4/qU2okwS_3sE/s1600-h/issue15_zh-cn.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_UX_e8nZMpQ0/SLizkN8guaI/AAAAAAAABH4/xM6qDYqgxYc/s320-R/issue15_zh-cn.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Ubuntu社区的杂志：Full Circle 第15期已经出了（&lt;a href="http://fullcirclemagazine.org/download-manager.php?id=83"&gt;英文版&lt;/a&gt; | &lt;a href="http://fullcirclemagazine.org/download-manager.php?id=90"&gt;中文版&lt;/a&gt; | &lt;a href="http://fullcirclemagazine.org/download-manager.php?id=91"&gt;繁中版&lt;/a&gt;）&lt;/p&gt;
&lt;p&gt;本期主要内容有：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;命令与征服：进入和离开目录&lt;/li&gt;
&lt;li&gt;How-To: GIMP 第四部分；GRUB 101；独立的HOME分区；创建你的服务器 7&lt;/li&gt;
&lt;li&gt;我的故事：Ubuntu 扭转了局势和从游戏到 Kubuntu&lt;/li&gt;
&lt;li&gt;测评：HP Photosmart C3180 Printer&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
文章地址:&lt;a href="http://shareitem.org/magazine/ubuntu-full-circle-15.html"&gt;http://shareitem.org/magazine/ubuntu-full-circle-15.html&lt;/a&gt; &lt;br /&gt;
&lt;small&gt;本文内容属于&lt;a href="http://shareitem.org/"&gt;ShareItem.org&lt;/a&gt;，遵循&lt;a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'&gt; CC &lt;/a&gt;协议 | 7e6874b3209cf4276e96802080b61256&lt;/small&gt;

&lt;p&gt;相关文章&lt;ol&gt;&lt;li&gt;&lt;a href='http://shareitem.org/magazine/fullcircle-13.html' rel='bookmark' title='Permanent Link: Ubuntu 社区杂志 Full Circle 第13期'&gt;Ubuntu 社区杂志 Full Circle 第13期&lt;/a&gt; &lt;small&gt; Ubuntu社区的杂志：Full Circle 第13期的英文版已经出了，下载地址：http://fullcirclemagazine.org/download-manager.php?id=74 本期内容有： Flavor of the Month -...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/magazine/ubuntu-full-circle-14.html' rel='bookmark' title='Permanent Link: Ubuntu 社区杂志 Full Circle 第14期'&gt;Ubuntu 社区杂志 Full Circle 第14期&lt;/a&gt; &lt;small&gt;Ubuntu社区的杂志：Full Circle 第14期已经出了（英文版 | 中文版 | 繁中版） 本期内容有： How-To :...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/magazine/ubuntu-full-circle-16.html' rel='bookmark' title='Permanent Link: Full Circle 第16期中文版和第17期英文版下载'&gt;Full Circle 第16期中文版和第17期英文版下载&lt;/a&gt; &lt;small&gt;下载 Ubuntu Full Circle 社区杂志第16期（英文版 | 简体中文版 | 繁体中文版） 下载...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/configure/ubuntu-samba-configuration.html' rel='bookmark' title='Permanent Link: 在 ubuntu 上配置 samba 服务'&gt;在 ubuntu 上配置 samba 服务&lt;/a&gt; &lt;small&gt;在通常情况下，要想实现 ubuntu 和 windows 之间的资源共享，需要借助 samba 服务，而ubuntu 自带的“共享文件夹”功能比较单一，需要进行一番设置才能实现共享的。以下是我在 7.10 上配置...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/software/install-google-earth-on-ubuntu.html' rel='bookmark' title='Permanent Link: 在 Ubuntu 上安装 Google Earth'&gt;在 Ubuntu 上安装 Google Earth&lt;/a&gt; &lt;small&gt;Ubuntu 作为目前最流行的 Linux 操作系统，在发布 7.10 后，Ubuntu 变得更加完美了。而要在 Ubuntu 系统上安装 Google...&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://shareitem.org/desktop/ubuntu-use-skills-gnome-chapter.html' rel='bookmark' title='Permanent Link: Ubuntu 使用技巧之 GNOME 篇'&gt;Ubuntu 使用技巧之 GNOME 篇&lt;/a&gt; &lt;small&gt;作为 Ubuntu 默认的桌面环境，GNOME 是一种支持多种平台的开发&amp;amp;桌面环境，并且 GNOME 拥有很多强大的特性，如高质量的平滑文本渲染，首个国际化和可用性支持等。好了，以下是我使用 Ubuntu 时发现的一些有用的技巧，这里分享给大家。 用快捷键启动程序 为您指定的程序添加一个键盘快捷键，只需按相应快捷键便能启动程序等，就像我们使用...&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/MyjfoKrf17z9ziqrKJBY6hjJv5I/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/MyjfoKrf17z9ziqrKJBY6hjJv5I/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feedproxy.google.com/~r/siog/~4/tL4r_vwX79A" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://shareitem.org/magazine/ubuntu-full-circle-15.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://shareitem.org/magazine/ubuntu-full-circle-15.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
	</feed>
