<?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"
	>

<channel>
	<title>半亩田</title>
	<atom:link href="http://telltruth.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://telltruth.net</link>
	<description>use Unix::Linux  qw/Bash, Perl, Apache, PHP, MySQL/;</description>
	<pubDate>Wed, 07 May 2008 15:44:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>为已安装的apache追加一个模块</title>
		<link>http://telltruth.net/2008/04/29/%e4%b8%ba%e5%b7%b2%e5%ae%89%e8%a3%85%e7%9a%84apache%e8%bf%bd%e5%8a%a0%e4%b8%80%e4%b8%aa%e6%a8%a1%e5%9d%97/</link>
		<comments>http://telltruth.net/2008/04/29/%e4%b8%ba%e5%b7%b2%e5%ae%89%e8%a3%85%e7%9a%84apache%e8%bf%bd%e5%8a%a0%e4%b8%80%e4%b8%aa%e6%a8%a1%e5%9d%97/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 03:27:27 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://telltruth.net/?p=80</guid>
		<description><![CDATA[
 下载符合当前版本的apache源码，解压
 cd 到模块的源代码目录
 执行/path/to/apache/bin/apxs -c -i mod_name.c  （在当前目录生成.so,同时复制到相应的安装目录，需要权限）
 修改httpd.conf

]]></description>
			<content:encoded><![CDATA[<ol>
<li> 下载符合当前版本的apache源码，解压</li>
<li> cd 到模块的源代码目录</li>
<li> 执行/path/to/apache/bin/apxs -c -i <em>mod_name</em>.c  （在当前目录生成.so,同时复制到相应的安装目录，需要权限）</li>
<li> 修改httpd.conf</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2008/04/29/%e4%b8%ba%e5%b7%b2%e5%ae%89%e8%a3%85%e7%9a%84apache%e8%bf%bd%e5%8a%a0%e4%b8%80%e4%b8%aa%e6%a8%a1%e5%9d%97/feed/</wfw:commentRss>
		</item>
		<item>
		<title>解决:“NetworkManager could not find required resources”</title>
		<link>http://telltruth.net/2008/04/21/%e8%a7%a3%e5%86%b3%e2%80%9cnetworkmanager-could-not-find-required-resources%e2%80%9d/</link>
		<comments>http://telltruth.net/2008/04/21/%e8%a7%a3%e5%86%b3%e2%80%9cnetworkmanager-could-not-find-required-resources%e2%80%9d/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 13:57:09 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[desktop]]></category>

		<category><![CDATA[applet]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://telltruth.net/?p=79</guid>
		<description><![CDATA[每次登录ubuntu(hardy beta)的时候提示：
&#8220;The NetworkManager applet could not find some required resources. It cannot continue.&#8221;
解决办法如下：
gtk-update-icon-cache -f /usr/share/icons/hicolor/"
gtk-update-icon-cache工具包含在 libgtk2.0-bin里，需要先安装：
sudo apt-get install   libgtk2.0-bin
参考：
Bug #35662 in network-manager (Ubuntu)
]]></description>
			<content:encoded><![CDATA[<p>每次登录ubuntu(hardy beta)的时候提示：<br />
&#8220;The NetworkManager applet could not find some required resources. It cannot continue.&#8221;<br />
解决办法如下：<br />
<code>gtk-update-icon-cache -f /usr/share/icons/hicolor/"</code><br />
gtk-update-icon-cache工具包含在<em> libgtk2.0-bin</em>里，需要先安装：<br />
<code>sudo apt-get install   libgtk2.0-bin</code></p>
<p>参考：<br />
<a href="https://launchpad.net/ubuntu/+source/network-manager/+bug/35662">Bug #35662 in network-manager (Ubuntu)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2008/04/21/%e8%a7%a3%e5%86%b3%e2%80%9cnetworkmanager-could-not-find-required-resources%e2%80%9d/feed/</wfw:commentRss>
		</item>
		<item>
		<title>高质量mp3抓轨压缩参数(gstreamer)</title>
		<link>http://telltruth.net/2008/04/19/%e9%ab%98%e8%b4%a8%e9%87%8fmp3%e6%8a%93%e8%bd%a8%e5%8e%8b%e7%bc%a9%e5%8f%82%e6%95%b0gstreamer/</link>
		<comments>http://telltruth.net/2008/04/19/%e9%ab%98%e8%b4%a8%e9%87%8fmp3%e6%8a%93%e8%bd%a8%e5%8e%8b%e7%bc%a9%e5%8f%82%e6%95%b0gstreamer/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 11:04:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[无聊]]></category>

		<category><![CDATA[audio]]></category>

		<category><![CDATA[mp3]]></category>

		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://telltruth.net/?p=78</guid>
		<description><![CDATA[在使用mp3对CD抓轨压缩的情况下，要达到最好音质现在一般推荐使用VBR可变比特率压缩，这样的好处是体积相对CBR小而且音质还好，但是linux下默认的抓轨工具Sound Juicer的mp3压缩参数并不符合要求，在粗略调查测试后得到如下参数：
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 vbr=4 vbr-quality=0 quality=0 vbr-min-bitrate=224 ! xingmux ! id3v2mux
解释一下其中的几个关键的参数：
vbr=4 , 相当于命令行上指定&#8211;vbr-new，好处是能加快压缩速度；
vbr-quality=0 , 从0到9，0代表最好音质，9最差 ，quality=0 也同样(不清楚这2个的区别，不过都设置为最好是比较保险的做法)；
xingmux !  , 增加在多种播放器下的头部信息识别的兼容性
还有更丰富的可调参数，在命令行gst-inspect-0.10 lame 能获得帮助
以上参数适用于使用gstreamer作为后端的抓轨工具（Rhythmbox, Sound Juicer）
参考：
High Quality MP3 Ripping with Sound Juicer
man lame
CDRipping - Community Ubuntu Documentation
]]></description>
			<content:encoded><![CDATA[<p>在使用mp3对CD抓轨压缩的情况下，要达到最好音质现在一般推荐使用VBR可变比特率压缩，这样的好处是体积相对CBR小而且音质还好，但是linux下默认的抓轨工具Sound Juicer的mp3压缩参数并不符合要求，在粗略调查测试后得到如下参数：<br />
<code>audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 vbr=4 vbr-quality=0 quality=0 vbr-min-bitrate=224 ! xingmux ! id3v2mux</code></p>
<p>解释一下其中的几个关键的参数：<br />
vbr=4 , 相当于命令行上指定&#8211;vbr-new，好处是能加快压缩速度；<br />
vbr-quality=0 , 从0到9，0代表最好音质，9最差 ，quality=0 也同样(不清楚这2个的区别，不过都设置为最好是比较保险的做法)；<br />
xingmux !  , 增加在多种播放器下的头部信息识别的兼容性</p>
<p>还有更丰富的可调参数，在命令行<em>gst-inspect-0.10 lame</em> 能获得帮助<br />
以上参数适用于使用gstreamer作为后端的抓轨工具（Rhythmbox, Sound Juicer）</p>
<p>参考：<br />
<a href="http://pongtawat.blogspot.com/2006/01/high-quality-mp3-ripping-with-sound.html">High Quality MP3 Ripping with Sound Juicer</a><br />
man lame<br />
<a href="https://help.ubuntu.com/community/CDRipping">CDRipping - Community Ubuntu Documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2008/04/19/%e9%ab%98%e8%b4%a8%e9%87%8fmp3%e6%8a%93%e8%bd%a8%e5%8e%8b%e7%bc%a9%e5%8f%82%e6%95%b0gstreamer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>我的2008年度计划</title>
		<link>http://telltruth.net/2008/01/22/%e6%88%91%e7%9a%842008%e5%b9%b4%e8%ae%a1%e5%88%92/</link>
		<comments>http://telltruth.net/2008/01/22/%e6%88%91%e7%9a%842008%e5%b9%b4%e8%ae%a1%e5%88%92/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 14:16:56 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[life]]></category>

		<category><![CDATA[english]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://telltruth.net/2008/01/22/%e6%88%91%e7%9a%842008%e5%b9%b4%e8%ae%a1%e5%88%92/</guid>
		<description><![CDATA[
目标1，锻炼身体；实现：坚持每天跑步＋羽毛球＋健身房；难度：一般，难在坚持；
目标2，补充专业基础知识，TCP/IP和操作系统；实现：《TCP/IP详解(卷一)》；难度：不大，只看完此书即可；
目标3，继续学习Perl ，可能或者必要的话再了解一点Python，实现：《Programming Perl》；难度：任务很艰巨，此书1k多页，不过也不必一字不落读完；
目标4，学外语，特别是听和说；实现：多听外语节目，必要时报个培训班；难度：培训费用比较高，$$&#8230;
目标5，学习一点乐器，预计中是吉他，不过先要把基本乐理掌握；实现：先把乐理学完再说吧&#8230;

优先级：从上至下依次递减
重要性：从上之下依次递减，目标4，5视情况可只选其一
以上就是俺的08年规划，立此存档。
]]></description>
			<content:encoded><![CDATA[<ul>
<li>目标1，锻炼身体；实现：坚持每天跑步＋羽毛球＋健身房；难度：一般，难在坚持；</li>
<li>目标2，补充专业基础知识，TCP/IP和操作系统；实现：《TCP/IP详解(卷一)》；难度：不大，只看完此书即可；</li>
<li>目标3，继续学习Perl ，可能或者必要的话再了解一点Python，实现：<a href="http://oreilly.com.cn/book.php?bn=7-5083-0730-5" title="《Perl�言编程（第三版）》">《Programming Perl》</a>；难度：任务很艰巨，此书1k多页，不过也不必一字不落读完；</li>
<li>目标4，学外语，特别是听和说；实现：多听外语节目，必要时报个培训班；难度：培训费用比较高，$$&#8230;</li>
<li>目标5，学习一点乐器，预计中是吉他，不过先要把基本乐理掌握；实现：先把乐理学完再说吧&#8230;</li>
</ul>
<p><strong>优先级</strong>：从上至下依次递减</p>
<p><strong>重要性</strong>：从上之下依次递减，目标4，5视情况可只选其一</p>
<p>以上就是俺的08年规划，立此存档。</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2008/01/22/%e6%88%91%e7%9a%842008%e5%b9%b4%e8%ae%a1%e5%88%92/feed/</wfw:commentRss>
		</item>
		<item>
		<title>08年1月，什刹海、颐和园、长城</title>
		<link>http://telltruth.net/2008/01/21/08%e5%b9%b41%e6%9c%88%ef%bc%8c%e4%bb%80%e5%88%b9%e6%b5%b7%e3%80%81%e9%a2%90%e5%92%8c%e5%9b%ad%e3%80%81%e9%95%bf%e5%9f%8e/</link>
		<comments>http://telltruth.net/2008/01/21/08%e5%b9%b41%e6%9c%88%ef%bc%8c%e4%bb%80%e5%88%b9%e6%b5%b7%e3%80%81%e9%a2%90%e5%92%8c%e5%9b%ad%e3%80%81%e9%95%bf%e5%9f%8e/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 16:07:54 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[life]]></category>

		<category><![CDATA[玩儿]]></category>

		<guid isPermaLink="false">http://telltruth.net/2008/01/21/08%e5%b9%b41%e6%9c%88%ef%bc%8c%e4%bb%80%e5%88%b9%e6%b5%b7%e3%80%81%e9%a2%90%e5%92%8c%e5%9b%ad%e3%80%81%e9%95%bf%e5%9f%8e/</guid>
		<description><![CDATA[1月，哥来北京玩，请假一周&#8230;
 
夜色下的人民英雄纪念碑
 
黄昏时的什刹海，左下有人在录节目、老人晒太阳、小贩&#8230;
 
 
冬天黄昏的颐和园，有人在湖面行走

]]></description>
			<content:encoded><![CDATA[<p>1月，哥来北京玩，请假一周&#8230;</p>
<p><a href="http://telltruth.net/wp-content/uploads/2008/01/jinianbei.jpg"><img height="184" alt="jinianbei" src="http://telltruth.net/wp-content/uploads/2008/01/jinianbei-thumb.jpg" width="244" border="0" /></a> </p>
<p>夜色下的人民英雄纪念碑</p>
<p><a href="http://telltruth.net/wp-content/uploads/2008/01/shishahai.jpg"><img height="184" alt="shishahai" src="http://telltruth.net/wp-content/uploads/2008/01/shishahai-thumb.jpg" width="244" border="0" /></a> </p>
<p>黄昏时的什刹海，左下有人在录节目、老人晒太阳、小贩&#8230;</p>
<p><a href="http://telltruth.net/wp-content/uploads/2008/01/yiheyuan-1.jpg"><img height="184" alt="yiheyuan_1" src="http://telltruth.net/wp-content/uploads/2008/01/yiheyuan-1-thumb.jpg" width="244" border="0" /></a> </p>
<p><a href="http://telltruth.net/wp-content/uploads/2008/01/yiheyuan-2.jpg"><img height="184" alt="yiheyuan_2" src="http://telltruth.net/wp-content/uploads/2008/01/yiheyuan-2-thumb.jpg" width="244" border="0" /></a> </p>
<p>冬天黄昏的颐和园，有人在湖面行走</p>
<p><a href="http://telltruth.net/wp-content/uploads/2008/01/wall.jpg"><img height="244" alt="wall" src="http://telltruth.net/wp-content/uploads/2008/01/wall-thumb.jpg" width="184" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2008/01/21/08%e5%b9%b41%e6%9c%88%ef%bc%8c%e4%bb%80%e5%88%b9%e6%b5%b7%e3%80%81%e9%a2%90%e5%92%8c%e5%9b%ad%e3%80%81%e9%95%bf%e5%9f%8e/feed/</wfw:commentRss>
		</item>
		<item>
		<title>周末买了盆植物+我的书桌</title>
		<link>http://telltruth.net/2007/12/23/%e5%91%a8%e6%9c%ab%e4%b9%b0%e4%ba%86%e7%9b%86%e6%a4%8d%e7%89%a9%e6%88%91%e7%9a%84%e4%b9%a6%e6%a1%8c/</link>
		<comments>http://telltruth.net/2007/12/23/%e5%91%a8%e6%9c%ab%e4%b9%b0%e4%ba%86%e7%9b%86%e6%a4%8d%e7%89%a9%e6%88%91%e7%9a%84%e4%b9%a6%e6%a1%8c/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 15:18:52 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/12/23/%e5%91%a8%e6%9c%ab%e4%b9%b0%e4%ba%86%e7%9b%86%e6%a4%8d%e7%89%a9%e6%88%91%e7%9a%84%e4%b9%a6%e6%a1%8c/</guid>
		<description><![CDATA[周末，在东郊花卉市场买了盆铁线蕨，下周末继续考虑给住处布置植物.
&#160; 
 

]]></description>
			<content:encoded><![CDATA[<p>周末，在东郊花卉市场买了盆铁线蕨，下周末继续考虑给住处布置植物.</p>
<p><a href="http://telltruth.net/wp-content/uploads/2007/12/img-0985.jpg"><img height="184" alt="IMG_0985" src="http://telltruth.net/wp-content/uploads/2007/12/img-0985-thumb.jpg" width="244" border="0" /></a>&#160; </p>
<p><a href="http://telltruth.net/wp-content/uploads/2007/12/img-0986.jpg"><img height="184" alt="IMG_0986" src="http://telltruth.net/wp-content/uploads/2007/12/img-0986-thumb.jpg" width="244" border="0" /></a> </p>
<p><a href="http://telltruth.net/wp-content/uploads/2007/12/img-0967.jpg"><img height="184" alt="IMG_0967" src="http://telltruth.net/wp-content/uploads/2007/12/img-0967-thumb.jpg" width="244" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/12/23/%e5%91%a8%e6%9c%ab%e4%b9%b0%e4%ba%86%e7%9b%86%e6%a4%8d%e7%89%a9%e6%88%91%e7%9a%84%e4%b9%a6%e6%a1%8c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>opengl的pdf文档演示：PDF Cube</title>
		<link>http://telltruth.net/2007/12/03/opengl%e7%9a%84pdf%e6%96%87%e6%a1%a3%e6%bc%94%e7%a4%ba%ef%bc%9apdf-cube/</link>
		<comments>http://telltruth.net/2007/12/03/opengl%e7%9a%84pdf%e6%96%87%e6%a1%a3%e6%bc%94%e7%a4%ba%ef%bc%9apdf-cube/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 08:22:32 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[tips]]></category>

		<category><![CDATA[3d]]></category>

		<category><![CDATA[keynote]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[pdf]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/12/03/opengl%e7%9a%84pdf%e6%96%87%e6%a1%a3%e6%bc%94%e7%a4%ba%ef%bc%9apdf-cube/</guid>
		<description><![CDATA[PDF Cube是一个可使用opengl 3D效果展示pdf文档的小程序，幻灯片切换时有类似于compiz中desktop cube的效果，也可以对局部进行缩放，效果非常平滑。
安装依赖的包， 然后下载源文件
sudo apt-ge install libpoppler-dev libpoppler-glib-dev libgtkglext1-dev freeglut3-dev 
解包后编译安装，
 CC='gcc' CPP='gcc -E' cxx='gcc' ./configure &#38;&#38; make &#38;&#38; sudo make install
使用，
pdfcube  /path/to/some.pdf
控制键一共有5个，&#8221;c&#8221; 以3d效果切换幻灯片，&#8221;h&#8221;,&#8221;j&#8221;,&#8221;k&#8221;,&#8221;l&#8221;,&#8221;z&#8221;分别对文档左上，右上，左下，右下，中间区域进行缩放.
在我的笔记本上显示效果还不错，虽然配置是Intel 855集成显卡，760M内存。只是不知道这东西在投影仪上是不是也能用呢。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.100allora.it/pdfcube/">PDF Cube</a>是一个可使用opengl <a href="http://www.youtube.com/watch?v=wSymJ0ll6Y0">3D效果</a>展示pdf文档的小程序，幻灯片切换时有类似于compiz中<a href="http://www.youtube.com/watch?v=de3eiwKqnUs">desktop cube</a>的效果，也可以对局部进行缩放，效果非常平滑。</p>
<p>安装依赖的包， 然后下载<a href="http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/pdfcube-0.0.2.tar.gz?format=raw">源文件</a><br />
<code>sudo apt-ge install libpoppler-dev libpoppler-glib-dev libgtkglext1-dev freeglut3-dev </code></p>
<p>解包后编译安装，<br />
<code> CC='gcc' CPP='gcc -E' cxx='gcc' ./configure &amp;&amp; make &amp;&amp; sudo make install</code></p>
<p>使用，<br />
<code>pdfcube  /path/to/some.pdf</code></p>
<p>控制键一共有5个，&#8221;c&#8221; 以3d效果切换幻灯片，&#8221;h&#8221;,&#8221;j&#8221;,&#8221;k&#8221;,&#8221;l&#8221;,&#8221;z&#8221;分别对文档左上，右上，左下，右下，中间区域进行缩放.</p>
<p>在我的笔记本上显示效果还不错，虽然配置是Intel 855集成显卡，760M内存。只是不知道这东西在投影仪上是不是也能用呢。</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/12/03/opengl%e7%9a%84pdf%e6%96%87%e6%a1%a3%e6%bc%94%e7%a4%ba%ef%bc%9apdf-cube/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ubuntu日常使用总结</title>
		<link>http://telltruth.net/2007/11/25/ubuntu%e6%97%a5%e5%b8%b8%e4%bd%bf%e7%94%a8%e6%80%bb%e7%bb%93/</link>
		<comments>http://telltruth.net/2007/11/25/ubuntu%e6%97%a5%e5%b8%b8%e4%bd%bf%e7%94%a8%e6%80%bb%e7%bb%93/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 18:48:06 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[audio]]></category>

		<category><![CDATA[desktop]]></category>

		<category><![CDATA[game]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/11/25/ubuntu%e6%97%a5%e5%b8%b8%e4%bd%bf%e7%94%a8%e6%80%bb%e7%bb%93/</guid>
		<description><![CDATA[1，多媒体播放
Mplayer, totem-xine, w32codecs我想是必须的把，有了w32codecs基本就无敌了.
sudo apt-get install mplayer mplayer-skins totem-xine  libxine1-ffmpeg 
然后从cn99.com 的ubuntu源下载相应的解码器装上即可,w32codecs, mac
这个是7.04的源，但是基本上在7.10下也能正常使用
2，将mp3的id3tag转换为utf8
ubuntu下默认的中文环境是utf8字符集的，但是网络上大部分mp3的id3tag都是非utf8编码的，这里有个ID3iconv可以把id3tag转换成utf8格式，兼容ID3v1 tags和ID3v2，支持big5/gbk编码 ，只是java程序需要java虚拟机的， 下载
使用简单
 java -jar  id3iconv-0.2.1.jar   -e gb18030   *.mp3
＃ -e 设定源编码格式

3，chm文件阅读
强烈推荐ChmSee，功能比较全面，对中文支持也比较好；GnoCHM也不赖，只是中文支持差一点。deb包下载
4，Opera浏览器中输入法的问题
Opera 下用 Ctrl + ”空格“ 切换输入法会切换到浏览器的主页，解决办法是修改/usr/bin/opera这个文件（其实是shell 脚本）,在第二行加入 export QT_IM_MODULE=XIM
 sudo  sed -i ''   -e '1aexport QT_IM_MODULE=XIM'   /usr/bin/opera
5，把CD抓取为mp3文件：Sound-Juicer
Sound-Juicer是ubuntu下非常易用的CD音轨抓取软件，默认输出格式为ogg和flac，也可输出为mp3。
需要gstreamer0.10-lame用于编码
sudo apt-get install  gstreamer0.10-lame
然后打开Sound Juicer [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1，多媒体播放</strong><br />
Mplayer, totem-xine, w32codecs我想是必须的把，有了w32codecs基本就无敌了.<br />
<code>sudo apt-get install mplayer mplayer-skins totem-xine  libxine1-ffmpeg </code><br />
然后从<a href="http://ubuntu.cn99.com/ubuntu-cn/dists/feisty/main/binary-i386/media/">cn99.com 的ubuntu源</a>下载相应的解码器装上即可,<a href="http://ubuntu.cn99.com/ubuntu-cn/dists/feisty/main/binary-i386/media/w32codecs_20061022-0.0ubuntu1_i386.deb">w32codecs</a>, <a href="http://ubuntu.cn99.com/ubuntu-cn/dists/feisty/main/binary-i386/media/monkeys-audio_3.99-u4-b5-1~6.10mlk1_i386.deb">mac</a><br />
这个是7.04的源，但是基本上在7.10下也能正常使用</p>
<p><strong>2，将mp3的id3tag转换为utf8</strong><br />
ubuntu下默认的中文环境是utf8字符集的，但是网络上大部分mp3的id3tag都是非utf8编码的，这里有个<a href="http://www.cs.berkeley.edu/~zf/id3iconv/">ID3iconv</a>可以把id3tag转换成utf8格式，兼容ID3v1 tags和ID3v2，支持big5/gbk编码 ，只是java程序需要java虚拟机的， <a href="http://www.cs.berkeley.edu/~zf/id3iconv/download/id3iconv-0.2.1.jar">下载</a><br />
使用简单<br />
<code> java -jar  id3iconv-0.2.1.jar   -e gb18030   *.mp3<br />
＃ -e 设定源编码格式<br />
</code></p>
<p><strong>3，chm文件阅读</strong><br />
强烈推荐<a href="http://chmsee.gro.clinux.org/">ChmSee</a>，功能比较全面，对中文支持也比较好；GnoCHM也不赖，只是中文支持差一点。<a href="http://debian.ustc.edu.cn/debian-uo/dists/sid/ustc/pool/chmsee/">deb包下载</a></p>
<p><strong>4，Opera浏览器中输入法的问题</strong><br />
Opera 下用 Ctrl + ”空格“ 切换输入法会切换到浏览器的主页，解决办法是修改/usr/bin/opera这个文件（其实是shell 脚本）,在第二行加入 export QT_IM_MODULE=XIM<br />
<code> sudo  sed -i ''   -e '1aexport QT_IM_MODULE=XIM'   /usr/bin/opera</code></p>
<p><strong>5，把CD抓取为mp3文件：Sound-Juicer</strong><br />
Sound-Juicer是ubuntu下非常易用的CD音轨抓取软件，默认输出格式为ogg和flac，也可输出为mp3。<br />
需要gstreamer0.10-lame用于编码<br />
<code>sudo apt-get install  gstreamer0.10-lame</code><br />
然后打开Sound Juicer ,&#8221;Edit&#8221; -> &#8220;Preference&#8221; -> &#8220;Edit profiles&#8221; ，添加/修改一个mp3的输出格式，文件扩展名设置为“mp3”， 最主要是把GStreamer Pipeline设置为：<br />
<code><br />
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 vbr=4 vbr-quality=0 quality=0 vbr-min-bitrate=224 ! xingmux ! id3v2mux<br />
</code><br />
提示：参数调节可参考 <em>man lame</em></p>
<p><strong>6，音频文件预览</strong><br />
鼠标停靠在音频文件上即自动播放文件，移开停止。需要安装mpg123和ogg123<br />
<code>sudo apt-get install ogg123 mpg123</code><br />
然后设置Nautilus，&#8221;Edit&#8221; ->&#8221;Preference&#8221; ->&#8221;Preview&#8221;, 目前似乎只支持mp3,ogg格式，其他格式如何设置尚未研究。</p>
<p><strong>7，魔兽争霸在wine下模拟运行</strong><br />
魔兽在wine下模拟的运行效果现在已经很好了，在我的IBM R51上速度甚至比windows下还要流畅一点。首先把wine装上，（装完后, 在终端下键入winecfg进行简单的配置）<br />
<code>sudo apt-get install wine wine-utils </code><br />
魔兽最好下载硬盘版的那个，网上有很多的，运行游戏：<br />
<code>wine  Frozen\ Throne.exe -opengl</code><br />
wine下对directx 的支持似乎不太成熟，画面渲染经常错误，所以改用opengl就没有问题。<br />
如果下载的是中文版本的魔兽，而linux环境的语言设置又是英文的，直接执行前述的命令行可能会出现进不了游戏的现象（至少在我这里是这样），这样运行就没问题了：<br />
<code>LC_ALL="zh_CN.UTF-8" LANG="zh_CN.UTF-8"  wine  Frozen\ Throne.exe -opengl</code></p>
<p><strong>8，BT/eMule下载</strong><br />
bt下载用<a href="http://deluge-torrent.org">Deluge</a>，要用eMule用wine虚拟好了，速度也满快的，<a href="http://www.osxcn.com/ubuntu/wine-emule.html">具体看这里</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/11/25/ubuntu%e6%97%a5%e5%b8%b8%e4%bd%bf%e7%94%a8%e6%80%bb%e7%bb%93/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ubuntu linux下使用.cue对flac/ape分轨及转码</title>
		<link>http://telltruth.net/2007/10/16/ubuntu-linux%e4%b8%8b%e4%bd%bf%e7%94%a8cue%e5%af%b9flacape%e5%88%86%e8%bd%a8%e5%8f%8a%e8%bd%ac%e7%a0%81/</link>
		<comments>http://telltruth.net/2007/10/16/ubuntu-linux%e4%b8%8b%e4%bd%bf%e7%94%a8cue%e5%af%b9flacape%e5%88%86%e8%bd%a8%e5%8f%8a%e8%bd%ac%e7%a0%81/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 15:00:07 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[desktop]]></category>

		<category><![CDATA[ape]]></category>

		<category><![CDATA[flac]]></category>

		<category><![CDATA[lossless]]></category>

		<category><![CDATA[mp3]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/10/16/ubuntu-linux%e4%b8%8b%e4%bd%bf%e7%94%a8cue%e5%af%b9flacape%e5%88%86%e8%bd%a8%e5%8f%8a%e8%bd%ac%e7%a0%81/</guid>
		<description><![CDATA[经常从verycd.com上下载音乐，不少是高质量的ape和flac格式的（恩，verycd真是个好东西～），但是linux下貌似还没有播放器支持cue索引的ape/flac镜像(?)，更严重的是我的COWON D2虽然支持ape/flac，但是同样不支持cue文件。在网上搜索了一通，解决办法总结如下。
需要的工具有flac,shntool ,ubuntu下安装：
$sudo apt-get install flac shntool 
要对ape分轨的话需要linux版的mac编解码器，编译安装
对cue索引的flac分轨：
$ shntool split -t "%n.%p-%t" -f example.cue   -o  flac  example.flac -d output
-d 指定分轨后的falc文件的输出目录，不指定的话在当前目录生成
-t 指定输出文件的文件名格式，%n是音轨号，%p是演奏者/艺术家, %t标题
对ape分轨也类似,
$ shntool split -t "%n.%p-%t" -f example.cue   -o  ape  example.ape -d output
另外，通过shntool，还可以把ape/flac镜像转换成其他音频格式，例如，要转换成mp3的话，
$ sudo apt-get install lame
$ shntool split -t "%n.%p-%t" -f example.cue   -o  [...]]]></description>
			<content:encoded><![CDATA[<p>经常从verycd.com上下载音乐，不少是高质量的ape和flac格式的（恩，verycd真是个好东西～），但是linux下貌似还没有播放器支持cue索引的ape/flac镜像(?)，更严重的是我的COWON D2虽然支持ape/flac，但是同样不支持cue文件。在网上搜索了一通，解决办法总结如下。<br />
需要的工具有flac,shntool ,ubuntu下安装：<br />
<code>$sudo apt-get install flac shntool </code></p>
<p>要对ape分轨的话需要linux版的<a href="http://supermmx.org/linux/mac/">mac编解码器</a>，编译安装<br />
对cue索引的flac分轨：<br />
<code>$ shntool split -t "%n.%p-%t" -f example.cue   -o  flac  example.flac -d output</code><br />
-d 指定分轨后的falc文件的输出目录，不指定的话在当前目录生成<br />
-t 指定输出文件的文件名格式，%n是音轨号，%p是演奏者/艺术家, %t标题</p>
<p>对ape分轨也类似,<br />
<code>$ shntool split -t "%n.%p-%t" -f example.cue   -o  ape  example.ape -d output</code><br />
另外，通过shntool，还可以把ape/flac镜像转换成其他音频格式，例如，要转换成mp3的话，<br />
<code>$ sudo apt-get install lame<br />
$ shntool split -t "%n.%p-%t" -f example.cue   -o  'cust ext=mp3 lame --r3mix -b 320 --quiet - %f'  example.flac -d output</code></p>
<p>PS, </p>
<ul>
<li>目前发现ape分轨成多个ape似乎会出现错误无法处理，但是将ape分轨然后转码成其他格式(flac,mp3&#8230;)是没有问题的，flac和其他格式之间没有问题；</li>
<li>cue文件的字符集最好与系统当前使用的字符集相同，否则最好用iconv 转码后进行，否则最后生成的文件名可能乱码；</li>
<li>给shntool指定-t参数虽然可以按照cue文件内容格式化输出的文件名，但是似乎还没有办法给文件tagging，还没找到解决的办法，只能手工来了</li>
</ul>
<p><strong>Update</strong>: 对于分轨的tagging，可以使用Exfalso这个工具（最近发现<a href="http://easytag.sourceforge.net/">EasyTAG</a>也能实现），它有一项功能“tags from path”可以实现，这个工具是<a href="http://www.sacredchao.net/quodlibet">quod libet</a>播放器的一部分</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/10/16/ubuntu-linux%e4%b8%8b%e4%bd%bf%e7%94%a8cue%e5%af%b9flacape%e5%88%86%e8%bd%a8%e5%8f%8a%e8%bd%ac%e7%a0%81/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unix Shell: 在单个命令中创建复杂目录树</title>
		<link>http://telltruth.net/2007/09/18/unix-shell-%e5%9c%a8%e5%8d%95%e4%b8%aa%e5%91%bd%e4%bb%a4%e4%b8%ad%e5%88%9b%e5%bb%ba%e7%9b%ae%e5%bd%95%e6%a0%91/</link>
		<comments>http://telltruth.net/2007/09/18/unix-shell-%e5%9c%a8%e5%8d%95%e4%b8%aa%e5%91%bd%e4%bb%a4%e4%b8%ad%e5%88%9b%e5%bb%ba%e7%9b%ae%e5%bd%95%e6%a0%91/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 14:47:28 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[productivity]]></category>

		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/09/18/unix-shell-%e5%9c%a8%e5%8d%95%e4%b8%aa%e5%91%bd%e4%bb%a4%e4%b8%ad%e5%88%9b%e5%bb%ba%e7%9b%ae%e5%bd%95%e6%a0%91/</guid>
		<description><![CDATA[在unix shell中，如果需要创建目录结构，通常是这样的：
＃单独定义每个目录树
~ $ mkdir tmp
~ $ cd tmp
~/tmp $ mkdir a
~/tmp $ cd a
~/tmp/a $ mkdir b
~/tmp/a $ cd b
~/tmp/a/b/ $ mkdir c
~/tmp/a/b/ $ cd c
~/tmp/a/b/c $
也可以使用稍高级一点的方法，一个命令来定义目录层次：
~ $ mkdir -p tmp/a/b/c
这样 tmp/a/b/c 这样的层次结构就一次建好了
最后，甚至可以使用一个命令来定义复杂的目录树：
~ $ mkdir -p project/{lib/ext,bin,src,doc/{html,info,pdf},demo/stat/a}
＃来看看产生了些什么
~ $ tree project/
project/
&#124;-- bin
&#124;-- demo
&#124;   `-- stat
&#124;       `-- a
&#124;-- doc
&#124; [...]]]></description>
			<content:encoded><![CDATA[<p>在unix shell中，如果需要创建目录结构，通常是这样的：<br />
<code>＃单独定义每个目录树<br />
~ $ mkdir tmp<br />
~ $ cd tmp<br />
~/tmp $ mkdir a<br />
~/tmp $ cd a<br />
~/tmp/a $ mkdir b<br />
~/tmp/a $ cd b<br />
~/tmp/a/b/ $ mkdir c<br />
~/tmp/a/b/ $ cd c<br />
~/tmp/a/b/c $</code></p>
<p>也可以使用稍高级一点的方法，一个命令来定义目录层次：<br />
<code>~ $ mkdir -p tmp/a/b/c</code><br />
这样 tmp/a/b/c 这样的层次结构就一次建好了</p>
<p>最后，甚至可以使用<strong>一个命令来定义复杂的目录树</strong>：<br />
<code>~ $ mkdir -p project/{lib/ext,bin,src,doc/{html,info,pdf},demo/stat/a}<br />
＃来看看产生了些什么<br />
~ $ tree project/<br />
project/<br />
|-- bin<br />
|-- demo<br />
|   `-- stat<br />
|       `-- a<br />
|-- doc<br />
|   |-- html<br />
|   |-- info<br />
|   `-- pdf<br />
|-- lib<br />
|   `-- ext<br />
`-- src</code><br />
是不是很方便呢，比在脚本里写上一堆mkdir轻松多了把， enjoy it ：）   </p>
<p>参考来源：<a href="http://www.ibm.com/developerworks/cn/aix/library/au-badunixhabits.html">UNIX高手的10个习惯   </a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/09/18/unix-shell-%e5%9c%a8%e5%8d%95%e4%b8%aa%e5%91%bd%e4%bb%a4%e4%b8%ad%e5%88%9b%e5%bb%ba%e7%9b%ae%e5%bd%95%e6%a0%91/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HostMonster主机买下，高兴～</title>
		<link>http://telltruth.net/2007/09/06/hostmonster%e4%b8%bb%e6%9c%ba%e4%b9%b0%e4%b8%8b%ef%bc%8c%e9%ab%98%e5%85%b4%ef%bd%9e/</link>
		<comments>http://telltruth.net/2007/09/06/hostmonster%e4%b8%bb%e6%9c%ba%e4%b9%b0%e4%b8%8b%ef%bc%8c%e9%ab%98%e5%85%b4%ef%bd%9e/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 14:37:16 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/09/06/hostmonster%e4%b8%bb%e6%9c%ba%e4%b9%b0%e4%b8%8b%ef%bc%8c%e9%ab%98%e5%85%b4%ef%bd%9e/</guid>
		<description><![CDATA[不知是被富婆包你成老板娘忽悠了还是大脑发烧，一激动就跑去买下了hostmonster的虚拟主机一颗，然后迅速地开始了拉帮结伙的合租募资活动，截至今日已经成功地忽悠了3人入会（包括自己），所以成本得到了迅速地下降，情势一片大好，嘿嘿， 这样搞下去是不是可以坐收渔利发大财了 ！？
该主机是300G存储空间，3T月流量，不限制绑定的域名数，值得注意的是还可以开通ssh登录，这样有些操作做起来就方便不少。购买开通很方便，从订购支付到开通用不了1小时，基本上注册完毕支付没有问题就能马上用了，只不过域名解析生效可能要花些时间而已。用信用卡支付还是很方便的，用广发卡支付美元后客服人员会打电话确认，还算放心。
总体上速度和功能还算满意，就是某些设置不尽人意，具体可以看看hostmonster与dreamhost的功能比较。默认ssh权限是没有打开的，要打开需要传真或者email一份身份证明的照片，比如驾驶执照，护照之类，我只好试着把居民身份证拍下下来mail过去，不过居然也开通了，只是花了5个小时才收到email提示已经开通了 “SSH has been enabled on your account.  You need to use your unix username (the 8 character username) and the password for your hosting account&#8230;”，还不坏～
开通ssh后可以用主帐户密码登录，大致看了一下，和自己同在一个主机的一共有20多个用户 ，CPU是8个Xeon(R) CPU  E5320 1.86GHz， 内存4G。HostMonster的用户主目录貌似都是建在/home下面，例如/home/youraccount，帐户名都是8个字符长度。这台机器的磁盘io和cpu都不怎么忙，但是空闲的磁盘空间还有很多，大概以后还会有用户进来把，不过目前还好：） 命令行上大部分的命令都可以用，包括用常用的top, iostat &#8230;查看系统状态，也有命令行的php(5.1.6)，python(2.3)，perl(5.8.8)可用，但是没法在命令行修改crontab，只能从控制面板上修改，格式和unix的一样。
]]></description>
			<content:encoded><![CDATA[<p>不知是被富婆<a href="http://www.baonicheng.com/">包你成老板娘</a>忽悠了还是大脑发烧，一激动就跑去买下了<a href="http://www.hostmonster.com/">hostmonster</a>的虚拟主机一颗，然后迅速地开始了拉帮结伙的合租募资活动，截至今日已经成功地忽悠了3人入会（包括自己），所以成本得到了迅速地下降，情势一片大好，嘿嘿， 这样搞下去是不是可以坐收渔利发大财了 ！？</p>
<p><a href="http://www.hostmonster.com/hosting-features.htm">该主机</a>是300G存储空间，3T月流量，不限制绑定的域名数，值得注意的是还可以开通ssh登录，这样有些操作做起来就方便不少。购买开通很方便，从订购支付到开通用不了1小时，基本上注册完毕支付没有问题就能马上用了，只不过域名解析生效可能要花些时间而已。用信用卡支付还是很方便的，用广发卡支付美元后客服人员会打电话确认，还算放心。</p>
<p>总体上速度和功能还算满意，就是某些设置不尽人意，具体可以看看<a href="http://tao.kaoart.info/%E7%BE%8E%E5%9B%BD%E8%99%9A%E6%8B%9F%E4%B8%BB%E6%9C%BA/kunstao/2007/814/">hostmonster与dreamhost的功能比较</a>。默认ssh权限是没有打开的，要打开需要传真或者email一份身份证明的照片，比如驾驶执照，护照之类，我只好试着把居民身份证拍下下来mail过去，不过居然也开通了，只是花了5个小时才收到email提示已经开通了 “SSH has been enabled on your account.  You need to use your unix username (the 8 character username) and the password for your hosting account&#8230;”，还不坏～</p>
<p>开通ssh后可以用主帐户密码登录，大致看了一下，和自己同在一个主机的一共有20多个用户 ，CPU是8个Xeon(R) CPU  E5320 1.86GHz， 内存4G。HostMonster的用户主目录貌似都是建在/home下面，例如/home/youraccount，帐户名都是8个字符长度。这台机器的磁盘io和cpu都不怎么忙，但是空闲的磁盘空间还有很多，大概以后还会有用户进来把，不过目前还好：） 命令行上大部分的命令都可以用，包括用常用的top, iostat &#8230;查看系统状态，也有命令行的php(5.1.6)，python(2.3)，perl(5.8.8)可用，但是没法在命令行修改crontab，只能从控制面板上修改，格式和unix的一样。</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/09/06/hostmonster%e4%b8%bb%e6%9c%ba%e4%b9%b0%e4%b8%8b%ef%bc%8c%e9%ab%98%e5%85%b4%ef%bd%9e/feed/</wfw:commentRss>
		</item>
		<item>
		<title>编译ubuntu feisty 内核及ipw2200无线上网</title>
		<link>http://telltruth.net/2007/07/02/%e7%bc%96%e8%af%91ubuntu-feisty-%e5%86%85%e6%a0%b8%e5%8f%8aipw2200%e6%97%a0%e7%ba%bf%e4%b8%8a%e7%bd%91/</link>
		<comments>http://telltruth.net/2007/07/02/%e7%bc%96%e8%af%91ubuntu-feisty-%e5%86%85%e6%a0%b8%e5%8f%8aipw2200%e6%97%a0%e7%ba%bf%e4%b8%8a%e7%bd%91/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 14:32:58 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/07/02/%e7%bc%96%e8%af%91ubuntu-feisty-%e5%86%85%e6%a0%b8%e5%8f%8aipw2200%e6%97%a0%e7%ba%bf%e4%b8%8a%e7%bd%91/</guid>
		<description><![CDATA[基本配置：ubuntu feisty fawn  ,linux-2.6.20, gcc 4.1.2
开始～～
1,安装基础工具：
sudo apt-get install flex bison libtool make autoconf gcc libncurses5-dev
sudo apt-get install kernel-package   ##用来建立内核镜像的deb安装包(最終命令行脚本为make-kpkg)
2，安装linux内核源代码
sudo apt-get install linux-source
此操作会把内核源码报下载到/usr/src目录下，我这里是/usr/src/linux-source-2.6.20.tar.bz2
3,解压源码包并建立链接
cd /usr/src
sudo tar -xvjf linux-source-2.6.20.tar.bz2
sudo ln -sf linux-source-2.6.20  linux
cd /usr/src/linux
4,配置并编译内核
sudo make menuconfig 
#设定自己的内核子版本号“Local version”（/ &#8211;&#62;General setup &#8211;&#62; Local version - append to kernel release）,使用小写字母，在后面的制作deb安装包的时候会用到；
接下来就直接编译内核，有2种方法；
传统的方式：
sudo make clean
sudo make
sudo make modules_install  [...]]]></description>
			<content:encoded><![CDATA[<p>基本配置：ubuntu feisty fawn  ,linux-2.6.20, gcc 4.1.2<br />
开始～～<br />
1,安装基础工具：<br />
<code>sudo apt-get install flex bison libtool make autoconf gcc libncurses5-dev<br />
sudo apt-get install kernel-package   ##用来建立内核镜像的deb安装包(最終命令行脚本为make-kpkg)</code><br />
2，安装linux内核源代码<br />
<code>sudo apt-get install linux-source</code><br />
此操作会把内核源码报下载到/usr/src目录下，我这里是/usr/src/linux-source-2.6.20.tar.bz2<br />
3,解压源码包并建立链接<br />
<code>cd /usr/src<br />
sudo tar -xvjf linux-source-2.6.20.tar.bz2<br />
sudo ln -sf linux-source-2.6.20  linux<br />
cd /usr/src/linux</code><br />
4,配置并编译内核<br />
<code>sudo make menuconfig </code><br />
#设定自己的内核子版本号“Local version”（/ &#8211;&gt;General setup &#8211;&gt; Local version - append to kernel release）,使用小写字母，在后面的制作deb安装包的时候会用到；<br />
接下来就直接编译内核，有2种方法；<br />
<strong>传统的方式：</strong><br />
<code>sudo make clean<br />
sudo make<br />
sudo make modules_install  ＃如果配置中有modules，会安装到 /lib/modules/`uname -r`中，并生成modules.dep<br />
sudo cp arch/i386/boot/bzImage  /boot/  ＃然后配置/boot/grub/menu.lst</code><br />
<strong>debian发行版通用的方式：</strong><br />
<code>sudo make-kpkg clean<br />
sudo make-kpkg --revision <em>xxx</em>  &#8211;bzimage kernel_image</code></p>
<ol>
<li><em>xxx</em>为最终生成的deb安装包的子版本号（必须包含数字），另外，make-kpkg工具会读取刚才设定的“Local version”(读取.config文件)，如果设定为大写字母，脚本会报错并退出。</li>
<li>此种方式编译会生成一个.deb的安装包，位于当前源码目录的上一层目录中，这里即为/usr/src/linux-image-2.6.*.deb,用dpkg安装即可（自动配置grub启动条目，备份.config 文件到/boot，安装内核模块到/lib/modules/）</li>
</ol>
<p><code>sudo dpkg -i ../linux-image-2.6.*.deb</code><br />
#用这种方式编译安装的好处就是编译安装更方便，而且，可以用不同的revision和local version区分不同配置的内核，使用deb安装包更易于管理和移植。</p>
<p><strong>Notes：</strong></p>
<ul>
<li>对于ipw*系列网卡，选择驱动的时候要用模块方式编译，否则应用新内核后会无法加载firmware，ubuntu对于硬件的firmware似乎都是放在/lib/firmware/`uname -r` 里面，可以直接从已有的内核安装里拷贝一份出来，如：<br />
sudo cp -r /lib/firmware/2.6.20-16-generic/  /lib/firmware/`uname -r`</li>
<li>make-pkg 的配置文件：/etc/kernel-img.conf  /etc/kernel-pkg.conf</li>
<li>参考, man make-kpkg</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/07/02/%e7%bc%96%e8%af%91ubuntu-feisty-%e5%86%85%e6%a0%b8%e5%8f%8aipw2200%e6%97%a0%e7%ba%bf%e4%b8%8a%e7%bd%91/feed/</wfw:commentRss>
		</item>
		<item>
		<title>体验免费Unix/Soloaris主机</title>
		<link>http://telltruth.net/2007/03/29/%e4%bd%93%e9%aa%8c%e5%85%8d%e8%b4%b9unixsoloaris%e4%b8%bb%e6%9c%ba/</link>
		<comments>http://telltruth.net/2007/03/29/%e4%bd%93%e9%aa%8c%e5%85%8d%e8%b4%b9unixsoloaris%e4%b8%bb%e6%9c%ba/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 07:28:55 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/03/29/%e4%bd%93%e9%aa%8c%e5%85%8d%e8%b4%b9unixsoloaris%e4%b8%bb%e6%9c%ba/</guid>
		<description><![CDATA[Unix体验中心(Unix-Center.Net)的目标是为研究、学习和使用各种版本的Unix和类Unix操作系统的教师、学生和工程技术人员提供一个体验和测试各种版本的Unix和类Unix系统的软硬件平台。该平台能够为所有注册用户免费提供如下服务：
－－ SSH登录
－－ C/C++，Fortran，Java，Ruby，Common Lisp等多种语言开发工具
首先要申请帐号: http://www.unix-center.net/uc/reg.php
通过邮件验证后从此处登陆:
solaris.unix-center.net (公众网) ;
solaris-edu.unix-center.net (教育网)
据说该站在4月份还将会推出八核UltraSPARC芯片的solaris主机, 真的是很期待呀&#8230;:)
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Unix体验中心(Unix-Center.Net)的目标是为研究、学习和使用各种版本的Unix和类Unix操作系统的教师、学生和工程技术人员提供一个体验和测试各种版本的Unix和类Unix系统的软硬件平台。该平台能够为所有注册用户免费提供如下服务：</p>
<p>－－ SSH登录<br />
－－ C/C++，Fortran，Java，Ruby，Common Lisp等多种语言开发工具</p></blockquote>
<p>首先要申请帐号: http://www.unix-center.net/uc/reg.php<br />
通过邮件验证后从此处登陆:<br />
solaris.unix-center.net (公众网) ;<br />
solaris-edu.unix-center.net (教育网)</p>
<p>据说该站在4月份还将会推出八核UltraSPARC芯片的solaris主机, 真的是很期待呀&#8230;:)</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/03/29/%e4%bd%93%e9%aa%8c%e5%85%8d%e8%b4%b9unixsoloaris%e4%b8%bb%e6%9c%ba/feed/</wfw:commentRss>
		</item>
		<item>
		<title>教授与学生</title>
		<link>http://telltruth.net/2007/03/04/%e6%95%99%e6%8e%88%e4%b8%8e%e5%ad%a6%e7%94%9f/</link>
		<comments>http://telltruth.net/2007/03/04/%e6%95%99%e6%8e%88%e4%b8%8e%e5%ad%a6%e7%94%9f/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 06:05:42 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[funny]]></category>

		<category><![CDATA[无聊]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/03/04/%e6%95%99%e6%8e%88%e4%b8%8e%e5%ad%a6%e7%94%9f/</guid>
		<description><![CDATA[一个教授与学生在哲学课上的对话, 看这里.
]]></description>
			<content:encoded><![CDATA[<p>一个教授与学生在哲学课上的对话, <a href="http://www.education.ntu.edu.tw/wwwcourse/social/Ju_Yuan/Ju_Yuan42.htm">看这里.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/03/04/%e6%95%99%e6%8e%88%e4%b8%8e%e5%ad%a6%e7%94%9f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>提高在UNIX/Linux shell下的工作效率:命令行编辑</title>
		<link>http://telltruth.net/2007/03/04/%e6%8f%90%e9%ab%98%e5%9c%a8unixlinux-shell%e4%b8%8b%e7%9a%84%e5%b7%a5%e4%bd%9c%e6%95%88%e7%8e%87%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%bc%96%e8%be%91/</link>
		<comments>http://telltruth.net/2007/03/04/%e6%8f%90%e9%ab%98%e5%9c%a8unixlinux-shell%e4%b8%8b%e7%9a%84%e5%b7%a5%e4%bd%9c%e6%95%88%e7%8e%87%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%bc%96%e8%be%91/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 16:54:50 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<category><![CDATA[productivity]]></category>

		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/03/04/%e6%8f%90%e9%ab%98%e5%9c%a8unixlinux-shell%e4%b8%8b%e7%9a%84%e5%b7%a5%e4%bd%9c%e6%95%88%e7%8e%87%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%bc%96%e8%be%91/</guid>
		<description><![CDATA[对于长期工作在UNIX/Linux下的系统管理员和开发人员, 提高命令行输入的效率是很有必要的, 目标是尽量减少击键的次数, 回顾一下bash shell里的快捷键, 记牢它们是很有用的:

Control-A —— 将当前位置定位到行开头
Control-E —— 将当前位置定位到行尾
Control-K —— 删除截止行尾的所有内容
Alt-B —— 后退一个单词
Alt-F —— 向前推进一个单词
Alt-D —— 删除当前单词
Control-R —— 根据输入反向智能搜索
Control-L —— 清屏,相当于输入clear命令

其他有用的tips: 充分利用 bash, 更多有用的内容在IBM developerWorks 中国
]]></description>
			<content:encoded><![CDATA[<p>对于长期工作在UNIX/Linux下的系统管理员和开发人员, 提高命令行输入的效率是很有必要的, 目标是尽量减少击键的次数, 回顾一下bash shell里的快捷键, 记牢它们是很有用的:</p>
<ul>
<li>Control-A —— 将当前位置定位到行开头</li>
<li>Control-E —— 将当前位置定位到行尾</li>
<li>Control-K —— 删除截止行尾的所有内容</li>
<li>Alt-B —— 后退一个单词</li>
<li>Alt-F —— 向前推进一个单词</li>
<li>Alt-D —— 删除当前单词</li>
<li>Control-R —— 根据输入反向智能搜索</li>
<li>Control-L —— 清屏,相当于输入clear命令</li>
</ul>
<p>其他有用的tips: <a href="http://www.ibm.com/developerworks/cn/aix/library/au-satbash.html">充分利用 bash</a>, 更多有用的内容在<a href="http://www.ibm.com/developerworks/cn/views/aix/articles.jsp?view_by=search&amp;search_by=%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98%E5%B7%A5%E5%85%B7%E5%8C%85">IBM developerWorks 中国</a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/03/04/%e6%8f%90%e9%ab%98%e5%9c%a8unixlinux-shell%e4%b8%8b%e7%9a%84%e5%b7%a5%e4%bd%9c%e6%95%88%e7%8e%87%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%bc%96%e8%be%91/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google  SafeSearch filtering</title>
		<link>http://telltruth.net/2007/03/04/google-safesearch-filtering/</link>
		<comments>http://telltruth.net/2007/03/04/google-safesearch-filtering/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 16:23:35 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://telltruth.net/2007/03/04/google-safesearch-filtering/</guid>
		<description><![CDATA[没事的时候总是喜欢摆弄Google的搜索, 最近发现他的 SafeSearch filtering 功能不错. 大家都知道现在的搜索引擎都有敏感内容过滤(色情)的功能, 尤其对于图片和视频的搜索结果, 例如在百度图片搜索&#8221;sex&#8221;一词是得不到任何结果的, 但是在google中却是可以做到.
步骤:

首先要选择Google搜索的语言为英文,&#8221;使用偏好&#8221;-&#62;&#8221;界面语言&#8221;
重新进入首页,选择 &#8220;preferences&#8221;-&#62;&#8221;SafeSearch Filtering&#8221; -&#62; &#8220;Do not filter my search results.&#8221; 保存
然后输入你想要的禁忌词试试效果,如&#8221;sex&#8221;

在这方面, Google和其他搜索不同之处在于他将选择权交给了用户,用户可以自己选择使用何种级别的安全过滤strict/moderate/None. 只要你想要, 你几乎可以得到所有的未经过过滤过的内容, 同样Yahoo也是这么做的,Baidu嘛&#8230;就不提了.
另外,理所当然地, Google的中文版移除了这个功能&#8230;
]]></description>
			<content:encoded><![CDATA[<p>没事的时候总是喜欢摆弄Google的搜索, 最近发现他的 <a href="http://images.google.com/intl/en/help/customize.html#safe">SafeSearch filtering</a> 功能不错. 大家都知道现在的搜索引擎都有敏感内容过滤(色情)的功能, 尤其对于图片和视频的搜索结果, 例如在<a href="http://image.baidu.com/">百度图片</a>搜索&#8221;sex&#8221;一词是得不到任何结果的, 但是在google中却是可以做到.<br />
步骤:</p>
<ol>
<li>首先要选择Google搜索的语言为英文,&#8221;使用偏好&#8221;-&gt;&#8221;界面语言&#8221;</li>
<li>重新进入首页,选择 &#8220;preferences&#8221;-&gt;&#8221;SafeSearch Filtering&#8221; -&gt; &#8220;Do not filter my search results.&#8221; 保存</li>
<li>然后输入你想要的禁忌词试试效果,如&#8221;sex&#8221;</li>
</ol>
<p>在这方面, Google和其他搜索不同之处在于他将选择权交给了用户,用户可以自己选择使用何种级别的安全过滤strict/moderate/None. 只要你想要, 你几乎可以得到所有的未经过过滤过的内容, 同样Yahoo也是这么做的,Baidu嘛&#8230;就不提了.<br />
另外,理所当然地, Google的中文版移除了这个功能&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2007/03/04/google-safesearch-filtering/feed/</wfw:commentRss>
		</item>
		<item>
		<title>James Blunt - Back to Bedlam</title>
		<link>http://telltruth.net/2006/12/23/james-blunt-back-to-bedlam/</link>
		<comments>http://telltruth.net/2006/12/23/james-blunt-back-to-bedlam/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 05:36:00 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[无聊]]></category>

		<category><![CDATA[album]]></category>

		<category><![CDATA[mp3]]></category>

		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://telltruth.net/2006/12/23/james-blunt-back-to-bedlam/</guid>
		<description><![CDATA[
最近一周一直都在听这首专辑,很棒.特别喜欢的是其中的Wise Man,You are beautiful,Goodbye My Lover,Tears and Rain,Cry.
整理过的全部的歌词
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.douban.com/subject/1401550/"><img src="http://www.douban.com/mpic/s1410399.jpg" alt="cover of Back to Bedlam" style="float:left;padding:0 20px 20px 0;"/></a><br />
最近一周一直都在听这首专辑,很棒.特别喜欢的是其中的Wise Man,You are beautiful,Goodbye My Lover,Tears and Rain,Cry.<br />
整理过的<a href="http://www.telltruth.net/files/james-blunt-backtobedlam-lyrics.html">全部的歌词</a></p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2006/12/23/james-blunt-back-to-bedlam/feed/</wfw:commentRss>
		</item>
		<item>
		<title>在Ubuntu Linux的控制台下使用中文</title>
		<link>http://telltruth.net/2006/12/21/%e5%9c%a8ubuntu-linux%e7%9a%84%e6%8e%a7%e5%88%b6%e5%8f%b0%e4%b8%8b%e4%bd%bf%e7%94%a8%e4%b8%ad%e6%96%87/</link>
		<comments>http://telltruth.net/2006/12/21/%e5%9c%a8ubuntu-linux%e7%9a%84%e6%8e%a7%e5%88%b6%e5%8f%b0%e4%b8%8b%e4%bd%bf%e7%94%a8%e4%b8%ad%e6%96%87/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 16:44:00 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://telltruth.net/2006/12/21/%e5%9c%a8ubuntu-linux%e7%9a%84%e6%8e%a7%e5%88%b6%e5%8f%b0%e4%b8%8b%e4%bd%bf%e7%94%a8%e4%b8%ad%e6%96%87/</guid>
		<description><![CDATA[公司的unix服务器都是采用GBK编码的环境,而我的笔记本装的是Ubuntu 6.06,默认的只安装了UTF-8字符集,所以在家里登录到公司看到的程序中的中文总是乱码,在让我郁闷了几天后,今天终于让我搞定了.
1, 修改中文locale配置:
配置文件放在/var/lib/locales/supported.d/下面,中文的是zh,英文的是en,根据自己的需求增删条目即可(相信用过gentoo的对此都不会陌生,呵呵)我的是:
zh_CN UTF-8
zh_CN.GBK GBK
zh_CN.UTF-8 UTF-8
zh_CN.GB18030 GB18030
zh_CN.GB2312 GB2312
zh_TW BIG5
zh_TW.BIG5 BIG5
zh_TW.UTF-8 UTF-8

2, 安装并设置zhcon:
sudo apt-get install zhcon
修改配置文件/etc/zhcon.conf,值得修改的有:
defaultencode = gbk
##默认编码,还可以是gb2312,big5
x_resolution = 1024
##屏幕分辨率
y_resolution = 768
color_cursortype = 0
##控制台下光标样式,0,块状;1,无; 2,下划线;用3到6可调整光标块大小
beep = off
##还是关掉BB的警告声为好

好了,现在可以在console下象用xterm一样用zhcon了,还可以输入中文,爽!
]]></description>
			<content:encoded><![CDATA[<p>公司的unix服务器都是采用GBK编码的环境,而我的笔记本装的是Ubuntu 6.06,默认的只安装了UTF-8字符集,所以在家里登录到公司看到的程序中的中文总是乱码,在让我郁闷了几天后,今天终于让我搞定了.</p>
<p>1, 修改中文locale配置:</p>
<p>配置文件放在/var/lib/locales/supported.d/下面,中文的是zh,英文的是en,根据自己的需求增删条目即可(相信用过gentoo的对此都不会陌生,呵呵)我的是:</p>
<blockquote><p>zh_CN UTF-8<br />
zh_CN.GBK GBK<br />
zh_CN.UTF-8 UTF-8<br />
zh_CN.GB18030 GB18030<br />
zh_CN.GB2312 GB2312<br />
zh_TW BIG5<br />
zh_TW.BIG5 BIG5<br />
zh_TW.UTF-8 UTF-8
</p></blockquote>
<p>2, 安装并设置zhcon:</p>
<blockquote><p>sudo apt-get install zhcon</p></blockquote>
<p>修改配置文件/etc/zhcon.conf,值得修改的有:</p>
<blockquote><p>defaultencode = gbk<br />
##默认编码,还可以是gb2312,big5<br />
x_resolution = 1024<br />
##屏幕分辨率<br />
y_resolution = 768<br />
color_cursortype = 0<br />
##控制台下光标样式,0,块状;1,无; 2,下划线;用3到6可调整光标块大小<br />
beep = off<br />
##还是关掉BB的警告声为好
</p></blockquote>
<p>好了,现在可以在console下象用xterm一样用zhcon了,还可以输入中文,爽!</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2006/12/21/%e5%9c%a8ubuntu-linux%e7%9a%84%e6%8e%a7%e5%88%b6%e5%8f%b0%e4%b8%8b%e4%bd%bf%e7%94%a8%e4%b8%ad%e6%96%87/feed/</wfw:commentRss>
		</item>
		<item>
		<title>极好的生成PDF文档的工具：PDFCreator</title>
		<link>http://telltruth.net/2006/12/05/%e6%9e%81%e5%a5%bd%e7%9a%84%e7%94%9f%e6%88%90pdf%e6%96%87%e6%a1%a3%e7%9a%84%e5%b7%a5%e5%85%b7%ef%bc%9apdfcreator/</link>
		<comments>http://telltruth.net/2006/12/05/%e6%9e%81%e5%a5%bd%e7%9a%84%e7%94%9f%e6%88%90pdf%e6%96%87%e6%a1%a3%e7%9a%84%e5%b7%a5%e5%85%b7%ef%bc%9apdfcreator/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 07:53:00 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
		
		<category><![CDATA[tips]]></category>

		<category><![CDATA[document]]></category>

		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://telltruth.net/2006/12/05/%e6%9e%81%e5%a5%bd%e7%9a%84%e7%94%9f%e6%88%90pdf%e6%96%87%e6%a1%a3%e7%9a%84%e5%b7%a5%e5%85%b7%ef%bc%9apdfcreator/</guid>
		<description><![CDATA[PDFCreator：这个工具几乎可以将任何windows上的文档转换成pdf格式，而且不只限于pdf格式，也可以是png,jpeg,bmp,tif,ps。安装后会生成ie工具条，这样在ie浏览器中浏览到需要打印成pdf的页面就可以直接点击产生；另外也会在资源管理器中产生快捷方式，在需要转换的文档上直接点击右键，选择“Create PDF and Bitmap files with PDFCreator”,最后选择要保存为pdf，还是png或其他即可，非常方便。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pdfforge.org/products/pdfcreator">PDFCreator</a>：这个工具几乎可以将任何windows上的文档转换成pdf格式，而且不只限于pdf格式，也可以是png,jpeg,bmp,tif,ps。安装后会生成ie工具条，这样在ie浏览器中浏览到需要打印成pdf的页面就可以直接点击产生；另外也会在资源管理器中产生快捷方式，在需要转换的文档上直接点击右键，选择“Create PDF and Bitmap files with PDFCreator”,最后选择要保存为pdf，还是png或其他即可，非常方便。</p>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2006/12/05/%e6%9e%81%e5%a5%bd%e7%9a%84%e7%94%9f%e6%88%90pdf%e6%96%87%e6%a1%a3%e7%9a%84%e5%b7%a5%e5%85%b7%ef%bc%9apdfcreator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>关闭linux下命令行的beep声</title>
		<link>http://telltruth.net/2006/11/24/%e5%85%b3%e9%97%adlinux%e4%b8%8b%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%9a%84beep%e5%a3%b0/</link>
		<comments>http://telltruth.net/2006/11/24/%e5%85%b3%e9%97%adlinux%e4%b8%8b%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%9a%84beep%e5%a3%b0/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 14:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Unix/Linux]]></category>

		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://telltruth.net/2006/11/24/%e5%85%b3%e9%97%adlinux%e4%b8%8b%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%9a%84beep%e5%a3%b0/</guid>
		<description><![CDATA[在Linux/Unix下的命令行下，经常会用到shell的自动补齐，但是同时也带来了烦人的beep声，煞是刺耳。有2种方法可以将它踢掉：
第一种是修改配置文件，确保/etc/inputrc中有如下一行未被注释
set bell-style none
修改后重新登录.
如果使用vim还要修改vimrc,在~/.vimrc中添加一行:
set vb t_vb=
第二种是编译内核时关闭相关的选项，使/usr/src/linux/.config文件中包含
CONFIG_SPEAKUP_DEFAULT=&#8221;n&#8221;
]]></description>
			<content:encoded><![CDATA[<p>在Linux/Unix下的命令行下，经常会用到shell的自动补齐，但是同时也带来了烦人的beep声，煞是刺耳。有2种方法可以将它踢掉：<br />
第一种是修改配置文件，确保/etc/inputrc中有如下一行未被注释</p>
<blockquote><p>set bell-style none</p></blockquote>
<p>修改后重新登录.<br />
如果使用vim还要修改vimrc,在~/.vimrc中添加一行:</p>
<blockquote><p>set vb t_vb=</p></blockquote>
<p>第二种是编译内核时关闭相关的选项，使/usr/src/linux/.config文件中包含</p>
<blockquote><p>CONFIG_SPEAKUP_DEFAULT=&#8221;n&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://telltruth.net/2006/11/24/%e5%85%b3%e9%97%adlinux%e4%b8%8b%e5%91%bd%e4%bb%a4%e8%a1%8c%e7%9a%84beep%e5%a3%b0/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
