<?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>Nitin Ramamurthy Blog</title>
	<atom:link href="http://nitinramamurthy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nitinramamurthy.com</link>
	<description></description>
	<lastBuildDate>Wed, 20 Jul 2011 01:48:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ssh Host key verification failed</title>
		<link>http://nitinramamurthy.com/ssh-host-key-verification-failed/</link>
		<comments>http://nitinramamurthy.com/ssh-host-key-verification-failed/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 01:48:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nitinramamurthy.com/?p=55</guid>
		<description><![CDATA[<p>If you get the following error while trying to SSH into a server, the authorization key has probably changed on the server side:</p> <p>&#160;</p> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the following error while trying to SSH into a server, the authorization key has probably changed on the server side:</p>
<p>&nbsp;</p>
<pre>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
0d:dc:de:52:23:d0:05:92:0d:48:87:cb:0c:22:94:4a.
Please contact your system administrator.
Add correct host key in /Users/xxx/.ssh/known_hosts to get rid of this message.
Offending key in /Users/xxx/.ssh/known_hosts:67
RSA host key for test.server.com has changed and you have requested strict checking.
Host key verification failed.</pre>
<p>&nbsp;</p>
<p>To resolve this, you will need to clear the RSA fingerprint of the server on your client machine. The command to do this:</p>
<pre></pre>
<pre>ssh-keygen -R test.server.com</pre>
<p>&nbsp;</p>
<p>Now, on trying to SSH into the server, your system will prompt you to confirm if you want to add this server&#8217;s RSA fingerprint on your client. Once you confirm, you will be able to connect to the server without any problem going forward.</p>
<h4>Incoming search terms:</h4><ul><li>host key verification failed ssh</li><li>host key verification failed</li><li>how to resolve host key verification failed</li><li>rsa host key for has changed and you have requested strict checking amazon</li><li>ssh host key verification failed</li></ul>]]></content:encoded>
			<wfw:commentRss>http://nitinramamurthy.com/ssh-host-key-verification-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving JVM related Eclipse IDE crashes and OutOfMemoryErrors on OSX</title>
		<link>http://nitinramamurthy.com/resolving-jvm-related-eclipse-ide-crashes-and-outofmemoryerrors-on-osx/</link>
		<comments>http://nitinramamurthy.com/resolving-jvm-related-eclipse-ide-crashes-and-outofmemoryerrors-on-osx/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 11:14:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[MB]]></category>

		<guid isPermaLink="false">http://nitinramamurthy.com/?p=26</guid>
		<description><![CDATA[<p>Eclipse allocates 256 MB of Java heap memory by default. If you encounter frequent Eclipse IDE crashes, you might want to increase the Java heap memory Eclipse uses.</p> <p>The Java heap memory options reside inside the eclipse.ini file in the Eclipse application bundle.</p> <p>To access the eclipse.ini file and make modifications to the JVM settings:</p> [...]]]></description>
			<content:encoded><![CDATA[<p>Eclipse allocates 256 MB of Java heap memory by default. If you encounter frequent Eclipse IDE crashes, you might want to increase the Java heap memory Eclipse uses.</p>
<p>The Java heap memory options reside inside the eclipse.ini file in the Eclipse application bundle.</p>
<p>To access the eclipse.ini file and make modifications to the JVM settings:</p>
<ol>
<li>Locate the Eclipse application<br />
.<a href="http://nitinramamurthy.com/wp-content/uploads/2011/04/1.jpg"><img class="alignnone size-medium wp-image-28" title="1" src="http://nitinramamurthy.com/wp-content/uploads/2011/04/1-300x151.jpg" alt="" width="300" height="151" /></a></li>
<li>Right-click the Eclipse application and choose &#8220;Show Package Contents&#8221;<br />
<a href="http://nitinramamurthy.com/wp-content/uploads/2011/04/2.jpg"><img class="alignnone size-medium wp-image-29" title="2" src="http://nitinramamurthy.com/wp-content/uploads/2011/04/2-300x300.jpg" alt="" width="300" height="300" /></a></li>
<li>Locate the eclipse.ini file<br />
<a href="http://nitinramamurthy.com/wp-content/uploads/2011/04/3.jpg"><img class="alignnone size-medium wp-image-31" title="3" src="http://nitinramamurthy.com/wp-content/uploads/2011/04/3-300x30.jpg" alt="" width="300" height="30" /></a></li>
<li>Change the &#8216;launcher.XXMaxPermSize&#8217; to a size greater than the default 265m<br />
<em>&#8211;launcher.XXMaxPermSize</em><br />
<em>256m </em></li>
<li>Save and relaunch Eclipse.</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Incoming search terms:</h4><ul><li>jvm eclipse crash</li><li>nitin ramamurthy facebook</li></ul>]]></content:encoded>
			<wfw:commentRss>http://nitinramamurthy.com/resolving-jvm-related-eclipse-ide-crashes-and-outofmemoryerrors-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable startup items in Mac OSX</title>
		<link>http://nitinramamurthy.com/how-to-disable-startup-items-in-mac-osx/</link>
		<comments>http://nitinramamurthy.com/how-to-disable-startup-items-in-mac-osx/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 03:15:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://nitinramamurthy.com/?p=20</guid>
		<description><![CDATA[<p>To add or remove items during startup:</p> Under &#8220;System Preferences&#8221;, go into the &#8220;Accounts&#8221; section. Select your login account Under the &#8220;Login items&#8221; tab, you can now add or remove applications during login. <p>&#160;</p>]]></description>
			<content:encoded><![CDATA[<p>To add or remove items during startup:</p>
<ol>
<li>Under &#8220;System Preferences&#8221;, go into the &#8220;Accounts&#8221; section.</li>
<li>Select your login account</li>
<li>Under the &#8220;Login items&#8221; tab, you can now add or remove applications during login.</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nitinramamurthy.com/how-to-disable-startup-items-in-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for Mysql 5.5.8 start issues on MacOS 10.6 Snow Leopard</title>
		<link>http://nitinramamurthy.com/unable-to-start-mysql-5-5-8-on-macos-10-6-snow-leopard/</link>
		<comments>http://nitinramamurthy.com/unable-to-start-mysql-5-5-8-on-macos-10-6-snow-leopard/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 07:54:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://nitinramamurthy.com/?p=4</guid>
		<description><![CDATA[<p>On installing MySQL 5.5.8 on MacOS 10.6, the MySQL preference pane item does not start MySQL server.</p> <p>To resolve the issue, the mysql.server file needs to be modified.</p> Open the mysql.server file<br /> sudo vi /usr/local/mysql/support-files/mysql.server Locate the basedir and datadir configuration strings:<br /> # If you change base dir, you must also change datadir. [...]]]></description>
			<content:encoded><![CDATA[<p>On installing MySQL 5.5.8 on MacOS 10.6, the MySQL preference pane item does not start MySQL server.</p>
<p>To resolve the issue, the mysql.server file needs to be modified.</p>
<ol>
<li>Open the mysql.server file<br />
<em> sudo vi /usr/local/mysql/support-files/mysql.server </em></li>
<li>Locate the basedir and datadir configuration strings:<br />
<em> # If you change base dir, you must also change datadir. These may get<br />
# overwritten by settings in the MySQL configuration files.<br />
basedir=<br />
datadir=</em></li>
<li>Initialize them to:<br />
<em> basedir=/usr/local/mysql<br />
datadir=/usr/local/mysql/data</em></li>
<li>Save the file.</li>
<li>Now you will be able to start MySQL server from the MySQL preference pane.</li>
</ol>
<h4>Incoming search terms:</h4><ul><li>mac unable to restart mysql</li><li>unable to start mysql in mac</li><li>mysqld change datadir -linux -ubuntu -windows</li><li>unable to start mysql prefpane</li></ul>]]></content:encoded>
			<wfw:commentRss>http://nitinramamurthy.com/unable-to-start-mysql-5-5-8-on-macos-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

