<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Who if not we? When if not now?</title>
	<atom:link href="http://wenlong.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wenlong.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 09 Nov 2009 07:10:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='wenlong.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8953dcb5965430e1a41dd2f41ebf416e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Who if not we? When if not now?</title>
		<link>http://wenlong.wordpress.com</link>
	</image>
			<item>
		<title>Find the UTF-8 and UCS value of a character.</title>
		<link>http://wenlong.wordpress.com/2009/11/09/find-the-utf-8-and-ucs-value-of-a-character/</link>
		<comments>http://wenlong.wordpress.com/2009/11/09/find-the-utf-8-and-ucs-value-of-a-character/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 07:09:21 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=287</guid>
		<description><![CDATA[

I write software that processes Chinese characters.  Thus, I have to deal with UCS and UTF-8 encoding for Chinese characters.  It used to took me quite some time to find or calculate the UTF-8 and UCS value of a Chinese character until I came accross an article about VIM.
I&#8217;ve been using VIM for about 8 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=287&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="aligncenter size-full wp-image-289" title="" src="http://wenlong.files.wordpress.com/2009/11/g8.png?w=332&#038;h=121" alt="" width="332" height="121" /></p>
<p><img class="aligncenter size-full wp-image-290" title="" src="http://wenlong.files.wordpress.com/2009/11/ga.png?w=450&#038;h=98" alt="" width="450" height="98" /></p>
<p>I write software that processes Chinese characters.  Thus, I have to deal with UCS and UTF-8 encoding for Chinese characters.  It used to took me quite some time to find or calculate the UTF-8 and UCS value of a Chinese character until I came accross an article about VIM.</p>
<p>I&#8217;ve been using VIM for about 8 years but I didn&#8217;t know that I can get the UCS and UTF-8 value of a character directly from VIM.  To get the value:</p>
<ul>
<li>Place the cursor on the character, in command mode, then type `ga&#8217; for the unicode value, `g8&#8242; for the UTF-8 value.</li>
</ul>
<p>VIM saves files in UTF-8 encoding.  To see the content of the file in HEX:</p>
<ul>
<li>`hd filename&#8217; or `hexdump -C filename&#8217;</li>
</ul>
<p>The output will be the same as `g8&#8242;.</p>
<p>The first image shows the UTF-8 value of the Chinese character &#8216;你&#8217;.  The second image show the UCS value of the same character.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=287&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/11/09/find-the-utf-8-and-ucs-value-of-a-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>

		<media:content url="http://wenlong.files.wordpress.com/2009/11/g8.png" medium="image" />

		<media:content url="http://wenlong.files.wordpress.com/2009/11/ga.png" medium="image" />
	</item>
		<item>
		<title>Conky</title>
		<link>http://wenlong.wordpress.com/2009/11/04/conky/</link>
		<comments>http://wenlong.wordpress.com/2009/11/04/conky/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:17:21 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=280</guid>
		<description><![CDATA[
My latest conky setup looks great isn&#8217;t it!  Too bad wordpress does not allow me to upload my conkyrc and 2 helper scripts.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=280&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="aligncenter size-full wp-image-281" src="http://wenlong.files.wordpress.com/2009/11/conky.png?w=228&#038;h=445" alt="" width="228" height="445" /></p>
<p>My latest conky setup looks great isn&#8217;t it!  Too bad wordpress does not allow me to upload my conkyrc and 2 helper scripts.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/280/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=280&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/11/04/conky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>

		<media:content url="http://wenlong.files.wordpress.com/2009/11/conky.png" medium="image" />
	</item>
		<item>
		<title>Issue with java.sql.Time + GWT + browsers in Linux and Windows.</title>
		<link>http://wenlong.wordpress.com/2009/11/04/issue-with-java-sql-time-gwt-browsers-in-linux-and-windows/</link>
		<comments>http://wenlong.wordpress.com/2009/11/04/issue-with-java-sql-time-gwt-browsers-in-linux-and-windows/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 08:05:21 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=272</guid>
		<description><![CDATA[Yesterday, I got into a problem with my work.  On a Linux machine, I have a database (MySQL) table and there is a column in type time.  I use the following java code to retrieve the value:
Time t = rs.getTime("columnName"); // rs is a ResultSet.
The Time objec is sent via HTTP to a GWT web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=272&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday, I got into a problem with my work.  On a Linux machine, I have a database (MySQL) table and there is a column in type time.  I use the following java code to retrieve the value:</p>
<p><code>Time t = rs.getTime("columnName"); // rs is a ResultSet.</code></p>
<p>The Time objec is sent via HTTP to a GWT web application.  The Time object is displayed correctly on a Firefox on linux (00:00:00) but not on a Firefox or IE on Windows (00:30:00).</p>
<p>No matter what value is in the database, the browsers on Windows will display it with an additional 30 mins.</p>
<p>My search starts with Java, JVM, tzdata.  Test, trail and error for more than 1 day, finally, the error is the javascript engine.  To understand the whole story, I must start with Java.</p>
<p>Base on the javadoc, java.sql.Time is actually a Date object.  The date related fields should be set to 1970-Jan-01 and left untouced.  Only the time part of it is (should be) used.  When the value is read from database, a Time object is created.  It is set to 1970-Jan-01 (Asia/Kuala Lumur).  Base on the tzdata, the offset for &#8220;Asia/Kuala Lumpur&#8221; on 1970-Jan-01 is only +7:30 instead of +8:00.  Thus, the Time object will have the value -27000000 (which means 00:00:00 +0:00 on 1970-Jan-01).</p>
<p>When this data is sent to the GWT application, the javascript engine in a Linux browser, correctly use the +7:30 offset. Thus, -27000000 plus +7:30 is 00:00:00.  But on both Windows browsers, the offset used is +8:00.  Thus, -27000000 plus +8:00 is 00:30:00.</p>
<p>To prove this: create a HTML file with the following content and open it with Firefox or epiphany on Linux, then do the same with IE or Firefox on Windows.  Maybe another reason to use Linux instead of Windows:</p>
<pre>&lt;html&gt;
&lt;body&gt;
    &lt;script type="text/javascript"&gt;
        var d = new Date();
        document.write("Current Date offset (min) = ");
        document.write(d.getTimezoneOffset());
        document.write("&lt;br&gt;");
        d.setFullYear(1970,1,1);
        document.write("1970-Jan-01 offset (min) = ");
        document.write(d.getTimezoneOffset());
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=272&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/11/04/issue-with-java-sql-time-gwt-browsers-in-linux-and-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>
	</item>
		<item>
		<title>Running Windows XP in Debian using QEMU</title>
		<link>http://wenlong.wordpress.com/2009/09/28/running-windows-xp-in-debian-using-qemu/</link>
		<comments>http://wenlong.wordpress.com/2009/09/28/running-windows-xp-in-debian-using-qemu/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:09:30 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=264</guid>
		<description><![CDATA[
I&#8217;m using Debian for my work.  Recently, I need to use a tool that will only run on a Windows XP.  To setup a Windows XP using QEMU is the solution:

Install and build the required packages.
# aptitude install qemuctl qemu-launcher
# aptitude install kqemu-common kqemu-source
# m-a prepare
# m-a auto-install kqemu
# modprobe kqemu
# echo kqemu &#62;&#62; /etc/modules
Run [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=264&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="aligncenter size-full wp-image-265" src="http://wenlong.files.wordpress.com/2009/09/qemu_xp.png?w=400&#038;h=250" alt="" width="400" height="250" /></p>
<p>I&#8217;m using Debian for my work.  Recently, I need to use a tool that will only run on a Windows XP.  To setup a Windows XP using QEMU is the solution:</p>
<ol>
<li>Install and build the required packages.<br />
<code># aptitude install qemuctl qemu-launcher<br />
# aptitude install kqemu-common kqemu-source<br />
# m-a prepare<br />
# m-a auto-install kqemu<br />
# modprobe kqemu<br />
# echo kqemu &gt;&gt; /etc/modules</code></li>
<li>Run the qemu-launcher.</li>
<li>Check the &#8220;Use CD-ROM&#8221; checkbox and put your Windows XP installer CD into your CD-ROM drive.</li>
<li>For the &#8220;Boot disk&#8221; drop-down-list, select &#8220;CD-ROM&#8221;.</li>
<li>Create the &#8220;Hard disk 0&#8243; by clicking the &#8220;New&#8221; button.</li>
<li>Change the &#8220;RAM (MB)&#8221; to what you want.  I&#8217;m using &#8220;512&#8243;.</li>
<li>Now, your virtual machine has one harddisk, boots from your CD-ROM and has 512 MB RAM.</li>
<li>Click the &#8220;Launch&#8221; button to start your virtual machine.  Usual Windows XP installation follows.</li>
</ol>
<p>The installation process took a long time to complete (much longer than a usual XP installation), but it runs as fast as (if not faster than) a usual XP installation.</p>
<p>* I experience 2 crashes during the installations.  Maybe I was just unlucky.</p>
<p>** You can also use an ISO image as your Windows XP installer CD.  Just replace the &#8220;CD-ROM&#8221; setting from &#8220;/dev/cdrom&#8221; to &#8220;/some/directory/to/your/XP.iso&#8221;.</p>
<p>*** To enable widescreen support, select the &#8220;Standard VGA card with VESA Bochs extensions&#8221; under &#8220;Video card&#8221; section, in the &#8220;Hardware&#8221; tab.</p>
<p>**** ctrl+alt+f to go into fullscreen mode.  ctrl+alt+f again to switch back to window mode.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=264&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/09/28/running-windows-xp-in-debian-using-qemu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>

		<media:content url="http://wenlong.files.wordpress.com/2009/09/qemu_xp.png" medium="image" />
	</item>
		<item>
		<title>Debian lenny on TwinHead M95</title>
		<link>http://wenlong.wordpress.com/2009/09/10/debian-lenny-on-twinhead-m95/</link>
		<comments>http://wenlong.wordpress.com/2009/09/10/debian-lenny-on-twinhead-m95/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 14:59:36 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=261</guid>
		<description><![CDATA[After more than 3 years of heavy use, my Acer Aspire 5540 has retired.  I just got a TwinHead M95.  The following is what I did to install Debian on it.  By the way, I&#8217;m now writing this blog using the M95 and Debian.

Boot with Debian r5.0 DVD (disc 1) and follow the installation to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=261&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After more than 3 years of heavy use, my Acer Aspire 5540 has retired.  I just got a TwinHead M95.  The following is what I did to install Debian on it.  By the way, I&#8217;m now writing this blog using the M95 and Debian.</p>
<ol>
<li>Boot with Debian r5.0 DVD (disc 1) and follow the installation to the end.</li>
<li>After the default installation:
<ol>
<li>Wrong screen resolution and no 3D rendering.</li>
<li>No way to adjust screen brightness.  The hotkeys (Fn + F6/7) are not working.</li>
<li>No Wireless network.</li>
</ol>
</li>
<li>To get the correct screen resolution and 3D rendering.
<ol>
<li>aptitude install binutils make gcc glibc</li>
<li>Download nvidia linux driver from <a href="http://www.nvidia.com/object/unix.html">http://www.nvidia.com/object/unix.html</a></li>
<li>Shutdown GDM<br />
# /etc/init.d/gdm stop</p>
<ol></ol>
</li>
<li>Invoke the nvidia linux driver installation:<br />
# ./NVIDIA-Linux-x86-185.18.36-pkg1.run</p>
<ol></ol>
</li>
<li>Restart GDM<br />
# /etc/init.d/gdm restart</p>
<ol></ol>
</li>
<li>For detail explanation, see <a href="http://wiki.debian.org/NvidiaGraphicsDriversNvidiaWay">http://wiki.debian.org/NvidiaGraphicsDriversNvidiaWay</a></li>
</ol>
</li>
<li>To adjust the screen brightness.
<ol>
<li>The screen brightness can be adjusted by using the &#8220;nvidia-settings&#8221;.  It is installed automatically when you install the nvidia driver.</li>
<li>The screen brightness will always go back to the default after the X is restarted or after lock/unlock the screen.  By starting the &#8220;nvidia-s<br />
ettings&#8221;, the screen brightness will go back to what you have set in the &#8220;nvidia-settings&#8221;.</li>
<li>Haven&#8217;t found a way to enable Fn + F6/7 for controling the screen brightness.</li>
</ol>
</li>
<li>To enable wireless network.
<ol>
<li>Add lenny-backports into the /etc/apt/source.list<br />
# echo &#8220;deb http://www.backports.org/debian lenny-backports main contrib non-free&#8221; &gt;&gt; /etc/apt/source.list</p>
<ol></ol>
</li>
<li>Get the list of backports packages.<br />
# aptitude update</p>
<ol></ol>
</li>
<li>Install backports keyring to avoid warnings.<br />
# aptitude -t lenny-backports install debian-backports-keyring</p>
<ol></ol>
</li>
<li>Install the new kernel and firmware that can make use of the wireless chipset.<br />
# aptitude -t lenny-backports install linux-image-2.6.30-bpo.1-$(uname -r | sed &#8217;s,.*-,,g&#8217;) firmware-ralink</p>
<ol></ol>
</li>
<li>Configure your network interface. My &#8220;/etc/network/interfaces&#8221; has the following entries:
<ol></ol>
<ul>
<li>auto ra0</li>
<li>iface ra0 inet dhcp</li>
<li>wpa-key-mgmt WPA-PSK</li>
<li>wpa-pairwise CCMP TKIP</li>
<li>wpa-group CCMP TKIP</li>
<li>wpa-ssid &lt;Your access point name&gt;</li>
<li>wpa-psk &lt;Your access point key&gt;</li>
</ul>
<ol></ol>
</li>
<li>Reboot your laptop.  Choose to boot into the new kernel you just installed (the first one in the list).</li>
<li>Bring up your wireless interface.<br />
# ifup ra0</p>
<ol></ol>
<p>Make sure your wireless LED is on (Press Fn + F1 on your keyboard).  If the LED is not on, you may get a kernel failure, like I did.</li>
<li>For details, see <a href="http://wiki.debian.org/rt2860sta">http://wiki.debian.org/rt2860sta</a></li>
</ol>
</li>
<li>END</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=261&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/09/10/debian-lenny-on-twinhead-m95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>
	</item>
		<item>
		<title>Credit Card Check Digit</title>
		<link>http://wenlong.wordpress.com/2009/09/07/credit-card-check-digit/</link>
		<comments>http://wenlong.wordpress.com/2009/09/07/credit-card-check-digit/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 08:26:26 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=258</guid>
		<description><![CDATA[A Credit Card number usually consist of 3 parts:

Issuer ID (left most 6 digits)
Account Number (9 digits)
Check Digit (right most 1 digit)

All valid credit cards fulfill a validation check called &#8220;Luhn Check&#8221;.  The algorithm of Luhn Check is simple:

Double each odd position digit of the credit card number.
If the resulting number is 2 digits, add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=258&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A Credit Card number usually consist of 3 parts:</p>
<ul>
<li>Issuer ID (left most 6 digits)</li>
<li>Account Number (9 digits)</li>
<li>Check Digit (right most 1 digit)</li>
</ul>
<p>All valid credit cards fulfill a validation check called &#8220;Luhn Check&#8221;.  The algorithm of Luhn Check is simple:</p>
<ol>
<li>Double each odd position digit of the credit card number.</li>
<li>If the resulting number is 2 digits, add the two digits.</li>
<li>Replace all odd position digit with the newly calculated digit.</li>
<li>Add up all 16 digits and divide by 10.</li>
<li>If the total can be perfectly divided by 10, it satisfy the &#8220;Luhn Check&#8221;.</li>
</ol>
<p>Example:</p>
<ol>
<li>Sample credit card number (Visa):  4111 1111 1111 1111</li>
<li>Double the odd position digits:  <strong>8</strong>1<strong>2</strong>1 <strong>2</strong>1<strong>2</strong>1 <strong>2</strong>1<strong>2</strong>1 <strong>2</strong>1<strong>2</strong>1</li>
<li>Add up all 16 digits: 8+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1= 30</li>
<li>30 can be perfectly divided by 10, so the credit card number fulfills the &#8220;Luhn Check&#8221;.</li>
</ol>
<p>Example 2:</p>
<ol>
<li>Sample credit card number (Master Card):  5500 0000 0000 0004</li>
<li>Double the odd position digits (the first digit is 10=&gt;1+0=&gt;1):  <strong>1</strong>5<strong>0</strong>0 <strong>0</strong>0<strong>0</strong>0 <strong>0</strong>0<strong>0</strong>0 <strong>0</strong>0<strong>0</strong>4</li>
<li>Add up all 16 digits: 1+5+0+0+0+0+0+0+0+0+0+0+0+0+0+4= 10</li>
<li>10 can be perfectly divided by 10, so the credit card number fulfills the &#8220;Luhn Check&#8221;.</li>
</ol>
<p>For a more detail explanation, see <a href="http://www.thetaoofmakingmoney.com/2007/04/12/324.html">http://www.thetaoofmakingmoney.com/2007/04/12/324.html</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=258&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/09/07/credit-card-check-digit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>
	</item>
		<item>
		<title>Cairo-dock</title>
		<link>http://wenlong.wordpress.com/2009/08/06/cairo-dock/</link>
		<comments>http://wenlong.wordpress.com/2009/08/06/cairo-dock/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 12:04:17 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=252</guid>
		<description><![CDATA[
I&#8217;ve been using Apple-like dock since one or two years ago.  I started with wbar which is simple and works great as an application launcher.   Early this year, Istarted to use Avant-window-navigator.  This one is much advance compare to wbar.  It is not only a launcher, but also provide many applets [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=252&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="aligncenter size-full wp-image-253" src="http://wenlong.files.wordpress.com/2009/08/cairo-dock.png?w=450&#038;h=206" alt="" width="450" height="206" /></p>
<p>I&#8217;ve been using Apple-like dock since one or two years ago.  I started with wbar which is simple and works great as an application launcher.   Early this year, Istarted to use Avant-window-navigator.  This one is much advance compare to wbar.  It is not only a launcher, but also provide many applets (although some of them does not work for me), a window list and a pretty system tray.</p>
<p>Today, I installed Cairo-dock.  This is the best dock I&#8217;ve ever used.  It provides nearly all features found in wbar and AWN, and much more.  It&#8217;s an amazing dock!  I&#8217;m surprised that I didn&#8217;t find it earlier.  I&#8217;ve been using it for the whole day.  It&#8217;s pretty stable (only crash a few times when I was playing with some applets and configurations) for normal use.  Installation is easy (with debian package repo) and it comes with a configuration tool which is easy to use.  The only thing missing is a proper system tray applet.  I really like the one in AWN.  Anyway, this is the best dock I have now.  Thanks to the people who write this Cairo-dock.</p>
<p>Cairo-dock <a href="http://www.cairo-dock.org/">http://www.cairo-dock.org/</a><br />
Avant-window-navigator <a href="http://wiki.awn-project.org/">http://wiki.awn-project.org/</a><br />
wbar <a href="http://freshmeat.net/projects/wbar/">http://freshmeat.net/projects/wbar/</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=252&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/08/06/cairo-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>

		<media:content url="http://wenlong.files.wordpress.com/2009/08/cairo-dock.png" medium="image" />
	</item>
		<item>
		<title>《沙巴行》Day 5</title>
		<link>http://wenlong.wordpress.com/2009/07/16/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-5/</link>
		<comments>http://wenlong.wordpress.com/2009/07/16/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-5/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:27:51 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=249</guid>
		<description><![CDATA[第五天也就是沙巴行的最后一天了。由于是早上九点多的飞机，最后一天是什么节目也没有的。吃了早餐，我们就往机场出发。在机场有一间售卖冷冻海鲜的商店。被冷冻的鱼用保鲜纸非常好的包着。非常的卫生、干净。其他人都买了一些，除了我之外。因为我回KL，没人会煮嘛。上了飞机，这次的旅程也就画上了句点。
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=249&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>第五天也就是沙巴行的最后一天了。由于是早上九点多的飞机，最后一天是什么节目也没有的。吃了早餐，我们就往机场出发。在机场有一间售卖冷冻海鲜的商店。被冷冻的鱼用保鲜纸非常好的包着。非常的卫生、干净。其他人都买了一些，除了我之外。因为我回KL，没人会煮嘛。上了飞机，这次的旅程也就画上了句点。</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=249&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/07/16/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>
	</item>
		<item>
		<title>《沙巴行》Day 4</title>
		<link>http://wenlong.wordpress.com/2009/07/12/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-4/</link>
		<comments>http://wenlong.wordpress.com/2009/07/12/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-4/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 16:30:57 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=244</guid>
		<description><![CDATA[那天，我是最迟起身的一个。不晓得怎么会睡得这么熟    吃过早餐，在Rose Cabin四周走走看看。Rose Cabin 的后方有个花圃，再下去就是一大片的菜园，梯级式的。这时候，神山也非常清楚的展现眼前。变幻莫测的云朵，这一分钟几乎将整座山给笼罩着，下一分钟又将神山清清楚楚的让你看个够。
退房后，我们就朝国家公园出发。国家公园的入口处离Rose Cabin只有约十分钟的车程。入门票每人三令吉。坐在车里绕着公园里的柏油路前进。不久我们就到达了攀爬神山的其中一个起点：Timpohon。我们在这儿下车，又是四处走走看看、拍拍照。就这样停停走走了一个小时左右，我们又回到了国家公园的入口处。说真的，好像什么收获也没有。
离开了国家公园，下一站是温泉和瀑布。入门票每人三令吉（之后才发现，门票是通用的。这里也是国家公园）。由于温泉区人满为患，我们打算先去瀑布那儿感受一下山水的凉快！这时候我离群先行一步。可是啊，却走错了方向。走了许多冤枉路，但也把附近的小径给走了个明白。等我到达瀑布时，其他人早就到了。一个个都已经泡在那冰凉的水里。瀑布并不大，但没关系，因为除了我们六个人之外，一个外人都没有。真像个私人泳池，而且是建筑在山林间的，感觉非常棒！说是泡水，但那水真的是太冰凉了。没泡多久我们就坐在池边的石头上，只有脚板和部分的小腿仍在水中。这时候，池里的小鱼便游过来给我们做“去死皮”的 therapy。二、三十条像孔雀鱼般大小的小黑鱼，在脚板和脚趾上吸啊吸的。感觉有点痒、有点怪、很特别。就这样接受了十到十五分钟的 therapy 后，我们才离开瀑布。临走时才开始有人到来。往回走的路上，碰到了不少要到瀑布的人们。 我们一行人霸占了整个瀑布这么久，真是幸运。
回到温泉区，人还是那么多。霸了个小井，等那温泉水，可就是怎么也注不满。泡在那不到一尺深的水里，感觉有点好笑。就这么说说笑笑的泡了一会儿，大家就起身冲凉去。离开后，我们就往亚庇出发。
六点多到亚庇，天也黑了。我们就到一家海鲜餐馆吃晚餐。由于不晓得价钱如何，海月谨慎的点了一些海鲜料理。吃完后结帐，每个人只是二十多令吉！我的天啊，真想再吃一轮！
吃饱喝足，我们往亚庇市区找住处去了。由于选择太多了，所以没有预先定房。可是，我们吃惊的发现，所有的旅店都爆满！找了一间又一间，都是徒劳。最后，海月的舅母帮我们打听到了一家还有空房的旅店，而且离机场不远。旅店的设备不错，就是价钱贵了些。Standard room 就要 RM176。加床另加 RM50 ，而且要 Deluxe room （RM198）才可加床。这是我们这趟旅程中最不值的花费。不过最后能找到一个可以休息的地方，也算是幸运的了。
越过尽头处的铁闸，便是攀山旅程的开始。
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=244&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>那天，我是最迟起身的一个。不晓得怎么会睡得这么熟 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   吃过早餐，在Rose Cabin四周走走看看。Rose Cabin 的后方有个花圃，再下去就是一大片的菜园，梯级式的。这时候，神山也非常清楚的展现眼前。变幻莫测的云朵，这一分钟几乎将整座山给笼罩着，下一分钟又将神山清清楚楚的让你看个够。</p>
<p>退房后，我们就朝国家公园出发。国家公园的入口处离Rose Cabin只有约十分钟的车程。入门票每人三令吉。坐在车里绕着公园里的柏油路前进。不久我们就到达了攀爬神山的其中一个起点：Timpohon。我们在这儿下车，又是四处走走看看、拍拍照。就这样停停走走了一个小时左右，我们又回到了国家公园的入口处。说真的，好像什么收获也没有。</p>
<p>离开了国家公园，下一站是温泉和瀑布。入门票每人三令吉（之后才发现，门票是通用的。这里也是国家公园）。由于温泉区人满为患，我们打算先去瀑布那儿感受一下山水的凉快！这时候我离群先行一步。可是啊，却走错了方向。走了许多冤枉路，但也把附近的小径给走了个明白。等我到达瀑布时，其他人早就到了。一个个都已经泡在那冰凉的水里。瀑布并不大，但没关系，因为除了我们六个人之外，一个外人都没有。真像个私人泳池，而且是建筑在山林间的，感觉非常棒！说是泡水，但那水真的是太冰凉了。没泡多久我们就坐在池边的石头上，只有脚板和部分的小腿仍在水中。这时候，池里的小鱼便游过来给我们做“去死皮”的 therapy。二、三十条像孔雀鱼般大小的小黑鱼，在脚板和脚趾上吸啊吸的。感觉有点痒、有点怪、很特别。就这样接受了十到十五分钟的 therapy 后，我们才离开瀑布。临走时才开始有人到来。往回走的路上，碰到了不少要到瀑布的人们。 我们一行人霸占了整个瀑布这么久，真是幸运。</p>
<p>回到温泉区，人还是那么多。霸了个小井，等那温泉水，可就是怎么也注不满。泡在那不到一尺深的水里，感觉有点好笑。就这么说说笑笑的泡了一会儿，大家就起身冲凉去。离开后，我们就往亚庇出发。</p>
<p>六点多到亚庇，天也黑了。我们就到一家海鲜餐馆吃晚餐。由于不晓得价钱如何，海月谨慎的点了一些海鲜料理。吃完后结帐，每个人只是二十多令吉！我的天啊，真想再吃一轮！</p>
<p>吃饱喝足，我们往亚庇市区找住处去了。由于选择太多了，所以没有预先定房。可是，我们吃惊的发现，所有的旅店都爆满！找了一间又一间，都是徒劳。最后，海月的舅母帮我们打听到了一家还有空房的旅店，而且离机场不远。旅店的设备不错，就是价钱贵了些。Standard room 就要 RM176。加床另加 RM50 ，而且要 Deluxe room （RM198）才可加床。这是我们这趟旅程中最不值的花费。不过最后能找到一个可以休息的地方，也算是幸运的了。</p>
<p style="text-align:center;"><a href="http://wenlong.files.wordpress.com/2009/07/timpohon.jpg"><img class="aligncenter size-full wp-image-245" title="timpohon" src="http://wenlong.files.wordpress.com/2009/07/timpohon.jpg?w=400&#038;h=299" alt="timpohon" width="400" height="299" /></a>越过尽头处的铁闸，便是攀山旅程的开始。</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=244&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/07/12/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>

		<media:content url="http://wenlong.files.wordpress.com/2009/07/timpohon.jpg" medium="image">
			<media:title type="html">timpohon</media:title>
		</media:content>
	</item>
		<item>
		<title>《沙巴行》Day 3</title>
		<link>http://wenlong.wordpress.com/2009/07/06/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-3/</link>
		<comments>http://wenlong.wordpress.com/2009/07/06/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-3/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 16:44:08 +0000</pubDate>
		<dc:creator>wenlong</dc:creator>
				<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://wenlong.wordpress.com/?p=238</guid>
		<description><![CDATA[第三天，原本的计划是到西巴丹岛浮潜，由于拿不到准证，我们就打算提早搭十一点钟的船离开。吃完自由餐早餐后，还有几个小时的时间，我们又到岛上逛逛。这一次，我们横越了整个小岛，去到了Mabul岛的另一边。说“横越”是夸张了，Mabul岛的宽度好像还不到一公里呢！
岛的这一边住着不少人，最不同的是这里的居住环境，比起前一天的，简直好得太多太多了。房屋盖得结实、有油漆，人们的衣着算是光鲜，道路两旁种着花花草草，有流行曲从屋里传出，最后这里还有一件小学。当天是星期五，可是却没有人在上课，奇怪。
再往前走，我们抵达了一处度假村。岛上的度假村和水上的度假村有着很大的分别。这里绿树如荫，躺在网床上多么享受。多走几步就是沙滩、大海，想晒太阳、打排球或游泳，任君选择。不过到了晚上，应该会有蚊子吧！这度假村还有一部分是建在海上的，价格也是这里最贵的，我们也走去参观参观。说真的，外观并不怎么样，度假屋又比较小，可能里头的装璜比较好吧。离开时看到了一只大海龟！没想到不需出海也能看见海龟啊！
搭上十一点的船，我们离开了Mabul岛。到了仙本那，再次挤满海月舅舅的ISUZU D-Max，我们往神山出发。大半天的车程，中途有停下吃午餐、晚餐、拍照、买东西。到达Rose Cabin时，天早就全黑了。神山就在面前，但是没月亮，什么也看不见。位处山上、冷风索索，快快冲个热水澡，见周公去了。
后记：我想，生活条件极差的岛民可能是从菲律宾非法入境的。不然的话，这么大的生活素质上的差别要如何解释呢？
这就是岛上唯一的小学。
岛上度假村的优点就是绿树和沙滩。
就是它了，我们在Mabul岛的最后一个惊喜。
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=238&subd=wenlong&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>第三天，原本的计划是到西巴丹岛浮潜，由于拿不到准证，我们就打算提早搭十一点钟的船离开。吃完自由餐早餐后，还有几个小时的时间，我们又到岛上逛逛。这一次，我们横越了整个小岛，去到了Mabul岛的另一边。说“横越”是夸张了，Mabul岛的宽度好像还不到一公里呢！</p>
<p>岛的这一边住着不少人，最不同的是这里的居住环境，比起前一天的，简直好得太多太多了。房屋盖得结实、有油漆，人们的衣着算是光鲜，道路两旁种着花花草草，有流行曲从屋里传出，最后这里还有一件小学。当天是星期五，可是却没有人在上课，奇怪。</p>
<p>再往前走，我们抵达了一处度假村。岛上的度假村和水上的度假村有着很大的分别。这里绿树如荫，躺在网床上多么享受。多走几步就是沙滩、大海，想晒太阳、打排球或游泳，任君选择。不过到了晚上，应该会有蚊子吧！这度假村还有一部分是建在海上的，价格也是这里最贵的，我们也走去参观参观。说真的，外观并不怎么样，度假屋又比较小，可能里头的装璜比较好吧。离开时看到了一只大海龟！没想到不需出海也能看见海龟啊！</p>
<p>搭上十一点的船，我们离开了Mabul岛。到了仙本那，再次挤满海月舅舅的ISUZU D-Max，我们往神山出发。大半天的车程，中途有停下吃午餐、晚餐、拍照、买东西。到达Rose Cabin时，天早就全黑了。神山就在面前，但是没月亮，什么也看不见。位处山上、冷风索索，快快冲个热水澡，见周公去了。</p>
<p>后记：我想，生活条件极差的岛民可能是从菲律宾非法入境的。不然的话，这么大的生活素质上的差别要如何解释呢？</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-239" src="http://wenlong.files.wordpress.com/2009/07/school.jpg?w=400&#038;h=299" alt="" width="400" height="299" />这就是岛上唯一的小学。</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-240" src="http://wenlong.files.wordpress.com/2009/07/beach.jpg?w=400&#038;h=299" alt="" width="400" height="299" />岛上度假村的优点就是绿树和沙滩。</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-241" src="http://wenlong.files.wordpress.com/2009/07/turtle.jpg?w=400&#038;h=295" alt="" width="400" height="295" />就是它了，我们在Mabul岛的最后一个惊喜。</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wenlong.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wenlong.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wenlong.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wenlong.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wenlong.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wenlong.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wenlong.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wenlong.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wenlong.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wenlong.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wenlong.wordpress.com&blog=5295889&post=238&subd=wenlong&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wenlong.wordpress.com/2009/07/06/%e3%80%8a%e6%b2%99%e5%b7%b4%e8%a1%8c%e3%80%8bday-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/894b87dd015049e57db548ca98748455?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wenlong</media:title>
		</media:content>

		<media:content url="http://wenlong.files.wordpress.com/2009/07/school.jpg" medium="image" />

		<media:content url="http://wenlong.files.wordpress.com/2009/07/beach.jpg" medium="image" />

		<media:content url="http://wenlong.files.wordpress.com/2009/07/turtle.jpg" medium="image" />
	</item>
	</channel>
</rss>