<?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>One day at a time &#187; linux</title>
	<atom:link href="http://www.terencekwan.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terencekwan.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 14 Mar 2010 18:28:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to do javascript subclassing</title>
		<link>http://www.terencekwan.com/how-to-do-javascript-subclassing</link>
		<comments>http://www.terencekwan.com/how-to-do-javascript-subclassing#comments</comments>
		<pubDate>Fri, 20 Mar 2009 08:03:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.terencekwan.com/?p=71</guid>
		<description><![CDATA[http://www.golimojo.com/etc/js-subclass.html

function subclass(constructor, superConstructor)
{
function surrogateConstructor()
{
}
surrogateConstructor.prototype = superConstructor.prototype;
var prototypeObject = new surrogateConstructor();
prototypeObject.constructor = constructor;
constructor.prototype = prototypeObject;
}

]]></description>
		<wfw:commentRss>http://www.terencekwan.com/how-to-do-javascript-subclassing/feed</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>Adding a second IP address to Fedora Linux</title>
		<link>http://www.terencekwan.com/adding-a-second-ip-address-to-fedora-linux</link>
		<comments>http://www.terencekwan.com/adding-a-second-ip-address-to-fedora-linux#comments</comments>
		<pubDate>Tue, 06 Jan 2009 23:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.terencekwan.com/?p=35</guid>
		<description><![CDATA[http://www.oclc.org/support/documentation/ezproxy/technote/2l.htm
These are the steps to add the second IP address to your existing network adapter under non-SUSE distributions of Linux.

 Become root on your system, either by logging into that account or using the su command.
Change your current directory to the /etc/sysconfig/network-scripts directory with the command:

cd /etc/sysconfig/network-scripts


 Check for existing network adapters with the command:
 [...]]]></description>
		<wfw:commentRss>http://www.terencekwan.com/adding-a-second-ip-address-to-fedora-linux/feed</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>sendmail 451 Name server timeout</title>
		<link>http://www.terencekwan.com/sendmail-451-name-server-timeout</link>
		<comments>http://www.terencekwan.com/sendmail-451-name-server-timeout#comments</comments>
		<pubDate>Fri, 17 Oct 2008 16:57:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://www.terencekwan.com/?p=17</guid>
		<description><![CDATA[This is something related to sendmail IPv6 support.

cd /etc/mail
sendmail.mc and add the following at the end of the file:
define(`confBIND_OPTS&#8217;, `WorkAroundBrokenAAAA&#8217;)dnl
type make
restart sendmail

]]></description>
		<wfw:commentRss>http://www.terencekwan.com/sendmail-451-name-server-timeout/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
