<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Centeur's Chaos</title>
	
	<link>http://justmymemo.com</link>
	<description>Just My Memo in Life</description>
	<lastBuildDate>Wed, 02 Sep 2009 23:59:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.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><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>2 tips for apache 2.2</title>
		<link>http://justmymemo.com/2009/09/2-tips-for-apache-2-2.html</link>
		<comments>http://justmymemo.com/2009/09/2-tips-for-apache-2-2.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 23:59:16 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=571</guid>
		<description><![CDATA[
执行 apache2 -k graceful 而不是 apache2 -k restart 重启 apache，执行 apache2 -k graceful-stop 而不是 apache2 -k stop 停止 apache。
传统的重启和停止指令会杀死所有的客户端连接进程，apache2 -k graceful 允许重启 apache 而不中断客户端连接，apache2 -k graceful-stop 允许客户端连接在被关闭前先行执行完毕。
执行 apache2 -M 查看所有静态编译和动态加载的模块
apache2 -l 只能查看静态编译的模块，而 apache2 -M 指令则可以查看所有静态编译和动态加载的模块。

]]></description>
			<content:encoded><![CDATA[<ol>
<li>执行 apache2 -k graceful 而不是 apache2 -k restart 重启 apache，执行 apache2 -k graceful-stop 而不是 apache2 -k stop 停止 apache。</li>
<p>传统的重启和停止指令会杀死所有的客户端连接进程，apache2 -k graceful 允许重启 apache 而不中断客户端连接，apache2 -k graceful-stop 允许客户端连接在被关闭前先行执行完毕。</p>
<li>执行 apache2 -M 查看所有静态编译和动态加载的模块</li>
<p>apache2 -l 只能查看静态编译的模块，而 apache2 -M 指令则可以查看所有静态编译和动态加载的模块。</p>
<p><img src="http://farm3.static.flickr.com/2444/3882208451_eb0c56db66_o.png" alt="apache -M" /></ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=zRkND340gK4:Bpl_yWicyvc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=zRkND340gK4:Bpl_yWicyvc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=zRkND340gK4:Bpl_yWicyvc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=zRkND340gK4:Bpl_yWicyvc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=zRkND340gK4:Bpl_yWicyvc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=zRkND340gK4:Bpl_yWicyvc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=zRkND340gK4:Bpl_yWicyvc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=zRkND340gK4:Bpl_yWicyvc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=zRkND340gK4:Bpl_yWicyvc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=zRkND340gK4:Bpl_yWicyvc:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/09/2-tips-for-apache-2-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更新 Texlive 2008</title>
		<link>http://justmymemo.com/2009/08/update-texlive-2008.html</link>
		<comments>http://justmymemo.com/2009/08/update-texlive-2008.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:07:33 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=386</guid>
		<description><![CDATA[
设置 texlive 2008 的执行路径
export PATH=$PATH:/usr/local/texlive/2008/bin/i386-linux
下载 update-tlmgr-latest.sh，更新 tlmgr
./update-tlmgr-latest.sh
更新 bin-texlive 和 texlive.infra
tlmgr option location http://mirror.ctan.org/systems/texlive/tlnet/2008
tlmgr update bin-texlive texlive.infra
更新 texlive
tlmgr update &#8211;all

via: tlmgr &#8211; TeX Live package manager
]]></description>
			<content:encoded><![CDATA[<ol>
<li>设置 texlive 2008 的执行路径</li>
<blockquote><p>export PATH=$PATH:/usr/local/texlive/2008/bin/i386-linux</p></blockquote>
<li>下载 update-tlmgr-latest.sh，更新 tlmgr</li>
<blockquote><p>./update-tlmgr-latest.sh</p></blockquote>
<li>更新 bin-texlive 和 texlive.infra</li>
<blockquote><p>tlmgr option location http://mirror.ctan.org/systems/texlive/tlnet/2008<br />
tlmgr update bin-texlive texlive.infra</p></blockquote>
<li>更新 texlive</li>
<blockquote><p>tlmgr update &#8211;all</p></blockquote>
</ol>
<p>via: <a href="http://www.tug.org/texlive/tlmgr.html" target="_blank">tlmgr &#8211; TeX Live package manager</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=PIvWkVnyV6Y:SMJiXNpLOLM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=PIvWkVnyV6Y:SMJiXNpLOLM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=PIvWkVnyV6Y:SMJiXNpLOLM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=PIvWkVnyV6Y:SMJiXNpLOLM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=PIvWkVnyV6Y:SMJiXNpLOLM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=PIvWkVnyV6Y:SMJiXNpLOLM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=PIvWkVnyV6Y:SMJiXNpLOLM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=PIvWkVnyV6Y:SMJiXNpLOLM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=PIvWkVnyV6Y:SMJiXNpLOLM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=PIvWkVnyV6Y:SMJiXNpLOLM:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/08/update-texlive-2008.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>天地武魂</title>
		<link>http://justmymemo.com/2009/07/tian-di-wu-hun.html</link>
		<comments>http://justmymemo.com/2009/07/tian-di-wu-hun.html#comments</comments>
		<pubDate>Wed, 29 Jul 2009 01:37:58 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=384</guid>
		<description><![CDATA[《中国武侠电影人物志》的 mv，唤起了很多人内心深处对武侠世界的渴望。

]]></description>
			<content:encoded><![CDATA[<p>《中国武侠电影人物志》的 mv，唤起了很多人内心深处对武侠世界的渴望。</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" 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://vimeo.com/moogaloop.swf?clip_id=5810551&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=5810551&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=tJXtaG71Grc:K0aajMBtDLE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tJXtaG71Grc:K0aajMBtDLE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=tJXtaG71Grc:K0aajMBtDLE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tJXtaG71Grc:K0aajMBtDLE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=tJXtaG71Grc:K0aajMBtDLE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tJXtaG71Grc:K0aajMBtDLE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tJXtaG71Grc:K0aajMBtDLE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=tJXtaG71Grc:K0aajMBtDLE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tJXtaG71Grc:K0aajMBtDLE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=tJXtaG71Grc:K0aajMBtDLE:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/07/tian-di-wu-hun.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google sitemap generator 出现“载入样式表单出错”错误</title>
		<link>http://justmymemo.com/2009/07/google-sitemap-generator-error.html</link>
		<comments>http://justmymemo.com/2009/07/google-sitemap-generator-error.html#comments</comments>
		<pubDate>Tue, 28 Jul 2009 13:32:07 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=380</guid>
		<description><![CDATA[换到新主机后，google sitemap generator 出现“载入样式表单出错”错误，解决方法很简单，在 cpanel 面板中添加新的 mime type：
text/xml            xml xsl xslt
]]></description>
			<content:encoded><![CDATA[<p>换到新主机后，google sitemap generator 出现“载入样式表单出错”错误，解决方法很简单，在 cpanel 面板中添加新的 mime type：</p>
<blockquote><p>text/xml            xml xsl xslt</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=-txc_51ddOQ:vzySscGLCuI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=-txc_51ddOQ:vzySscGLCuI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=-txc_51ddOQ:vzySscGLCuI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=-txc_51ddOQ:vzySscGLCuI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=-txc_51ddOQ:vzySscGLCuI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=-txc_51ddOQ:vzySscGLCuI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=-txc_51ddOQ:vzySscGLCuI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=-txc_51ddOQ:vzySscGLCuI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=-txc_51ddOQ:vzySscGLCuI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=-txc_51ddOQ:vzySscGLCuI:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/07/google-sitemap-generator-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>换到了 Downtownhost</title>
		<link>http://justmymemo.com/2009/07/move-to-downtownhost.html</link>
		<comments>http://justmymemo.com/2009/07/move-to-downtownhost.html#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:36:06 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=377</guid>
		<description><![CDATA[lunarpages 快到期了，没办法，又要搬家，谁叫国外虚拟主机大多第一年优惠第二年就要全额支付了呢？最重要的是我等是穷人，兜里的银子实在有限。lunarpages 给我的印象还是很不错的，速度在同类主机中比较快，同时支持用国内的银行卡购买，国内用户相对来说还是比较多的，但第二年续费实在太贵了，所以我只好到最大的主机论坛 webhostingtalk 去寻找合适的主机，在这个过程中，我发现一个有趣的现象，很多我们眼中的一线主机服务商，比如 dreamhost、bluehost、hostmonster、lunarpages 在 webhostingtalk 的口碑都很一般，反而一些名不见经传的主机服务商，比如 downtownhost、hawkhost 好评如潮，这些主机服务商提供的参数虽然不如动不动就大打“无限”牌的 dreamhost 之流炫目，但据 webhostingtalk 用户反映，这些服务商提供的参数都是实打实的，而且很少会超售主机，因此用户体验都比较好。
hawkhost 第一年可以优惠 40%，价格是非常低廉的，月流量对于普通博客来说绰绰有余，同时支持 ssh，管理起来很方便。downtownhost 使用优惠码 HAPPY2009 可以优惠25%，续费时该优惠码同样有效，和 hawkhost 一样也提供 ssh 支持。在购买 downtownhost 后，我发现 downtownhost 居然支持 deflate 压缩，这实在是一个惊喜，而且 downtownhost 安装了 imagemagick 组件，对于经常要书写一些公式的 wordpress 用户来说无疑是很方便的。
希望大家都能找到心仪的主机。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lunarpages.com/" target="_blank">lunarpages</a> 快到期了，没办法，又要搬家，谁叫国外虚拟主机大多第一年优惠第二年就要全额支付了呢？最重要的是我等是穷人，兜里的银子实在有限。lunarpages 给我的印象还是很不错的，速度在同类主机中比较快，同时支持用国内的银行卡购买，国内用户相对来说还是比较多的，但第二年续费实在太贵了，所以我只好到最大的主机论坛 <a href="http://www.webhostingtalk.com/" target="_blank">webhostingtalk</a> 去寻找合适的主机，在这个过程中，我发现一个有趣的现象，很多我们眼中的一线主机服务商，比如 <a href="http://www.dreamhost.com/" target="_blank">dreamhost</a>、<a href="http://www.bluehost.com/" target="_blank">bluehost</a>、<a href="http://www.hostmonster.com" target="_blank">hostmonster</a>、<a href="http://www.lunarpages.com/" target="_blank">lunarpages</a> 在 webhostingtalk 的口碑都很一般，反而一些名不见经传的主机服务商，比如 <a href="http://www.downtownhost.com/" target="_blank">downtownhost</a>、<a href="http://www.hawkhost.com/" target="_blank">hawkhost</a> 好评如潮，这些主机服务商提供的参数虽然不如动不动就大打“无限”牌的 dreamhost 之流炫目，但据 webhostingtalk 用户反映，这些服务商提供的参数都是实打实的，而且很少会超售主机，因此用户体验都比较好。</p>
<p>hawkhost 第一年可以优惠 40%，价格是非常低廉的，月流量对于普通博客来说绰绰有余，同时支持 ssh，管理起来很方便。downtownhost 使用优惠码 HAPPY2009 可以优惠25%，续费时该优惠码同样有效，和 hawkhost 一样也提供 ssh 支持。在购买 downtownhost 后，我发现 downtownhost 居然支持 deflate 压缩，这实在是一个惊喜，而且 downtownhost 安装了 imagemagick 组件，对于经常要书写一些公式的 wordpress 用户来说无疑是很方便的。</p>
<p>希望大家都能找到心仪的主机。</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=m6gxIAuJoJ4:YaNDf9GXXvY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=m6gxIAuJoJ4:YaNDf9GXXvY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=m6gxIAuJoJ4:YaNDf9GXXvY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=m6gxIAuJoJ4:YaNDf9GXXvY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=m6gxIAuJoJ4:YaNDf9GXXvY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=m6gxIAuJoJ4:YaNDf9GXXvY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=m6gxIAuJoJ4:YaNDf9GXXvY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=m6gxIAuJoJ4:YaNDf9GXXvY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=m6gxIAuJoJ4:YaNDf9GXXvY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=m6gxIAuJoJ4:YaNDf9GXXvY:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/07/move-to-downtownhost.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Firefox 主题推荐: Devious Green</title>
		<link>http://justmymemo.com/2009/07/devious-green.html</link>
		<comments>http://justmymemo.com/2009/07/devious-green.html#comments</comments>
		<pubDate>Tue, 28 Jul 2009 03:23:21 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=374</guid>
		<description><![CDATA[一款配色很舒服的 firefox 主题，对保护眼睛很有好处，配色跟我原先在 emacs 中使用的很相似，唯一的缺点就是图标显得粗糙了点。

点击进入
]]></description>
			<content:encoded><![CDATA[<p>一款配色很舒服的 firefox 主题，对保护眼睛很有好处，配色跟我原先在 emacs 中使用的很相似，唯一的缺点就是图标显得粗糙了点。</p>
<p><img class="alignnone" title="Devious Green" src="http://farm3.static.flickr.com/2540/3876845030_6d7f470eb5_o.jpg" alt="" width="342" height="306" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/12674" target="_blank">点击进入</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=oLQoLUAn3Zg:rV36j1x8QJ0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=oLQoLUAn3Zg:rV36j1x8QJ0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=oLQoLUAn3Zg:rV36j1x8QJ0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=oLQoLUAn3Zg:rV36j1x8QJ0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=oLQoLUAn3Zg:rV36j1x8QJ0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=oLQoLUAn3Zg:rV36j1x8QJ0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=oLQoLUAn3Zg:rV36j1x8QJ0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=oLQoLUAn3Zg:rV36j1x8QJ0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=oLQoLUAn3Zg:rV36j1x8QJ0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=oLQoLUAn3Zg:rV36j1x8QJ0:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/07/devious-green.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>升级 gcc 出现错误</title>
		<link>http://justmymemo.com/2009/07/gcc-error.html</link>
		<comments>http://justmymemo.com/2009/07/gcc-error.html#comments</comments>
		<pubDate>Sun, 05 Jul 2009 13:48:33 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=371</guid>
		<description><![CDATA[在升级到 gcc 4.3.2-r3 时，出现错误，错误信息为 &#8220;emake failed with bootstrap-lean&#8221;，在这里有人提出了解决方法。
LC_ALL=C emerge gcc
试了一下，编译通过了。但原因是什么呢？难道是个 bug？
]]></description>
			<content:encoded><![CDATA[<p>在升级到 gcc 4.3.2-r3 时，出现错误，错误信息为 &#8220;emake failed with bootstrap-lean&#8221;，在<a href="http://bugs.gentoo.org/show_bug.cgi?id=236762" target="_blank">这里</a>有人提出了解决方法。</p>
<blockquote><p>LC_ALL=C emerge gcc</p></blockquote>
<p>试了一下，编译通过了。但原因是什么呢？难道是个 bug？</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=W-qVCPwCdDk:sy-e3pjcs4o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=W-qVCPwCdDk:sy-e3pjcs4o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=W-qVCPwCdDk:sy-e3pjcs4o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=W-qVCPwCdDk:sy-e3pjcs4o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=W-qVCPwCdDk:sy-e3pjcs4o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=W-qVCPwCdDk:sy-e3pjcs4o:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=W-qVCPwCdDk:sy-e3pjcs4o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=W-qVCPwCdDk:sy-e3pjcs4o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=W-qVCPwCdDk:sy-e3pjcs4o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=W-qVCPwCdDk:sy-e3pjcs4o:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/07/gcc-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在收到诈骗短信之后</title>
		<link>http://justmymemo.com/2009/06/received-sms-fraud.html</link>
		<comments>http://justmymemo.com/2009/06/received-sms-fraud.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 01:29:43 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=370</guid>
		<description><![CDATA[现在的诈骗短信层出不穷，周末我就收到了一条，红框里是我的回复，希望骗子看到后，能够荷尔蒙分泌加速，狂奔到银行查询。我止不住的在想，骗子从狂喜到失落的那一瞬间表情的变化，该是何等的精彩，如果扑捉到这一刻，估计也能搞个什么摄影大奖得得。
东风吹，战鼓擂，这个社会谁怕谁？忽悠吧就。

]]></description>
			<content:encoded><![CDATA[<p>现在的诈骗短信层出不穷，周末我就收到了一条，红框里是我的回复，希望骗子看到后，能够荷尔蒙分泌加速，狂奔到银行查询。我止不住的在想，骗子从狂喜到失落的那一瞬间表情的变化，该是何等的精彩，如果扑捉到这一刻，估计也能搞个什么摄影大奖得得。</p>
<p>东风吹，战鼓擂，这个社会谁怕谁？忽悠吧就。</p>
<p><img class="alignnone" title="诈骗短信" src="http://farm4.static.flickr.com/3473/3876791834_ef885f4b21_o.png" alt="" width="320" height="240" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=vNEDil9fAiQ:8hVePc5Vw4s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=vNEDil9fAiQ:8hVePc5Vw4s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=vNEDil9fAiQ:8hVePc5Vw4s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=vNEDil9fAiQ:8hVePc5Vw4s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=vNEDil9fAiQ:8hVePc5Vw4s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=vNEDil9fAiQ:8hVePc5Vw4s:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=vNEDil9fAiQ:8hVePc5Vw4s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=vNEDil9fAiQ:8hVePc5Vw4s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=vNEDil9fAiQ:8hVePc5Vw4s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=vNEDil9fAiQ:8hVePc5Vw4s:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/06/received-sms-fraud.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>3proxy – 超强代理软件</title>
		<link>http://justmymemo.com/2009/06/3proxy.html</link>
		<comments>http://justmymemo.com/2009/06/3proxy.html#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:39:13 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=369</guid>
		<description><![CDATA[如果还有一个代理软件能称为超强，那么我一定会选择 3proxy，俄国人开发的这款软件可真不是盖的。

它支持 HTTP(S) 代理、SOCKS 代理、POP3 代理、SMTP 代理、FTP 代理、DNS 缓存代理、TCP 和 UDP 端口映射。
支持权限控制、带宽控制、流量控制、代理重定向、代理链，具有日志及日志轮换功能，支持自定义日志格式，方便日志分析软件分析。
跨平台，支持 Windows、FreeBSD、OpenBSD、NetBSD、Linux、Mac OS、Solaris。

唯一的缺点或许就是自带的帮助太简单了，只好到官方网站去看详细的说明。
我的配置如下：
//以 daemon 模式启动
daemon
log /var/log/3proxy.log D
//&#8217;- +_&#8217; 的含义为将空格替换为 &#8216;_&#8217;
logformat &#8220;- +_L%t.%.  %N.%p %E %U %C:%c %R:%r %O %I %h %T&#8221;
//压缩过期的 log 文件
archiver gz /bin/gzip %F
//保留7个压缩的 log 文件
rotate 7
auth iponly
//只允许本机和 192.168.1.101 使用代理
allow * 127.0.0.1,192.168.1.101
//父级代理为 socks5,端口为9999
parent 1000 socks5 127.0.0.1 9999
//将 http 和 ftp 代理重定向到父级 socks [...]]]></description>
			<content:encoded><![CDATA[<p>如果还有一个代理软件能称为超强，那么我一定会选择 <a href="http://3proxy.ru/" target="_blank">3proxy</a>，俄国人开发的这款软件可真不是盖的。</p>
<ol>
<li>它支持 HTTP(S) 代理、SOCKS 代理、POP3 代理、SMTP 代理、FTP 代理、DNS 缓存代理、TCP 和 UDP 端口映射。</li>
<li>支持权限控制、带宽控制、流量控制、代理重定向、代理链，具有日志及日志轮换功能，支持自定义日志格式，方便日志分析软件分析。</li>
<li>跨平台，支持 Windows、FreeBSD、OpenBSD、NetBSD、Linux、Mac OS、Solaris。</li>
</ol>
<p>唯一的缺点或许就是自带的帮助太简单了，只好到官方网站去看详细的说明。</p>
<p>我的配置如下：</p>
<blockquote><p>//以 daemon 模式启动<br />
daemon<br />
log /var/log/3proxy.log D<br />
//&#8217;- +_&#8217; 的含义为将空格替换为 &#8216;_&#8217;<br />
logformat &#8220;- +_L%t.%.  %N.%p %E %U %C:%c %R:%r %O %I %h %T&#8221;<br />
//压缩过期的 log 文件<br />
archiver gz /bin/gzip %F<br />
//保留7个压缩的 log 文件<br />
rotate 7<br />
auth iponly<br />
//只允许本机和 192.168.1.101 使用代理<br />
allow * 127.0.0.1,192.168.1.101<br />
//父级代理为 socks5,端口为9999<br />
parent 1000 socks5 127.0.0.1 9999<br />
//将 http 和 ftp 代理重定向到父级 socks 代理<br />
proxy<br />
ftppr<br />
end</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=tBzs5BKztzI:IwZaprRYN_s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tBzs5BKztzI:IwZaprRYN_s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=tBzs5BKztzI:IwZaprRYN_s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tBzs5BKztzI:IwZaprRYN_s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=tBzs5BKztzI:IwZaprRYN_s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tBzs5BKztzI:IwZaprRYN_s:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tBzs5BKztzI:IwZaprRYN_s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=tBzs5BKztzI:IwZaprRYN_s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=tBzs5BKztzI:IwZaprRYN_s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=tBzs5BKztzI:IwZaprRYN_s:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/06/3proxy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gentoo sync 镜像无法使用之后</title>
		<link>http://justmymemo.com/2009/06/after-gentoo-sync-service-can-not-be-used.html</link>
		<comments>http://justmymemo.com/2009/06/after-gentoo-sync-service-can-not-be-used.html#comments</comments>
		<pubDate>Sun, 14 Jun 2009 05:06:44 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<guid isPermaLink="false">http://justmymemo.com/?p=368</guid>
		<description><![CDATA[换到电信后，原先使用的 sync 镜像无法使用了，速度巨慢不说，还经常超时，那叫一个痛苦，好在还有其它办法可以更新。

 到 gentoo 的镜像列表下载最新的 portage 文件，进行本地更新。
tar -jxvf portage-latest.tar.bz2
rsync -avuz &#8211;del portage/ /usr/portage
利用代理软件。proxychains 能够搭建父级代理为 socks 的 http 代理，特别适用于 tor 或者 ssh 隧道。
//建立 ssh 隧道，端口为 9999
ssh -N -D 9999 -f user@example.com
//修改 /etc/proxychains.conf
socks5  127.0.0.1 9999
//进行更新
proxychains eix-sync
哇，速度是不是特别快？
]]></description>
			<content:encoded><![CDATA[<p>换到电信后，<a href="http://linuxsir.org/bbs/thread263600.html" target="_blank">原先使用的 sync 镜像</a>无法使用了，速度巨慢不说，还经常超时，那叫一个痛苦，好在还有其它办法可以更新。</p>
<ol>
<li> 到 gentoo 的<a href="http://www.gentoo.org/main/en/mirrors2.xml" target="_blank">镜像列表</a>下载最新的 portage 文件，进行本地更新。</li>
<blockquote><p>tar -jxvf portage-latest.tar.bz2<br />
rsync -avuz &#8211;del portage/ /usr/portage</p></blockquote>
<li>利用代理软件。<a href="http://proxychains.sourceforge.net/" target="_blank">proxychains</a> 能够搭建父级代理为 socks 的 http 代理，特别适用于 tor 或者 ssh 隧道。</li>
<blockquote><p>//建立 ssh 隧道，端口为 9999<br />
ssh -N -D 9999 -f user@example.com<br />
//修改 /etc/proxychains.conf<br />
socks5  127.0.0.1 9999<br />
//进行更新<br />
proxychains eix-sync</p></blockquote>
<p>哇，速度是不是特别快？</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=uwY1G2-RHLw:dSrsVBM2Quc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=uwY1G2-RHLw:dSrsVBM2Quc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=uwY1G2-RHLw:dSrsVBM2Quc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=uwY1G2-RHLw:dSrsVBM2Quc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=uwY1G2-RHLw:dSrsVBM2Quc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=uwY1G2-RHLw:dSrsVBM2Quc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=uwY1G2-RHLw:dSrsVBM2Quc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=uwY1G2-RHLw:dSrsVBM2Quc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=uwY1G2-RHLw:dSrsVBM2Quc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=uwY1G2-RHLw:dSrsVBM2Quc:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/06/after-gentoo-sync-service-can-not-be-used.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
