<?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; linux</title>
	<atom:link href="http://blog.sriunplugged.com/tag/linux/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>More than 100% CPU in top in Linux/Mac</title>
		<link>http://blog.sriunplugged.com/linux/100-cpu-top-linuxmac/</link>
		<comments>http://blog.sriunplugged.com/linux/100-cpu-top-linuxmac/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 23:20:23 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[interview]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[threads]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=415</guid>
		<description><![CDATA[Tweet If you are power linux/mac user you should have noticed at least once that top shows more than 100% CPU for a process. I also have seen this multiple times but always wondered how it can be. Here is an example of how my top looked when I started my java and was doing [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/100-cpu-top-linuxmac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>How to Save file in vi not opened with sudo</title>
		<link>http://blog.sriunplugged.com/shell-scripting/how-to-save-file-in-vi-not-opened-with-sudo/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/how-to-save-file-in-vi-not-opened-with-sudo/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 22:30:30 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=93</guid>
		<description><![CDATA[Tweet It has happened to me a lot of times that i edit a file in vi. I insert and edit a lot and finally when I try to save it I find that I dont have permission for it. If only I had opened it with sudo. I found a solution for this issue. [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/how-to-save-file-in-vi-not-opened-with-sudo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Auto Away Notifier for Pidgin in Perl</title>
		<link>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 10:05:22 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[acpi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[Auto Away Notifier]]></category>
		<category><![CDATA[Auto Away Notifier Perl]]></category>
		<category><![CDATA[Auto Away Plugin]]></category>
		<category><![CDATA[FILE]]></category>
		<category><![CDATA[LID]]></category>
		<category><![CDATA[Purple Debug]]></category>
		<category><![CDATA[Tools Plugins]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=10</guid>
		<description><![CDATA[Tweet Whenever I am away from laptop my chat buddies leave me lots message and finally lots of &#8220;You there???&#8221;. So I thought of making a script that would inform my buddies that I am away when someone sends me a message. This method works with Pigin API. I have used /proc/acpi/button/lid/C267/state file to find [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BSNL Dataone Auto Downloader</title>
		<link>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 21:41:43 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[acpi]]></category>
		<category><![CDATA[dataone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[GMT]]></category>
		<category><![CDATA[RTC]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[UTC]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=8</guid>
		<description><![CDATA[Tweet Bsnl(India) provides an account that has 2am to 8am unlimited download. It was not easy to wake up at 2am and switch on the computer and sleep again. So I tried to find a method to switch on the computer automatically at 2am and download and shutdown at 8am. Although the I thought the [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Script for Auto Copying of Cds/Dvds</title>
		<link>http://blog.sriunplugged.com/shell-scripting/auto-copy-cd/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/auto-copy-cd/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 09:12:30 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Cd Drive Found]]></category>
		<category><![CDATA[Cd Ejected]]></category>
		<category><![CDATA[Folder Name]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Waiting Cd]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=57</guid>
		<description><![CDATA[Tweet Here is a script that i created for automatically copying all the files in cd to a folder and ejecting and waiting for the next cd. So here is how it works. You need to change the folder names and paths accordingly. And the shell script as This script depends on the copy Script [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/auto-copy-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy in Linux with Ui</title>
		<link>http://blog.sriunplugged.com/shell-scripting/copy-linux-ui/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/copy-linux-ui/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 07:59:15 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=49</guid>
		<description><![CDATA[Tweet The program here is an UI for cp command. I have used cp in the background but over that I am just monitoring the files copied and speed of copying. It&#8217;s not a perfected program. It&#8217;s quick one but works fine. Execution: Create a file named copy and insert the following code and give [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/copy-linux-ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Servers in Linux</title>
		<link>http://blog.sriunplugged.com/linux/microsoft-servers-in-linux/</link>
		<comments>http://blog.sriunplugged.com/linux/microsoft-servers-in-linux/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 19:42:10 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[PORT]]></category>
		<category><![CDATA[Running Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SERVICE]]></category>
		<category><![CDATA[Starting Nmap]]></category>
		<category><![CDATA[STATE]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=74</guid>
		<description><![CDATA[Tweet Well this is funny Microsoft has it&#8217;s &#8221; download.microsoft.com&#8221; servers running in linux. Good going guys. You people know what&#8217;s the best suited ones. But do you know a product of yours called Windows Server edition? Related Posts: Posts on Interview More Than 100% CPU In Top In Linux/Mac Service Engineer/System Administrator Interview Questions [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/microsoft-servers-in-linux/feed/</wfw:commentRss>
		<slash:comments>6</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>Adding RedHat DVD as Repository</title>
		<link>http://blog.sriunplugged.com/linux/adding-redhat-dvd-as-repository/</link>
		<comments>http://blog.sriunplugged.com/linux/adding-redhat-dvd-as-repository/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 19:08:23 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[Procedure Files]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=156</guid>
		<description><![CDATA[Tweet When we try out a new linux OS its always a pain to download and install all the software and  add packages we needs on that. Its even worse if you don&#8217;t have an unlimited connection. But actually most of the software we need is already there in the CD/DVD in which the operating [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/adding-redhat-dvd-as-repository/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

