<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8" -->
<rss version="0.92">
<channel>
	<title>Chris' Blog</title>
	<link>http://blog.hehachris.com</link>
	<description>沉默是因為包容</description>
	<lastBuildDate>Mon, 26 Oct 2009 07:42:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title></title>
		<description><![CDATA[I am glad to participate in the HKCS extreme contest. The following is my entry for this year:
HKCS eXtreme contest &#8211; cha siu bao 叉燒包
]]></description>
		<link>http://blog.hehachris.com/archives/216</link>
			</item>
	<item>
		<title>Week 1: Compeititon Experience</title>
		<description><![CDATA[The 40th WorldSkills Competition took place on September 1 &#8211; 7. Over 900 Competitors competed simultaneously in 45 skill categories during four days of intense competition at Stampede Park (Calgary, Alberta, Canada). I have been lucky enough to represent Hong Kong to participate in the competition in the skill category of &#8220;IT/Software Applications&#8221;, competing against [...]]]></description>
		<link>http://blog.hehachris.com/archives/209</link>
			</item>
	<item>
		<title>Protected: 抱憾終生</title>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<link>http://blog.hehachris.com/archives/199</link>
			</item>
	<item>
		<title>MySQL: To Check, Repair &amp; Optimize All Tables in All Databases</title>
		<description><![CDATA[mysqlcheck -u root -p --auto-repair --check --optimize -A
]]></description>
		<link>http://blog.hehachris.com/archives/192</link>
			</item>
	<item>
		<title>Howto: Install Python, mod_python, and Django on CentOS 4</title>
		<description><![CDATA[Introduction
I have managed to install python, mod_python, and Django on one of my Linux servers. This howto has been proven to work along with CentOS 4.3 and Apache 2.0.63.
Install Python
Python is bundled on most Linux distro. If you are using Ubutu, CentOS, or any other distro that use yum as the package manager, you may [...]]]></description>
		<link>http://blog.hehachris.com/archives/180</link>
			</item>
	<item>
		<title>print() in Python 3.0</title>
		<description><![CDATA[In python 2.6 or below, &#8220;print&#8221; is just a simple statement to print output:
print &#34;Hello World!&#34;
print var1, var2
Now the print statement is replaced by the print() function in Python 3.0:
print(&#34;Hello World!&#34;)
print(var1, var2)
To suppress the trailing new line:
print(&#34;Hello World!&#34;, end=&#34; &#34;)
print(&#34;Hello World again!&#34;)
The above code will print: Hello World! Hello World again!
Reference: What’s New in Python [...]]]></description>
		<link>http://blog.hehachris.com/archives/174</link>
			</item>
	<item>
		<title>2008 精選佳句</title>
		<description><![CDATA[被手槍指嚇著的將軍氣定神閒地掏出記憶卡，讓米高將之插進那台機器中 &#8212; 但那台機器還有四個插糟 &#8212; 難怪將軍面無懼色。
將軍諷道：&#8221;Frustration must be killing you, Michael&#8221;
米高二話不說，逕自在褲袋淘出四張記憶卡，一、二、三、四，一一放在將軍眼前。
將軍難抑心中詫異，問道：&#8221;How did you get the other four cards?&#8221;
米高冷冷地說：&#8221;Frustration must be killing you, General&#8221;
&#8212;
以上是 Prison break 某一幕劇情
&#8212;
Frustration must be killing you &#8211; 榮獲 2008 精選佳句，恭喜 General 及 Michael!
]]></description>
		<link>http://blog.hehachris.com/archives/167</link>
			</item>
	<item>
		<title>DirectAdmin 把 local DNS sync 至其他 server</title>
		<description><![CDATA[輸入以下指令可把現有的 DNS record sync 至其他 Multi Server Setup 中設定了同步的主機:
echo &#34;action=rewrite&#38;value=named&#34; &#62;&#62; /usr/local/directadmin/data/task.queue
]]></description>
		<link>http://blog.hehachris.com/archives/164</link>
			</item>
	<item>
		<title>Dojo vs jQuery vs MooTools vs Prototype</title>
		<description><![CDATA[
Source: http://blog.creonfx.com/javascript/dojo-vs-jquery-vs-mootools-vs-prototype-performance-comparison
以前曾經看過 Dojo，但還是覺得 jQuery 較順手@@
]]></description>
		<link>http://blog.hehachris.com/archives/161</link>
			</item>
	<item>
		<title>APF + BFD replaced by CSF</title>
		<description><![CDATA[CSF = ConfigServer Firewall
CSF 和 APF 同樣是透過讀取配置文件自動產生 iptables rules 的程式，撇除功能不說，兩者主要分別在於前者用 Perl 編寫，後者則純綷是一個 200 多行的 Bash Script.
基於 CSF 乃 Perl 所編寫，功能上自然比 APF 強大得多，而內建的 Login Failure Daemon (lfd) 正好可替換 BFD。再加上貼心的 Webmin Module，令我很久之前已經想把所有主機的firewall軟件轉為 CSF。但礙於所有主機的 APF + BFD 都一直運行正常而且可靠，新 firewall 又不知效果如何，實在不想花時間拿 production server 來冒險=.=
前天設定新主機時很順手地一併安裝了 APF + BFD，後來想想新主機用新 firewall 應該不要緊吧，於是就按照 DirectAdmin Forum 裡的 CSF Howto 安裝 CSF 並把 APF + [...]]]></description>
		<link>http://blog.hehachris.com/archives/154</link>
			</item>
</channel>
</rss>
