<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feedproxy.google.com/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feedproxy.google.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Centeur's Chaos</title>
	
	<link>http://tailog.com</link>
	<description>tail past.log &gt;&gt; tailog</description>
	<pubDate>Wed, 07 Jan 2009 12:04:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feedproxy.google.com/centeur" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">centeur</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>chrome 是这样产生的？</title>
		<link>http://tailog.com/2009/01/chrome-is-the-product-of-such.html</link>
		<comments>http://tailog.com/2009/01/chrome-is-the-product-of-such.html#comments</comments>
		<pubDate>Mon, 05 Jan 2009 00:10:41 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[internet exploration]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=326</guid>
		<description><![CDATA[
via 无可奈何&#124;阿肆的个人博客
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="chrome" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/chrome-microsoft.jpg" alt="" width="500" height="375" /></p>
<p>via <a href="http://www.ivershuo.cn/index.php/2008/11/chrome-is-the-product-of-such/" target="_blank">无可奈何|阿肆的个人博客</a></p>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=DjYiMTYx"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=ycc8NnYM"><img src="http://feedproxy.google.com/~f/centeur?i=ycc8NnYM" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=tFUqAPQO"><img src="http://feedproxy.google.com/~f/centeur?i=tFUqAPQO" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=GXkuDG2W"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2009/01/chrome-is-the-product-of-such.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>系统加速：去除多余的内核模块</title>
		<link>http://tailog.com/2009/01/disable-unnecessary-kernel-modules.html</link>
		<comments>http://tailog.com/2009/01/disable-unnecessary-kernel-modules.html#comments</comments>
		<pubDate>Sun, 04 Jan 2009 08:10:41 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[bootchart]]></category>

		<category><![CDATA[gentoo]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=325</guid>
		<description><![CDATA[对于每个用户来说，很多内核模块都不是必须的，加载它们势必会延长系统引导时间，比如你的桌面连接到以太网，那么就不需要加载无线内核模块。如何查明当前系统中安装和运行的内核模块呢？你可以试一下 bootchart，它不仅会给你一份模块清单，而且还会说明系统启动过程中发生的事情，一旦知道加载了什么不需要的模块，就可以在内核重新编译期间将其移除。这样，编译的内核就将完全适合你系统的体系结构。
bootchart 的安装非常简单，如果你需要生成直观的图像，请添加 USE java。同时为了使统计更精确，需在内核中作如下设置：
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
下面是我的系统的 boot chart:

37s，不快不慢。
]]></description>
			<content:encoded><![CDATA[<p>对于每个用户来说，很多内核模块都不是必须的，加载它们势必会延长系统引导时间，比如你的桌面连接到以太网，那么就不需要加载无线内核模块。如何查明当前系统中安装和运行的内核模块呢？你可以试一下 <a href="http://www.bootchart.org/index.html" target="_blank">bootchart</a>，它不仅会给你一份模块清单，而且还会说明系统启动过程中发生的事情，一旦知道加载了什么不需要的模块，就可以在内核重新编译期间将其移除。这样，编译的内核就将完全适合你系统的体系结构。</p>
<p>bootchart 的安装非常简单，如果你需要生成直观的图像，请添加 USE java。同时为了使统计更精确，需在内核中作如下设置：</p>
<blockquote><p>CONFIG_BSD_PROCESS_ACCT=y<br />
CONFIG_BSD_PROCESS_ACCT_V3=y</p></blockquote>
<p>下面是我的系统的 boot chart:</p>
<p><a href="http://i148.photobucket.com/albums/s14/lypdarling/tailog/bootchart.png"><img class="alignnone" title="boot chart" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/bootchart.png" alt="" width="494" height="819" /></a></p>
<p>37s，不快不慢。</p>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=sCKrXa5B"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=qBpIlZjb"><img src="http://feedproxy.google.com/~f/centeur?i=qBpIlZjb" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=cov3sNtB"><img src="http://feedproxy.google.com/~f/centeur?i=cov3sNtB" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=Ii1iGq48"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2009/01/disable-unnecessary-kernel-modules.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>逝去的2008年</title>
		<link>http://tailog.com/2009/01/the-passing-away-in-2008.html</link>
		<comments>http://tailog.com/2009/01/the-passing-away-in-2008.html#comments</comments>
		<pubDate>Sun, 04 Jan 2009 02:43:18 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[general stuff]]></category>

		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=324</guid>
		<description><![CDATA[2008 年是个多事之秋，天灾人祸不断，年初的全国性雪灾、西藏315事件、奥运火炬在国外传递遭到破坏、汶川512地震、三聚氰胺毒奶粉事件、山西襄汾溃坝事故、重庆出租车罢工事件，接踵而来，一件接着一件，让国民脆弱的心藏一次次受到冲击。除却很多不可抗力的自然因素外，其实很多事件都反映出我们国家的体制还存在着很多不足，尤其是对政府相关部门缺乏真正有效的监督机制。三聚氰胺毒奶粉事件、山西襄汾溃坝事故本质上都是政@府@纵@容惹的祸，事故发生了，可以免去省长、省委书记的职，但是无辜枉死的人的冤魂，又怎么能够复生呢？就拿山西襄汾溃坝事故的孟学农来说，2003年1月19日，孟学农当选为北京市市长，兼任北京奥运会组委会执行主席，但在履新93天后，就为SARS非典事件不透明负了责任，当年4月22日，孟学农被宣布免去党内职务。同时，他辞去北京市市长职务。2003年9月，孟学农复出，担任国务院南水北调工程建设委员会办公室副主任、党组副书记，正部长级待遇不变。2007年8月，孟学农“东山再起”，被任命为山西省委副书记、代省长。2008年1月22日，正式当选山西省省长，不料，在任职377天，襄汾尾矿溃坝事故再次将他拉下马。你奇怪吗？一个曾经犯过重大错误的干部居然再次被重用，而且，可笑的是，居然又因为安全事故而下马。这或许就是“中国特色”吧。
国外的“三权分立”倡导权利互相制衡，互相监督成为了核心之一，这类事件发生的就相对较少，不是我在此鼓吹国外的制度有多么完善，而是我们的体制确实有弊端，对政府缺乏有效的机制加以监督，公民的话语权也不够开放，事故发生了只会封锁消息，对民众的意愿置若罔闻...
但愿2009是个太平年，但愿2009年的舆论能够真正成为民众的舆论。
]]></description>
			<content:encoded><![CDATA[<p>2008 年是个多事之秋，天灾人祸不断，年初的全国性雪灾、西藏315事件、奥运火炬在国外传递遭到破坏、汶川512地震、三聚氰胺毒奶粉事件、山西襄汾溃坝事故、重庆出租车罢工事件，接踵而来，一件接着一件，让国民脆弱的心藏一次次受到冲击。除却很多不可抗力的自然因素外，其实很多事件都反映出我们国家的体制还存在着很多不足，尤其是对政府相关部门缺乏真正有效的监督机制。三聚氰胺毒奶粉事件、山西襄汾溃坝事故本质上都是政@府@纵@容惹的祸，事故发生了，可以免去省长、省委书记的职，但是无辜枉死的人的冤魂，又怎么能够复生呢？就拿山西襄汾溃坝事故的孟学农来说，2003年1月19日，孟学农当选为北京市市长，兼任北京奥运会组委会执行主席，但在履新93天后，就为SARS非典事件不透明负了责任，当年4月22日，孟学农被宣布免去党内职务。同时，他辞去北京市市长职务。2003年9月，孟学农复出，担任国务院南水北调工程建设委员会办公室副主任、党组副书记，正部长级待遇不变。2007年8月，孟学农“东山再起”，被任命为山西省委副书记、代省长。2008年1月22日，正式当选山西省省长，不料，在任职377天，襄汾尾矿溃坝事故再次将他拉下马。你奇怪吗？一个曾经犯过重大错误的干部居然再次被重用，而且，可笑的是，居然又因为安全事故而下马。这或许就是“中国特色”吧。</p>
<p>国外的“三权分立”倡导权利互相制衡，互相监督成为了核心之一，这类事件发生的就相对较少，不是我在此鼓吹国外的制度有多么完善，而是我们的体制确实有弊端，对政府缺乏有效的机制加以监督，公民的话语权也不够开放，事故发生了只会封锁消息，对民众的意愿置若罔闻...</p>
<p>但愿2009是个太平年，但愿2009年的舆论能够真正成为民众的舆论。</p>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=ODyfyiuh"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=ToqGxPrd"><img src="http://feedproxy.google.com/~f/centeur?i=ToqGxPrd" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=2fCsfJrB"><img src="http://feedproxy.google.com/~f/centeur?i=2fCsfJrB" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=JE2Ej69a"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2009/01/the-passing-away-in-2008.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>alpine tips</title>
		<link>http://tailog.com/2008/12/alpine-tips.html</link>
		<comments>http://tailog.com/2008/12/alpine-tips.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 11:38:41 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[alpine]]></category>

		<category><![CDATA[gentoo]]></category>

		<category><![CDATA[imap]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=322</guid>
		<description><![CDATA[
如何让 alpine 支持 maildir 格式？
需要为 alpine 打补丁，gentoo 用户可以在这里下载 ebuild 文件，emerge 时添加 USE chappa 就能添加 maildir 支持。
如何避免每次都要输入 password？
每次连线 imap 或者利用 smtp 发送邮件，alpine 都会要求你输入 password。可以通过缓存 password，来避免这种麻烦。gentoo 用户 emerge 时添加 USE passfile，然后在用户目录下 touch .pinepwd 即可，所有的 password 都会缓存到 .pinepwd 中。
如何显示非 UTF-8 编码的邮件？
现在大多数邮件都是 UTF-8 编码的，在 alpine 中都能正确显示，不过，少数采用其它编码，例如 GBK 编码的邮件会显示为乱码。只要在 .pinerc 中添加 unknown-character-set=GBK，这部分邮件就能正确显示了。
如何让 alpine “支持” imap disconnected 模式？
alpine 本身不支持 imap disconnected [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>如何让 alpine 支持 maildir 格式？<br />
需要为 alpine <a href="http://staff.washington.edu/chappa/alpine/info/maildir.html" target="_blank">打补丁</a>，gentoo 用户可以在<a href="http://bugs.gentoo.org/176904" target="_blank">这里</a>下载 ebuild 文件，emerge 时添加 USE chappa 就能添加 maildir 支持。</li>
<li>如何避免每次都要输入 password？<br />
每次连线 imap 或者利用 smtp 发送邮件，alpine 都会要求你输入 password。可以通过缓存 password，来避免这种麻烦。gentoo 用户 emerge 时添加 USE passfile，然后在用户目录下 touch .pinepwd 即可，所有的 password 都会缓存到 .pinepwd 中。</li>
<li>如何显示非 UTF-8 编码的邮件？<br />
现在大多数邮件都是 UTF-8 编码的，在 alpine 中都能正确显示，不过，少数采用其它编码，例如 GBK 编码的邮件会显示为乱码。只要在 .pinerc 中添加 unknown-character-set=GBK，这部分邮件就能正确显示了。</li>
<li>如何让 alpine “支持” imap disconnected 模式？<br />
alpine 本身不支持 imap disconnected 模式，不过可以<a href="http://tailog.com/2008/12/offlineimap-imap.html" target="_self">与 offlineimap 协作</a>达到同样的目的。当然，此时应先给 alpine 打上支持 maildir 的补丁，inbox-path 路径也应设置为 #md/path/to/local/mail 的形式。</li>
</ol>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=ufK4iuvO"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=MC4HtbQN"><img src="http://feedproxy.google.com/~f/centeur?i=MC4HtbQN" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=17eKhl3h"><img src="http://feedproxy.google.com/~f/centeur?i=17eKhl3h" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=RSC6ZIZs"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2008/12/alpine-tips.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>FreeRapid Downloader - RapidShare 下载利器</title>
		<link>http://tailog.com/2008/12/freerapid-downloader.html</link>
		<comments>http://tailog.com/2008/12/freerapid-downloader.html#comments</comments>
		<pubDate>Fri, 26 Dec 2008 07:01:38 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[software]]></category>

		<category><![CDATA[rapidshare]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=321</guid>
		<description><![CDATA[从这里看到 FreeRapid Downloader 的介绍，FreeRapid Downloader 基于 java 构建，所以在 linux 下也可以运行，有段时间一直为 linux 下没有合适的 RapidShare 下载工具而困扰，现在终于不用再发愁了。
FreeRapid Downloader 还支持 MegaUpload.com 等其它20多个在线存储站点，真是居家旅行杀人越货之必备法宝啊。

]]></description>
			<content:encoded><![CDATA[<p>从<a href="http://riku.me/2008/12/24/freerapid_downloader.html" target="_blank">这里</a>看到 FreeRapid Downloader 的介绍，<a href="http://wordrider.net/freerapid/index.html" target="_blank">FreeRapid Downloader</a> 基于 java 构建，所以在 linux 下也可以运行，有段时间一直为 linux 下没有合适的 <a href="http://www.rapidshare.com" target="_blank">RapidShare</a> 下载工具而困扰，现在终于不用再发愁了。</p>
<p>FreeRapid Downloader 还支持 <a href="http://www.megaupload.com" target="_blank">MegaUpload.com</a> 等其它20多个在线存储站点，真是居家旅行杀人越货之必备法宝啊。</p>
<p><a href="http://i148.photobucket.com/albums/s14/lypdarling/tailog/1-10.png"><img class="alignnone" title="FreeRapid Downloader" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/1-10.png" alt="" width="489" height="405" /></a></p>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=evsSCikE"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=ubGsCqq1"><img src="http://feedproxy.google.com/~f/centeur?i=ubGsCqq1" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=KsTucEF2"><img src="http://feedproxy.google.com/~f/centeur?i=KsTucEF2" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=TZxDUzwy"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2008/12/freerapid-downloader.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>为什么我使用 alpine 而不是 mutt</title>
		<link>http://tailog.com/2008/12/why-do-i-use-alpine-rather-than-mutt.html</link>
		<comments>http://tailog.com/2008/12/why-do-i-use-alpine-rather-than-mutt.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:55:11 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[alpine]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=320</guid>
		<description><![CDATA[alpine 和 mutt 无疑都是非常优秀的邮件客户端，特别是 mutt 用户众多，在 google 上搜索一下有很多配置教程，但 mutt 的一些不足最终让我放弃了它而转投 alpine 的怀抱。
alpine 由华盛顿大学开发，发布在 Apache 协议下，据说 Linus Torvalds 大牛本人使用的就是 alpine，无论是追星也罢，还是肤浅一回也罢，alpine 都值得你去尝试。
alpine 对 imap 支持的非常好，而且在以立马能用为前提的条件下设置相对 mutt 简单的多，只需几行设置就能让 alpine 活力四射的运转起来，不过从更深层次的设置上来说，alpine 并不比 mutt 轻松，不过好在 alpine 的设置较为人性化，有不明白的设置按一下 ？ 号就会给出提示和帮助信息。
alpine 另一个值得称道的优点是对 html 邮件较完美的支持，mutt 的这一点则相对较差，在使用 mutt 长达几年的过程中逐渐让我无法忍受，mutt 虽然通过 w3m 等第三方软件能够对 html 进行解析，但转化出来的都是纯文本，链接等信息都丢失了，通过 urlview 虽然能够列出所有的链接，但你永远不会知道哪一个链接是你真正想点击的，这种不确定感有时会让你哭笑不得。更为难受的是，urlview 有时列出的链接并不正确。
同时，alpine 也支持对邮件头、邮件正文或者整个邮件信息进行检索。
当然，alpine 也不是没有缺点，习惯了 mutt 高效率的 bind、macro 绑定，在 alpine [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.washington.edu/alpine/" target="_blank">alpine</a> 和 <a href="http://www.mutt.org/" target="_blank">mutt</a> 无疑都是非常优秀的邮件客户端，特别是 mutt 用户众多，在 google 上搜索一下有很多配置教程，但 mutt 的一些不足最终让我放弃了它而转投 alpine 的怀抱。</p>
<p>alpine 由华盛顿大学开发，发布在 Apache 协议下，据说 <a href="http://en.wikipedia.org/wiki/Linus_Torvalds" target="_blank">Linus Torvalds</a> 大牛本人<a href="http://www.lifehacker.com.au/tips/2008/01/31/lifehacker_australia_interview.html" target="_blank">使用的就是 alpine</a>，无论是追星也罢，还是肤浅一回也罢，alpine 都值得你去尝试。</p>
<p>alpine 对 imap 支持的非常好，而且在以立马能用为前提的条件下设置<a href="http://wangcong.org/blog/?p=338" target="_blank">相对 mutt 简单的多</a>，只需几行设置就能让 alpine 活力四射的运转起来，不过从更深层次的设置上来说，alpine 并不比 mutt 轻松，不过好在 alpine 的设置较为人性化，有不明白的设置按一下 ？ 号就会给出提示和帮助信息。</p>
<p>alpine 另一个值得称道的优点是对 html 邮件较完美的支持，mutt 的这一点则相对较差，在使用 mutt 长达几年的过程中逐渐让我无法忍受，mutt 虽然通过 <a href="http://w3m.sourceforge.net/" target="_blank">w3m</a> 等第三方软件能够对 html 进行解析，但转化出来的都是纯文本，链接等信息都丢失了，通过 urlview 虽然能够列出所有的链接，但你永远不会知道哪一个链接是你真正想点击的，这种不确定感有时会让你哭笑不得。更为难受的是，urlview 有时列出的链接并不正确。</p>
<p>同时，alpine 也支持对邮件头、邮件正文或者整个邮件信息进行检索。</p>
<p>当然，alpine 也不是没有缺点，习惯了 mutt 高效率的 bind、macro 绑定，在 alpine 下会觉得效率偏低，不过有得必有失，谁叫现在 html 邮件越来越多了呢。</p>
<div class="wp-caption alignnone" style="width: 557px"><a href="http://i148.photobucket.com/albums/s14/lypdarling/tailog/1-9.png"><img title="alpine" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/1-9.png" alt="对 html 邮件的支持相对较好" width="547" height="438" /></a><p class="wp-caption-text">对 html 邮件的支持相对较好</p></div>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=b6QffagV"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=ge941Lr5"><img src="http://feedproxy.google.com/~f/centeur?i=ge941Lr5" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=WCvEvkrD"><img src="http://feedproxy.google.com/~f/centeur?i=WCvEvkrD" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=bbvSZju9"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2008/12/why-do-i-use-alpine-rather-than-mutt.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>offlineimap - imap 同步工具</title>
		<link>http://tailog.com/2008/12/offlineimap-imap.html</link>
		<comments>http://tailog.com/2008/12/offlineimap-imap.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 03:44:56 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[offlineimap]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=319</guid>
		<description><![CDATA[offlineimap 是一个 imap 同步工具，它能将服务器上的邮件缓存至本地，通过在本地执行删除、标记等操作，避免了长时间与服务器连线，当同步时，在本地的任何变化都将在服务器上得到更新，自从上次同步后的新邮件也将被下载到本地。
offlineimap 适用于网络环境不太好的用户，imap 的 online 模式要求用户一直连线服务器，如果网络环境不好，执行任何操作都会出现停顿。offlineimap 也适用于不支持 imap 或者 imap disconnected 模式的邮件客户端，我知道的支持 imap disconnected 模式的邮件客户端屈指可数，比如 mulberry、claws-mail、thunderbird，CLI 下的邮件客户端 mutt、alpine 均不支持该模式。
与 offlineimap 类似的工具还有 isync，不过 offlineimap 支持多账户、多进程同步，同步速度较 isync 快很多。
我的 offlineimap 配置文件：
[general]
accounts = Centeur
maxsyncaccounts = 1
[Account Centeur]
localrepository = Local
remoterepository = Remote
autorefresh = 5
quick = 5
[Repository Local]
type = Maildir
localfolders = ~/Mail
[Repository Remote]
type = Gmail
remoteuser = user@gmail.com
remotepass =  xxxxxxxx
realdelete [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://software.complete.org/software/projects/show/offlineimap" target="_blank">offlineimap</a> 是一个 imap 同步工具，它能将服务器上的邮件缓存至本地，通过在本地执行删除、标记等操作，避免了长时间与服务器连线，当同步时，在本地的任何变化都将在服务器上得到更新，自从上次同步后的新邮件也将被下载到本地。</p>
<p>offlineimap 适用于网络环境不太好的用户，imap 的 online 模式要求用户一直连线服务器，如果网络环境不好，执行任何操作都会出现停顿。offlineimap 也适用于不支持 imap 或者 imap disconnected 模式的邮件客户端，我知道的支持 imap disconnected 模式的邮件客户端屈指可数，比如 <a href="http://www.mulberrymail.com/" target="_blank">mulberry</a>、<a href="http://www.claws-mail.org/" target="_blank">claws-mail</a>、<a href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">thunderbird</a>，CLI 下的邮件客户端 <a href="http://www.mutt.org/" target="_blank">mutt</a>、<a href="http://www.washington.edu/alpine/" target="_blank">alpine</a> 均不支持该模式。</p>
<p>与 offlineimap 类似的工具还有 <a href="http://isync.sourceforge.net/" target="_blank">isync</a>，不过 offlineimap 支持多账户、多进程同步，同步速度较 isync 快很多。</p>
<p>我的 offlineimap 配置文件：</p>
<blockquote><p>[general]<br />
accounts = Centeur<br />
maxsyncaccounts = 1</p>
<p>[Account Centeur]<br />
localrepository = Local<br />
remoterepository = Remote<br />
autorefresh = 5<br />
quick = 5</p>
<p>[Repository Local]<br />
type = Maildir<br />
localfolders = ~/Mail</p>
<p>[Repository Remote]<br />
type = Gmail<br />
remoteuser = user@gmail.com<br />
remotepass =  xxxxxxxx<br />
realdelete = no<br />
maxconnections = 3<br />
nametrans = lambda foldername: re.sub('INBOX', 'gmail', foldername)<br />
folderfilter = lambda foldername: foldername in ['INBOX']</p></blockquote>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=lxlTp3OD"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=wKhle2bw"><img src="http://feedproxy.google.com/~f/centeur?i=wKhle2bw" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=fyv3ShYe"><img src="http://feedproxy.google.com/~f/centeur?i=fyv3ShYe" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=h1PUsgVG"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2008/12/offlineimap-imap.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>厦门归来</title>
		<link>http://tailog.com/2008/12/xia-men.html</link>
		<comments>http://tailog.com/2008/12/xia-men.html#comments</comments>
		<pubDate>Fri, 19 Dec 2008 08:14:02 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[general stuff]]></category>

		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=316</guid>
		<description><![CDATA[最近去厦门考察了一段时间，虽然以考察为名，但实际上就是去游玩。厦门是典型的亚热带风光，和江南的小家碧玉有些许差别，但都是绿绿葱葱，生气盎然，置身其中，心情顿时就明亮起来。厦门大学是厦门唯一的重点学府，在厦门大学游玩时，遥想起当年高考报考时差一点就填了厦门大学，而若干年后却身处这所高等学府之中，沐浴着道路两旁参天大树渗漏下来的懒洋洋的阳光，看着同学们来来往往，奔波忙碌，感觉仿佛就像是在做梦一般。而最难忘的是坐着客轮在金门岛外徘徊，一切似乎都触手可及，但谁都知道，岛内机枪林立，我们的距离其实很遥远。真希望有生之年能够站在金门岛上，看对岸的厦门，那不知道是怎样一种风景？
]]></description>
			<content:encoded><![CDATA[<p>最近去厦门考察了一段时间，虽然以考察为名，但实际上就是去游玩。厦门是典型的亚热带风光，和江南的小家碧玉有些许差别，但都是绿绿葱葱，生气盎然，置身其中，心情顿时就明亮起来。厦门大学是厦门唯一的重点学府，在厦门大学游玩时，遥想起当年高考报考时差一点就填了厦门大学，而若干年后却身处这所高等学府之中，沐浴着道路两旁参天大树渗漏下来的懒洋洋的阳光，看着同学们来来往往，奔波忙碌，感觉仿佛就像是在做梦一般。而最难忘的是坐着客轮在金门岛外徘徊，一切似乎都触手可及，但谁都知道，岛内机枪林立，我们的距离其实很遥远。真希望有生之年能够站在金门岛上，看对岸的厦门，那不知道是怎样一种风景？</p>
<div class="wp-caption alignnone" style="width: 563px"><a href="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_1.jpg"><img class=" " title="鼓浪屿前的弄潮儿" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_1.jpg" alt="鼓浪屿前的弄潮儿" width="553" height="415" /></a><p class="wp-caption-text">鼓浪屿前的弄潮儿</p></div>
<div class="wp-caption alignnone" style="width: 563px"><a href="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_3.jpg"><img class="  " title="波光淋漓的洋面" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_3.jpg" alt="波光淋漓的洋面" width="553" height="415" /></a><p class="wp-caption-text">波光淋漓的洋面</p></div>
<div class="wp-caption alignnone" style="width: 563px"><a href="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_2.jpg"><img class="  " title="金门岛外" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_2.jpg" alt="金门岛外" width="553" height="415" /></a><p class="wp-caption-text">金门岛外</p></div>
<div class="wp-caption alignnone" style="width: 563px"><a href="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_4.jpg"><img class="  " title="漳州火山地质公园" src="http://i148.photobucket.com/albums/s14/lypdarling/tailog/IMG_4.jpg" alt="漳州火山地质公园" width="553" height="415" /></a><p class="wp-caption-text">漳州火山地质公园</p></div>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=d9Zb0VGn"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=nRsMr8HG"><img src="http://feedproxy.google.com/~f/centeur?i=nRsMr8HG" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=WDrIfp2V"><img src="http://feedproxy.google.com/~f/centeur?i=WDrIfp2V" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=EBEaIyTD"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2008/12/xia-men.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linux Beauty</title>
		<link>http://tailog.com/2008/12/linux-beauty.html</link>
		<comments>http://tailog.com/2008/12/linux-beauty.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 00:58:38 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=315</guid>
		<description><![CDATA[美丽的 Linux，足以让 Windows Vista 汗颜。

]]></description>
			<content:encoded><![CDATA[<p>美丽的 Linux，足以让 Windows Vista 汗颜。</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pTRsLW0eet0&amp;hl=zh_CN&amp;fs=1&amp;rel=0" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/pTRsLW0eet0&amp;hl=zh_CN&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=BNvefQsm"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=yNAPf2u8"><img src="http://feedproxy.google.com/~f/centeur?i=yNAPf2u8" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=8MbIprgP"><img src="http://feedproxy.google.com/~f/centeur?i=8MbIprgP" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=vjf3ByD0"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2008/12/linux-beauty.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>被和谐</title>
		<link>http://tailog.com/2008/12/my-site-is-gfwed.html</link>
		<comments>http://tailog.com/2008/12/my-site-is-gfwed.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 00:17:28 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[general stuff]]></category>

		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://tailog.com/?p=314</guid>
		<description><![CDATA[前几天服务器 IP 被和谐了，估计是同一服务器的国际友人放置了什么不雅的内容，造成了站点好几天不能访问。庆幸的是 Lunarpages 有一次免费搬迁到新服务器的机会，经过与 Lunarpages 客服交涉，终于搬到了目前这台服务器，不过，如果下次再被和谐，就只有购买独立 IP 了。
通过这次事件，Lunarpages 的不足充分暴露出来，那就是 Lunarpages Helpdesk 回应极其缓慢，最快也要两三个小时，还是 hostmonster 的 livechat 比较好，有什么问题立马就可以解决。
购买主机的朋友要注意了，如果你是个急性子，一定要考虑清楚。
]]></description>
			<content:encoded><![CDATA[<p>前几天服务器 IP 被和谐了，估计是同一服务器的国际友人放置了什么不雅的内容，造成了站点好几天不能访问。庆幸的是 Lunarpages 有一次免费搬迁到新服务器的机会，经过与 Lunarpages 客服交涉，终于搬到了目前这台服务器，不过，如果下次再被和谐，就只有购买独立 IP 了。</p>
<p>通过这次事件，Lunarpages 的不足充分暴露出来，那就是 Lunarpages Helpdesk 回应极其缓慢，最快也要两三个小时，还是 hostmonster 的 livechat 比较好，有什么问题立马就可以解决。</p>
<p>购买主机的朋友要注意了，如果你是个急性子，一定要考虑清楚。</p>
<div class="feedflare">
<a href="http://feedproxy.google.com/~f/centeur?a=1MgNsLuj"><img src="http://feedproxy.google.com/~f/centeur?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=bvkZ6MYz"><img src="http://feedproxy.google.com/~f/centeur?i=bvkZ6MYz" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=poLcConJ"><img src="http://feedproxy.google.com/~f/centeur?i=poLcConJ" border="0"></img></a> <a href="http://feedproxy.google.com/~f/centeur?a=Eh6wue74"><img src="http://feedproxy.google.com/~f/centeur?d=43" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://tailog.com/2008/12/my-site-is-gfwed.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
