<?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>Andy's Techno Blog &#187; Linux-related</title>
	<atom:link href="http://www.andy.name.my/topics/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andy.name.my</link>
	<description>Sharing thaughts &#038; Ideas</description>
	<lastBuildDate>Fri, 15 Jan 2010 16:38:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>yum update – TypeError: unsubscriptable object</title>
		<link>http://www.andy.name.my/2009/09/yum-update-%e2%80%93-typeerror-unsubscriptable-object/</link>
		<comments>http://www.andy.name.my/2009/09/yum-update-%e2%80%93-typeerror-unsubscriptable-object/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 03:55:37 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/?p=69</guid>
		<description><![CDATA[I was trying to update the cPanel server today to the latest version and part of the cPanel scripts do is to update run &#8216;yum update&#8217; which updates the latest rpm packages to the latest edition. Most of the servers in list completed except one which falls with some weird error saying &#8220;TypeError : unsubscriptable [...]]]></description>
		<wfw:commentRss>http://www.andy.name.my/2009/09/yum-update-%e2%80%93-typeerror-unsubscriptable-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to start Apache</title>
		<link>http://www.andy.name.my/2008/11/unable-to-start-apache/</link>
		<comments>http://www.andy.name.my/2008/11/unable-to-start-apache/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:55:15 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/?p=51</guid>
		<description><![CDATA[Some weird error shows up today when trying to start the Apache services at one of the Centos server. The command &#8220;service httpd start&#8221; executed without any errors but there&#8217;s no apache processes running at the server backend. However, apache error logs have the following logged:

[Tue Nov 11 11:28:17 2008] [notice] suEXEC mechanism enabled (wrapper: [...]]]></description>
		<wfw:commentRss>http://www.andy.name.my/2008/11/unable-to-start-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the rpm package for Linux binary</title>
		<link>http://www.andy.name.my/2008/07/finding-the-rpm-package-for-linux-binary/</link>
		<comments>http://www.andy.name.my/2008/07/finding-the-rpm-package-for-linux-binary/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 05:25:47 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/?p=49</guid>
		<description><![CDATA[Use the following command to find the exact rpm packages needed if you can&#8217;t find the exact rpm to be used. Example, if your system is missing the &#8216;nslookup&#8217; command binary, running the following command will shows you the exact package name.

shell># rpm -qf /usr/bin/nslookup
bind-utils-9.3.4-6.0.2.P1.el5_2

]]></description>
		<wfw:commentRss>http://www.andy.name.my/2008/07/finding-the-rpm-package-for-linux-binary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPM error : Package XXXXXXX.rpm is not signed</title>
		<link>http://www.andy.name.my/2008/07/rpm-error-package-xxxxxxxrpm-is-not-signed/</link>
		<comments>http://www.andy.name.my/2008/07/rpm-error-package-xxxxxxxrpm-is-not-signed/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 02:38:59 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/?p=47</guid>
		<description><![CDATA[If you have downloaded any rpms to your local Linux distro server and getting the message :

Package XXXXX.rpm is not signed

You may edit yum.conf by setting the gpgcheck from gpgcheck=1 to gpgcheck=0
]]></description>
		<wfw:commentRss>http://www.andy.name.my/2008/07/rpm-error-package-xxxxxxxrpm-is-not-signed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing yum on Linux VPS</title>
		<link>http://www.andy.name.my/2008/07/installing-yum-on-linux-vps/</link>
		<comments>http://www.andy.name.my/2008/07/installing-yum-on-linux-vps/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 05:20:45 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/?p=46</guid>
		<description><![CDATA[You will need yum if you wish to install any rpms on your Linux machine. However, yum usually is not installed by default on any VPS hosting provider. In order to get this install, you will need the following rpms downloaded. If your Linux VPS is running Centos, just go to the mirror site and [...]]]></description>
		<wfw:commentRss>http://www.andy.name.my/2008/07/installing-yum-on-linux-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove files older than x day</title>
		<link>http://www.andy.name.my/2007/12/remove-files-older-than-x-day/</link>
		<comments>http://www.andy.name.my/2007/12/remove-files-older-than-x-day/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 04:11:22 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/index.php/2007/12/05/remove-files-older-than-x-day/</guid>
		<description><![CDATA[The following command will remove all files older than x days:

find /path_to_files -mtime +x -exec rm {} \;

]]></description>
		<wfw:commentRss>http://www.andy.name.my/2007/12/remove-files-older-than-x-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full duplex or Half duplex?</title>
		<link>http://www.andy.name.my/2007/11/full-duplex-or-half-duplex/</link>
		<comments>http://www.andy.name.my/2007/11/full-duplex-or-half-duplex/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 06:24:37 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/index.php/2007/11/30/full-duplex-or-half-duplex/</guid>
		<description><![CDATA[In Linux environment, you may check if your NIC is running in full/half duplex by executing the following command:

root@localhost [~]# ethtool eth0

Output of the result as:

Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
 [...]]]></description>
		<wfw:commentRss>http://www.andy.name.my/2007/11/full-duplex-or-half-duplex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass &#8216;replace&#8217; in Linux</title>
		<link>http://www.andy.name.my/2007/06/mass-replace-in-linux/</link>
		<comments>http://www.andy.name.my/2007/06/mass-replace-in-linux/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 04:02:41 +0000</pubDate>
		<dc:creator>andy18</dc:creator>
				<category><![CDATA[Linux-related]]></category>

		<guid isPermaLink="false">http://www.andy.name.my/?p=11</guid>
		<description><![CDATA[The following command will have ease your jobs if you would like to do a mass replace of certain keywords in a directory to a certain words

replace &#8216;oldword&#8217; &#8216;newword&#8217; &#8212; /full/physical/path/*

]]></description>
		<wfw:commentRss>http://www.andy.name.my/2007/06/mass-replace-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
