<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Blog.ChenHow.Net</title>
	<atom:link href="http://blog.chenhow.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<category>posts</category>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>[Centos] Kickstart (Unattended) Linux OS installation</title>
		<link>http://blog.chenhow.net/2010/07/28/linux/centos-kickstartunattended-linux-os-installation/</link>
		<comments>http://blog.chenhow.net/2010/07/28/linux/centos-kickstartunattended-linux-os-installation/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:22:37 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos ks]]></category>
		<category><![CDATA[kickstart]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=840</guid>
		<description><![CDATA[Kickstart means automated OS installation. Most Linux OS installation can be done via Kickstart and it can be performed using local boot media or over network(FTP, HTTP, NFS and etc). Here, we&#8217;re going to talk about using HTTP method to perform Kickstart. Prerequisite: Boot media (for creating a USB bootdisk, you can refer to my [...]]]></description>
			<content:encoded><![CDATA[<p>Kickstart means automated OS installation. Most Linux OS installation can be done via Kickstart and it can be performed using local boot media or over network(FTP, HTTP, NFS and etc).</p>
<p>Here, we&#8217;re going to talk about using HTTP method to perform Kickstart.</p>
<p><strong>Prerequisite:</strong></p>
<ol>
<li> Boot media (for creating a USB bootdisk, you can refer to my earlier <a href="http://blog.chenhow.net/2010/07/23/linux/create-bootable-usb-drive-for-centos-installation-2/" target="_blank">article</a>)</li>
<li>You should have the Centos installation CD/image to crate the installation tree</li>
<li>Running Webserver for Kick Start OS installation</li>
<li>Running DHCP server (Optional)</li>
</ol>
<p><strong>Setting Up Kickstart server:</strong></p>
<ol>
<li>Create a directory name &#8220;Centos5.5&#8243; in your webserver DocumentRoot.
<ul>
<li>eg: mount -o ro /dev/sdc /media/cdrom</li>
</ul>
</li>
<li>Insert the Centos CD-ROMs and copy all the binaries into that directory (copy the binaries from all the installation CD-ROMs)
<ul>
<li>eg: cp iVaf /media/cdrom/Centos /var/www/html/Centos5.5</li>
</ul>
</li>
<li>Create an answer file for automate the installation process.
<ul>
<li>You can use any kick start configurator tool or refer to the file /root/anaconda-ks.cfg in any of your Linux machine.</li>
<p><a href="http://farm5.static.flickr.com/4089/4836578661_686e8b5b32_b.jpg" rel="lightbox[840]"><img class="aligncenter" title="Kickstart Configurator" src="http://farm5.static.flickr.com/4089/4836578661_686e8b5b32.jpg" alt="" width="500" height="300" /></a></p>
<li>Or you may download my sample <a class="downloadlink" href="http://blog.chenhow.net/wp-content/plugins/download-monitor/download.php?id=7" title="Version1 downloaded 14 times" >ks.cfg (14)</a> as reference</li>
</ul>
</li>
<li>Copy the ks.cfg file to your Centos5.5 directory.</li>
<li>You will have 1 new directory and 1 ks.cfg created like below:
<ul>
<li>For example /var/www/html is your DocumentRoot</li>
<li>You will have /var/www/html/Centos5.5 and /var/www/html/Centos5.5/ks.cfg</li>
</ul>
</li>
<li>Attached boot media and then boot up the machine that you want to perform Kickstart OS installation.</li>
<li>Configure the BIOS setting to make your boot media as &#8220;First Boot Device&#8221;
<ul>
<li>For my case cause I&#8217;m using USB hard disk, so my &#8220;First Boot Device&#8221; should be <strong>Removable</strong>.</li>
<li>Save the BIOS setting then continue</li>
<p><a href="http://farm5.static.flickr.com/4109/4836621683_ee98da1312_b.jpg" rel="lightbox[840]"><img class="alignnone" title="bios_1" src="http://farm5.static.flickr.com/4109/4836621683_ee98da1312.jpg" alt="" width="500" height="332" /></a></p>
<p><a href="http://farm5.static.flickr.com/4124/4837232778_1e401d82c6_b.jpg" class="broken_link" rel="lightbox[840]"><img class="alignnone" title="bios_2" src="http://farm5.static.flickr.com/4124/4837232778_1e401d82c6.jpg" alt="" width="500" height="332" /></a></p>
<p><a href="http://farm5.static.flickr.com/4110/4837230746_c4712f76ce_b.jpg" class="broken_link" rel="lightbox[840]"><img class="alignnone" title="bios_3" src="http://farm5.static.flickr.com/4110/4837230746_c4712f76ce.jpg" alt="" width="500" height="332" /></a></p>
<p><a href="http://farm5.static.flickr.com/4150/4837230108_783c1b8a42_b.jpg" class="broken_link" rel="lightbox[840]"><img class="alignnone" title="bios_4" src="http://farm5.static.flickr.com/4150/4837230108_783c1b8a42.jpg" alt="" width="500" height="332" /></a></ul>
</li>
<li>You will see OS installation menu screen, fro there type in below <strong>BOLD</strong> command
<ul>
<li>boot: <strong>linux ks=http://192.168.1.1/~chenhow/Centos5.5/ks.cfg</strong></li>
</ul>
<ul>
<li>192.168.1.1 is my Web server IP</li>
<li>~/chenhow is my subdirectories (I&#8217;m using userdir module for lighttpd)</li>
<p><a href="http://farm5.static.flickr.com/4133/4837229028_f9f1497219_b.jpg" class="broken_link" rel="lightbox[840]"><img class="alignnone" title="bios_5" src="http://farm5.static.flickr.com/4133/4837229028_f9f1497219.jpg" alt="" width="500" height="332" /></a><br />
<br />
<a href="http://farm5.static.flickr.com/4110/4836615905_db7cfb685f_b.jpg" class="broken_link" rel="lightbox[840]"><img class="alignnone" title="bios_6" src="http://farm5.static.flickr.com/4110/4836615905_db7cfb685f.jpg" alt="" width="500" height="332" /></a>
</ul>
</li>
<li>Then, the installation process will start and everything should be automated.</li>
</ol>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2010/07/28/linux/centos-kickstartunattended-linux-os-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Singtel Iphone 4 Launching Date</title>
		<link>http://blog.chenhow.net/2010/07/24/gadget/singtel-iphone-4-launching-date/</link>
		<comments>http://blog.chenhow.net/2010/07/24/gadget/singtel-iphone-4-launching-date/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 04:29:18 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Gadget]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[singtel]]></category>
		<category><![CDATA[singtel iphone 4]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=765</guid>
		<description><![CDATA[Just got an email from Singtel asking to be ready for the iphone 4. It should be launched in Singapore by as early as next week, which is the last week of July 2010. Despite of the critics the iPhone 4 demand still high. If you don&#8217;t mind the temporary fix for &#8220;Grip of Death&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Just got an email from Singtel asking to be ready for the iphone 4. It should be launched in Singapore by as early as next week, which is the last week of July 2010. Despite of the critics the iPhone 4 demand still high. If you don&#8217;t mind the temporary fix for &#8220;Grip of Death&#8221; by using the antenna boosting case to boost the signal strength. I would say &#8216;why not&#8217;, since Apple has a good reputation for their products and like Steve jobs&#8217; said, &#8220;We are not perfect, no phones are perfect&#8221;. Atleast he admit and try to make his customers happy by giving full refund if you weren&#8217;t happy with your iphone.</p>
<p><img alt="" src="http://farm5.static.flickr.com/4139/4822409927_261c0aeb65_b.jpg" title="singtel iphone 4" class="aligncenter" width="494" height="512" /></p>
<p>So be ready by getting the latest itunes, so you can sync your data once your got the gadget.</p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2010/07/24/gadget/singtel-iphone-4-launching-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Bootable USB Drive For Centos Installation</title>
		<link>http://blog.chenhow.net/2010/07/23/linux/create-bootable-usb-drive-for-centos-installation-2/</link>
		<comments>http://blog.chenhow.net/2010/07/23/linux/create-bootable-usb-drive-for-centos-installation-2/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:19:11 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[usb boot disk]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=657</guid>
		<description><![CDATA[Due to budget constraint, my new device doesn&#8217;t come with any CD/DVD ROM and PXE compliant NIC. Therefore, I need to rely on the USB hard disk to make it as a boot media to start the OS installation process. Prerequisite: You must have a USB storage device like flash/pen drive or hard disk. In [...]]]></description>
			<content:encoded><![CDATA[<p>Due to budget constraint, my new device doesn&#8217;t come with any CD/DVD ROM and PXE compliant NIC. Therefore, I need to rely on the USB hard disk to make it as a boot media to start the OS installation process.</p>
<p><strong>Prerequisite</strong>:</p>
<ol>
<li>You must have a USB storage device 	like flash/pen drive or hard disk. In my scenario, I only have a USB 	hard disk and I&#8217;m gonna make it as a boot disk to kick start the network installation.</li>
<li>You should have the Centos 	installation CD/image.</li>
<li>Running Webserver for Kick Start (unattended) OS installation.</li>
<li>Running Linux/Unix OS to create the USB boot disk.</li>
</ol>
<p><strong>Create USB boot disk:</strong></p>
<ol>
<li><span style="color: #000000;">Connect you USB device to a running Linux machine and run “dmesg” to identify the device name.<span style="color: #cc0000;"><em><br />
<strong>
<p align="left">My USB hard disk being recognized as /dev/sdb</p>
<p></strong></em></span><span style="color: #000000;"><em><img class="aligncenter" title="USB_boot_disk_1" src="http://farm5.static.flickr.com/4135/4816890247_f2832b1f53.jpg" alt="USB_boot_disk_1" width="500" height="238" /></em></span></span></li>
<li align="left">Use “fdisk” to partition <span style="color: #cc0000;"><strong>/dev/sdb</p>
<p></strong></span><span style="color: #000000;"><img class="aligncenter" title="USB_boot_disk_2" src="http://farm5.static.flickr.com/4078/4817512632_a29a07fc6d.jpg" alt="USB_boot_disk_2" width="494" height="183" /></span> </em></p>
<ol type="a">
<li><span style="color: #000000;"><em>Create 2 partitions </em>
<ol type="i">
<li><em>100 MB for boot image, boot image partition is Primary 1</em></li>
<li><em>Remaining for storage, storage image partition is Primary 2</em></li>
<li><em>Tag boot image partition as bootable</em></li>
<li><em>Set boot image partition type to FAT32 (type number 1)</em></li>
<li><em>Save &amp; Exit</em></li>
<p><span style="color: #000000;"><em><img class="aligncenter" title="USB_boot_disk_3" src="http://farm5.static.flickr.com/4099/4816889253_49d9c02313.jpg" alt="USB_boot_disk_3" width="494" height="330" /></em></span><em><br />
<span style="color: #000000;"><img class="aligncenter" title="USB_boot_disk_4" src="http://farm5.static.flickr.com/4102/4817465820_7608d5b9a5.jpg" alt="USB_boot_disk_4" width="494" height="241" /></span><br />
<span style="color: #000000;"><img class="aligncenter" title="USB_boot_disk_5" src="http://farm5.static.flickr.com/4102/4817464930_74be7d7e77.jpg" alt="USB_boot_disk_5" width="494" height="275" /></span><br />
<span style="color: #000000;"><img class="aligncenter" title="USB_boot_disk_6" src="http://farm5.static.flickr.com/4081/4816841267_44782d9833.jpg" alt="USB_boot_disk_6" width="494" height="160" /></span> </em></ol>
<p></span></li>
<li><span style="color: #000000;"><em>Format the partition</em></span>
<ol type="i">
<li><em>Format boot image partition as FAT32</em></li>
<p><span style="color: #000000;"><em><img class="aligncenter" title="USB_boot_disk_7" src="http://farm5.static.flickr.com/4075/4821127508_8d0fe5b3f6.jpg" alt="USB_boot_disk_7" width="310" height="33" /></em></span></p>
<li><em>Format storage partition as EXT3</em></li>
<p><span style="color: #000000;"><em><img class="aligncenter" title="USB_boot_disk_8" src="http://farm5.static.flickr.com/4094/4820508119_0ea90b25de.jpg" alt="USB_boot_disk_8" width="494" height="335" /></em></span></ol>
</li>
</ol>
</li>
<li><span style="color: #000000;"><em>Copy required files from Centos CD 	to <span style="color: #cc0000;"><strong>/dev/sdb1</strong></span> </em>
<ol type="a">
<li><span style="color: #000000;"><em>Mount /dev/sdb1 to /mnt </em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost ~]# mount /dev/sdb1 /mnt </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em><em>Copy the contents of /Centos/isolinux to /mnt from the 1</em></em></span><span style="color: #000000;"><em><sup><em>st</em></sup></em></span><span style="color: #000000;"><em><em> CD</em></em></span><em><br />
<span style="color: #ff0000;"><em><strong>(p/s: isolinux.bin, boot.cat and TRANS.TBL are note needed)</strong></em></span></em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost ~]# cp -R 					/root/Desktop/isolinux/* /mnt/ </span></p>
<p><span style="color: #000000;">[root@localhost ~]# cd /mnt </span></p>
<p><span style="color: #000000;">[root@localhost mnt]# rm -rf isolinux.bin boot.cat TRANS.TBL </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em>Rename isolinux configuration file to syslinux.cfg</em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost 					mnt]# mv isolinux.cfg syslinux.cfg </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em>Copy the installer&#8217;s initial RAM disk /Centos/images/pxeboot/initrd.img 		from the 1</em></span><span style="color: #000000;"><em><sup>st</sup></em></span><span style="color: #000000;"><em> CD to /mnt</em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost 					mnt]# cp -R /root/Desktop/initrd.img /mnt/ </span></td>
</tr>
</tbody>
</table>
</li>
</ol>
<p></span></li>
<li><span style="color: #000000;"><em>Make the USB hard disk bootable. The flash drive must be unmounted in 	order to work properly.</em></span>
<ol type="a">
<li><span style="color: #000000;"><em>Umount /dev/sdb1</em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost isolinux]# cd </span></p>
<p><span style="color: #000000;">[root@localhost 					~]# umount /dev/sdb1 </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em>Install 		the SYSLINUX bootloader on a FAT filesystem</em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost 					~]# syslinux /dev/sdb1 </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em>Mount 		/dev/sdb1 &amp; install Grub </em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost ~]# mount /dev/sdb1 /mnt </span></p>
<p><span style="color: #000000;">[root@localhost ~]# grub-install 					&#8211;root-directory=/mnt /dev/sdb </span></p>
<p><span style="color: #000000;">Probing devices to guess BIOS drives. This 					may take a long time. </span></p>
<p><span style="color: #000000;">Installation finished. No error reported. </span></p>
<p><span style="color: #000000;">This is the contents of the device map 					/mnt/boot/grub/device.map. </span></p>
<p><span style="color: #000000;">Check if this is correct or not. If any of 					the lines is incorrect, </span></p>
<p><span style="color: #000000;">fix it and re-run the script 					`grub-install&#8217;. </span></p>
<p><span style="color: #000000;">(fd0)   /dev/fd0 </span></p>
<p><span style="color: #000000;">(hd0)   /dev/sda </span></p>
<p><span style="color: #000000;">(hd1) 					  /dev/sdb </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em>Verify 		that the USB hard disk has a /boot/grub directory, if no, create it 		manually.</em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost 					~]# cd /mnt/boot/grub/ </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em>Create 		grub.conf in /boot/grub. Below is a sample config for &#8216;grub.conf&#8217;</em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">default=0 </span></p>
<p><span style="color: #000000;">timeout=5 </span></p>
<p><span style="color: #000000;">root (hd1,0) </span></p>
<p><span style="color: #000000;">title Centos 5.5 Linux Installer </span></p>
<p><span style="color: #000000;">kernel /vmlinuz </span></p>
<p><span style="color: #000000;">initrd 					/initrd.img </span></td>
</tr>
</tbody>
</table>
</li>
<li><span style="color: #000000;"><em>Umount 		/dev/sdb1</em></span><em><br />
</em></p>
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="256*"></col>
<tbody>
<tr>
<td width="100%" valign="TOP"><span style="color: #000000;">[root@localhost boot]# cd </span></p>
<p><span style="color: #000000;">[root@localhost 					~]# umount /dev/sdb1 </span></td>
</tr>
</tbody>
</table>
</li>
</ol>
</li>
<li><em>USB hard disk should be bootable 	by now.</em></li>
<li><em>Remember to change the BIOS 	setting to give priority to boot removable device 1<sup>st</sup></em></li>
</ol>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2010/07/23/linux/create-bootable-usb-drive-for-centos-installation-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PC Server For Research</title>
		<link>http://blog.chenhow.net/2010/07/23/gadget/pc-server-for-search/</link>
		<comments>http://blog.chenhow.net/2010/07/23/gadget/pc-server-for-search/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:07:43 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Gadget]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[PC server]]></category>
		<category><![CDATA[simlim]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=746</guid>
		<description><![CDATA[These days my job mainly focuses on integration works like doing project planning, prepare design doc and implementation, technical work like troubleshooting or setting up new servers/apps has reduced tremendously compare to last time. So in order to keep myself stay up to date for the latest technologies and keep improving my technical skill. Few [...]]]></description>
			<content:encoded><![CDATA[<p>These days my job mainly focuses on integration works like doing project planning, prepare design doc and implementation, technical work like troubleshooting or setting up new servers/apps has reduced tremendously compare to last time.<br />
So in order to keep myself stay up to date for the latest technologies and keep improving my technical skill. Few months back I bought a PC from SimLim square together with my colleague for research purpose, like setting up XEN virtual machine, IPSec tunneling, DNS, software load balancer and etc.<br />
So far, i have only setup Xen and running 1 windows and linux guest OS. Will try to setup more services and share the knowledge here <img src='http://blog.chenhow.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><span style="text-decoration: underline;">Below is the PC specs and price(with minimum budget):</span></strong><br />
<strong> Motherboard:</strong> Biostar MCP6PB-M2 NVIDIA 6150 SOCKET AM2 (supports virtualization)<br />
<strong> CPU:</strong> AMD PHENOM II X2 555 3.2GHZ 7MB SOCKET AM3 BOX PROCESSOR<br />
<strong> RAM:</strong> CORSAIR 2 GB DDR 800MHZ<br />
<strong> Hard Disk:</strong> SEAGATE 250GB 8200 SATA 2<br />
<strong> Casing:</strong> No brand casing (just find the cheapest one with PSU)<br />
<strong> Keyboard and mouse:</strong> PS/2 keyboard and mouse<br />
<strong> Monitor:</strong> LG W1943Se 19&#8242;inch LCD</p>
<p><strong>Total:</strong> Less than S$650</p>
<p><a href="http://farm5.static.flickr.com/4141/4820556475_7a06938d50_b.jpg" class="broken_link" rel="lightbox[746]"><img class="aligncenter" title="PC server 1" src="http://farm5.static.flickr.com/4141/4820556475_7a06938d50.jpg" alt="" width="500" height="332" /></a></p>
<p><a href="http://farm5.static.flickr.com/4076/4820555585_0375366f57_b.jpg" class="broken_link" rel="lightbox[746]"><img class="aligncenter" title="PC server 2" src="http://farm5.static.flickr.com/4076/4820555585_0375366f57.jpg" alt="" width="500" height="332" /></a></p>
<p><a href="http://farm5.static.flickr.com/4095/4821172584_4492c180c5_b.jpg" class="broken_link" rel="lightbox[746]"><img class="aligncenter" title="PC server 2" src="http://farm5.static.flickr.com/4095/4821172584_4492c180c5.jpg" alt="" width="500" height="332" /></a></p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2010/07/23/gadget/pc-server-for-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Back Again</title>
		<link>http://blog.chenhow.net/2009/12/17/life-log/im-back-again/</link>
		<comments>http://blog.chenhow.net/2009/12/17/life-log/im-back-again/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 09:48:13 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Life-log]]></category>
		<category><![CDATA[i'm back]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=579</guid>
		<description><![CDATA[Sincerely apologize to all my loyal readers (though there are only a few of you), I&#8217;m having some tough times to keep this blog running as I was too busy on my work and I have some tough decision to made over the past few weeks to keep my career going. But fear not, everything [...]]]></description>
			<content:encoded><![CDATA[<p>Sincerely apologize to all my loyal readers (though there are only a few of you), I&#8217;m having some tough times to keep this blog running as I was too busy on my work and I have some tough decision to made over the past few weeks to keep my career going.</p>
<p>But fear not, everything have been settled and I will start writing again to repay you all. And I will also open a new section focusing on Linux server deployment, by providing step by step guide with explanation to help Linux administrator to perform their daily tasks.</p>
<p>So stay tuned!</p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>March 13, 2009 -- <a href="http://blog.chenhow.net/2009/03/13/life-log/im-back/" title="I&#8217;m Back!">I&#8217;m Back!</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/12/17/life-log/im-back-again/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Child Sponsorship</title>
		<link>http://blog.chenhow.net/2009/08/13/life-log/child-sponsorship/</link>
		<comments>http://blog.chenhow.net/2009/08/13/life-log/child-sponsorship/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 13:46:31 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Life-log]]></category>
		<category><![CDATA[Child Sponsorship]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=542</guid>
		<description><![CDATA[Inspired by one of the article written by my bro, JJ (Dawn Rhythm), a guy who like to watch WWE and UFC., Who&#8217;d have thought a violent guy like him in the bottom of his heart actually wanted to do something for the society. And because of him, I came to know this programme called [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by one of the article written by my bro, <a href="http://dawnrhythm.blogspot.com/2008/10/cycle-of-life.html">JJ (Dawn Rhythm)</a>, a guy who like to watch WWE and UFC., Who&#8217;d have thought a violent guy like him in the bottom of his heart actually wanted to do something for the society.</p>
<p>And because of him, I came to know this programme called &#8216;<strong>World Vision</strong>&#8216;. Through this programme, you can sponsor a child in need by contributing only minimum RM50 per month.</p>
<p>The ultimate goal of this programme is giving sponsored child a better and healthier world to live by providing them clean water, health care and food. And part of the fund will be used to teach villagers how to improve harvests so they can have a stable income.</p>
<p><a href="http://www.chenhow.net/images/Misc/IMAGE_300.jpg" class="broken_link" rel="lightbox[542]"><img class="alignnone" title="My sponsored child 1" src="http://www.chenhow.net/images/Misc/IMAGE_300.jpg" alt="" width="400" height="300" /></a></p>
<p>Here is my sponsored child and his name is WIN, Than Hlaing. WIN is from Myanmar and he has 2 brothers and sisters. His father is a fisherman and mother is an unemployed.</p>
<p>When my parents came to know that I&#8217;m sponsoring a child, they actually very proud of me, just that they are curios why I choose to sponsor a child without front teeth.. =.=  well we shouldn&#8217;t based on their appearance to choose whether want to help them or not, so I just sponsor whoever assigned to me from World Vision.</p>
<p>Anyway, helping people&#8217;s really makes yourself feel better. So, come join me, give more loves and cares to those who are needed and make the earth a better place to live.</p>
<p><img class="alignnone" title="lost central incisor" src="http://www.chenhow.net/images/Misc/IMAGE_301.jpg" alt="" width="400" height="300" /></p>
<p>If anyone interested in sponsoring a child, you can goto <a href="http://www.worldvision.com.my/">http://www.worldvision.com.my/</a> or click the &#8220;sponsor a child&#8221; banner on the left sidebar.</p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/08/13/life-log/child-sponsorship/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Install Chromium + Flash plugin in Ubuntu Jaunty</title>
		<link>http://blog.chenhow.net/2009/07/13/internet/install-chromium-flash-plugin-in-ubuntu-jaunty/</link>
		<comments>http://blog.chenhow.net/2009/07/13/internet/install-chromium-flash-plugin-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:43:25 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=536</guid>
		<description><![CDATA[Install Chromium Browser in Ubuntu 9.10 with 5 simple steps. 1.) Edit /etc/apt/source.list chenhow@chenhow-laptop:~$ sudo gedit /etc/apt/source.list ### Add following into source.list file ### deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main 2.) Add GPG key chenhow@chenhow-laptop:~$ sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5 3.) Update source list then install chromium. chenhow@chenhow-laptop:~$ sudo apt-get update [...]]]></description>
			<content:encoded><![CDATA[<p>Install Chromium Browser in Ubuntu 9.10 with 5 simple steps.</p>
<p>1.) Edit /etc/apt/source.list</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">sudo gedit /etc/apt/source.list</span></p>
<p><span style="color: #ff0000;">### Add following into source.list file ###</span></p>
<p><span style="color: blue;">deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main</span><br class="spacer_" /></p></blockquote>
<p>2.) Add GPG key</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5</span></p>
<p><span style="color: #ffff00;"> </span></p></blockquote>
<p>3.) Update source list then install chromium.</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">sudo apt-get update</span></p>
<p><span style="color: #ffff00;">chenhow@chenhow-laptop:~$ </span><span style="color: #ff0000;">sudo apt-get install chromium-browser</span></p></blockquote>
<p><br class="spacer_" /></p>
<p>4.) Once finish install Chromium, follow below steps to enable flash</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">cd /usr/lib/chromium-browser/plugins</span></p>
<p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$</span> </span><span style="color: #ff0000;">sudo ln -s ../../adobe-flashplugin/libflashplayer.so</span></p>
<p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$</span> </span><span style="color: #ff0000;">sudo vim /etc/chromium-browser/default</span></p>
<p><span style="color: #ff0000;">### Edit chromium flags in default file ###</span></p>
<p><span style="color: blue;"># Options to pass to chromium-browser<br />
CHROMIUM_FLAGS=&#8221;&#8211;enable-plugins&#8221;</span></p></blockquote>
<p>5.) You can now check your browser by typing &#8220;<span style="color: #ff0000;"><strong>about:plugins</strong></span>&#8221; in the url bar, if you see the plugins is installed,  you should be able to play flash content.</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><a href="http://www.chenhow.net/images/google/google%20chromium.png" class="broken_link" rel="lightbox[536]"><img class="aligncenter" title="google chromium" src="http://www.chenhow.net/images/google/google%20chromium.png" alt="google chromium" width="512" height="200" /></a></p>
<p style="text-align: center;"><a href="http://www.chenhow.net/images/google/Chrome_flash.png" class="broken_link" rel="lightbox[536]"><img class="aligncenter" title="google chrome" src="http://www.chenhow.net/images/google/Chrome_flash.png" alt="google chrome" width="512" height="359" /></a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 476px; width: 1px; height: 1px;">1) sudo vim /etc/chromium-browser/default<br />
2) edit chromium flags to look like following</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p># Options to pass to chromium-browser<br />
CHROMIUM_FLAGS=&#8221;&#8211;enable-plugins&#8221;</p>
<p>3) start chromium-browser and check &#8220;about:plugins&#8221;<br />
4) you should see some installed plugins now</p>
</div>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>July 28, 2008 -- <a href="http://blog.chenhow.net/2008/07/28/internet/firefox-3-crashes-with-flash/" title="Firefox 3 Crashes With Flash">Firefox 3 Crashes With Flash</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/07/13/internet/install-chromium-flash-plugin-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>New Theme &#8211; Statement</title>
		<link>http://blog.chenhow.net/2009/07/13/wordpress/new-theme-statement/</link>
		<comments>http://blog.chenhow.net/2009/07/13/wordpress/new-theme-statement/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:04:39 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=534</guid>
		<description><![CDATA[Any feedback for my new blog theme? Related PostsNo Related Posts]]></description>
			<content:encoded><![CDATA[<p>Any feedback for my new blog theme? </p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/07/13/wordpress/new-theme-statement/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Happy Birthday to Pohmeng</title>
		<link>http://blog.chenhow.net/2009/07/13/life-log/happy-birthday-to-pohmeng/</link>
		<comments>http://blog.chenhow.net/2009/07/13/life-log/happy-birthday-to-pohmeng/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:00:35 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Life-log]]></category>
		<category><![CDATA[pohmeng]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=529</guid>
		<description><![CDATA[Too bad I&#8217;m in Singapore and could&#8217;t attend your Birthday Party, so I will use one of my blog post to write about you, to let more people&#8217;s know about you. Pohmeng is someone that I meet in my ex company, he has good attraction to women with his innocent looks and charming smile, eventhough [...]]]></description>
			<content:encoded><![CDATA[<p>Too bad I&#8217;m in Singapore and could&#8217;t attend your Birthday Party, so I will use one of my blog post to write about you, to let more people&#8217;s know about you.</p>
<p><a href="http://pohmeng.blogspot.com/">Pohmeng</a> is someone that I meet in my ex company, he has good attraction to women with his innocent looks and charming smile, eventhough I think he looks more like a pervert than innocent.</p>
<p>He is a good listener, always pay attention when people&#8217;s speak and give his opinion later, that makes him such a like-able figure in the company.</p>
<p>He definitely 1 of the person that I trusted most and 1 of my buddy.</p>
<p>He is curently single, so anyone interested in this guy should drop by his <a href="http://pohmeng.blogspot.com/">blog</a> to makes friend&#8217;s with him <img src='http://blog.chenhow.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/07/13/life-log/happy-birthday-to-pohmeng/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Vi/Vim tips &#8211; Delete Lines</title>
		<link>http://blog.chenhow.net/2009/07/01/linux/vivim-tips-delete-lines/</link>
		<comments>http://blog.chenhow.net/2009/07/01/linux/vivim-tips-delete-lines/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 03:27:49 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vi/vim]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=518</guid>
		<description><![CDATA[1.) Delete present line Goto the line you want to start delete, press Esc dd # Will delete present line 2.) Delete from line 1 to end of line. :1,$ del # Delete from line 1 to EOL 3.) Delete from present line to end of line. :.,$ del # Delete from present line to [...]]]></description>
			<content:encoded><![CDATA[<p>1.) Delete present line</p>
<blockquote><p><span style="color: #ffffff;">Goto the line you want to start delete, press</span></p>
<p><span style="color: #ffff00;">Esc dd </span><span style="color: #ff0000;"># Will delete present line<br />
</span></p></blockquote>
<p>2.) Delete from line 1 to end of line.</p>
<blockquote><p><span style="color: #ffff00;">:1,$ del <span style="color: #ff0000;"># Delete from line 1 to EOL</span><br />
</span></p></blockquote>
<p>3.) Delete from present line to end of line.</p>
<blockquote><p><span style="color: #ffff00;">:.,$ del <span style="color: #ff0000;"># Delete from present line to EOL</span><br />
</span></p>
<p><span style="color: #ffffff;">or</span></p>
<p><span style="color: #ffffff;">Goto the line you want to start delete, press</span></p>
<p><span style="color: #ffff00;"> Esc d Shift g</span> <span style="color: #ff0000;"># Will delete all the lines from present line to EOL</span></p></blockquote>
<p>. -&gt; present line<br class="spacer_" /></p>
<p>1 -&gt; line 1</p>
<p>$ -&gt; End of Line</p>
<p>del -&gt; Delete</p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/07/01/linux/vivim-tips-delete-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
