<?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>Leaf Duo &#187; Archlinux</title>
	<atom:link href="http://blog.leafduo.com/tag/archlinux/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.leafduo.com</link>
	<description>All About My Life and Information Technology</description>
	<lastBuildDate>Fri, 20 Aug 2010 02:23:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>试用 ibus</title>
		<link>http://blog.leafduo.com/56/test-ibus</link>
		<comments>http://blog.leafduo.com/56/test-ibus#comments</comments>
		<pubDate>Sun, 31 Aug 2008 03:56:56 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[ibus]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PKGBUILD]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/?p=175</guid>
		<description><![CDATA[关于 ibus 的新闻已经不少了，鉴于我也忍不了 SCIM 和 fcitx 了，所以准备投靠 ibus 。这次是在 Archlinux 上安装的，先写 PKGBUILD ，装好之后没有引擎……晕菜…… 然后扔掉包直接装， OK 了，最后改了一下 PKGBUILD ，也 OK 了。 PKGBUILD 仅仅是到了能用的程度。 用了一下，感觉起码比 SCIM 和 fcitx 都要漂亮，至于 bug ，我就打了这么几个字，还没找出什么来，看起来不错。 这个是 ibus-git 的 PKGBUILD 1 2 3 4 5 6 7 &#8230; <a href="http://blog.leafduo.com/56/test-ibus">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>关于 <a href="http://code.google.com/p/ibus/">ibus</a> 的新闻已经不少了，鉴于我也忍不了 SCIM 和 fcitx 了，所以准备投靠 ibus 。这次是在 Archlinux 上安装的，先写 PKGBUILD  ，装好之后没有引擎……晕菜……</p>
<p>然后扔掉包直接装， OK 了，最后改了一下 PKGBUILD ，也 OK 了。</p>
<p>PKGBUILD  仅仅是到了能用的程度。</p>
<p>用了一下，感觉起码比 SCIM 和 fcitx 都要漂亮，至于 bug ，我就打了这么几个字，还没找出什么来，看起来不错。</p>
<p>这个是 ibus-git 的 PKGBUILD</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#Contributor: leafduo&lt;leafduo@gmail.com&gt;</span>
&nbsp;
<span style="color: #007800;">pkgname</span>=ibus-git
<span style="color: #007800;">pkgver</span>=git
<span style="color: #007800;">pkgrel</span>=<span style="color: #000000;">1</span>
<span style="color: #007800;">pkgdesc</span>=<span style="color: #ff0000;">&quot;a next generation input framework.&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;">license</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'GPL'</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;">'python'</span> <span style="color: #ff0000;">'dbus-python&gt;=0.83.0'</span> <span style="color: #ff0000;">'automake'</span> <span style="color: #ff0000;">'autoconf'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">makedepends</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'git'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">url</span>=<span style="color: #ff0000;">&quot;http://code.google.com/p/ibus/&quot;</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: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">md5sum</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">install</span></span>=ibus.install
&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
    git clone git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>phuang<span style="color: #000000; font-weight: bold;">/</span>ibus.git ibus
    <span style="color: #7a0874; font-weight: bold;">cd</span> ibus
    .<span style="color: #000000; font-weight: bold;">/</span>autogen.sh <span style="color: #660033;">--prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>usr
    <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">return</span> <span style="color: #000000;">1</span>
    <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #007800;">DESTDIR</span>=<span style="color: #007800;">$pkgdir</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">return</span> <span style="color: #000000;">1</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></td></tr></table></div>

<p>对应的 ibus.install</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">post_install<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: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>gtk-query-immodules-<span style="color: #000000;">2.0</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>gtk.immodules
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
&nbsp;
post_upgrade<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: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>gtk-query-immodules-<span style="color: #000000;">2.0</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>gtk.immodules
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
&nbsp;
post_remove<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: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>gtk-query-immodules-<span style="color: #000000;">2.0</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>gtk.immodules
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></td></tr></table></div>

<p>ibus-pinyin-git 的 PKGBUILD</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#Contributor: leafduo&lt;leafduo@gmail.com&gt;</span>
&nbsp;
<span style="color: #007800;">pkgname</span>=ibus-pinyin-git
<span style="color: #007800;">pkgver</span>=git
<span style="color: #007800;">pkgrel</span>=<span style="color: #000000;">1</span>
<span style="color: #007800;">pkgdesc</span>=<span style="color: #ff0000;">&quot;pinyin input method for ibus&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;">license</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'GPL'</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;">'python'</span> <span style="color: #ff0000;">'dbus-python&gt;=0.83.0'</span> <span style="color: #ff0000;">'automake'</span> <span style="color: #ff0000;">'autoconf'</span> <span style="color: #ff0000;">'ibus-git'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">makedepends</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'git'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">url</span>=<span style="color: #ff0000;">&quot;http://code.google.com/p/ibus/&quot;</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: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #007800;">md5sum</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</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
    git clone git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>phuang<span style="color: #000000; font-weight: bold;">/</span>ibus-pinyin.git ibus-pinyin
    <span style="color: #7a0874; font-weight: bold;">cd</span> ibus-pinyin
    .<span style="color: #000000; font-weight: bold;">/</span>autogen.sh <span style="color: #660033;">--prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>usr
    <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">return</span> <span style="color: #000000;">1</span>
    <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #007800;">DESTDIR</span>=<span style="color: #007800;">$pkgdir</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">return</span> <span style="color: #000000;">1</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></td></tr></table></div>

<p>当然，你可以在<a href="http://code.google.com/p/mypkgbuild/">这里</a>找到我所有的 PKGBUILD。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/56/test-ibus/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Archlinux 提前体验 IPv6</title>
		<link>http://blog.leafduo.com/09/archlinux-ipv6-in-advance</link>
		<comments>http://blog.leafduo.com/09/archlinux-ipv6-in-advance#comments</comments>
		<pubDate>Fri, 23 May 2008 12:19:09 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[gw6c]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[tun]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/?p=135</guid>
		<description><![CDATA[在这里看到了 Linux 下提前体验 IPv6 ，留言中提到了 Archlinux 下的方法，非常的简单： sudo modprobe tun sudo yaourt -S gw6c sudo gw6c 要自动启动的话，编辑 /etc/rc.conf ，在 MODULES 里加上 tun ，在下面的 DAEMONS 里加上 gw6c 就 OK 了。 非常简单吧。果然是 Archlinux 。]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://linuxdesktop.cn/2008/05/20/ipv6-under-linux/">这里</a>看到了 Linux 下提前体验 IPv6 ，留言中提到了 Archlinux 下的方法，非常的简单：</p>
<blockquote><p>sudo modprobe tun<br />
sudo yaourt -S gw6c<br />
sudo gw6c</p></blockquote>
<p>要自动启动的话，编辑 /etc/rc.conf ，在 MODULES 里加上 tun ，在下面的 DAEMONS 里加上 gw6c 就 OK 了。</p>
<p>非常简单吧。果然是 Archlinux 。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/09/archlinux-ipv6-in-advance/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Archlinux 解决 mldonkey 中文文件名问题</title>
		<link>http://blog.leafduo.com/35/archlinux-mldonkey-chinese-file-name</link>
		<comments>http://blog.leafduo.com/35/archlinux-mldonkey-chinese-file-name#comments</comments>
		<pubDate>Sun, 27 Apr 2008 05:36:35 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[mldonkey]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/?p=133</guid>
		<description><![CDATA[mldonkey 的中文文件名显示成下划线的问题不是一天两天了，自从开始用 Linux 到现在还都没有解决，网上有几个解决办法，一个是下载完以后进行转换，一个是打补丁，还有一个是设置环境变量 LANG=zh_CN.UTF8 。受这里的启发，我是这样解决的： 新建一个 /usr/bin/mlnet.sh ，内容如下： #!/bin/bash export LANG=zh_CN.UTF8 export LC_ALL=zh_CN.UTF8 /usr/bin/mlnet&#38; &#62;/tmp/mldonkey.log &#38; chmod +x /usr/bin/mlnet.sh 把 /etc/rc.d/mldonkey 里 su -l $MLDUSER -c 那行改成 su -l $MLDUSER -c "/usr/bin/mlnet.sh&#38;" OK！]]></description>
			<content:encoded><![CDATA[<p>mldonkey 的中文文件名显示成下划线的问题不是一天两天了，自从开始用 Linux 到现在还都没有解决，网上有几个解决办法，一个是下载完以后进行转换，一个是打补丁，还有一个是设置环境变量 LANG=zh_CN.UTF8 。受<a href="http://www.google.com/url?sa=t&amp;ct=clnk&amp;cd=9&amp;url=http%3A%2F%2F209.85.173.104%2Fsearch%3Fognize%3Dtrue%26q%3Dcache%3AFExcnjL3VywJ%3Awww.5dlinux.com%2Farticle%2F1%2F2008%2Flinux_12149.html%2Bmldonkey%2B%25E4%25B8%25AD%25E6%2596%2587%26hl%3Den%26ct%3Dclnk%26cd%3D9%26client%3Dfirefox-a&amp;ei=2wcUSMG-DJ7SpgTItqWeAg&amp;usg=AFQjCNEe4k_1VycOr91umFJtWTqK-HK_gA&amp;sig2=Qt1K4dx8PJL9Eeoy5d3RMA">这里</a>的启发，我是这样解决的：</p>
<ol>
<li>新建一个 /usr/bin/mlnet.sh ，内容如下：
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">#!/bin/bash</li>
<li>export LANG=zh_CN.UTF8</li>
<li>export LC_ALL=zh_CN.UTF8</li>
<li>/usr/bin/mlnet&amp; &gt;/tmp/mldonkey.log &amp;</li></ol></div>
</li>
<li>chmod +x /usr/bin/mlnet.sh</li>
<li>把 /etc/rc.d/mldonkey 里 su -l $MLDUSER -c 那行改成 su -l $MLDUSER -c "/usr/bin/mlnet.sh&amp;"</li>
</ol>
<p>OK！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/35/archlinux-mldonkey-chinese-file-name/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>我的 emerald 终于有边框了</title>
		<link>http://blog.leafduo.com/28/emerald-missing-title-bar</link>
		<comments>http://blog.leafduo.com/28/emerald-missing-title-bar#comments</comments>
		<pubDate>Thu, 27 Mar 2008 14:39:28 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[compiz-fusion]]></category>
		<category><![CDATA[emerald]]></category>
		<category><![CDATA[hwd]]></category>
		<category><![CDATA[nvidia-xconfig]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/28/emerald-missing-title-bar</guid>
		<description><![CDATA[N 年之前装上了 compiz-fusion 和 emerald ，但是每次启动 emerald 之后，窗口就没有边框了…… 没边框其实挺常见的，谁没见过一两次呢…… 但是这次，我找遍了全世界也没有找到解决的办法…… 感觉可能是 xorg.conf 有问题，于是换上 Ubuntu 的 xorg.conf （ Ubuntu 下的 compiz-fusion 还是可以用的），就成功了。于是开始研究两个 xorg.conf 的不同，发现其中一个不同是 Arch （现用）的 DefaultDepth 是 16 ， Ubuntu 的 DefaultDepth 是 24 ，改之，成功…… 最后想起来好像是 glx 或者什么别的东西不支持 16 位，只支持 &#8230; <a href="http://blog.leafduo.com/28/emerald-missing-title-bar">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>N 年之前装上了 <a href="http://www.compiz-fusion.org/">compiz-fusion</a> 和 emerald ，但是每次启动 emerald 之后，窗口就没有边框了…… 没边框其实挺常见的，谁没见过一两次呢…… 但是这次，我找遍了全世界也没有找到解决的办法……</p>
<p>感觉可能是 xorg.conf 有问题，于是换上 Ubuntu 的 xorg.conf （ Ubuntu 下的 compiz-fusion 还是可以用的），就成功了。于是开始研究两个 xorg.conf 的不同，发现其中一个不同是 Arch （现用）的 DefaultDepth 是 16 ， Ubuntu 的 DefaultDepth 是 24 ，改之，成功……</p>
<p>最后想起来好像是 <a href="http://en.wikipedia.org/wiki/GLX">glx</a> 或者什么别的东西不支持 16 位，只支持 24 位，奇怪的事情……</p>
<p>也挺奇怪的是，无论是 hwd 还是 nvidia-xconfig 生成的 xorg.conf 的 DefaultDepth 都是 16 ……</p>
<p>总之，<strong>记住要把 DefaultDepth 设成 24</strong> ！</p>
<p>贴两张图吧，希望大家没看烦……</p>
<p><a href="http://picasaweb.google.com/LeafDuo/Blog/photo#5182053765406655010"><img src="http://lh6.google.com/LeafDuo/R-pacaYKAiI/AAAAAAAAAUc/sUoN9wa766c/s400/Screenshot.png" alt="compiz-fusion 1" /></a></p>
<p><a href="http://picasaweb.google.com/LeafDuo/Blog/photo#5182053773996589634"><img src="http://lh4.google.com/LeafDuo/R-pac6YKAkI/AAAAAAAAAUs/nX6rRLzZY2c/s400/Screenshot-2.png" alt="compiz-fusion 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/28/emerald-missing-title-bar/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>一句话搞定 KDEmod 烦人的服务器</title>
		<link>http://blog.leafduo.com/52/slow-kdemod-mirror</link>
		<comments>http://blog.leafduo.com/52/slow-kdemod-mirror#comments</comments>
		<pubDate>Thu, 13 Mar 2008 15:14:52 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kdemod]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/52/slow-kdemod-mirror</guid>
		<description><![CDATA[由于 KDEmod 官方网站和一个镜像站被功夫网收购，我们这些墙内的同学就只能用 http://kdemod.iskrembilen.com/ 这个镜像了，但是这个镜像经常出些奇奇怪怪的问题，有的时候速度很快，有的时候进度根本不动…… 令人非常郁闷…… 一怒之下，在 /etc/pacman.conf 的 [options] 这一部分加了一句话： XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u 哈哈，调出我们强大的 wget 吧，一切就都安静了……]]></description>
			<content:encoded><![CDATA[<p>由于 KDEmod 官方网站和一个镜像站被功夫网收购，我们这些墙内的同学就只能用 <a href="http://kdemod.iskrembilen.com/">http://kdemod.iskrembilen.com/</a> 这个镜像了，但是这个镜像经常出些奇奇怪怪的问题，有的时候速度很快，有的时候进度根本不动…… 令人非常郁闷……</p>
<p>一怒之下，在 /etc/pacman.conf 的 [options] 这一部分加了一句话：</p>
<blockquote><p>XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u</p></blockquote>
<p>哈哈，调出我们强大的 wget 吧，一切就都安静了……</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/52/slow-kdemod-mirror/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Arch 下安装 Acroread 简体中文字体包</title>
		<link>http://blog.leafduo.com/07/install-acrobat-chs-under-arch</link>
		<comments>http://blog.leafduo.com/07/install-acrobat-chs-under-arch#comments</comments>
		<pubDate>Sat, 01 Mar 2008 09:42:07 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[acroread]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/07/install-acrobat-chs-under-arch</guid>
		<description><![CDATA[转到 Arch 下面也有两个星期了，感觉用 Arch 很习惯，比较简洁，比较快（废话，要不怎么叫 Arch），不过不是很习惯 KDE ，和 GNOME 操作上有很多不同， Amarok 倒是个好东西…… 扯远了，拉回来，前两天装 Adobe Reader 的时候遇到了一点小问题，这里说一下。 安装很简单， pacman -S arcoread 就搞定了，不过好像源里没有语言包，要自己装。于是去下载，之后安装。进行到让我输入安装路径的时候出问题了，无论我输入什么路径，它都让我再输入一遍……晕死……无奈之下，打开脚本看。发现按 Adboe 的要求， Arcoread 应该装在 $dir/Adobe/Reader8/Reader ，但是 Arch 把它装在了 /usr/share/acrobat ，这就出问题了，安装脚本就找不到路径了…… 没办法，手动来吧，发现其他几个文件是压缩包，于是解开，发现是按照 acroread 的目录结构放的一些文件，于是按照压缩包提供的路径手动复制过去，启动 acroread ，OK 了。 不得不抱怨一下， Arch 乱改什么路径， &#8230; <a href="http://blog.leafduo.com/07/install-acrobat-chs-under-arch">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>转到 <a href="http://www.archlinux.org/">Arch</a> 下面也有两个星期了，感觉用 Arch 很习惯，比较简洁，比较快（废话，要不怎么叫 <a href="http://wiki.archlinux.org/index.php/The_Arch_Way">Arch</a>），不过不是很习惯 <a href="http://www.kde.org/">KDE</a> ，和 <a href="http://www.gnome.org/">GNOME</a> 操作上有很多不同， <a href="http://amarok.kde.org/">Amarok</a> 倒是个好东西……</p>
<p>扯远了，拉回来，前两天装 Adobe Reader 的时候遇到了一点小问题，这里说一下。</p>
<p>安装很简单， pacman -S arcoread 就搞定了，不过好像源里没有语言包，要自己装。于是去<a href="http://www.adobe.com/products/acrobat/acrrasianfontpack.html">下载</a>，之后安装。进行到让我输入安装路径的时候出问题了，无论我输入什么路径，它都让我再输入一遍……晕死……无奈之下，打开脚本看。发现按 Adboe 的要求， Arcoread 应该装在 $dir/Adobe/Reader8/Reader ，但是 Arch 把它装在了 /usr/share/acrobat ，这就出问题了，安装脚本就找不到路径了……</p>
<p>没办法，手动来吧，发现其他几个文件是压缩包，于是解开，发现是按照 acroread 的目录结构放的一些文件，于是按照压缩包提供的路径手动复制过去，启动 acroread ，OK 了。</p>
<p>不得不抱怨一下， Arch 乱改什么路径， Adobe 的脚本连点提示都没有…… 哪位有空的时候把安装脚本改一下，改个 Arch 专用版。 <img src='http://blog.leafduo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>update:</strong> 也可以简单一句搞定：yaourt -S acroread8-fonts  （via <a href="http://lymanrb.spaces.live.com/">lyman</a>）</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/07/install-acrobat-chs-under-arch/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
