<?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>ss &#124; blog &#187; Linux</title>
	<atom:link href="http://blog.siansiew.com/category/generaltech/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.siansiew.com</link>
	<description>Geeky (and non-geeky) ramblings.</description>
	<lastBuildDate>Mon, 27 Jul 2009 11:36:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>YamiPod write up</title>
		<link>http://blog.siansiew.com/2007/07/09/yamipod-write-up/</link>
		<comments>http://blog.siansiew.com/2007/07/09/yamipod-write-up/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 12:32:02 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[General Tech]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/07/09/yamipod-write-up/</guid>
		<description><![CDATA[Just posted a write up on YamiPod (Yet another iPod manager) which is an alternative iPod management software to iTunes here.]]></description>
			<content:encoded><![CDATA[<p>Just posted a write up on YamiPod (Yet another iPod manager) which is an alternative iPod management software to iTunes <a href="http://spherebox.com/2007/07/09/yamipod/" aiotitle="here" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/07/09/yamipod-write-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More geek humour</title>
		<link>http://blog.siansiew.com/2007/06/24/more-geek-humour/</link>
		<comments>http://blog.siansiew.com/2007/06/24/more-geek-humour/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 15:16:08 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/06/24/more-geek-humour/</guid>
		<description><![CDATA[Came across quite a few recently.. Introduction to abject-oriented programming Linux funnies Asshole driven development]]></description>
			<content:encoded><![CDATA[<p>Came across quite a few recently..</p>
<ul>
<li><a href="http://typicalprogrammer.com/programming/abject-oriented/" target="_blank">Introduction to abject-oriented programming</a></li>
<li><a href="http://www.videotopic.com/linux.html" target="_blank">Linux funnies</a></li>
<li><a href="http://www.scottberkun.com/blog/2007/asshole-driven-development/" target="_blank">Asshole driven development</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/06/24/more-geek-humour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get</title>
		<link>http://blog.siansiew.com/2006/10/29/upgrading-ubuntu-606-dapper-drake-to-610-edgy-eft-using-apt-get/</link>
		<comments>http://blog.siansiew.com/2006/10/29/upgrading-ubuntu-606-dapper-drake-to-610-edgy-eft-using-apt-get/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 15:07:21 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>

		<guid isPermaLink="false">http://siansiew.com/2006/10/29/upgrading-ubuntu-606-dapper-drake-to-610-edgy-eft-using-apt-get/</guid>
		<description><![CDATA[This upgrade was released a day or 2 ago, and I thought I&#8217;ll give it a shot at upgrading using apt-get&#8216;s distupgrade. The steps I used: sudo sed -e â€™s/\sdapper/ edgy/gâ€™ -i /etc/apt/sources.list sudo apt-get update sudo apt-get dist-upgrade sudo apt-get -f install sudo dpkg â€“configure -a Reboot. Steps taken from Debian Admin. The first [...]]]></description>
			<content:encoded><![CDATA[<p>This upgrade was released a day or 2 ago, and I thought I&#8217;ll give it a shot at upgrading using <a target="_blank" href="http://en.wikipedia.org/wiki/Apt-get">apt-get</a>&#8216;s distupgrade. The steps I used:</p>
<blockquote>
<ol>
<li>sudo sed -e â€™s/\sdapper/ edgy/gâ€™ -i /etc/apt/sources.list</li>
<li>sudo apt-get update</li>
<li>sudo apt-get dist-upgrade</li>
<li>sudo apt-get -f install</li>
<li>sudo dpkg â€“configure -a</li>
<li>Reboot.</li>
</ol>
</blockquote>
<p><em>Steps taken from <a target="_blank" href="http://www.debianadmin.com/upgrade-ubuntu-dapper-to-ubuntu-edgy-eft.html">Debian Admin</a>.</em></p>
<p>The first step replaces all occurrences of &#8216;dapper&#8217; with &#8216;edgy&#8217; in the sources.list which has the list of repositories apt-get will use (e.g. I have mine pointed to my ISP&#8217;s FTP mirror instead), the next step updates the sources.list which is then followed by the upgrade. 5th and 6th step is to check that the process completes properly and the last step is pretty self explanatory.</p>
<p>Only issue I had with the upgrade was <a target="_blank" href="http://www.vmware.com/products/server/">VMware Server</a> stopped working, which I&#8217;ll probably have to reconfigure/reinstall it as I think some configuration stuff probably got overwritten.</p>
<p><a target="_blank" href="https://help.ubuntu.com/community/">Ubuntu&#8217;s documentation wiki</a> has probably more comprehensive explanations on the <a target="_blank" href="https://help.ubuntu.com/community/EdgyUpgrades">upgrade steps</a> as well as alternative upgrade choices.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2006/10/29/upgrading-ubuntu-606-dapper-drake-to-610-edgy-eft-using-apt-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GParted</title>
		<link>http://blog.siansiew.com/2006/09/19/gparted/</link>
		<comments>http://blog.siansiew.com/2006/09/19/gparted/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 01:33:17 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://siansiew.com/2006/09/19/gparted/</guid>
		<description><![CDATA[If you have ever partitioned your hard disk, Partition Magic would probably be the application you used for it. It&#8217;s probably the de facto software to use for doing anything with partitions with a very low chance of any loss of data (I personally have never got any issues on data loss/corruption). Unfortunately, Partition Magic [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://gparted.sourceforge.net/"><img align="left" title="Gnome" id="image89" alt="Gnome" src="http://siansiew.com/wp-content/uploads/2006/09/gnome-64.png" /></a>If you have ever partitioned your hard disk, <a target="_blank" href="http://www.symantec.com/home_homeoffice/products/overview.jsp?pcid=sp&#038;pvid=pm80">Partition Magic</a> would probably be the application you used for it. It&#8217;s probably the <em>de facto</em> software to use for doing anything with partitions with a very low chance of any loss of data (I personally have never got any issues on data loss/corruption). Unfortunately, Partition Magic isn&#8217;t free.</p>
<p>I recently tried out <a target="_blank" href="http://gparted.sourceforge.net/">GParted</a> (stands for Gnome Partition Editor) to repartition the hard disk on my <a target="_blank" href="http://www.ubuntu.com/">Ubuntu</a> server box. As opposed the Partition Magic which runs only on Windows, GParted can be used regardless of the operating system installed. It boots up via a CD or USB (which you can choose from the site) and is able to support the file systems currently in use by Windows and also Linux.</p>
<p>Its interface is very similar to Partition Magic, so it shouldn&#8217;t be too difficult if you have prior experience with the former. I managed to delete a redundant <a target="_blank" href="http://en.wikipedia.org/wiki/FAT32">FAT32</a> partition I had and resized my /home <a target="_blank" href="http://en.wikipedia.org/wiki/Ext3">ext3</a> partition without much drama. After restarting, everything was in a perfect order, so I don&#8217;t really have much to complain about.</p>
<p><a target="_blank" href="http://gparted.sourceforge.net/livecd.php">Try it</a> out if you&#8217;re looking for a free, open source alternative to Partition Magic.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2006/09/19/gparted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
