<?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>Mon, 08 Mar 2010 08:08:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</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" type="application/rss+xml" href="http://feeds.feedburner.com/centeur" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="centeur" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><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>ToobPlayer – 轻量级的 Flv web 播放器</title>
		<link>http://justmymemo.com/2010/02/toobplayer.html</link>
		<comments>http://justmymemo.com/2010/02/toobplayer.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 02:20:23 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
				<category><![CDATA[internet exploration]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[toobplayer]]></category>

		<guid isPermaLink="false">http://justmymemo.com/?p=600</guid>
		<description><![CDATA[youtube 被封了，vimeo 又抛弃了中国用户，几个流行的国外视频站点基本处在与中国无缘的状态，想在博客上发布一些视频，目前相对比较稳妥的方法只有插入独立的 flv web 播放器代码了，比如 flowplayer、JW Player，这些 flv web 播放器使用起来很方便，功能也很丰富，但是体积也相当的庞大，我一向对这种庞然大物甚惧之，谁叫咱天朝的网络带宽落后于其他国家，收费却高于其他国家呢？
ToobPlayer 是一个相对小巧的多的 flv web 播放器，功能中规中矩，支持全屏播放、预加载图片作为视频的封面、鼠标滚轮调节音量等，最重要的是通过提供的一段 php 代码能够中转 youtube 视频，其核心是通过 curl 加载视频到服务器端再呈现给用户，相当于代理的功效，这就解决了目前国内很多博客对插入 youtube 视频纠结的困境。当然，能够通过中转来实现 youtube 视频播放的主机必须已经安装了 curl，php 安装了相应的模块，同时最重要的是你的主机能够访问 youtube，目前大多数独立博客都选择的是国外主机，我想这应该不是问题吧。
ToobPlayer 不是传统意义上的那类拿来就直接能用的 flv web 播放器，你必须已经安装了 Adobe flash 软件，视频加载地址和各种功能都需要在 flash 中设置，这对很多人来说相当的麻烦，但是这也恰恰保证了其苗条的体积，孰优孰劣自在人心，我就不蛊惑大家了。:-)



]]></description>
			<content:encoded><![CDATA[<p>youtube 被封了，vimeo 又抛弃了中国用户，几个流行的国外视频站点基本处在与中国无缘的状态，想在博客上发布一些视频，目前相对比较稳妥的方法只有插入独立的 flv web 播放器代码了，比如 <a href="http://flowplayer.org/" target="_blank">flowplayer</a>、<a href="http://www.longtailvideo.com/players/jw-flv-player/" target="_blank">JW Player</a>，这些 flv web 播放器使用起来很方便，功能也很丰富，但是体积也相当的庞大，我一向对这种庞然大物甚惧之，谁叫咱天朝的网络带宽落后于其他国家，收费却高于其他国家呢？<br />
<a href="http://emehmedovic.com/xmca/toobplayer/" target="_blank">ToobPlayer</a> 是一个相对小巧的多的 flv web 播放器，功能中规中矩，支持全屏播放、预加载图片作为视频的封面、鼠标滚轮调节音量等，最重要的是通过提供的一段 php 代码能够中转 youtube 视频，其核心是通过 curl 加载视频到服务器端再呈现给用户，相当于代理的功效，这就解决了目前国内很多博客对插入 youtube 视频纠结的困境。当然，能够通过中转来实现 youtube 视频播放的主机必须已经安装了 curl，php 安装了相应的模块，同时最重要的是你的主机能够访问 youtube，目前大多数独立博客都选择的是国外主机，我想这应该不是问题吧。</p>
<p><a href="http://emehmedovic.com/xmca/toobplayer/" target="_blank">ToobPlayer</a> 不是传统意义上的那类拿来就直接能用的 flv web 播放器，你必须已经安装了 Adobe flash 软件，视频加载地址和各种功能都需要在 flash 中设置，这对很多人来说相当的麻烦，但是这也恰恰保证了其苗条的体积，孰优孰劣自在人心，我就不蛊惑大家了。:-)</p>
<p><a href="http://www.flickr.com/photos/85693783@N00/4349672619" target="blank"><br />
<img src="http://farm5.static.flickr.com/4065/4349672619_aa6ec7bef2.jpg" alt="" /><br />
</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=dZh2Q5_f4bc:2k0ESJTjRNY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=dZh2Q5_f4bc:2k0ESJTjRNY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=dZh2Q5_f4bc:2k0ESJTjRNY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=dZh2Q5_f4bc:2k0ESJTjRNY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=dZh2Q5_f4bc:2k0ESJTjRNY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=dZh2Q5_f4bc:2k0ESJTjRNY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=dZh2Q5_f4bc:2k0ESJTjRNY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=dZh2Q5_f4bc:2k0ESJTjRNY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=dZh2Q5_f4bc:2k0ESJTjRNY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=dZh2Q5_f4bc:2k0ESJTjRNY:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2010/02/toobplayer.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>you belong with me</title>
		<link>http://justmymemo.com/2010/02/you-belong-with-me.html</link>
		<comments>http://justmymemo.com/2010/02/you-belong-with-me.html#comments</comments>
		<pubDate>Thu, 11 Feb 2010 07:34:27 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
				<category><![CDATA[general stuff]]></category>
		<category><![CDATA[Grammy]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://justmymemo.com/?p=587</guid>
		<description><![CDATA[52＃格莱美大奖得主 Taylor Swift 的 you belong with me，非常唯美。

]]></description>
			<content:encoded><![CDATA[<p>52＃格莱美大奖得主 Taylor Swift 的 you belong with me，非常唯美。</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="310" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="play" value="false" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" /><param name="src" value="http://justmymemo.com/wp-content/video/you belong with me.swf" /><embed type="application/x-shockwave-flash" width="500" height="310" src="http://justmymemo.com/wp-content/video/you belong with me.swf" wmode="transparent" scale="noscale" quality="best" menu="false" loop="false" play="false"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=0SSOcNdfYjA:g8cUv_dIzCs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=0SSOcNdfYjA:g8cUv_dIzCs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=0SSOcNdfYjA:g8cUv_dIzCs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=0SSOcNdfYjA:g8cUv_dIzCs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=0SSOcNdfYjA:g8cUv_dIzCs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=0SSOcNdfYjA:g8cUv_dIzCs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=0SSOcNdfYjA:g8cUv_dIzCs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=0SSOcNdfYjA:g8cUv_dIzCs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=0SSOcNdfYjA:g8cUv_dIzCs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=0SSOcNdfYjA:g8cUv_dIzCs:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2010/02/you-belong-with-me.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Echofon 自定义 Api</title>
		<link>http://justmymemo.com/2010/02/echofon-custom-api.html</link>
		<comments>http://justmymemo.com/2010/02/echofon-custom-api.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 03:11:09 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[echofon]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://justmymemo.com/?p=582</guid>
		<description><![CDATA[Echofon 是目前流行的 Firefox 下进行推特的扩展，而且可以通过自定义 Api 轻松翻墙，绕过封锁。如果你是 Twitter 的重度用户，在 Firefox 下这个扩展或许是目前唯一的选择。
修改 Api 方法：打开该扩展路径下 components 目录中的 nsTwitterFox.js 文件，将38行 Api url 定义为新地址。

	
]]></description>
			<content:encoded><![CDATA[<p><a href="http://echofon.com/twitter/firefox/" target="blank">Echofon</a> 是目前流行的 Firefox 下进行推特的扩展，而且可以通过自定义 Api 轻松翻墙，绕过封锁。如果你是 Twitter 的重度用户，在 Firefox 下这个扩展或许是目前唯一的选择。</p>
<p>修改 Api 方法：打开该扩展路径下 components 目录中的 nsTwitterFox.js 文件，将38行 Api url 定义为新地址。</p>
<p><a href="http://www.flickr.com/photos/85693783@N00/4327015574" target="blank"><br />
	<img src="http://farm5.static.flickr.com/4032/4327015574_cbc3060b01.jpg"></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=fPIXKM-oKQg:B6-BSg5Yp_g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=fPIXKM-oKQg:B6-BSg5Yp_g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=fPIXKM-oKQg:B6-BSg5Yp_g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=fPIXKM-oKQg:B6-BSg5Yp_g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=fPIXKM-oKQg:B6-BSg5Yp_g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=fPIXKM-oKQg:B6-BSg5Yp_g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=fPIXKM-oKQg:B6-BSg5Yp_g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=fPIXKM-oKQg:B6-BSg5Yp_g:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=fPIXKM-oKQg:B6-BSg5Yp_g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=fPIXKM-oKQg:B6-BSg5Yp_g:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2010/02/echofon-custom-api.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>几款同步存储网盘比较</title>
		<link>http://justmymemo.com/2009/12/comparison-of-several-synchronous-disk-storage.html</link>
		<comments>http://justmymemo.com/2009/12/comparison-of-several-synchronous-disk-storage.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 11:34:00 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
				<category><![CDATA[internet exploration]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Live Mesh]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[SugarSync]]></category>
		<category><![CDATA[Syncplicity]]></category>
		<category><![CDATA[存储]]></category>

		<guid isPermaLink="false">http://justmymemo.com/2009/12/%e5%87%a0%e6%ac%be%e5%90%8c%e6%ad%a5%e5%ad%98%e5%82%a8%e7%bd%91%e7%9b%98%e6%af%94%e8%be%83.html</guid>
		<description><![CDATA[同步存储网盘目前的选择越来越多，例如 Dropbox、Live Mesh、Syncplicity、SugarSync，它们能够自动在2台或多台电脑上备份和同步数据，免去了手动拷贝的烦恼，在很多场合都能大幅提高工作效率。
1、Dropbox（免费用户2G 空间）
优点：支持多台电脑同步和版本控制，Windows、Mac、Linux 下均有客户端；
缺点：所有需要同步的数据都必须放在特定的目录下，不能选择目录同步。
2、Live Mesh（免费用户5G 空间）
优点：支持多台电脑同步，Windows、Mac 下均有客户端，能够选择目录同步；
缺点：不支持版本控制，Mac 下的客户端更新太慢，在 Leopard 10.5.8 下无法工作，更别提 Snow Leopard 了。
3、Syncplicity（免费用户2G 空间）
优点：支持版本控制，Windows、Mac 下均有客户端，能够选择目录同步；
缺点：仅支持2台电脑同步。
4、SugarSync（免费用户2G 空间）
优点：支持版本控制，Windows、Mac 下均有客户端，能够选择目录同步；
缺点：仅支持2台电脑同步。
假如你仅有2台电脑在同步数据，我建议你使用 Syncplicity 或 SugarSync，它们支持版本控制，同时又能够选择目录同步；假如你有多台电脑在同步数据，那么只有 Dropbox 和 Live Mesh 能满足要求了，这两者都称不上完美，我目前用的是 Dropbox，因为它至少还拥有版本控制的特性。
]]></description>
			<content:encoded><![CDATA[<p>同步存储网盘目前的选择越来越多，例如 <a href="https://www.dropbox.com/referrals/NTgwMjczMDk" target="_blank">Dropbox</a>、<a href="https://www.mesh.com/welcome/default.aspx" target="_blank">Live Mesh</a>、<a href="https://my.syncplicity.com/Signup/UserSignup.aspx?plan=free&amp;token=CTITK0MW" target="_blank">Syncplicity</a>、<a href="https://www.sugarsync.com/referral?rf=e5z8bnb0ptw88" target="_blank">SugarSync</a>，它们能够自动在2台或多台电脑上备份和同步数据，免去了手动拷贝的烦恼，在很多场合都能大幅提高工作效率。</p>
<p>1、<a href="https://www.dropbox.com/referrals/NTgwMjczMDk" target="_blank">Dropbox</a>（免费用户2G 空间）</p>
<p>优点：支持多台电脑同步和版本控制，Windows、Mac、Linux 下均有客户端；</p>
<p>缺点：所有需要同步的数据都必须放在特定的目录下，不能选择目录同步。</p>
<p>2、<a href="https://www.mesh.com/welcome/default.aspx" target="_blank">Live Mesh</a>（免费用户5G 空间）</p>
<p>优点：支持多台电脑同步，Windows、Mac 下均有客户端，能够选择目录同步；</p>
<p>缺点：不支持版本控制，Mac 下的客户端更新太慢，在 Leopard 10.5.8 下无法工作，更别提 Snow Leopard 了。</p>
<p>3、<a href="https://my.syncplicity.com/Signup/UserSignup.aspx?plan=free&amp;token=CTITK0MW" target="_blank">Syncplicity</a>（免费用户2G 空间）</p>
<p>优点：支持版本控制，Windows、Mac 下均有客户端，能够选择目录同步；</p>
<p>缺点：仅支持2台电脑同步。</p>
<p>4、<a href="https://www.sugarsync.com/referral?rf=e5z8bnb0ptw88" target="_blank">SugarSync</a>（免费用户2G 空间）</p>
<p>优点：支持版本控制，Windows、Mac 下均有客户端，能够选择目录同步；</p>
<p>缺点：仅支持2台电脑同步。</p>
<p>假如你仅有2台电脑在同步数据，我建议你使用 <a href="https://my.syncplicity.com/Signup/UserSignup.aspx?plan=free&amp;token=CTITK0MW" target="_blank">Syncplicity</a> 或 <a href="https://www.sugarsync.com/referral?rf=e5z8bnb0ptw88" target="_blank">SugarSync</a>，它们支持版本控制，同时又能够选择目录同步；假如你有多台电脑在同步数据，那么只有 <a href="https://www.dropbox.com/referrals/NTgwMjczMDk" target="_blank">Dropbox</a> 和 <a href="https://www.mesh.com/welcome/default.aspx" target="_blank">Live Mesh</a> 能满足要求了，这两者都称不上完美，我目前用的是 <a href="https://www.dropbox.com/referrals/NTgwMjczMDk" target="_blank">Dropbox</a>，因为它至少还拥有版本控制的特性。</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/centeur?a=mN-tgvNYzLk:9NbnS0i5qWo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/centeur?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=mN-tgvNYzLk:9NbnS0i5qWo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/centeur?i=mN-tgvNYzLk:9NbnS0i5qWo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=mN-tgvNYzLk:9NbnS0i5qWo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/centeur?i=mN-tgvNYzLk:9NbnS0i5qWo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=mN-tgvNYzLk:9NbnS0i5qWo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/centeur?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=mN-tgvNYzLk:9NbnS0i5qWo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/centeur?i=mN-tgvNYzLk:9NbnS0i5qWo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/centeur?a=mN-tgvNYzLk:9NbnS0i5qWo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/centeur?i=mN-tgvNYzLk:9NbnS0i5qWo:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://justmymemo.com/2009/12/comparison-of-several-synchronous-disk-storage.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[gentoo]]></category>

		<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>
				<category><![CDATA[reminder]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tex]]></category>

		<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>
				<category><![CDATA[general stuff]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[video]]></category>

		<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="500" height="321" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="play" value="false" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" /><param name="src" value="http://justmymemo.com/wp-content/video/tiwh.swf" /><embed type="application/x-shockwave-flash" width="500" height="321" src="http://justmymemo.com/wp-content/video/tiwh.swf" wmode="transparent" scale="noscale" quality="best" menu="false" loop="false" play="false"></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>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<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>
				<category><![CDATA[general stuff]]></category>
		<category><![CDATA[downtownhost]]></category>
		<category><![CDATA[host]]></category>

		<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>14</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>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[theme]]></category>

		<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>
	</channel>
</rss>
