<?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>LAMP On Focus &#187; Linux</title>
	<atom:link href="http://www.rajavarma.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rajavarma.com</link>
	<description>PHP, MySQL, Linux practical usage.</description>
	<lastBuildDate>Tue, 02 Feb 2010 08:25:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Subverion : Check out files affected during a specific commit revision</title>
		<link>http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/</link>
		<comments>http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 09:31:38 +0000</pubDate>
		<dc:creator>Raja</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/</guid>
		<description><![CDATA[I am using SVN for my code management, and recently I needed to get only the files that where commited on a particular version. Looking around there was no straight way of doing this. But, this can be achived by the following steps., Get the list of files commited on a particular revision number.svn log [...]]]></description>
		<wfw:commentRss>http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run ifconfig as a non-root user</title>
		<link>http://www.rajavarma.com/2009/01/05/run-ifconfig-as-a-non-root-user/</link>
		<comments>http://www.rajavarma.com/2009/01/05/run-ifconfig-as-a-non-root-user/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 12:39:51 +0000</pubDate>
		<dc:creator>Raja</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.rajavarma.com/?p=45</guid>
		<description><![CDATA[Recently I needed to extract the ip number of the box on which my script was running, and had to decide the behaviour of tool. Upon digging around, worked out a command snippet that worked, as given below. ifconfig eth0&#124;sed -n &#34;/inet addr:.*/{s/.*inet addr://; s/ .*//; p}&#34; But the problem was ifconfig only works as [...]]]></description>
		<wfw:commentRss>http://www.rajavarma.com/2009/01/05/run-ifconfig-as-a-non-root-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
