<?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>Ketan&#039;s Musings &#187; linux</title>
	<atom:link href="http://ketan.padegaonkar.name/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://ketan.padegaonkar.name</link>
	<description>Where he blogs about his eclipse musings</description>
	<lastBuildDate>Fri, 23 Jul 2010 16:03:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Port forwarding using IPTables</title>
		<link>http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html</link>
		<comments>http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html#comments</comments>
		<pubDate>Wed, 07 Nov 2007 13:58:50 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[adsl]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[port-forwarding]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html</guid>
		<description><![CDATA[I&#8217;ve got a UT300R2U ADSL router that has a really bad web based UI that did not let me setup some basic port-forwarding rules. Thankfully the router was a linux based router with telnet installed on it. I was able to log in using the admin user, and set the following iptable rules: #iptables -I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a UT300R2U ADSL router that has a really bad web based UI that did not let me setup some basic <a href="http://en.wikipedia.org/wiki/Port_forwarding">port-forwarding</a> rules.</p>
<p>Thankfully the router was a linux based router with telnet installed on it. I was able to log in using the admin user, and set the following iptable rules:</p>
<p><code><br />
#iptables -I PREROUTING -t nat -p tcp --dport 8080 -i ppp_0_35_1 -j DNAT --to 192.168.1.11:8080<br />
#iptables -I FORWARD -p tcp -d 192.168.1.11 --dport 8080 -i ppp_0_35_1 -o br0 -j ACCEPT<br />
#iptables -I FORWARD -p tcp -s 192.168.1.11 --sport 8080 -i br0 -o ppp_0_35_1 -j ACCEPT<br />
</code></p>
<p>the IP address 192.168.1.11 is the webserver that&#8217;s hosting tomcat on port 8080.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html&amp;title=Port+forwarding+using+IPTables" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html&amp;title=Port+forwarding+using+IPTables" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Port+forwarding+using+IPTables+-+http://bit.ly/bUKyAN&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html&amp;t=Port+forwarding+using+IPTables" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html&amp;title=Port+forwarding+using+IPTables&amp;description=I%27ve%20got%20a%20UT300R2U%20ADSL%20router%20that%20has%20a%20really%20bad%20web%20based%20UI%20that%20did%20not%20let%20me%20setup%20some%20basic%20port-forwarding%20rules.%0A%0AThankfully%20the%20router%20was%20a%20linux%20based%20router%20with%20telnet%20installed%20on%20it.%20I%20was%20able%20to%20log%20in%20using%20the%20admin%20user%2C%20and%20set%20the%20following%20iptable%20rules%3A%0A%0A%0A%23iptables%20-I%20P" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/11/07/port-forwarding-using-iptables.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Player on 64-bit FireFox on Linux</title>
		<link>http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html</link>
		<comments>http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 08:37:45 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[experiences]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash-player]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nspluginwrapper]]></category>
		<category><![CDATA[sun-microsystems]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html</guid>
		<description><![CDATA[Here&#8217;s how to get your firefox running on a 64 bit Linux machine to work with 32 bit plugins. I&#8217;ve tried this with gentoo, it should work with ubuntu or kubuntu or any other distro of your choice. Download and install nspluginwrapper from http://gwenole.beauchesne.info/projects/nspluginwrapper/. For ubuntu, there are some instructions on how to do this [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to get your firefox running on a 64 bit Linux machine to work with 32 bit plugins. I&#8217;ve tried this with gentoo, it should work with ubuntu or kubuntu or any other distro of your choice.</p>
<p>Download and install nspluginwrapper from <a href="http://gwenole.beauchesne.info/projects/nspluginwrapper/">http://gwenole.beauchesne.info/projects/nspluginwrapper/</a>.</p>
<p>For ubuntu, there are some instructions on how to do this here (<a href="http://ubuntuforums.org/showthread.php?t=341727">http://ubuntuforums.org/showthread.php?t=341727</a>). On gentoo I had to
<pre> #emerge nspluginwrapper</pre>
<p>Download the flash installer from the website here: <a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz">http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz</a>. Untar the installer:</p>
<pre>$ tar -zxvf install_flash_player_9_linux.tar.gz</pre>
<p>Step into the installer directory:</p>
<pre>cd install_flash_player_9_linux</pre>
<p>Edit the installer file:</p>
<pre>vi flashplayer-installer #use nano or gedit if you like</pre>
<p>Navigate to line 47 (this inside the function exit_cpu) and comment out the line that says exit 1.</p>
<pre># the architecture is not supported
exit_cpu () {
  echo ""
  echo "ERROR: Your architecture, \'$1\', is not supported by the"
  echo "       $PRODUCT installer."
  echo ""
  #exit 1   # this was line 47
}</pre>
<p>Install the flash plugin, I used the default paths, you can choose the paths according to what you have on your computer (I used /home/ketan/.mozilla)</p>
<pre>./flashplayer-installer</pre>
<p>Now verify that the plugin actually got installed in the directory that you specified</p>
<pre>$ ls /home/ketan/.mozilla/plugins</pre>
<p>Use nspluginwrapper to create a 64-bit wrapper around this 32 bit plugin. (thanks to <a href="#comment-1037">Lance</a> for a typo update)</p>
<pre>$ nspluginwrapper -i /home/ketan/.mozilla/plugins/libflashplayer.so</pre>
<p>Now restart firefox, that should get you to run firefox with flash player.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;title=Flash+Player+on+64-bit+FireFox+on+Linux" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;title=Flash+Player+on+64-bit+FireFox+on+Linux" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Flash+Player+on+64-bit+FireFox+on+Linux+-+http://bit.ly/cP1lhn&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;t=Flash+Player+on+64-bit+FireFox+on+Linux" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html&amp;title=Flash+Player+on+64-bit+FireFox+on+Linux&amp;description=Here%27s%20how%20to%20get%20your%20firefox%20running%20on%20a%2064%20bit%20Linux%20machine%20to%20work%20with%2032%20bit%20plugins.%20I%27ve%20tried%20this%20with%20gentoo%2C%20it%20should%20work%20with%20ubuntu%20or%20kubuntu%20or%20any%20other%20distro%20of%20your%20choice.%0A%0ADownload%20and%20install%20nspluginwrapper%20from%20http%3A%2F%2Fgwenole.beauchesne.info%2Fprojects%2Fnspluginwrapper%2F.%0A%0AF" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/08/01/flash-player-on-64-bit-firefox-on-linux.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Finding a Class in a ton of jars</title>
		<link>http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html</link>
		<comments>http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html#comments</comments>
		<pubDate>Thu, 26 Jul 2007 03:46:42 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[class-finder]]></category>
		<category><![CDATA[jar-finder]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html</guid>
		<description><![CDATA[This is how I do it. Create a script I call it findclass in some location on the path. /usr/local/bin is a good place, I prefer $HOME/bin. Remember to chmod this script to 755. #!/bin/bash find -iname "*.jar" &#124; xargs -i unzip -l {} &#124; less In case you are new to less, here&#8217;s how [...]]]></description>
			<content:encoded><![CDATA[<p>This is how I do it. Create a script I call it findclass in some location on the path. /usr/local/bin is a good place, I prefer $HOME/bin. Remember to chmod this script to 755.</p>
<pre>
#!/bin/bash
find -iname "*.jar" | xargs -i unzip -l {} | less
</pre>
<p>In case you are new to less, here&#8217;s how you navigate:<br />
1. To find a particular class say com.xyz.abc.MyClass, you type:
<pre>/com.xyz.abc.MyClass</pre>
<p>2. To find what jar contains this class, you type:
<pre>?Archive:</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html&amp;title=Finding+a+Class+in+a+ton+of+jars" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html&amp;title=Finding+a+Class+in+a+ton+of+jars" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Finding+a+Class+in+a+ton+of+jars+-+http://bit.ly/ar7iDR&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html&amp;t=Finding+a+Class+in+a+ton+of+jars" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html&amp;title=Finding+a+Class+in+a+ton+of+jars&amp;description=This%20is%20how%20I%20do%20it.%20Create%20a%20script%20I%20call%20it%20findclass%20in%20some%20location%20on%20the%20path.%20%2Fusr%2Flocal%2Fbin%20is%20a%20good%20place%2C%20I%20prefer%20%24HOME%2Fbin.%20Remember%20to%20chmod%20this%20script%20to%20755.%0A%0A%0A%23%21%2Fbin%2Fbash%0Afind%20-iname%20%22%2A.jar%22%20%7C%20xargs%20-i%20unzip%20-l%20%7B%7D%20%7C%20less%0A%0A%0AIn%20case%20you%20are%20new%20to%20less%2C%20here%27s%20how%20you%20navigate%3A%0A1.%20" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some (more) Rants on Lotus Notes 7.0 on Ubuntu</title>
		<link>http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html</link>
		<comments>http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html#comments</comments>
		<pubDate>Thu, 22 Mar 2007 13:10:36 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lotus_notes]]></category>
		<category><![CDATA[printer-setup]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html</guid>
		<description><![CDATA[This post is in addition to my previous Musings on installing lotus notes on Ubuntu. Here&#8217;s another way to make Lotus Notes not work on Ubuntu. Start up your print server. Not amused ? Raghu pointed out to the fact that lotus notes stopped working the day he got his printer installed. It was a [...]]]></description>
			<content:encoded><![CDATA[<p>This post is in addition to my previous <a href="http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html">Musings</a> on <a href="http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html">installing</a> <a href="http://ketan.padegaonkar.name/tag/lotus_notes">lotus notes</a> on Ubuntu.</p>
<p>Here&#8217;s another way to make Lotus Notes <em>not</em> work on Ubuntu.</p>
<blockquote><p>Start up your print server.</p></blockquote>
<p>Not amused ?</p>
<p><a href="http://ragslog.blogspot.com/">Raghu</a> pointed out to the fact that lotus notes stopped working the day he got his printer installed. It was a surprise to me, but this happened today when I got a printer setup on my laptop.</p>
<p>Try stopping the cups print server, and the hplip services, and start lotus notes. That should get lotus notes running. Start the above services, and lotus notes would stop working!</p>
<p>Amazing, but true. It&#8217;s all software written by some brothers in the same trade as I am.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html&amp;title=Some+%28more%29+Rants+on+Lotus+Notes+7.0+on+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html&amp;title=Some+%28more%29+Rants+on+Lotus+Notes+7.0+on+Ubuntu" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Some+%28more%29+Rants+on+Lotus+Notes+7.0+on+Ubuntu+-+http://bit.ly/cpO3cy&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html&amp;t=Some+%28more%29+Rants+on+Lotus+Notes+7.0+on+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html&amp;title=Some+%28more%29+Rants+on+Lotus+Notes+7.0+on+Ubuntu&amp;description=This%20post%20is%20in%20addition%20to%20my%20previous%20Musings%20on%20installing%20lotus%20notes%20on%20Ubuntu.%0A%0AHere%27s%20another%20way%20to%20make%20Lotus%20Notes%20not%20work%20on%20Ubuntu.%0AStart%20up%20your%20print%20server.%0A%0ANot%20amused%20%3F%0A%0ARaghu%20pointed%20out%20to%20the%20fact%20that%20lotus%20notes%20stopped%20working%20the%20day%20he%20got%20his%20printer%20installed.%20It%20was%20a%20su" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Musings on installing Lotus Notes 7.0</title>
		<link>http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html</link>
		<comments>http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html#comments</comments>
		<pubDate>Thu, 08 Mar 2007 05:53:40 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lotus_notes]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html</guid>
		<description><![CDATA[The Important Disclaimer: ALL VIEWS POSTED IN THIS PARTICULAR ENTRY ARE THAT OF MY OWN AND DO NOT (NECESSARILY) REFLECT THE OPINIONS OF MY EMPLOYER. That said, this is in addition to a HOWTO on installing the Lotus Notes 7.0 Client on Ubuntu. I&#8217;d rather that a very popular lotus notes fan tell you more [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Important Disclaimer:</strong> ALL VIEWS POSTED IN THIS PARTICULAR ENTRY ARE THAT OF MY OWN AND DO NOT (NECESSARILY) REFLECT THE OPINIONS OF MY EMPLOYER.</p>
<p>That said, this is in addition to a <a href="http://ketan.padegaonkar.name/tag/howto">HOWTO</a> on <a href="http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html">installing the Lotus Notes 7.0 Client on Ubuntu</a>.</p>
<p>I&#8217;d rather that a <a href="http://lotusnotessucks.4t.com/">very popular lotus notes fan</a> tell you more on why lotus notes is a great tool! What I focus here is on some inside stuff that I figured while installing the lotus notes client on my laptop. Stuff that could have possibly been done in a far better way.</p>
<p>I did this merely as an &#8220;educational exercise&#8221; to understand if it would be possible to fool the installer into thinking that all is fine, so that it can go ahead installing lotus notes. To give you a brief about how the installer works:<br />
<span id="more-148"></span><br />
The installer is a statically linked binary that extracts a jvm and an installer jar with some parameters, and then deletes the jvm and the jar on finishing. When the installer was running, I copied the jar to another location, extracted it, decompiled the classes inside. A quick grep on the error message, and I got to the java class where the installer &#8220;detects&#8221; the mozilla version (and fails).</p>
<p>Here are some things that the installer was doing in more or less the same order:<br />
1. Check the existence of /etc/gre.conf or /etc/gre.d/gre.conf<br />
2. Read the file, and check that there&#8217;s a line of the form [majorVersion.minorVersion.patchNumber]<br />
3. Verify that majorVersion.minorVersion &gt; 1.4<br />
4. Find out where GRE_PATH for this particular version points (this is the directory where mozilla resides, in my case /usr/lib/mozilla)<br />
5. Generate the following script:<br />
<code><br />
#!/bin/sh<br />
ldd "/usr/lib/mozilla/libgtkembedmoz.so" | grep gtk&gt;&amp;/tmp/iwcttmp.out     #ldd prints shared library dependencies<br />
</code><br />
6. Execute the script.<br />
7. Read the file /tmp/iwcttmp.out.<br />
8. Verify that it contains the string &#8220;libgtk-x11-2.0.so.0&#8243; (WTH, one may say)<br />
9. In case any of the above steps fail show the famous error message <img src='http://ketan.padegaonkar.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now here&#8217;s the glitch.<br />
1. I&#8217;d got the right version of mozilla (1.7.13 which is &gt; 1.4).<br />
2. I had libmotif3 (as specified by a support page at IBM lotus notes).<br />
3. I had got libgtk1.2 installed (as required by the installer)<br />
4. I verified that libgtk-x11-2.0.so.0, really does exist (it did)</p>
<p>Having verified all the above, why did the script fail ?</p>
<p>I&#8217;ll tell you why <img src='http://ketan.padegaonkar.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<code><strong>/bin/sh</strong></code> is linked to a minimalist shell called <a href="https://launchpad.net/ubuntu/+spec/dash-as-bin-sh">dash</a> on Ubuntu. And the line <code><strong>ldd "/usr/lib/mozilla/libgtkembedmoz.so" | grep gtk&gt;&amp;/tmp/iwcttmp.out</strong></code> does not work with dash. Anyone heard about posix compliance ?</p>
<p>Now that is the reason why you need to uninstall dash, and install bash in order to get lotus notes 7.0 installed !</p>
<p>End of class.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html&amp;title=Musings+on+installing+Lotus+Notes+7.0" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html&amp;title=Musings+on+installing+Lotus+Notes+7.0" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Musings+on+installing+Lotus+Notes+7.0+-+http://bit.ly/btyCEE&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html&amp;t=Musings+on+installing+Lotus+Notes+7.0" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html&amp;title=Musings+on+installing+Lotus+Notes+7.0&amp;description=The%20Important%20Disclaimer%3A%20ALL%20VIEWS%20POSTED%20IN%20THIS%20PARTICULAR%20ENTRY%20ARE%20THAT%20OF%20MY%20OWN%20AND%20DO%20NOT%20%28NECESSARILY%29%20REFLECT%20THE%20OPINIONS%20OF%20MY%20EMPLOYER.%0A%0AThat%20said%2C%20this%20is%20in%20addition%20to%20a%20HOWTO%20on%20installing%20the%20Lotus%20Notes%207.0%20Client%20on%20Ubuntu.%0A%0AI%27d%20rather%20that%20a%20very%20popular%20lotus%20notes%20fan%20tell%20you" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/03/08/musings-on-installing-lotus-notes-70.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HOWTO: Installing Lotus Notes 7.0 on Ubuntu</title>
		<link>http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html</link>
		<comments>http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html#comments</comments>
		<pubDate>Wed, 07 Mar 2007 07:53:57 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lotus_notes]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html</guid>
		<description><![CDATA[This morning I tried installing Lotus Notes 7.0 on Ubuntu Edgy-Eft. I ran into the notoriously infamous &#8220;Could not validate mozilla version&#8221; message, that I&#8217;d seen a lot of times before. In case you also run into this problem. Here&#8217;s a howto to get you out: Note: These steps are to be run as root [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I tried installing Lotus Notes 7.0 on Ubuntu Edgy-Eft.</p>
<p>I ran into the notoriously infamous &#8220;Could not validate mozilla version&#8221; message, that I&#8217;d seen a lot of times before. In case you also run into this problem. Here&#8217;s a howto to get you out:</p>
<h5>Note: These steps are to be run as root</h5>
<p>1. Install libmotif3:<br />
<code><strong>sudo apt-get install libmotif3</strong></code></p>
<p>2. Install gtk1.2:<br />
<code><strong>sudo apt-get install libgtk1.2</strong></code></p>
<p>3. Remove dash:<br />
<code><strong>sudo apt-get remove dash</strong></code></p>
<p>4. Create a location where you want to install Lotus Notes:<br />
<code><strong>sudo mkdir -p "/opt/IBM/Workplace Managed Client/"</strong></code></p>
<p>5. Make this directory writable by you:<br />
<code><strong>sudo chown ketan.ketan "/opt/IBM/Workplace Managed Client/"</strong></code></p>
<h5>Note: None of these steps are to be performed as root</h5>
<p>1. Extract the Lotus Notes package:<br />
<code><strong>unzip /opt/downloads/C93D1NA.zip -d notes</strong></code></p>
<p>2. Change into the directory where you just extracted notes:<br />
<code><strong>cd notes</strong></code></p>
<p>3. Extract the Lotus Notes installer:<br />
<code><strong>unzip Personality.zip</strong></code></p>
<p>4. Change some file permissions:<br />
<code><strong>chmod 755 setuplinux.bin setup_wct_platform.bin</strong></code></p>
<p>5. Copy the setup file to the correct location:<br />
<code><strong>cp setuplinux.bin updateSite/features/com.ibm.workplace.notesinstall.linux.feature_7.0.1.0000-0900/bin/linux</strong></code></p>
<p>6. Now we are all set up to install:<br />
<code><strong>./setup_wct_platform.bin</strong></code></p>
<p>That should be able to get you through the installer. Add a comment on this entry in case you are unable to get things done.</p>
<p>Update on 23rd March, 2007: <a href="http://ketan.padegaonkar.name/2007/03/22/some-more-rants-on-lotus-notes-70-on-ubuntu.html">Does lotus notes not work even after these instructions</a> ?</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html&amp;title=HOWTO%3A+Installing+Lotus+Notes+7.0+on+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html&amp;title=HOWTO%3A+Installing+Lotus+Notes+7.0+on+Ubuntu" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+HOWTO%3A+Installing+Lotus+Notes+7.0+on+Ubuntu+-+http://bit.ly/9WOyGL&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html&amp;t=HOWTO%3A+Installing+Lotus+Notes+7.0+on+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html&amp;title=HOWTO%3A+Installing+Lotus+Notes+7.0+on+Ubuntu&amp;description=This%20morning%20I%20tried%20installing%20Lotus%20Notes%207.0%20on%20Ubuntu%20Edgy-Eft.%0A%0AI%20ran%20into%20the%20notoriously%20infamous%20%22Could%20not%20validate%20mozilla%20version%22%20message%2C%20that%20I%27d%20seen%20a%20lot%20of%20times%20before.%20In%20case%20you%20also%20run%20into%20this%20problem.%20Here%27s%20a%20howto%20to%20get%20you%20out%3A%0A%0A%0ANote%3A%20These%20steps%20are%20to%20be%20run%20as%20root" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/03/07/howto-installing-lotus-notes-70-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>ECJ: The Eclipse Java Compiler</title>
		<link>http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html</link>
		<comments>http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html#comments</comments>
		<pubDate>Mon, 15 Jan 2007 09:18:05 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html</guid>
		<description><![CDATA[Wayne Beaton writes more on the eclipse java compiler. Share this on del.icio.us Post on Google Buzz Share this on Reddit Tweet This! Share this on Facebook Add this to DZone]]></description>
			<content:encoded><![CDATA[<p><a href="http://www-03.ibm.com/developerworks/blogs/page/Wayner">Wayne Beaton</a> <a href="http://www-03.ibm.com/developerworks/blogs/page/Wayner?entry=did_you_know_that_eclipse">writes</a> more on the eclipse java compiler.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html&amp;title=ECJ%3A+The+Eclipse+Java+Compiler" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html&amp;title=ECJ%3A+The+Eclipse+Java+Compiler" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+ECJ%3A+The+Eclipse+Java+Compiler+-+http://bit.ly/bimvYP&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html&amp;t=ECJ%3A+The+Eclipse+Java+Compiler" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html&amp;title=ECJ%3A+The+Eclipse+Java+Compiler&amp;description=Wayne%20Beaton%20writes%20more%20on%20the%20eclipse%20java%20compiler." rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/01/15/ecj-the-eclipse-java-compiler.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novel software drives &#039;$100 laptop&#039;</title>
		<link>http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html</link>
		<comments>http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html#comments</comments>
		<pubDate>Fri, 05 Jan 2007 11:46:21 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html</guid>
		<description><![CDATA[The page writes: &#8220;The XO machines are still being tweaked, and [OLPC UI] Sugar isn&#8217;t expected to be tested by any kids until February. By July or so, several million are expected to reach Brazil, Argentina, Uruguay, Nigeria, Libya, Pakistan, Thailand and the Palestinian territory. Negroponte said three more African countries might sign on in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cnn.com/2007/TECH/01/02/hundred.dollarlaptop.ap/index.html">The page</a> writes:</p>
<blockquote><p>&#8220;The XO machines are still being tweaked, and [OLPC UI] Sugar isn&#8217;t expected to be tested by any kids until February. By July or so, several million are expected to reach Brazil, Argentina, Uruguay, Nigeria, Libya, Pakistan, Thailand and the Palestinian territory. Negroponte said three more African countries might sign on in the next two weeks. The Inter-American Development Bank is trying to get the laptops to multiple Central American countries.&#8221;</p></blockquote>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html&amp;title=Novel+software+drives+%26%2339%3B%24100+laptop%26%2339%3B" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html&amp;title=Novel+software+drives+%26%2339%3B%24100+laptop%26%2339%3B" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Novel+software+drives+%26%2339%3B%24100+laptop%26%2339%3B+-+http://bit.ly/bw6pza&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html&amp;t=Novel+software+drives+%26%2339%3B%24100+laptop%26%2339%3B" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html&amp;title=Novel+software+drives+%26%2339%3B%24100+laptop%26%2339%3B&amp;description=The%20page%20writes%3A%0A%0A%22The%20XO%20machines%20are%20still%20being%20tweaked%2C%20and%20%5BOLPC%20UI%5D%20Sugar%20isn%27t%20expected%20to%20be%20tested%20by%20any%20kids%20until%20February.%20By%20July%20or%20so%2C%20several%20million%20are%20expected%20to%20reach%20Brazil%2C%20Argentina%2C%20Uruguay%2C%20Nigeria%2C%20Libya%2C%20Pakistan%2C%20Thailand%20and%20the%20Palestinian%20territory.%20Negroponte%20said%20t" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/01/05/novel-software-drives-100-laptop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PS3 support on kernel 2.6</title>
		<link>http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html</link>
		<comments>http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html#comments</comments>
		<pubDate>Fri, 15 Dec 2006 15:58:33 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html</guid>
		<description><![CDATA[Sony has recently added PS3 support on kernel 2.6. This comes at a time when Microsoft Says PS3 Linux Not &#8216;Competitive&#8217; To XNA. Interesting&#8230; reminds me of Steve Ballmer saying: You know who I think out biggest competitor is? Linux. Linux, Linux, Linux! Burn it on your foreheads, people: Linux! Amen&#8230; Share this on del.icio.us [...]]]></description>
			<content:encoded><![CDATA[<p>Sony has recently added <a href="http://playstation.com">PS3</a> <a href="http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f58a9d171a346afb1b09190427e6c28c6118703e">support</a> on kernel 2.6. This comes at a time when <a href="http://microsoft.com">Microsoft</a> Says <a href="http://www.gamasutra.com/php-bin/news_index.php?story=12107">PS3 Linux Not &#8216;Competitive&#8217; To XNA</a>.</p>
<p>Interesting&#8230; reminds me of Steve Ballmer saying:</p>
<blockquote><p>You know who I think out biggest competitor is? Linux. Linux, Linux, Linux! Burn it on your foreheads, people: Linux!</p></blockquote>
<p>Amen&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html&amp;title=PS3+support+on+kernel+2.6" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html&amp;title=PS3+support+on+kernel+2.6" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+PS3+support+on+kernel+2.6+-+http://bit.ly/aoBF6x&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html&amp;t=PS3+support+on+kernel+2.6" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html&amp;title=PS3+support+on+kernel+2.6&amp;description=Sony%20has%20recently%20added%20PS3%20support%20on%20kernel%202.6.%20This%20comes%20at%20a%20time%20when%20Microsoft%20Says%20PS3%20Linux%20Not%20%27Competitive%27%20To%20XNA.%0A%0AInteresting...%20reminds%20me%20of%20Steve%20Ballmer%20saying%3A%0AYou%20know%20who%20I%20think%20out%20biggest%20competitor%20is%3F%20Linux.%20Linux%2C%20Linux%2C%20Linux%21%20Burn%20it%20on%20your%20foreheads%2C%20people%3A%20Linux%21%0A%0AA" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2006/12/15/ps3-support-on-kernel-26.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back after a refeshing change</title>
		<link>http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html</link>
		<comments>http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html#comments</comments>
		<pubDate>Mon, 04 Dec 2006 16:14:22 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[GNU & Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[experiences]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html</guid>
		<description><![CDATA[I&#8217;m back after a refreshing change. This was a week long workshop on Linux as an Operating System. Participants happened to be lecturers and professors from colleges in the state. My talk revolved around Process Management, related api, and the tools used for this. I&#8217;m all charged up; and raring to go at my next [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back after a refreshing change. This was a week long workshop on Linux as an Operating System.</p>
<p>Participants happened to be lecturers and professors from colleges in the state. My talk revolved around Process Management, related api, and the tools used for this.</p>
<p>I&#8217;m all charged up; and raring to go at my <a title="Top secret">next assignment</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html&amp;title=Back+after+a+refeshing+change" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html&amp;title=Back+after+a+refeshing+change" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Back+after+a+refeshing+change+-+http://bit.ly/acEzS3&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html&amp;t=Back+after+a+refeshing+change" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html&amp;title=Back+after+a+refeshing+change&amp;description=I%27m%20back%20after%20a%20refreshing%20change.%20This%20was%20a%20week%20long%20workshop%20on%20Linux%20as%20an%20Operating%20System.%0A%0AParticipants%20happened%20to%20be%20lecturers%20and%20professors%20from%20colleges%20in%20the%20state.%20My%20talk%20revolved%20around%20Process%20Management%2C%20related%20api%2C%20and%20the%20tools%20used%20for%20this.%0A%0AI%27m%20all%20charged%20up%3B%20and%20raring%20t" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2006/12/04/back-after-a-refeshing-change.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
