<?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"
	>

<channel>
	<title>vincentkong.com</title>
	<atom:link href="http://www.vincentkong.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vincentkong.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 21 Nov 2008 06:28:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Restricting Shell for only SCP/SFTP</title>
		<link>http://www.vincentkong.com/2008/11/restricting-shell-for-only-scpsftp/</link>
		<comments>http://www.vincentkong.com/2008/11/restricting-shell-for-only-scpsftp/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 06:28:30 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[SSH]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=227</guid>
		<description><![CDATA[If you have a server, but only want to allow users to copy files via sFTP without providing shell access. This can be done with rssh, a restricted shell for use with OpenSSH that allows only scp and/or sftp.
To install rssh
$ apt-get install rssh
By default rssh doesn&#8217;t allow anything, to allow only sftp modify the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a server, but only want to allow users to copy files via sFTP without providing shell access. This can be done with <code>rssh</code>, a restricted shell for use with OpenSSH that allows only scp and/or sftp.</p>
<p>To install <code>rssh</code></p>
<p><code>$ apt-get install rssh</code></p>
<p>By default <code>rssh</code> doesn&#8217;t allow anything, to allow only sftp modify the <code>rssh.conf</code> file.</p>
<p><code>$ nano /etc/rssh.conf</code></p>
<p>Uncomment the line for <code>allowsftp</code> and other transfer protocols you want to enable.</p>
<p><code>#allowscp<br />
allowsftp<br />
#allowcvs<br />
#allowrdist<br />
#allowrsync</code></p>
<p>To restrict a user to only allow sftp access, modify the <code>/etc/passwd</code> file</p>
<p><code>$ nano /etc/passwd</code></p>
<p>For example</p>
<p><code>ftp:x:100:100::/home/ftp:/usr/bin/rssh</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/11/restricting-shell-for-only-scpsftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Analyze Disk Usage on Xubuntu</title>
		<link>http://www.vincentkong.com/2008/11/analyze-disk-usage-on-xubuntu/</link>
		<comments>http://www.vincentkong.com/2008/11/analyze-disk-usage-on-xubuntu/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 02:58:28 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=225</guid>
		<description><![CDATA[To analyze my disk usage on my Windows computer I use TreeSize Free. But TreeSize doesn&#8217;t work on my Xubuntu system.  To help me analyze disk usage on my Xubuntu system I use a graphic tool called Baobab. Baobab runs in any Gnome envirnoment, but will also work Xubuntu&#8217;s Xfce environment and is bundled [...]]]></description>
			<content:encoded><![CDATA[<p>To analyze my <a href="http://www.vincentkong.com/2007/07/analyzing-my-hard-disk/">disk usage on my Windows computer</a> I use TreeSize Free. But TreeSize doesn&#8217;t work on my Xubuntu system.  To help me analyze disk usage on my Xubuntu system I use a graphic tool called <a href="http://www.marzocca.net/linux/baobab.html">Baobab</a>. Baobab runs in any Gnome envirnoment, but will also work Xubuntu&#8217;s Xfce environment and is bundled in the <code>gnome-utils</code> package.</p>
<p><a href="http://www.vincentkong.com/wp-content/uploads/2008/06/baobab.png"><img class="aligncenter size-medium wp-image-228" title="Baobab" src="http://www.vincentkong.com/wp-content/uploads/2008/06/baobab-300x196.png" alt="Baobab" width="300" height="196" /></a></p>
<p>Install the <code>gnome-utils</code> package</p>
<p><code>$ apt-get install gnome-utils</code></p>
<p>Then add Baobab to the desktop Panel.</p>
<ul>
<li>Right click on the Panel</li>
<li>Add New Item</li>
<li>Select launcher</li>
<li>For the icon enter <code>/usr/share/icons/hicolor/24x24/apps/baobab.png</code></li>
<li>For Command enter <code>/usr/bin/baobab</code></li>
</ul>
<p><a href="http://www.vincentkong.com/wp-content/uploads/2008/06/baobab_launcher.png"><img class="aligncenter size-medium wp-image-229" title="Baobab Launcher" src="http://www.vincentkong.com/wp-content/uploads/2008/06/baobab_launcher-300x227.png" alt="Baobab Launcher" width="300" height="227" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/11/analyze-disk-usage-on-xubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problem using MySQL JDBC on Tomcat 5.5 and Ubuntu 8.04</title>
		<link>http://www.vincentkong.com/2008/11/problem-using-mysql-jdbc-on-tomcat-55-and-ubuntu-804/</link>
		<comments>http://www.vincentkong.com/2008/11/problem-using-mysql-jdbc-on-tomcat-55-and-ubuntu-804/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 03:36:39 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Tomcat]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=224</guid>
		<description><![CDATA[Normally when I build a web application that connects to a MySQL database, I would place the mysql-connector-java-bin.jar file into the WEB-INF/lib of the web application.
However, when I deployed the application on Tomcat 5.5 on Ubuntu 8.04 I got an exception: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
I couldn&#8217;t find the reason which caused the exception, so I did a [...]]]></description>
			<content:encoded><![CDATA[<p>Normally when I build a web application that connects to a MySQL database, I would place the <code>mysql-connector-java-bin.jar</code> file into the <code>WEB-INF/lib</code> of the web application.</p>
<p>However, when I deployed the application on Tomcat 5.5 on Ubuntu 8.04 I got an exception: <code>java.lang.ClassNotFoundException: com.mysql.jdbc.Driver</code></p>
<p>I couldn&#8217;t find the reason which caused the exception, so I did a quick fix by placing the jar file into the Tomcat&#8217;s common lib directory.</p>
<p><code>$ cp mysql-connector-java-bin.jar /usr/share/java<br />
$ cd /usr/share/tomcat5.5/common/lib<br />
$ ln -s ../../../java/mysql-connector-java-bin.jar mysql-connector-java-bin.jar</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/11/problem-using-mysql-jdbc-on-tomcat-55-and-ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open RAR Files in Ubuntu</title>
		<link>http://www.vincentkong.com/2008/10/open-rar-files-in-ubuntu/</link>
		<comments>http://www.vincentkong.com/2008/10/open-rar-files-in-ubuntu/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 03:07:38 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=207</guid>
		<description><![CDATA[RAR is a file format developed by Eugene Roshal, and one of the most popular format used for data compression and archiving next to the ZIP file format.  By default, Ubuntu doesn&#8217;t have any support for extracting RAR files, however there is an available Linux freeware unrar for downloading.
To install unrar in Ubuntu
$ apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>RAR is a file format developed by Eugene Roshal, and one of the most popular format used for data compression and archiving next to the ZIP file format.  By default, Ubuntu doesn&#8217;t have any support for extracting RAR files, however there is an available Linux freeware <a href="http://home.gna.org/unrar/">unrar</a> for downloading.</p>
<p>To install <code>unrar</code> in Ubuntu</p>
<p><code>$ apt-get install unrar</code></p>
<p>The drawback with this utility is that it only supports the RAR and RAR2 format, but not the RAR3 format which can only be extract by <a href="http://www.rarlab.com/rar_add.htm">RARLAB&#8217;s UnRAR</a> which is not free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/10/open-rar-files-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using dpkg to Install Debian Packages</title>
		<link>http://www.vincentkong.com/2008/10/using-dpkg-to-install-debian-packages/</link>
		<comments>http://www.vincentkong.com/2008/10/using-dpkg-to-install-debian-packages/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 03:43:13 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=208</guid>
		<description><![CDATA[Using apt-get is quickest and easiest way to manage Debian packages in Ubuntu.  However, I would sometimes like to install the latest version of a package which is not available in the Ubuntu software repository.  This can be done by downloading the Debian package (.deb) and using the dpkg command (which is what [...]]]></description>
			<content:encoded><![CDATA[<p>Using <code>apt-get</code> is quickest and easiest way to <a href="http://www.vincentkong.com/2007/05/managing-packages-in-ubuntu/">manage Debian packages in Ubuntu</a>.  However, I would sometimes like to install the latest version of a package which is not available in the Ubuntu software repository.  This can be done by downloading the Debian package (.deb) and using the <code>dpkg</code> command (which is what <code>apt-get</code> uses behind the scenes).</p>
<p><strong>To install a <code>.deb</code> file</strong></p>
<p><code>$ dpkg -i filename.deb</code></p>
<p><strong>Other useful option available for <code>dpkg</code>:</strong></p>
<p>Unpacks the file but does not install it</p>
<p><code>$ dpkg –unpack</code></p>
<p>Display configuration options are available for the package</p>
<p><code>$ dpkg –configure</code></p>
<p>Removes a package</p>
<p><code>$ dpkg –remove</code></p>
<p>To display the information for <code>filename.deb</code></p>
<p><code>$ dpkg-deb –show filename.deb</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/10/using-dpkg-to-install-debian-packages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Honda Fit 2009</title>
		<link>http://www.vincentkong.com/2008/10/my-honda-fit-2009/</link>
		<comments>http://www.vincentkong.com/2008/10/my-honda-fit-2009/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:40:06 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Gubbish]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=573</guid>
		<description><![CDATA[
During my trip in Japan I was really attracted to the cars people drove there; they were small but could seat a family, looked very sporty, but at the same time cute.  When I saw the Honda Fit 2009, it was almost like love at first sight.  I recently came an owner of the Honda [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gallery.vincentkong.com/2007_asian_vacation/20070928_hokkaido-day07/IMG_0879.JPG/"><img class="alignnone" src="http://gallery.vincentkong.com/3382-2/IMG_0879.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/2007_asian_vacation/20070928_hokkaido-day07/IMG_0878.JPG/"><img class="alignnone" src="http://gallery.vincentkong.com/3380-2/IMG_0878.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/2007_asian_vacation/20070924_mt_fuji_and_hakone-day03/IMG_0421.JPG/"><img class="alignnone" src="http://gallery.vincentkong.com/2716-2/IMG_0421.JPG" alt="" width="150" height="113" /></a></p>
<p>During my trip in Japan I was really attracted to the cars people drove there; they were small but could seat a family, looked very sporty, but at the same time cute.  When I saw the Honda Fit 2009, it was almost like love at first sight.  I recently came an owner of the Honda Fit 2009 sport, with manual transmission.  Here&#8217;s my first impression:  I&#8217;m no car expert, and I won&#8217;t talk about the features it comes with; those can be found in the <a href="http://www.honda.ca">Honda.ca</a> website.  As well, most of my opinions are compared with the Honda Civic 2006, because it&#8217;s the only other manual car which I have driven before.</p>
<h3>The exterior</h3>
<p>The sport edition had everything which I wanted to give it the sporty look: alloy rims, spoiler, skirts, and fog lights.  The only thing missing was the tinted windows, but I resolved that the very next day. <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" title="Skirts and Spoiler" src="http://gallery.vincentkong.com/8669-2/IMG_3500.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" title="Alloy Rims" src="http://gallery.vincentkong.com/8675-2/IMG_3507.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" title="Fog Light" src="http://gallery.vincentkong.com/8685-2/IMG_3519.JPG" alt="" width="150" height="113" /></a></p>
<h3>The interior</h3>
<p>The dashboard looked very sleek, and didn&#8217;t look cheap when compare to other cars in its class.   Unfortunately, there was no room in the instrument panel for me to put my Windows Mobile phone in (which I use for GPS navigation).  The same couldn&#8217;t be said about the side door panels, which looked very plastic and cheap.  The shift knob looked distasteful and felt like rubbery ball, but I can easily replace it.  The seats were comfortable and was able to provide me with the lower back support I needed, and the fabric was smooth.<br />
<a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" title="Dashboard" src="http://gallery.vincentkong.com/8725-2/IMG_3568.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" title="Dashboard" src="http://gallery.vincentkong.com/8723-2/IMG_3565.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" title="Shift Knob" src="http://gallery.vincentkong.com/8711-2/IMG_3536.JPG" alt="" width="150" height="113" /></a></p>
<h3>The driving experience</h3>
<p>The clutch for the Fit was very light, and virtually gave no resistant when stepping on it.  This made it harder for me find the right acceleration point when taking off from 1st gear, however made gear shifting to be less jerky.  When driving, the engine was really loud, and the ride was more bumpy than the Civic, as well gear shifting wasn&#8217;t as smooth and a clicking sound could be heard with each gear shift.  Of course, making comparison with the Civic was probably unfair since the Fit is a lower class car.  However, I found the Fit&#8217;s handling was better, and could turn the corners more tightly.  I haven&#8217;t tried doing any hard accelerations, since the car hasn&#8217;t run in yet.  Yes, I know I&#8217;m old school. <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" src="http://gallery.vincentkong.com/8657-2/IMG_3488.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" src="http://gallery.vincentkong.com/8661-2/IMG_3490.JPG" alt="" width="150" height="113" /></a><a href="http://gallery.vincentkong.com/20081009_my_honda_fit_2009/"><img class="alignnone" src="http://gallery.vincentkong.com/8679-2/IMG_3510.JPG" alt="" width="150" height="113" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/10/my-honda-fit-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cooling System for my Shuttle K45</title>
		<link>http://www.vincentkong.com/2008/10/cooling-system-for-my-shuttle-k45/</link>
		<comments>http://www.vincentkong.com/2008/10/cooling-system-for-my-shuttle-k45/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 03:56:59 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=543</guid>
		<description><![CDATA[During my shopping frenzy, I got the Shuttle KPC K45 from Canada Computers where they built it as a ready-to-go system.  Overall I was pretty happy with it, but it had 2 problems:  the CPU and hard drive was slightly overheated at 46°C and 45°C, and it was loud; sounding like a hand [...]]]></description>
			<content:encoded><![CDATA[<p>During <a href="http://www.vincentkong.com/2008/09/shopping-frenzy/">my shopping frenzy</a>, I got the Shuttle KPC K45 from Canada Computers where they built it as a ready-to-go system.  Overall I was pretty happy with it, but it had 2 problems:  the CPU and hard drive was slightly overheated at 46°C and 45°C, and it was loud; sounding like a hand held vacuum cleaner.</p>
<div class="wp-caption alignright" style="width: 160px"><a href="http://gallery.vincentkong.com/20080915_cooling_system_for_my_shuttle_k45/IMG_3400.JPG/"><img title="Intel Stock Fan" src="http://gallery.vincentkong.com/8606-2/IMG_3400.JPG" alt="Intel Stock Fan" width="150" height="113" /></a><p class="wp-caption-text">Intel Stock Fan</p></div>
<p>I opened the case and found out that Canada Computers only installed cheap Intel CPU fan that wasn&#8217;t PWM controllable.  This meant the fan would always run at it&#8217;s top speed (approx. 2300 rpm) and was the reason for the loud noise.  They also didn&#8217;t bother to install case fan.  It was pretty obvious I needed to install a new cooling system for my Shuttle, otherwise it might die of overheat.</p>
<div class="wp-caption alignleft" style="width: 123px"><a href="http://gallery.vincentkong.com/20080915_cooling_system_for_my_shuttle_k45/"><img title="AF9225 PWM" src="http://gallery.vincentkong.com/8608-2/IMG_3413.JPG" alt="Arctic Cooling AF9225 PWM Case Fan" width="113" height="150" /></a><p class="wp-caption-text">AF9225 PWM</p></div>
<p>I went with <a href="http://www.arctic-cooling.com">Arctic Cooling</a>, (good reviews, and low cost). More specifically, I used the <a href="http://www.arctic-cooling.com/fans2.php?idx=107">AF9225 PWM</a> for the case fan, and <a href="http://www.arctic-cooling.com/cpu2.php?idx=150&amp;disc=">Alpine 7 GT</a> for the CPU.  The fan for Alpine 7 GT was actually smaller than the Intel stock fan, but it was also the only CPU fan which could fit inside the Shuttle.</p>
<div class="wp-caption alignright" style="width: 160px"><img title="Alpine 7 GT" src="http://gallery.vincentkong.com/8622-2/IMG_3437.JPG" alt="Alpine 7 GT" width="150" height="113" /><p class="wp-caption-text">Alpine 7 GT</p></div>
<p>With 2 fans installed the system was only making a humming sound compared to the preivous vaccum cleaner as the the CPU and case fan running at 1350 rpm and 800 rpm respectively.   Even with the slower rpm the temperatures for the CPU and hard drive still dropped to 42°C, and 36°C.  Considering that the cost was only $7.99, and $10.99 for the case and CPU fan, it was a well made investment. <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/10/cooling-system-for-my-shuttle-k45/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Shopping Frenzy</title>
		<link>http://www.vincentkong.com/2008/09/shopping-frenzy/</link>
		<comments>http://www.vincentkong.com/2008/09/shopping-frenzy/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 01:28:50 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Gubbish]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=415</guid>
		<description><![CDATA[During a week of vacation without traveling, I went on a shopping frenzy, and got myself a lot of new toys.  The vacation is almost over, my addiction has settled, but I don&#8217;t even want to think about my credit card bill next month.  Here&#8217;s all the toys I got:
My first item was a Samsung [...]]]></description>
			<content:encoded><![CDATA[<p>During a week of vacation without traveling, I went on a shopping frenzy, and got myself a lot of new toys.  The vacation is almost over, my addiction has settled, but I don&#8217;t even want to think about my credit card bill next month.  Here&#8217;s all the toys I got:</p>
<div class="wp-caption alignright" style="width: 160px"><a href="http://gallery.vincentkong.com/20080915_shopping_frenzy/"><img title="Samsung 21.6 LCD Monitor" src="http://gallery.vincentkong.com/8565-2/IMG_3347.JPG" alt="Samsung 21.6 LCD Monitor" width="150" height="113" /></a><p class="wp-caption-text">Samsung 21.6&quot; LCD Monitor</p></div>
<p>My first item was a <a href="http://www.samsung.com/ca/consumer/detail/detail.do?group=computersaccessories&amp;type=monitors&amp;subtype=lcd&amp;model_cd=LS22AQVJFV/XAA">Samsung 21.6&#8243; Widescreen LCD Monitor</a> from <a href="http://www.futureshop.ca">Futureshop</a>.  It was glossy black and on sale for $200, and would replace the old Samsung 15&#8243; LCD in my evening room.</p>
<p><strong>Specifications:</strong></p>
<ul>
<li>Model: SyncMaster 2253LW</li>
<li>Resolution: 1680 x 1050</li>
<li>Brightness: 300 cd/m²</li>
<li>Contrast Ratio: 8000:1 DC</li>
<li>Response time: 2ms</li>
</ul>
<div class="wp-caption alignright" style="width: 123px"><a href="http://gallery.vincentkong.com/20080915_shopping_frenzy/"><img title="Dell Vostra 200 Mini Tower" src="http://gallery.vincentkong.com/8573-2/IMG_3358.JPG" alt="Dell Vostra 200 Mini Tower" width="113" height="150" /></a><p class="wp-caption-text">Dell Vostra 200 Mini Tower</p></div>
<p>To go with the monitor I got a new <a href="http://www1.ca.dell.com/content/products/category.aspx/vostrodt?c=ca&amp;cs=cabsdt1&amp;l=en&amp;s=bsd&amp;~ck=mn">Vostro 200 Mini Tower</a> desktop computer from <a href="http://www.dell.ca">Dell</a> which I spotted on sale at <a href="http://www.redflagdeals.com">RedFlagDeals.com</a>.  I plan to use the computer as a media center and hook it up to my TV and home theatre system.  After doing a few customizations to the system the final price tag came to $359.</p>
<p><strong>Specifications:</strong></p>
<ul>
<li>Intel Core 2 Duo E4600</li>
<li>Windows Vista Home Basic</li>
<li>2GB Dual Channel DDR2 SDRAM 800MHz</li>
<li><span class="scpcc_component_href">230GB Serial ATA Hard Drive (7200RPM)</span></li>
<li>Integrated 7.1 Channel Audio</li>
<li>Intel Graphics Media Accelerator 3100</li>
<li>Dual Drives: 16x DVD-ROM Drive + 16x DVD+/-RW</li>
</ul>
<div class="wp-caption alignright" style="width: 160px"><a href="http://gallery.vincentkong.com/20080915_shopping_frenzy/"><img title="Logitech 2.0 Stereo Speaker System" src="http://gallery.vincentkong.com/8593-2/IMG_3419.JPG" alt="Logitech 2.0 Stereo Speaker System" width="150" height="113" /></a><p class="wp-caption-text">Logitech 2.0 Stereo Speaker System</p></div>
<p>The Dell computer didn&#8217;t come with any speakers.  I wasn&#8217;t looking for something fancy since I already hook up the computer to my home theatre system, so I got the <a href="http://www.logitech.com/index.cfm/speakers_audio/home_pc_speakers/devices/4252&amp;cl=ca,en">Logitech 2.0 Stereo Speaker System LS11</a> which was sale for $20 at Futureshop.  As expected the sound quality wasn&#8217;t that great but at least the glossy black face matched with my Samsung monitor. <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="wp-caption alignleft" style="width: 160px"><a href="http://gallery.vincentkong.com/20080915_shopping_frenzy/"><img title="Lacie 1TB External Hard Drive" src="http://gallery.vincentkong.com/8589-2/IMG_3417.JPG" alt="Lacie 1TB External Hard Drive" width="150" height="113" /></a><p class="wp-caption-text">Lacie 1TB External Hard Drive</p></div>
<p>I&#8217;m one of those people that collect a lot of stuff on my computer, and previously I owned 320GB external hard drive.  However, I constantly find myself burning DVDs because my hard drives are always running out of space.  Even though, my new computer had a 230GB hard drive, I knew it would not be enough, so I got myself another external hard drive:  <a href="http://www.lacie.com/products/product.htm?pid=11014"><span class="tx-heading3-dgrey">Lacie 1TB USB 2.0 External Hard Drive</span></a>.  There was no sale, but was $170 at Futureshop, which was a reasonable price compare other external hard drives, and it was glossy black as well. <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Specifications:</strong></p>
<ul>
<li>Interface: Hi-Speed USB 2.0</li>
<li>Cache: 8MB or greater</li>
<li>Transfer rate: Up to 480Mbits/s (60MB/s)</li>
</ul>
<div class="wp-caption alignright" style="width: 160px"><a href="http://gallery.vincentkong.com/20080915_shopping_frenzy/"><img title="Shuttle KPC K45" src="http://gallery.vincentkong.com/8549-2/IMG_3309.JPG" alt="Shuttle KPC K45" width="150" height="113" /></a><p class="wp-caption-text">Shuttle KPC K45</p></div>
<p>Getting one new computer wasn&#8217;t satisfying to me.  I always wanted to replace the <a href="http://www.vincentkong.com/2007/05/building-a-server-at-home/">old IBM NetVista</a> which I use as a server at home.   There is a saying that a server is suppose to be a &#8220;black box&#8221;, and that is exactly what I got from Canada Computers for $219; the small form factor <a href="http://us.shuttle.com/barebone/Models/K45.html">Shuttle KPC K45</a>.</p>
<p><strong>Specifications:</strong></p>
<ul>
<li> Intel Celeron Dual E1200</li>
<li>1GB DDR2 667Mhz</li>
<li>Integrated Intel GMA 950 Graphics</li>
<li>80GB 7200rpm SATA</li>
</ul>
<div class="wp-caption alignright" style="width: 160px"><a href="http://gallery.vincentkong.com/20080915_shopping_frenzy/"><img title="IOGear 2 port KVM" src="http://gallery.vincentkong.com/8599-1/IMG_3456.JPG" alt="IOGear 2 port KVM" width="150" height="113" /></a><p class="wp-caption-text">IOGear 2 port KVM</p></div>
<p>Finally, since I had two computers but only one monitor I needed to get a KVM.  I got the <a href="http://www.iogear.com/product/GCS42UW6">IOGear 2-Port Compact USB VGA KVM with Built-in Cables GCS42UW6</a>, even though reviews say that people had problems switching from PC to PC.  I decided to take a chance and get it anyways because it was the cheapest KVM I could find: $20 at Dell and it was glossy black too :).  I had no major issues with it, however flickering can be seen in the monitor if the screen is displaying black.</p>
<p><strong>Specifications:</strong></p>
<ul>
<li>One USB keyboard, USB mouse, and VGA monitor control two computers</li>
<li>Max resolution: 2048 x 1536, DDC2B</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/09/shopping-frenzy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My First 3 Course Dinner</title>
		<link>http://www.vincentkong.com/2008/09/my-first-3-course-dinner/</link>
		<comments>http://www.vincentkong.com/2008/09/my-first-3-course-dinner/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 03:37:34 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Cooking]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=417</guid>
		<description><![CDATA[A few weeks ago I brought a book: &#8220;Anyone Can Cook&#8221; from Better Homes and Gardens.  After having it sit around for a while I decided to give a try and cook a 3 course meal, with one main dish and two appetizer.
The two appetizers I made were Roasted Asparagus and Skillet Scalloped Corn, while [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I brought a book: &#8220;<strong>Anyone Can Cook</strong>&#8221; from <a href="http://www.bhg.com">Better Homes and Gardens</a>.  After having it sit around for a while I decided to give a try and cook a 3 course meal, with one main dish and two appetizer.</p>
<p>The two appetizers I made were <a href="http://www.bhg.com/recipe/appetizers-snacks/roasted-asparagus/">Roasted Asparagus</a> and <a href="http://www.bhg.com/recipe/vegetables/skillet-scalloped-corn/">Skillet Scalloped Corn</a>, while the main dish was Pork Tenderloin with Apples and Onions (not found on the website).  After slaving myself in the kitchen for 1.5 hours I finally finish making the dishes.  Take a look to see if they look like the pictures in the website <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="wp-caption alignnone" style="width: 160px"><a href="http://gallery.vincentkong.com/2008_vincents_cooking/20080915_my_first_3_course_dinner/"><img src="http://gallery.vincentkong.com/7229-2/20080915_my_first_3_course_dinner.jpg" alt="My First 3 Course Dinner" width="150" height="113" /></a><p class="wp-caption-text">My First 3 Course Dinner</p></div>
<p>Now I realized that cooking a real dinner is a lot of hard work, not to mention I needed to wash all the dishes and clean up the mess I made in the kitchen.  I think I won&#8217;t be doing this again for a quite a while. <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/09/my-first-3-course-dinner/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My First BLT Sandwich</title>
		<link>http://www.vincentkong.com/2008/09/my-first-blt-sandwich/</link>
		<comments>http://www.vincentkong.com/2008/09/my-first-blt-sandwich/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 02:12:48 +0000</pubDate>
		<dc:creator>dragonv</dc:creator>
		
		<category><![CDATA[Cooking]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=352</guid>
		<description><![CDATA[I was hungry, and I had a craving for a BLT sandwich; so I went to my local grocery store to pick up some bacon, lettuce and tomato.  When I got home I went straight to work and starting making my first BLT sandwich.  3 slices of toasted bread, 6 strips of bacon, 4 slices [...]]]></description>
			<content:encoded><![CDATA[<p>I was hungry, and I had a craving for a BLT sandwich; so I went to my local grocery store to pick up some bacon, lettuce and tomato.  When I got home I went straight to work and starting making my first BLT sandwich.  3 slices of toasted bread, 6 strips of bacon, 4 slices of tomato, lots of margarine and 2 scoops of mayos!  When I finished, I laughed at myself; it stood 5 inches and didn&#8217;t look very good.  But looks are deceiving, because it tasted really good to me! <img src='http://www.vincentkong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_355" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2008/09/blt_sandwich.jpg"><img class="size-medium wp-image-355" title="BLT sandwich" src="http://www.vincentkong.com/wp-content/uploads/2008/09/blt_sandwich-300x225.jpg" alt="BLT sandwich" width="300" height="225" /></a><p class="wp-caption-text">BLT sandwich</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.vincentkong.com/2008/09/my-first-blt-sandwich/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
