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

<channel>
	<title>Edison&#039;s Blog</title>
	<atom:link href="http://blog.zonestudio.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zonestudio.net</link>
	<description></description>
	<lastBuildDate>Sun, 27 Nov 2011 05:49:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New Deployment System</title>
		<link>http://blog.zonestudio.net/2011/11/new-deployment-system/</link>
		<comments>http://blog.zonestudio.net/2011/11/new-deployment-system/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 05:48:52 +0000</pubDate>
		<dc:creator>Edison Tan</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://blog.zonestudio.net/?p=80</guid>
		<description><![CDATA[Few weeks ago I started to develop a new software deployment and distribution system for PirateGamerz hosted services, its a central repository which holds all the related install/setup file for all the services PirateGamerz hosts. The concept is to reduce &#8230; <a href="http://blog.zonestudio.net/2011/11/new-deployment-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Few weeks ago I started to develop a new software deployment and distribution system for PirateGamerz hosted services, its a central repository which holds all the related install/setup file for all the services PirateGamerz hosts. The concept is to reduce time to setup/update each service during maintenance windows and make sure the software going to deploy is fully compile with the PirateGamerz Policy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zonestudio.net/2011/11/new-deployment-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change timezone in CentOS</title>
		<link>http://blog.zonestudio.net/2011/11/how-to-change-timezone-in-centos/</link>
		<comments>http://blog.zonestudio.net/2011/11/how-to-change-timezone-in-centos/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 19:36:54 +0000</pubDate>
		<dc:creator>Edison Tan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.zonestudio.net/?p=68</guid>
		<description><![CDATA[Logged in as root, check which timezone your machine is currently using by executing `date`. You&#8217;ll see something like Mon 17 Jan 2005 12:15:08 PM PST, PST in this case is the current timezone. Change to the directory /usr/share/zoneinfo here &#8230; <a href="http://blog.zonestudio.net/2011/11/how-to-change-timezone-in-centos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linuxtopia.org/online_books/linux_beginner_books/redhat_9_getting_started_guide/figs/dateconfig/timezone.png" alt="" />
<div>
<ul>
<li><span class="Apple-style-span" style="font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; line-height: 19px;">Logged in as root, check which timezone your machine is currently using by executing `date`. You&#8217;ll see something like Mon 17 Jan 2005 12:15:08 PM PST, PST in this case is the current timezone.</span></li>
<li><span class="Apple-style-span" style="font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; line-height: 19px;">Change to the directory <strong>/usr/share/zoneinfo</strong> here you will find a list of time zone regions. Choose the most appropriate region, if you live in Canada or the US this directory is the &#8220;America&#8221; directory.</span></li>
<li><span class="Apple-style-span" style="font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; line-height: 19px;">If you wish, backup the previous timezone configuration by copying it to a different location. Such as <strong>mv /etc/localtime /etc/localtime-old</strong></span></li>
<li><span class="Apple-style-span" style="font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; line-height: 19px;">Create a symbolic link to the appropriate timezone from /etc/localtime. Example: <strong>ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime</strong></span></li>
<li><span class="Apple-style-span" style="font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; line-height: 19px;">If you have the utility rdate, update the current system time by executing . <strong>/usr/bin/rdate -s time-a.nist.gov</strong></span></li>
<li><span class="Apple-style-span" style="font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; line-height: 19px;">Set the ZONE entry in the file /etc/sysconfig/clock file (e.g. &#8220;America/Los_Angeles&#8221;)</span></li>
<li><span class="Apple-style-span" style="font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; line-height: 19px;">Set the hardware clock by executing: <strong>/sbin/hwclock &#8211;systoh</strong></span></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zonestudio.net/2011/11/how-to-change-timezone-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Outage Again!</title>
		<link>http://blog.zonestudio.net/2011/11/power-outage-again/</link>
		<comments>http://blog.zonestudio.net/2011/11/power-outage-again/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 18:00:09 +0000</pubDate>
		<dc:creator>Edison Tan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.zonestudio.net/2011/11/power-outage-again/</guid>
		<description><![CDATA[Power outage again while I&#8217;m working on my project This is the third power outage this week, luckily the previous two outage just affect one of the phase (My house runs on 3 phase power) and no damage done to &#8230; <a href="http://blog.zonestudio.net/2011/11/power-outage-again/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.zonestudio.net/wp-content/uploads/2011/11/20111127-023157.jpg"><img src="http://blog.zonestudio.net/wp-content/uploads/2011/11/20111127-023157.jpg" alt="20111127-023157.jpg" class="alignnone size-full" /></a></p>
<p>Power outage again while I&#8217;m working on my project <img src='http://blog.zonestudio.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>This is the third power outage this week, luckily the previous two outage just affect one of the phase (My house runs on 3 phase power) and no damage done to my desktop.</p>
<p>Guess I need to pay PC Depot a visit tomorrow for a UPS to keep my desktop up during power outage to save my tasks.</p>
<p><strong>Updates</strong><br />
Power restored at 3.13am, gotta recover some of my work and sleep!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zonestudio.net/2011/11/power-outage-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Wireless Desktop 3000</title>
		<link>http://blog.zonestudio.net/2011/11/microsoft-wireless-desktop-3000/</link>
		<comments>http://blog.zonestudio.net/2011/11/microsoft-wireless-desktop-3000/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 16:46:37 +0000</pubDate>
		<dc:creator>Edison Tan</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://blog.zonestudio.net/?p=52</guid>
		<description><![CDATA[Bought the Microsoft Wireless Desktop 3000 series recently and its awesome The Microsoft Wireless Desktop 3000 Series comes with the Microsoft Wireless Mouse 5000 &#038; Microsoft Wireless Keyboard 3000 V2.0 and i liked the mouse as it basically can be &#8230; <a href="http://blog.zonestudio.net/2011/11/microsoft-wireless-desktop-3000/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Bought the Microsoft Wireless Desktop 3000 series recently and its awesome <img src='http://blog.zonestudio.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<img src="http://www.microsoft.com/hardware/_base_v1/products/wireless-desktop-3000/mk_wd3000_large.jpg" alt="" /></p>
<p>The Microsoft Wireless Desktop 3000 Series comes with the Microsoft Wireless Mouse 5000 &#038; Microsoft Wireless Keyboard 3000 V2.0 and i liked the mouse as it basically can be use on virtually any surface especially glass which my computer table&#8217;s surface is <img src='http://blog.zonestudio.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zonestudio.net/2011/11/microsoft-wireless-desktop-3000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

