<?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>igoY.in</title>
	<atom:link href="http://www.igoy.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igoy.in</link>
	<description>The Journey of Yogi</description>
	<lastBuildDate>Thu, 19 Jan 2012 21:54:16 +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>Yet Another Sunset from Columbia Plaza, December 2011</title>
		<link>http://www.igoy.in/yet-another-sunset-from-columbia-plaza-december-2011/</link>
		<comments>http://www.igoy.in/yet-another-sunset-from-columbia-plaza-december-2011/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 04:31:57 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Landscape]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Columbia Plaza]]></category>
		<category><![CDATA[Sunsets]]></category>
		<category><![CDATA[Twilight]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=667</guid>
		<description><![CDATA[This image was a part of TimeLapse project. Though the project didn&#8217;t came along good, but this image was awesome. So couldn&#8217;t resist posting this one.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.igoy.in/wp-content/uploads/2011/12/IMG_0006.jpg" rel="shadowbox[sbpost-667];player=img;" title="Twilight"><img src="http://www.igoy.in/wp-content/uploads/2011/12/IMG_0006-300x200.jpg" alt="" title="Twilight" width="300" height="200" class="aligncenter size-medium wp-image-668" /></a><br />
This image was a part of TimeLapse project. Though the project didn&#8217;t came along good, but this image was awesome. So couldn&#8217;t resist posting this one.<br />
<span id="more-667"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/yet-another-sunset-from-columbia-plaza-december-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sunset from Columbia Plaza, November</title>
		<link>http://www.igoy.in/sunset-from-columbia-plaza-november/</link>
		<comments>http://www.igoy.in/sunset-from-columbia-plaza-november/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 23:22:03 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Landscape]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=663</guid>
		<description><![CDATA[Took this photo in a snap when my friends actually pointed me at this amazing sunset. Same old favorite lens 50mm 1.8F with Canon T1i.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.igoy.in/wp-content/uploads/2011/11/IMG_1324-1.jpg" rel="shadowbox[sbpost-663];player=img;" title="Sunset from Columbia Plaza"><img src="http://www.igoy.in/wp-content/uploads/2011/11/IMG_1324-1-300x200.jpg" alt="" title="Sunset from Columbia Plaza" width="300" height="200" class="aligncenter size-medium wp-image-664" /></a><br />
Took this photo in a snap when my friends actually pointed me at this amazing sunset. Same old favorite lens 50mm 1.8F with Canon T1i.<span id="more-663"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/sunset-from-columbia-plaza-november/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Home directory for linux</title>
		<link>http://www.igoy.in/java-home-directory-for-linux/</link>
		<comments>http://www.igoy.in/java-home-directory-for-linux/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 16:54:24 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=650</guid>
		<description><![CDATA[Problem How many times it has happen, that you came across some TUI setup and you have been asked to give the path to JAVA HOME. For me, numerous times. Some details JAVA HOME basically asks you to give the home directory off JAVA binary. But in the world of linux, whenever Java (JDK/SDK/JRE) is [...]]]></description>
			<content:encoded><![CDATA[<h5>Problem</h5>
<p>How many times it has happen, that you came across some TUI setup and you have been asked to give the path to JAVA HOME. For me, numerous times.</p>
<h5>Some details</h5>
<p>JAVA HOME basically asks you to give the home directory off JAVA binary. But in the world of linux, whenever Java (JDK/SDK/JRE) is updated it never deletes the previous version of JAVA but adds the new version of it, so the backward compatible software could run nice and crisp using older JAVA binaries.<br />
<span id="more-650"></span></p>
<h5>Solution</h5>
<p>This is where I thought of sharing my thought on how to get the location of latest JAVA HOME directory.</p>
<p>Fire up a terminal and do<br />
<code>$ which java</code> (This will return the path of the current java binary. Over here its /usr/bin/java)<br />
<code>$ ls -alh /usr/bin/java</code> ( This will return true path to the symbolic link. Over here its /etc/alternatives/java.<br />
<code>$ls -alh /etc/alternatives/java</code> ( This will return true path to this symbolic link which is actual JAVA HOME path)</p>
<p><a href="http://www.igoy.in/wp-content/uploads/2011/11/Screen-Shot-2011-11-23-at-11.41.05-AM.png" rel="shadowbox[sbpost-650];player=img;" title="JAVA HOME in linux"><img class="aligncenter size-full wp-image-652" title="JAVA HOME in linux" src="http://www.igoy.in/wp-content/uploads/2011/11/Screen-Shot-2011-11-23-at-11.41.05-AM.png" alt="" width="555" /></a></p>
<p>Now you may set up the path for it as mentioned over this post <a href="http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/" target="_blank">Set JAVA HOME path</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/java-home-directory-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>US Capitol</title>
		<link>http://www.igoy.in/us-capitol/</link>
		<comments>http://www.igoy.in/us-capitol/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 20:06:21 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Landscape]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=644</guid>
		<description><![CDATA[Had taken it an year ago. By the way all my images are available for download. If you need it without my signature you will have to mail to me using Contact Form.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.igoy.in/wp-content/uploads/2011/11/US-Capitol.jpg" rel="shadowbox[sbpost-644];player=img;" title="US Capitol"><img class="size-medium wp-image-645 aligncenter" title="US Capitol" src="http://www.igoy.in/wp-content/uploads/2011/11/US-Capitol-300x200.jpg" alt="" width="300" height="200" /></a><br />
Had taken it an year ago. By the way all my images are available for download. If you need it without my signature you will have to mail to me using Contact Form.<br />
<span id="more-644"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/us-capitol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maid of the Mist Dock</title>
		<link>http://www.igoy.in/maid-of-the-mist-dock/</link>
		<comments>http://www.igoy.in/maid-of-the-mist-dock/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 15:33:18 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Close Up]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=637</guid>
		<description><![CDATA[Maid a trip to Niagara Falls. Maid of Mist is one thing you should not miss over there.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.igoy.in/wp-content/uploads/2011/10/Maid-of-the-Mist.jpg" rel="shadowbox[sbpost-637];player=img;" title="Maid of the Mist"><img src="http://www.igoy.in/wp-content/uploads/2011/10/Maid-of-the-Mist-300x225.jpg" alt="" title="Maid of the Mist" width="300" height="225" class="alignnone size-medium wp-image-638" /></a><br />
Maid a trip to Niagara Falls. Maid of Mist is one thing you should not miss over there.<br />
<span id="more-637"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/maid-of-the-mist-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New England Aquarium, Boston</title>
		<link>http://www.igoy.in/boston-new-england-aquarium/</link>
		<comments>http://www.igoy.in/boston-new-england-aquarium/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:20:32 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Landscape]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=625</guid>
		<description><![CDATA[Had taken a Boston trip]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.igoy.in/wp-content/uploads/2011/09/Boston-New-England-Acquarium.jpg" rel="shadowbox[sbpost-625];player=img;" title="Boston - New England Aquarium"><img src="http://www.igoy.in/wp-content/uploads/2011/09/Boston-New-England-Acquarium-300x225.jpg" alt="" title="Boston - New England Aquarium" width="300" height="225" class="alignnone size-medium wp-image-626" /></a><br />
Had taken a Boston trip <abbr title="August 26 - 29, 2011"this weekend</abbr>. Captured this harbor at New England Aquarium in Boston.<br />
<span id="more-625"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/boston-new-england-aquarium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplescalar Installation [Video]</title>
		<link>http://www.igoy.in/simplescalar-installation-video/</link>
		<comments>http://www.igoy.in/simplescalar-installation-video/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 16:37:08 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=611</guid>
		<description><![CDATA[This is a follow up Video of my post : Simplescalar Installation made Simple (If for some reasons link doesnt work then see it at my Youtube Channel Initial video lenght was 40 mins, but I had to make is short .. &#8211; Before you proceed, remember you need to complete the setup in one [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://www.youtube.com/v/H1Xhggu4h4c" rel="shadowbox;width=1024"><img src="http://www.igoy.in/wp-content/uploads/2011/08/PlayIgoyIn.png" class="aligncenter size-medium wp-image-545" /></a></center><br />
This is a follow up Video of my post : <a href="http://www.igoy.in/simplescalar-installation-made-simple/">Simplescalar Installation made Simple</a> (If for some reasons link doesnt work then see it at my <a rel="nobox" href="http://www.youtube.com/watch?v=H1Xhggu4h4c">Youtube Channel</a><br />
<span id="more-611"></span><br />
Initial video lenght was 40 mins, but I had to make is short ..<br />
&#8211;<br />
Before you proceed, remember you need to complete the setup in one terminal login. Its because you set the env variables which are needed while installation.  </p>
<p>Please shoot comments if you require more assistance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/simplescalar-installation-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leaf a life</title>
		<link>http://www.igoy.in/leaf-a-life/</link>
		<comments>http://www.igoy.in/leaf-a-life/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 02:53:06 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Macro]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=603</guid>
		<description><![CDATA[Summer 2011, Washington DC : ISO 500, 190mm f/5, 1/200 &#124; Sigma 70-300 DG Macro Telephoto Zoom Lens]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.igoy.in/wp-content/uploads/2011/06/Leaf-a-life.jpg" rel="shadowbox[sbpost-603];player=img;" title="Leaf a life"><img src="http://www.igoy.in/wp-content/uploads/2011/06/Leaf-a-life-300x200.jpg" alt="" title="Leaf a life" width="300" height="200" class="alignnone size-medium wp-image-605" /></a><br />
Summer 2011, Washington DC : ISO 500, 190mm f/5, 1/200 | Sigma 70-300 DG Macro Telephoto Zoom Lens<br />
<span id="more-603"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/leaf-a-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cherry Blossom &#8211; DC</title>
		<link>http://www.igoy.in/cherry-blossom-dc/</link>
		<comments>http://www.igoy.in/cherry-blossom-dc/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 13:00:46 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=590</guid>
		<description><![CDATA[This is how Kogan Plaza looks in Cherry Blossom]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.igoy.in/wp-content/uploads/2011/04/Cherry.jpg" rel="shadowbox[sbpost-590];player=img;" title="Cherry"><img class="alignnone size-medium wp-image-593" title="Cherry" src="http://www.igoy.in/wp-content/uploads/2011/04/Cherry-300x199.jpg" alt="" width="300" height="199" /></a><span id="more-590"></span><br />
This is how Kogan Plaza looks in Cherry Blossom</p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/cherry-blossom-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the Unknown Device name of PS3 in Windows</title>
		<link>http://www.igoy.in/change-the-unknown-device-name-of-ps3-in-windows/</link>
		<comments>http://www.igoy.in/change-the-unknown-device-name-of-ps3-in-windows/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 06:29:51 +0000</pubDate>
		<dc:creator>mhatrey</dc:creator>
				<category><![CDATA[Console]]></category>
		<category><![CDATA[Playstation 3]]></category>

		<guid isPermaLink="false">http://www.igoy.in/?p=568</guid>
		<description><![CDATA[The post title is self explanatory. In this video tutorial we will change the &#8220;Unknown Device&#8221; name of PS3 into something we want. If you are not able to view this video then you can watch it on my Youtube Channel]]></description>
			<content:encoded><![CDATA[<p>The post title is self explanatory. </p>
<p>In this video tutorial we will change the &#8220;Unknown Device&#8221; name of PS3 into something we want.</p>
<p><a rel="shadowbox; width=1000" href="http://www.youtube.com/v/uOMbdEF1hh8"><img src="http://www.igoy.in/wp-content/uploads/2011/03/Name-of-PS3-copy-300x237.png" width="300" height="237" class="aligncenter size-medium wp-image-573" /></a></p>
<p>If you are not able to view this video then you can watch it on my <a rel="nobox" href="http://www.youtube.com/watch?v=uOMbdEF1hh8">Youtube Channel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igoy.in/change-the-unknown-device-name-of-ps3-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

