<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>H0N3YM4K&#039;5 B0X</title>
	<atom:link href="http://blog.honeymak.myftp.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.honeymak.myftp.org</link>
	<description>a better box that u ever need-ed</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:04:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amazon Price Drop for 1 day</title>
		<link>http://blog.honeymak.myftp.org/2012/02/01/amazon-price-drop-for-1-day/</link>
		<comments>http://blog.honeymak.myftp.org/2012/02/01/amazon-price-drop-for-1-day/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 02:27:48 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=209</guid>
		<description><![CDATA[http://www.tomshardware.com/news/Amazon-PC-Gaming-EA-2K-Games-Ubisoft,14593.html#xtor=RSS-181]]></description>
			<content:encoded><![CDATA[<p><a title="Amazon Games Price Drop for 1 day" href="http://www.tomshardware.com/news/Amazon-PC-Gaming-EA-2K-Games-Ubisoft,14593.html#xtor=RSS-181" target="_blank">http://www.tomshardware.com/news/Amazon-PC-Gaming-EA-2K-Games-Ubisoft,14593.html#xtor=RSS-181</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2012/02/01/amazon-price-drop-for-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fedora 16 screen capture by ffmpeg &#8211; quick&#8217;n&#039;dirty</title>
		<link>http://blog.honeymak.myftp.org/2012/01/25/fedora-16-screen-capture-by-ffmpeg-quickndirty/</link>
		<comments>http://blog.honeymak.myftp.org/2012/01/25/fedora-16-screen-capture-by-ffmpeg-quickndirty/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:58:03 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[Computational]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=205</guid>
		<description><![CDATA[step1 ffmpeg -f x11grab -r 25 -s &#60;screen res.&#62; -i :0.0 -vcodec libx264 -vpre lossless_ultrafast -threads 0 video.mkv step2 ffmpeg -i video.mkv -vcodec libx264 -vpre libx264-lossless_ultrafast -crf 22 -threads 0 video.mp4]]></description>
			<content:encoded><![CDATA[<p>step1</p>
<p>ffmpeg -f x11grab -r 25 -s &lt;screen res.&gt; -i :0.0 -vcodec libx264 -vpre lossless_ultrafast -threads 0 video.mkv</p>
<p>step2</p>
<p>ffmpeg -i video.mkv -vcodec libx264 -vpre libx264-lossless_ultrafast -crf 22 -threads 0 video.mp4</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2012/01/25/fedora-16-screen-capture-by-ffmpeg-quickndirty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>noip with systemd hiccups</title>
		<link>http://blog.honeymak.myftp.org/2011/12/19/noip-with-systemd-hiccups/</link>
		<comments>http://blog.honeymak.myftp.org/2011/12/19/noip-with-systemd-hiccups/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 16:36:45 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[Computational]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=190</guid>
		<description><![CDATA[1. systemctl enable NetworkManager-wait-online.service 2. chkconfig &#8211;del noip 3. edit /etc/init.d/noip 4. change the S##(namely, starting) priority to S90 or some number after NetworkManager (personally it&#8217;s stupid that guys only concern about &#8220;network&#8221; but without NetworkManager while they are claiming &#8230; <a href="http://blog.honeymak.myftp.org/2011/12/19/noip-with-systemd-hiccups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1. systemctl enable NetworkManager-wait-online.service<br />
2. chkconfig &#8211;del noip<br />
3. edit /etc/init.d/noip<br />
4. change the S##(namely, starting) priority to S90 or some number after NetworkManager (personally it&#8217;s stupid that guys only concern about &#8220;network&#8221; but without NetworkManager while they are claiming NetworkManager is replacing or drop-in replacement for &#8220;network&#8221;, i.e. NetworkManager can never ever replace &#8220;network&#8221; in any foreseeable future)<br />
5. chkconfig &#8211;add noip<br />
6. chkconfig noip on<br />
7. reboot and try</p>
<p>any post in the net saying about rc-local.service with After=network.target line is not relevant becoz those are calculated dependencies&#8230;&#8230;while systemctl dump is really not for chkconfig style guys&#8230;&#8230;</p>
<p>personally, systemd just make things complicated without any real benefit&#8230;&#8230;at least yet&#8230;..parallel starting or boot time diff&#8230;&#8230;em&#8230;&#8230;why not freebsd style?&#8230;..at least without anything that doesn&#8217;t look good or admin good&#8230;&#8230;.right?&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/12/19/noip-with-systemd-hiccups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vbox snapshot</title>
		<link>http://blog.honeymak.myftp.org/2011/12/09/vbox-snapshot/</link>
		<comments>http://blog.honeymak.myftp.org/2011/12/09/vbox-snapshot/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 01:14:53 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[Computational]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=154</guid>
		<description><![CDATA[vbox guest snapshot actions (take/restore) must be done while the guest os is up and running]]></description>
			<content:encoded><![CDATA[<p>vbox guest snapshot actions (take/restore) must be done while the guest os is up and running</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/12/09/vbox-snapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>聖經‧新漢語譯本(新約)/和合本並排版 By 漢語聖經協會</title>
		<link>http://blog.honeymak.myftp.org/2011/11/23/%e8%81%96%e7%b6%93%e2%80%a7%e6%96%b0%e6%bc%a2%e8%aa%9e%e8%ad%af%e6%9c%ac%e6%96%b0%e7%b4%84%e5%92%8c%e5%90%88%e6%9c%ac%e4%b8%a6%e6%8e%92%e7%89%88-by-%e6%bc%a2%e8%aa%9e%e8%81%96%e7%b6%93%e5%8d%94/</link>
		<comments>http://blog.honeymak.myftp.org/2011/11/23/%e8%81%96%e7%b6%93%e2%80%a7%e6%96%b0%e6%bc%a2%e8%aa%9e%e8%ad%af%e6%9c%ac%e6%96%b0%e7%b4%84%e5%92%8c%e5%90%88%e6%9c%ac%e4%b8%a6%e6%8e%92%e7%89%88-by-%e6%bc%a2%e8%aa%9e%e8%81%96%e7%b6%93%e5%8d%94/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 06:01:15 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[per-son-al]]></category>
		<category><![CDATA[漢語聖經]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=148</guid>
		<description><![CDATA[http://itunes.apple.com/hk/app/id448164494?mt=8]]></description>
			<content:encoded><![CDATA[<p><a href="http://itunes.apple.com/hk/app/id448164494?mt=8">http://itunes.apple.com/hk/app/id448164494?mt=8</a></p>
<p><img class="aligncenter" src="http://a1.mzstatic.com/us/r1000/081/Purple/d5/a1/61/mzl.zqxrmgak.320x480-75.jpg" alt="" width="320" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/11/23/%e8%81%96%e7%b6%93%e2%80%a7%e6%96%b0%e6%bc%a2%e8%aa%9e%e8%ad%af%e6%9c%ac%e6%96%b0%e7%b4%84%e5%92%8c%e5%90%88%e6%9c%ac%e4%b8%a6%e6%8e%92%e7%89%88-by-%e6%bc%a2%e8%aa%9e%e8%81%96%e7%b6%93%e5%8d%94/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it&#8217;s about time for my 30th birthday</title>
		<link>http://blog.honeymak.myftp.org/2011/11/15/its-about-time-for-my-30th-birthday/</link>
		<comments>http://blog.honeymak.myftp.org/2011/11/15/its-about-time-for-my-30th-birthday/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 16:00:09 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[per-son-al]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=134</guid>
		<description><![CDATA[wow]]></description>
			<content:encoded><![CDATA[<p>wow</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/11/15/its-about-time-for-my-30th-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fedora apache https</title>
		<link>http://blog.honeymak.myftp.org/2011/10/28/fedora-apache-https/</link>
		<comments>http://blog.honeymak.myftp.org/2011/10/28/fedora-apache-https/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 03:28:13 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[Computational]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=127</guid>
		<description><![CDATA[1. genkey &#8211;test &#8211;days ### &#60;host.domain&#62; .crt is located in /etc/pki/tls/certs/&#60;host.domain&#62;.crt .key is located in /etc/pki/tls/private/&#60;host.domain&#62;.key 2. edit /etc/httpd/conf.d/&#60;host.domain&#62;.conf with the following lines SSLEngine On &#60;= this is a catch SSLCertificateFile &#60;path_to_.crt&#62; SSLCertificateKeyFile &#60;path_to_.key&#62; &#160; note: maybe the apache needs &#8230; <a href="http://blog.honeymak.myftp.org/2011/10/28/fedora-apache-https/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1. genkey &#8211;test &#8211;days ### &lt;host.domain&gt;</p>
<p>.crt is located in /etc/pki/tls/certs/&lt;host.domain&gt;.crt</p>
<p>.key is located in /etc/pki/tls/private/&lt;host.domain&gt;.key</p>
<p>2. edit /etc/httpd/conf.d/&lt;host.domain&gt;.conf with the following lines</p>
<p>SSLEngine On &lt;= this is a catch</p>
<p>SSLCertificateFile &lt;path_to_.crt&gt;</p>
<p>SSLCertificateKeyFile &lt;path_to_.key&gt;</p>
<p>&nbsp;</p>
<p>note:</p>
<p>maybe the apache needs NameVirtualHost &lt;IP&gt;:443, or maybe not&#8230;..test it by yourself</p>
<p>maybe the localhost.key/.crt needed to be changed to your domain stuff in ssl.conf as well</p>
<p>just try different stuff and catches</p>
<p>gd luck</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/10/28/fedora-apache-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我o既得救見證&#8230;</title>
		<link>http://blog.honeymak.myftp.org/2011/10/23/%e6%88%91o%e6%97%a2%e5%be%97%e6%95%91%e8%a6%8b%e8%ad%89/</link>
		<comments>http://blog.honeymak.myftp.org/2011/10/23/%e6%88%91o%e6%97%a2%e5%be%97%e6%95%91%e8%a6%8b%e8%ad%89/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 16:01:41 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[per-son-al]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=114</guid>
		<description><![CDATA[生死之間奇妙的&#8230;.&#8221;信&#8221; &#160; 話說當年中二o既時候, 響我中學度有一個類似小型佈道會o既週會, 當台上牧師呼召有無同學決志信主o既時候, 我同隔離位o既同學你眼望我眼, 一齊都舉o左手, 但係就無淚如湧泉o既感動. &#160; 不過主一直都無放開&#8230;&#8230; &#160; 當決志之後自不然就係成長八課, 我當時都上左一堂, 只係第一堂, 第一堂只係大家各自介紹下, 因為當時好似係小組咁上. 不過我其實都唔知道, 因為除左呢一堂, 我就無再上第二堂. 彷彿神同我打o左個招呼, 做左個點頭朋友, 就各自走開左&#8230;&#8230;. &#160; 完 左多年o既中學生活當然就係進入真實o的o既社會生活, 當年小弟讀書都唔需要問政府借錢, 只係靠本科o既工作已經可以賺到學費, 一日返八小時工加八小時學, 看似非人生活. 亦係本科o既興趣令我可以成為一個比賽裡面香港o既代表, 更曾訓練後一兩屆o既代表. 更在後來一o的時日可以接觸到一o的工作範籌內o既世界級頂尖兒, 面對面傾談, 同台食飯. &#160; 看似生命一帆風順, 卻響呢o的時候, 工作出現改變, 好一段時間都無工作, 甚至有一段日子要靠朋友接濟左一個月o既開支. &#8230; <a href="http://blog.honeymak.myftp.org/2011/10/23/%e6%88%91o%e6%97%a2%e5%be%97%e6%95%91%e8%a6%8b%e8%ad%89/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.honeymak.myftp.org/wp-content/uploads/2011/10/155798_10150138328487501_797217500_8011033_6260940_a.jpg"><img class="alignleft size-full wp-image-115" title="my church before" src="http://blog.honeymak.myftp.org/wp-content/uploads/2011/10/155798_10150138328487501_797217500_8011033_6260940_a.jpg" alt="" width="245" height="327" /></a>生死之間奇妙的&#8230;.&#8221;信&#8221;</p>
<p>&nbsp;</p>
<p>話說當年中二o既時候, 響我中學度有一個類似小型佈道會o既週會, 當台上牧師呼召有無同學決志信主o既時候, 我同隔離位o既同學你眼望我眼, 一齊都舉o左手, 但係就無淚如湧泉o既感動.</p>
<p>&nbsp;</p>
<p>不過主一直都無放開&#8230;&#8230;</p>
<p>&nbsp;</p>
<p>當決志之後自不然就係成長八課, 我當時都上左一堂, 只係第一堂, 第一堂只係大家各自介紹下, 因為當時好似係小組咁上. 不過我其實都唔知道, 因為除左呢一堂, 我就無再上第二堂. 彷彿神同我打o左個招呼, 做左個點頭朋友, 就各自走開左&#8230;&#8230;.</p>
<p>&nbsp;</p>
<p>完 左多年o既中學生活當然就係進入真實o的o既社會生活, 當年小弟讀書都唔需要問政府借錢, 只係靠本科o既工作已經可以賺到學費, 一日返八小時工加八小時學, 看似非人生活. 亦係本科o既興趣令我可以成為一個比賽裡面香港o既代表, 更曾訓練後一兩屆o既代表. 更在後來一o的時日可以接觸到一o的工作範籌內o既世界級頂尖兒, 面對面傾談, 同台食飯.</p>
<p>&nbsp;</p>
<p>看似生命一帆風順, 卻響呢o的時候, 工作出現改變, 好一段時間都無工作, 甚至有一段日子要靠朋友接濟左一個月o既開支. 但縱使生活潦倒, 我仍無親近神&#8230;&#8230;</p>
<p>&nbsp;</p>
<p>至 於身體方面, 由細到大我都久唔久會無故休克而要十字車送去醫院, 基本上都要阿媽湊. 我可能係一個怪o既基督徒, 當年中二舉手之後, 印象中好似係睇左一兩次創世記同啟示錄, 中間o個o的除左響學校聽, 響街有時見到, 或者出名o的o既聖經故事, 其他詳細都唔知道. 同埋我每次揭聖經黎睇o既時候都係我自己遇到o的大事, 個心唔係好舒服o既時候就會揭揭聖經, 就係會覺得聖經會有o的野可以搵到o既咁樣. 不過印象中都係唔知點解成日都係詩篇箴言之類.</p>
<p>&nbsp;</p>
<p>無野做, 無錢, 無健康, 彷彿咩都無, 都好似只係無我自己o既野咁. 響呢個時候, 響一日裡面, 我第一次響工作上比公司炒o既o個一日, 亦都係我阿爸中風入院o既o個一日, 一日裡面無晒我地屋企o既&#8221;經濟支柱&#8221;, 重要住緊一層未供完亦響短期內見唔到有機會有能力繼續供落去o既可能, 即係連住o既地方都好快會無, 回頭看幸好只係一個小小鍛練, 好快就有可以&#8221;退&#8221;去住o既地方. 雖然係一個咁艱難o既時候, 但係我仍無親近神&#8230;&#8230;縱然返過一排教會, 都只係響崇拜裡面出現, 彷彿係一個星期日基督徒&#8230;&#8230;.</p>
<p>&nbsp;</p>
<p>直到 2009 年11月尾, 我又再休克入院, 今次同以往有o的唔同, 今次個肚有o的痛. 於是醫生就安排一連串檢驗, 檢驗之間, 係惟獨照胃鏡, 成間房裡面o既醫護人員o既面色響我照之前同我照之後係唔同樣, 彷彿好似見到o的唔知咩野咁. 然後, 個負責照胃鏡o個個醫生輕輕帶過:&#8221;見到你流血, 幫你止左, 胃同十二指腸&#8221;. 禍不單行呢個詞語好似有o的古人智慧似的, 當我返到病房我個主診醫生就話之前照超聲波見到有粒野, 叫我唔好諗咁多住, 過幾個月要再檢查.</p>
<p>&nbsp;</p>
<p>前後做左好多測試不過都只係住左兩日一夜, 不過o的測試成日都係o的醫生話有位就去, 我都無諗過可以咁短時間內做晒由內到外o既檢查, 照胃鏡隨時都要排幾個月啦&#8230;&#8230;</p>
<p>&nbsp;</p>
<p>以往休克o既經驗都係一兩日後會回復得唔錯, 不過今次有o的唔同, 好一段時間都好虛弱, 發病時段洽巧年尾年頭, 兩年o既所有年假再加埋有病假紙同無病假紙再加埋紅日放假, 足足有成個月.</p>
<p>&nbsp;</p>
<p>返到屋企休養期間, 起初都無親近神, 直至有一日睇到一段經文(啟示錄 9:5):</p>
<p>Revelation</p>
<p>&nbsp;</p>
<p>9:5</p>
<p>&nbsp;</p>
<p>And orders were given them not to put them to death, but to give them great pain for five months: and their pain was as the pain from the wound of a scorpion.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>可能會奇怪點解會係英文, 因為呢個係響我響屋企休息中上網響我個 facebook o既某一日路過見到o既經文. 起初覺得無乜特別, 但係個心有o的感覺, 於是走左去睇中文版. 起初都無乜特別.</p>
<p>&nbsp;</p>
<p>但係呢段經文響我個腦到有o的縈繞o既時候, 因為我再返醫院檢驗o既時候就係發病後o既五個月, 照胃鏡o既情境彷彿就係一條蠍子尾申入肚內, 而且醫生重用胃鏡幫我用激光止血.</p>
<p>&nbsp;</p>
<p>好似好多巧合, 因為我對聖經都只有字面o既認識, 所以一路諗一路諗&#8230;&#8230;</p>
<p>&nbsp;</p>
<p>只&#8221;舉手&#8221;以黎, 一路都無乜恆常禱告, 今次出院之後有一晚我做左個我自己都覺得特別o既禱告, 我只係得一句說話, 我話:&#8221;如果係祢, 祢搵人黎嗌我返去呀&#8221;.</p>
<p>&nbsp;</p>
<p>唔 知係唔係諗住有得賴無人黎搵定係話人係祈福黨就唔使返, 過左一兩日, 諗住無啦, 都無事發生. 但係就係偏偏呢個時候, 上帝奇妙o既工作就發生. 因為初期返到屋企身體非常虛弱, 只能勉勉強強同阿媽去散散步, 唔知係我陪佢定佢陪我. 但係就響散步o既時候, 我未係基督徒o既阿媽輕輕一句:&#8221;不如你返返教會啦&#8221;. 我當堂打左個突, 我真係無話可說, 雖然我阿媽未係基督徒, 不過佢都會認為有比人更高層次o既&#8221;上帝&#8221;, 我家住黃大仙, 佢又唔係叫我去拜神求籤, 又唔係祈福黨. 而係我屋內o既人, 彷彿主自己親自黎搵我返去屬於佢o既地方咁, 我已經再無可以諗o既漏動. 只係剩低上帝比我o既感動而已.</p>
<p>&nbsp;</p>
<p>之後就重新進入教會生活, 完成我之前只係路過同上帝打過招呼而到左而家, 係真係想認識上帝更多o既成長八課.</p>
<p>&nbsp;</p>
<p>回想過黎, 每次入院都係得阿媽成為探訪者, 彷彿上帝一直都在看顧而只係我睇唔到而已. 感謝主一路無走開, 而且係凡尋找祂的必得尋見o既o個一位.</p>
<p>&nbsp;</p>
<p>而 到左上浸禮班第一堂, 雖然已經靈修讀經一段時間, 卻響呢一日, 靈修經文竟然係詩篇 146:2 &#8220;我一生要讚美耶和華。我還活的時候，要歌頌我的上帝 &#8220;, 彷彿就係阿爸帶阿仔返學咁, 一個一生o既吩咐. 感謝主賜我美好o既信, 不單只文字o既書信, 而且係生命o既信心.</p>
<p>&nbsp;</p>
<p>願主得著祂自己所當得的榮耀.</p>
<p>阿們.</p>
<p><a href="http://blog.honeymak.myftp.org/wp-content/uploads/2011/10/164354_10150161304912501_797217500_8423037_3945684_a.jpg"><img class="alignleft size-full wp-image-117" title="not me anymore" src="http://blog.honeymak.myftp.org/wp-content/uploads/2011/10/164354_10150161304912501_797217500_8423037_3945684_a.jpg" alt="" width="180" height="271" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://blog.honeymak.myftp.org/wp-content/uploads/2011/10/261867_10150353801007501_797217500_10131674_3743648_n.jpg"><img class="aligncenter size-full wp-image-118" title="for Lord" src="http://blog.honeymak.myftp.org/wp-content/uploads/2011/10/261867_10150353801007501_797217500_10131674_3743648_n.jpg" alt="" width="260" height="657" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/10/23/%e6%88%91o%e6%97%a2%e5%be%97%e6%95%91%e8%a6%8b%e8%ad%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<georss:point>22.3402706 114.1590603</georss:point><geo:lat>22.3402706</geo:lat><geo:long>114.1590603</geo:long>	</item>
		<item>
		<title>just to express</title>
		<link>http://blog.honeymak.myftp.org/2011/10/08/just-to-express/</link>
		<comments>http://blog.honeymak.myftp.org/2011/10/08/just-to-express/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 14:26:40 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[Life-style]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=101</guid>
		<description><![CDATA[what good if u have life but do not understand it? the next question should not be going to die but to find]]></description>
			<content:encoded><![CDATA[<p>what good if u have life but do not understand it?</p>
<p>the next question should not be going to die but to find</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/10/08/just-to-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pNFS</title>
		<link>http://blog.honeymak.myftp.org/2011/10/07/pnfs/</link>
		<comments>http://blog.honeymak.myftp.org/2011/10/07/pnfs/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 02:47:34 +0000</pubDate>
		<dc:creator>honeymak</dc:creator>
				<category><![CDATA[Computational]]></category>

		<guid isPermaLink="false">http://blog.honeymak.myftp.org/?p=99</guid>
		<description><![CDATA[.parallel NFS http://www.pnfs.com/ &#160; ps. it&#8217;s included in RHEL 6.2 up]]></description>
			<content:encoded><![CDATA[<p>.parallel NFS</p>
<p><a title="parallel NFS" href="http://www.pnfs.com/" target="_blank">http://www.pnfs.com/</a></p>
<p>&nbsp;</p>
<p>ps. it&#8217;s included in RHEL 6.2 up</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.honeymak.myftp.org/2011/10/07/pnfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.honeymak.myftp.org @ 2012-02-23 18:26:06 -->
