<?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; date</title>
	<atom:link href="http://blog.sriunplugged.com/tag/date/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>Customizing Mysql Prompt For multiple Servers</title>
		<link>http://blog.sriunplugged.com/mysql/customizing-mysql-prompt-for-multiple-servers/</link>
		<comments>http://blog.sriunplugged.com/mysql/customizing-mysql-prompt-for-multiple-servers/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 02:11:33 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux Mac]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[variable]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=98</guid>
		<description><![CDATA[Tweet If you are using mysql regularly on multiple servers its really useful to have the promt in mysql to show something more than mysql&#62;. It would be useful if it showed the username,hostname, current database and things like that. So how to do this. One method is on login into a client you can [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/customizing-mysql-prompt-for-multiple-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generate Date from a range in Mysql and pad the results where no date is present</title>
		<link>http://blog.sriunplugged.com/mysql/generate-date-range/</link>
		<comments>http://blog.sriunplugged.com/mysql/generate-date-range/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 10:35:03 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[Generate Date]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[union]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=299</guid>
		<description><![CDATA[Tweet If you want to generate dates, MYSQL doesn&#8217;t have a range function, so I wrote a work around for the same. So how  it works is I have reused a code to generate numbers from my previous post. So I added date function to that query and reduce the generated numbers from the date. [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/generate-date-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group by Date when Stored in Mysql DataBase as Date Time</title>
		<link>http://blog.sriunplugged.com/mysql/group-date-stored-mysql-database-date-time/</link>
		<comments>http://blog.sriunplugged.com/mysql/group-date-stored-mysql-database-date-time/#comments</comments>
		<pubDate>Mon, 10 May 2010 16:44:52 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[as mysql]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date function]]></category>
		<category><![CDATA[date time]]></category>
		<category><![CDATA[group by]]></category>
		<category><![CDATA[order by]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=187</guid>
		<description><![CDATA[Tweet I have a table called date_count with 2 columns one is a value and another is a date time, say called date_time in mysql. Date Time in mysql is stored as dd-mm-yy hh:mm:ss. The issue comes when I need to get the number of rows per day. As its stored as date time format [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/group-date-stored-mysql-database-date-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change Timezone in Linux from command line</title>
		<link>http://blog.sriunplugged.com/linux/change-timezone-in-linux-from-command-line/</link>
		<comments>http://blog.sriunplugged.com/linux/change-timezone-in-linux-from-command-line/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 12:37:28 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Change Timezone Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[ZONE]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=126</guid>
		<description><![CDATA[Tweet Changing the timezone in linux is done in a weird method. There is no configuration file where you can edit and change timezone. The method is simple and very easy. You need to link to the timezone you need. Find the timezone file you need in /usr/share/zoneinfo/. Go to correct folder and find the [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/change-timezone-in-linux-from-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

