<?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>Srijith Unplugged &#187; Ubuntu</title>
	<atom:link href="http://blog.sriunplugged.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sriunplugged.com</link>
	<description>The place where I share my experiments on my computer</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:57:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Automatic Command Archive</title>
		<link>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 10:45:19 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[HISTFILESIZE]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=4</guid>
		<description><![CDATA[Tweet The default command storing size of ubuntu is 500 commands. It stores the commands in home folder in the file &#8220;.bash_history&#8221; . The problem is 500 commands is too short of a size. One method is to increase the command size to a large value by changing the $HISTFILESIZE variable using the following command [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automatic Desktop Wallpaper Changer for Linux</title>
		<link>http://blog.sriunplugged.com/shell-scripting/automatic-desktop-wallpaper-changer/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/automatic-desktop-wallpaper-changer/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 07:17:21 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[RANDOM]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=6</guid>
		<description><![CDATA[Tweet I have a lot of wallpaper that I wanted to switch automatically. After a lot of search i found that there a command way to control all the gnome settings. So I the command I used is &#8220;gconftool-2&#8220;. So code is like: I have used the DBUS_SESSION variable to make it compatible with Ubuntu [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/automatic-desktop-wallpaper-changer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;Send To&#8221; in Linux for Nautilus</title>
		<link>http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 16:31:54 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[Choose Destination]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Nautilus Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=3</guid>
		<description><![CDATA[It's been a common practice among the windows users to right click and search for "Send To" option when a file needs to copied to the USB or any other Drive. 
Why spare me, even i used to do this while using windows, when to my astonishment i found that there exists no such option in the default window ("Nautilus") in Ubuntu. So i thought of making one for my]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

