<?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; command</title>
	<atom:link href="http://blog.sriunplugged.com/tag/command/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>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>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>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>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>
		<item>
		<title>Tab Feature in Vim</title>
		<link>http://blog.sriunplugged.com/vi/tab-feature-in-vim/</link>
		<comments>http://blog.sriunplugged.com/vi/tab-feature-in-vim/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 04:05:22 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Next Tab]]></category>
		<category><![CDATA[Previous Tab]]></category>
		<category><![CDATA[Tab Opening Files]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=117</guid>
		<description><![CDATA[Tweet Vim is one of the simplest looking but most powerful editor I have seen. So thought of listing a few interesting one that I came across. Tab Opening of Files. There are two methods of starting files in tabs. By opening vi the files you want to open: This is done by using the [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/vi/tab-feature-in-vim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Restoring the Grub after reinstalling Windows</title>
		<link>http://blog.sriunplugged.com/linux/restoring-the-grub-after-reinstalling-windows/</link>
		<comments>http://blog.sriunplugged.com/linux/restoring-the-grub-after-reinstalling-windows/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 14:05:28 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Master Boot Record]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[Restoring Grub]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=15</guid>
		<description><![CDATA[Tweet After reinstalling windows or fixing MBR(Master Boot Record) you always loose your grub and you cannot boot to your linux. So this post is about the methods of restoring the grub. There are three methods I use. I will explain all three. All three methods need a live cd of a linux. You need [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/restoring-the-grub-after-reinstalling-windows/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Check the port in which the Mysql is running on</title>
		<link>http://blog.sriunplugged.com/mysql/check-port-mysql-running/</link>
		<comments>http://blog.sriunplugged.com/mysql/check-port-mysql-running/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 12:21:43 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[global variables]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[PORT]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[VARIABLES]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=279</guid>
		<description><![CDATA[Tweet Mysql can be configured to run other ports other than the default port (of 3306). So what will you do when you need to find the port on which a mysql server runs on. If you don&#8217;t have access to the server files and can access the server only using the mysql client, the [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/check-port-mysql-running/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Check if a table exists in MySQL from PHP</title>
		<link>http://blog.sriunplugged.com/php/check-table-exists-mysql-php/</link>
		<comments>http://blog.sriunplugged.com/php/check-table-exists-mysql-php/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:55:55 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[DBNAME]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=170</guid>
		<description><![CDATA[Tweet Sometimes its necessary to execute a query or execute some code if a table exists or not. So a bit of searching got me to the conclusion that mysql doesn&#8217;t have a direct query or method for it from php. So there are two methods to do it. Use the mysql command show tables [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/php/check-table-exists-mysql-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

