<?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>WebOnRails &#187; ubuntu</title>
	<atom:link href="http://webonrails.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com</link>
	<description>Its all about Ruby On Rails</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:37:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Displaying information about your git repository</title>
		<link>http://webonrails.com/2009/11/12/displaying-information-about-your-git-repository/</link>
		<comments>http://webonrails.com/2009/11/12/displaying-information-about-your-git-repository/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:09:15 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[utility scripts]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Rubyonrails]]></category>

		<guid isPermaLink="false">http://webonrails.com/?p=332</guid>
		<description><![CDATA[Want to see information about your git repository? Based on a discussion here Duane Johnson wrote a very useful bash script. I am using this script from months and would like to share with you. You can download this script here(). You can also add an alias like below, so that I can be a]]></description>
			<content:encoded><![CDATA[<p>Want to see information about your git repository?</p>
<p>Based on a discussion <a href="http://kerneltrap.org/mailarchive/git/2007/11/12/406496">here</a> Duane Johnson wrote a very useful bash script.  I am using this script from months and would like to share with you. You can download this script here(<a class="downloadlink" href="http://webonrails.com/wp-content/plugins/download-monitor/download.php?id=8" title=" downloaded 489 times" >git-info.txt (489)</a>).</p>
<p>You can also add an alias like below, so that I can be a accessed by a single command &#8220;gitinfo&#8221;</p>
<pre class="brush: bash;">
alias gitinfo=&quot;/home/akhil/git-info.txt&quot;
</pre>
<p>When you run this script from your working copy it displays:</p>
<ul>
<li>Remote URL</li>
<li>Remote Branches</li>
<li>Local Branches</li>
<li>Configuration (.git/config)</li>
<li>Most Recent Commit</li>
</ul>
<p>Isn&#8217;t it useful, give it a try <img src='http://webonrails.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://webonrails.com/2009/11/12/displaying-information-about-your-git-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change timezone of ubuntu machine from command line</title>
		<link>http://webonrails.com/2009/07/15/change-timezone-of-ubuntu-machine-from-command-line/</link>
		<comments>http://webonrails.com/2009/07/15/change-timezone-of-ubuntu-machine-from-command-line/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 15:47:51 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://webonrails.com/?p=303</guid>
		<description><![CDATA[If you guys want to change timezone of your ubuntu machine then you can do it by issuing: dpkg-reconfigure tzdata This may be helpful if you deal with servers.]]></description>
			<content:encoded><![CDATA[<p>If you guys want to change timezone of your ubuntu machine then you can do it by issuing:</p>
<pre class="brush: bash;">
dpkg-reconfigure tzdata
</pre>
<p>This may be helpful if you deal with servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://webonrails.com/2009/07/15/change-timezone-of-ubuntu-machine-from-command-line/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Multiple versions of ruby on ubuntu</title>
		<link>http://webonrails.com/2009/06/23/multiple-versions-of-ruby-on-ubuntu/</link>
		<comments>http://webonrails.com/2009/06/23/multiple-versions-of-ruby-on-ubuntu/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 15:33:26 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[ROR]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rubyonrails]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[rails_plugin]]></category>

		<guid isPermaLink="false">http://webonrails.com/?p=300</guid>
		<description><![CDATA[Three-Four days ago I was in a situation where I need to have multiple versions of ruby and rubygems on my ubuntu machine. I was lucky, I found an awesome article http://blog.michaelgreenly.com/2008/08/multiple-versions-of-ruby-on-ubuntu-2.html. This really solved my problem, Many thanks to Michael Greenly.]]></description>
			<content:encoded><![CDATA[<p>Three-Four days ago I was in a situation where I need to have multiple versions of ruby and rubygems on my ubuntu machine. I was lucky, I found an awesome article <a href="http://blog.michaelgreenly.com/2008/08/multiple-versions-of-ruby-on-ubuntu-2.html">http://blog.michaelgreenly.com/2008/08/multiple-versions-of-ruby-on-ubuntu-2.html</a>. This really solved my problem, Many thanks to Michael Greenly.</p>
]]></content:encoded>
			<wfw:commentRss>http://webonrails.com/2009/06/23/multiple-versions-of-ruby-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
