<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Prakashbabu's Blog</title>
	<atom:link href="http://prakashbabu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://prakashbabu.wordpress.com</link>
	<description>Information building knowledge</description>
	<lastBuildDate>Tue, 14 Dec 2010 19:35:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='prakashbabu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Prakashbabu's Blog</title>
		<link>http://prakashbabu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://prakashbabu.wordpress.com/osd.xml" title="Prakashbabu&#039;s Blog" />
	<atom:link rel='hub' href='http://prakashbabu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ubuntu 10.10 hibernation using swapfile</title>
		<link>http://prakashbabu.wordpress.com/2010/12/15/ubuntu-10-10-hibernation-using-swapfile/</link>
		<comments>http://prakashbabu.wordpress.com/2010/12/15/ubuntu-10-10-hibernation-using-swapfile/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 19:30:06 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/?p=34</guid>
		<description><![CDATA[I took help from the post http://ubuntuforums.org/showthread.php?t=1042946 Please go through the post before following my instructions if you are reluctant to digest ubuntu quick commands with dirty explanation for those who want it to be handy Consider anything starting with $ as a command prompt and starting with # as comment &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; $cat /proc/meminfo   #note [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=34&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I took help from the post http://ubuntuforums.org/showthread.php?t=1042946</p>
<p>Please go through the post before following my instructions if you are reluctant to digest ubuntu</p>
<p>quick commands with dirty explanation for those who want it to be handy</p>
<p>Consider anything starting with $ as a command prompt and starting with # as comment</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>$cat /proc/meminfo   #note the memory of your system, in my case it was 4GB</p>
<p>$sudo swapoff -a  #I assume you don&#8217;t have swap partition, but this is better to disable swap for time being</p>
<p>$sudo dd if=/dev/zero of=/swapfile bs=1024 count=8M #1.5 to 2x the size of ram</p>
<p>$sudo chmod 600 /swapfile &amp;&amp; sudo mkswap /swapfile &amp;&amp; sudo swapon /swapfile #format the swap  and enable swap</p>
<p>$sudo gedit /etc/fstab</p>
<p>#remove old swap partitions if you have and add below line</p>
<pre>/swapfile   none   swap   sw   0   0
$free -m #shows you memory usage, we just check if swap is in use or not.

$sudo blkid -g
$sudo blkid
#note down the UUID of the partition where you created swapfile in my case it looked like faac47f5-4a40-4d97-b71e-09890eb11207
$sudo filefrag -v /swapfile #this is where it differs from the post I mentioned
#note down the physical block number for logical zero block
#ext logical physical expected length flags
# 0       0   278528           16384
#For my case the block number is  278528
$echo "resume=UUID=cdXX--X18 resume_offset=66050" | sudo tee /etc/initramfs-tools/conf.d/resume
$gksudo gedit /etc/default/grub
#find the line GRUB_CMDLINE_LINUX="..." it might be empty in place of ...
#add 'resume=UUID=faac47f5-4a40-4d97-b71e-09890eb11207 resume_offset=278528' without '(quote) to the above option
$sudo update-grub
$reboot your machine
$hibernate should work <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  this is not a command</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=34&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2010/12/15/ubuntu-10-10-hibernation-using-swapfile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>
	</item>
		<item>
		<title>How to disable ubuntu 10.10 splash screen</title>
		<link>http://prakashbabu.wordpress.com/2010/12/15/how-to-disable-ubuntu-10-10-splash-screen/</link>
		<comments>http://prakashbabu.wordpress.com/2010/12/15/how-to-disable-ubuntu-10-10-splash-screen/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 19:12:22 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 10.10 disable splash]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/?p=29</guid>
		<description><![CDATA[I like to see the boot logs of ubuntu like the old style rather a slick splash screen at the boot time. I thought it would be a tough job (after playing around with android logcat ) It is done with just two steps mentioned below exit /etc/default/grub e.g #sudo gedit /etc/default/grub Find the line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=29&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I like to see the boot logs of ubuntu like the old style rather a slick splash screen at the boot time.</p>
<p>I thought it would be a tough job (after playing around with android logcat <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p>It is done with just two steps mentioned below</p>
<p>exit /etc/default/grub<br />
e.g #sudo gedit /etc/default/grub<br />
Find the line GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash&#8221; and make it look like GRUB_CMDLINE_LINUX_DEFAULT=&#8221;", then save the file</p>
<p>run #sudo update-grub</p>
<p>You are done.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=29&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2010/12/15/how-to-disable-ubuntu-10-10-splash-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu and Lenovo y410 brightness keys</title>
		<link>http://prakashbabu.wordpress.com/2010/05/05/ubuntu-and-lenovo-y410-brightness-keys/</link>
		<comments>http://prakashbabu.wordpress.com/2010/05/05/ubuntu-and-lenovo-y410-brightness-keys/#comments</comments>
		<pubDate>Wed, 05 May 2010 10:53:19 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[y410]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/2010/05/05/ubuntu-and-lenovo-y410-brightness-keys/</guid>
		<description><![CDATA[I updated my y410 lenovo laptop to Ubuntu 10.04 recently. My function up/down keys which are meant to change the brightness of video did not work. There is a bug in Canonical to track this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/406515 Later I updated the kernel to 2.6.34-020634rc6-generic which resolved the problem, none other workaround in the bug description acpi=off [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=28&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I updated my y410 lenovo laptop to Ubuntu 10.04 recently. My function up/down keys which are meant to change the brightness of video did not work.</p>
<p>There is a bug in Canonical to track this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/406515</p>
<p>Later I  updated the kernel to 2.6.34-020634rc6-generic which resolved the problem, none other workaround in the bug description acpi=off etc worked for me.</p>
<p>If it helps, leave a comment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=28&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2010/05/05/ubuntu-and-lenovo-y410-brightness-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>
	</item>
		<item>
		<title>Pidgin 2.6.6 text input expand issue workaround</title>
		<link>http://prakashbabu.wordpress.com/2010/05/05/pidgin-2-6-6-text-input-expand-issue-workaround/</link>
		<comments>http://prakashbabu.wordpress.com/2010/05/05/pidgin-2-6-6-text-input-expand-issue-workaround/#comments</comments>
		<pubDate>Wed, 05 May 2010 10:47:37 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[pidgin]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/2010/05/05/pidgin-2-6-6-text-input-expand-issue-workaround/</guid>
		<description><![CDATA[Lately updated pidgin to 2.6.6 but was annoyed of irritating auto resize feature (bug?) of chat input box. Switched to Miranda IM but was not satisfied with its maturity though it has lot of customisation options. I copied pidgin.dll from funpidgin project and the issue resolved. Hope this helps&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=27&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lately updated pidgin to 2.6.6 but was annoyed of irritating auto resize feature (bug?) of chat input box. Switched to Miranda IM but was not satisfied with its maturity though it has lot of customisation options.</p>
<p>I copied pidgin.dll from funpidgin project and the issue resolved. Hope this helps&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=27&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2010/05/05/pidgin-2-6-6-text-input-expand-issue-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse 3.5 JBoss 5.1.0 and JAX-WS 2.1 setup.</title>
		<link>http://prakashbabu.wordpress.com/2009/09/09/eclipse-3-5-jboss-3-5-1-and-jax-ws-setup/</link>
		<comments>http://prakashbabu.wordpress.com/2009/09/09/eclipse-3-5-jboss-3-5-1-and-jax-ws-setup/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 08:29:24 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[jboss]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/2009/09/09/eclipse-3-5-jboss-3-5-1-and-jax-ws-setup/</guid>
		<description><![CDATA[This article is going to explain how to setup eclipse development environment for JAX-WS web services in a JBOSS app container. There is lot of trouble encountered when trying to setup a eclipse project with JAX-WS 2.1 The information below is available in internet in bits and pieces which is gathered and posted here. Steps. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=17&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article is going to explain how to setup eclipse development environment for JAX-WS web services in a JBOSS app container. There is lot of trouble encountered when trying to setup a eclipse project with JAX-WS 2.1</p>
<p>The information below is available in internet in bits and pieces which is gathered and posted here.</p>
<p>Steps.</p>
<ol>
<li>Download and Install JDK
<ol>
<li>Download &#8220;JDK 6 Update XX with Java EE&#8221; from <a rel="nofollow" href="http://java.sun.com/javase/downloads/index.jsp">http://java.sun.com/javase/downloads/index.jsp<sup><img src="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a></li>
<li>Install JDK to an appropriate folder say  C:\JDK1.6</li>
<li>If you are using JAX-WS 2.1 then make sure the XX is greater than 07</li>
<li>Set JAVA_HOME and JAVA6_HOME environment variables to point to installed JDK1.6 folder.</li>
</ol>
</li>
<li> Download and Install Eclipse
<ol>
<li>Download Eclipse 3.5 from <a rel="nofollow" href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/R/eclipse-jee-galileo-win32.zip">Eclipse IDE for Java EE Developers (189 MB)<sup><img src="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a> extract to a convinient folder say c:\eclipse</li>
<li>From within eclipse, Install new software (form help menu) and point to <a rel="nofollow" href="http://download.jboss.org/jbosstools/updates/development">http://download.jboss.org/jbosstools/updates/development<sup><img src="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a> to install JBoss tools for eclipse. This will install JBoss 5.1 Runtime Environment server for eclipse.</li>
</ol>
</li>
<li>Download and Install JBoss
<ol>
<li>Download <a rel="nofollow" href="http://www.jboss.org/jbossas/downloads/">http://www.jboss.org/jbossas/downloads/<sup><img src="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a> and extract it to a convinient folder. say C:\jboss-5.1.0.GA</li>
<li>Set JBOSS_HOME environment variable to point to installed C:\jboss-5.1.0.GA folder</li>
</ol>
</li>
<li>Download and Install Metro Web Services
<ol>
<li>Download &#8220;<a rel="nofollow" href="http://jboss.org/file-access/default/members/jbossws/downloads/jbossws-metro-3.2.0.GA.zip">http://jboss.org/file-access/default/members/jbossws/downloads/jbossws-metro-3.2.0.GA.zip<sup><img src="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a> and extract it to a temp folder say C:\temp\jbossws-metro-3.2.0.GA</li>
<li>Go to C:\temp\jbossws-metro-3.2.0.GA and copy ant.properties.example to ant.properties</li>
<li>You need to have Apache ant installed in your system for next steps to work. if not please download latest ant from <a href="http://collaboratory.cisco.com/confluence/pages/createpage.action?spaceKey=CAWIKI&amp;title=Apache+Ant&amp;linkCreation=true&amp;fromPageId=29838434">http://ant.apache.org/bindownload.cgi<sup><img src="http://collaboratory.cisco.com/confluence/images/icons/plus.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a> and install.</li>
<li>Edit ant.properties file and change <span style="color:red;">jboss510.home=C:\jboss-5.1.0.GA</span></li>
<li>comment out other jboss501.home etc in ant.properties file.</li>
<li>Form command line run &#8220;ant deploy-jboss510&#8243; to patch your JBoss with Metro web services.</li>
</ol>
</li>
<li>Launch eclips. From Servers tab, create new server -&gt; Select &#8220;JBoss AS 5.1&#8243; Server and point to JBoss installation directory when required.</li>
<li>Double click the newly created server to open configuraiton opetions. Change timeouts to some bigger value like 450 seconds.</li>
<li>Now you can deploy you J2EE applications form within eclipse. Clean, Publish, restart and debug as you do with any other web application.</li>
<li>Create an ear project and war project, select JBoss 5.1 runtime server and point to jboss installation as required.</li>
<li>Right click the ear project and run as -&gt; on server, select jboss 5.1 runtime server. Make sure the project will be deployed properly.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=17&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2009/09/09/eclipse-3-5-jboss-3-5-1-and-jax-ws-setup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>

		<media:content url="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://collaboratory.cisco.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://collaboratory.cisco.com/confluence/images/icons/plus.gif" medium="image" />
	</item>
		<item>
		<title>Death of my WRT54G</title>
		<link>http://prakashbabu.wordpress.com/2009/05/28/death-of-my-wrt54g/</link>
		<comments>http://prakashbabu.wordpress.com/2009/05/28/death-of-my-wrt54g/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:12:55 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WRT54G]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[burnt]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/2009/05/28/death-of-my-wrt54g/</guid>
		<description><![CDATA[Soo sad, not enough courage to express delayed a bit. Had a WRT54G v3 with dd-wrt, dual serial mod, MMC mod, low speed Fan mod, power and fan button on the front. All the components were professionally finished wasting lot of time. Enough of description of express my sadness. My 2nd ttys1 port was not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=16&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Soo sad, not enough courage to express delayed a bit. Had a WRT54G v3 with dd-wrt, dual serial mod, MMC mod, low speed Fan mod, power and fan button on the front. All the components were professionally finished wasting lot of time.</p>
<p>Enough of description of express my sadness. My 2nd ttys1 port was not working due to wrong pin connection on MAX232 board which was fixed inside the case, while fixing this, the 12v hot wires pulled from power supply to connect to Power button on the front accidentally sparked with 3.3v rx/tx on PCB which caused the sudden death of my WRT54G. One of the 3.3v regulator near power supply was getting overheated due to some short circuit. Tried to trace the problem but ended up zeeroing on broadcom switch IC .</p>
<p>Bad luck, Now it is resting in a coffin.</p>
<p>I purchased new WRT54G and exchanged with for WRT54G v4 with my fried. It again took lot of time to execute all the mods.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=16&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2009/05/28/death-of-my-wrt54g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>
	</item>
		<item>
		<title>Fon with OpenWrt now wan bridged</title>
		<link>http://prakashbabu.wordpress.com/2009/05/28/fon-with-openwrt-now-wan-bridged/</link>
		<comments>http://prakashbabu.wordpress.com/2009/05/28/fon-with-openwrt-now-wan-bridged/#comments</comments>
		<pubDate>Wed, 27 May 2009 19:55:50 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[bridged]]></category>
		<category><![CDATA[fon]]></category>
		<category><![CDATA[fonera]]></category>
		<category><![CDATA[linux ap]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[wan]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/2009/05/28/fon-with-openwrt-now-wan-bridged/</guid>
		<description><![CDATA[Friend of mine got a Fon form UK. I wanted to flash it with open wrt. Google helped me a lot in flashing with openwrt. I already use WRT54G as my AP. I wanted to just experiment with it. Once powered with OpenWrt, I plugged it&#8217;s ethernet port to my WRT54G lan port. connected my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=13&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Friend of mine got a Fon form UK. I wanted to flash it with open wrt. Google helped me a lot in flashing with openwrt. I already use WRT54G as my AP. I wanted to just experiment with it.</p>
<p>Once powered with OpenWrt, I plugged it&#8217;s ethernet port to my WRT54G lan port. connected my PC using wifi interface. I got an IP form my WRT54G DHCP server. Now I can not connect to fon without breaking connectivity to internet. need to connect it my PC by ether net with static IP to further change configuration.</p>
<p>Lots of googling and research served the purpose.</p>
<p>Here is the configuration of my fon. lost the transperent bridging capability. now it is NATed. I can connect to it form my wifi as well as WAN port, though I need to find the wan IP address as it is dynamic.</p>
<p>########network###########<br />
config &#8216;interface&#8217; &#8216;loopback&#8217;<br />
option &#8216;ifname&#8217; &#8216;lo&#8217;<br />
option &#8216;proto&#8217; &#8216;static&#8217;<br />
option &#8216;ipaddr&#8217; &#8217;127.0.0.1&#8242;<br />
option &#8216;netmask&#8217; &#8217;255.0.0.0&#8242;</p>
<p>config &#8216;interface&#8217; &#8216;lan&#8217;<br />
option &#8216;type&#8217; &#8216;bridge&#8217;<br />
option &#8216;ifname&#8217; &#8216;ath0&#8242;<br />
option &#8216;proto&#8217; &#8216;static&#8217;<br />
option &#8216;ipaddr&#8217; &#8217;192.168.1.1&#8242;<br />
option &#8216;netmask&#8217; &#8217;255.255.255.0&#8242;</p>
<p>config &#8216;interface&#8217; &#8216;wan&#8217;<br />
#option macaddr 00:18:84:1C:xx:xx<br />
option &#8216;ifname&#8217; &#8216;eth0&#8242;<br />
option &#8216;proto&#8217; &#8216;dhcp&#8217;</p>
<p>#########wireless############<br />
config &#8216;wifi-device&#8217; &#8216;wifi0&#8242;<br />
option &#8216;type&#8217; &#8216;atheros&#8217;<br />
option &#8216;channel&#8217; &#8216;auto&#8217;<br />
option &#8216;disabled&#8217; &#8217;0&#8242;<br />
option &#8216;hwmode&#8217; &#8217;11g&#8217;</p>
<p>config &#8216;wifi-iface&#8217;<br />
option &#8216;device&#8217; &#8216;wifi0&#8242;<br />
option &#8216;network&#8217; &#8216;lan&#8217;<br />
option &#8216;mode&#8217; &#8216;ap&#8217;<br />
option &#8216;ssid&#8217; &#8216;openwrt&#8217;<br />
option &#8216;encryption&#8217; &#8216;psk&#8217;<br />
option &#8216;key&#8217; &#8216;topsecret</p>
<p>#######firewall#############<br />
config &#8216;defaults&#8217;<br />
option &#8216;syn_flood&#8217; &#8217;1&#8242;<br />
option &#8216;input&#8217; &#8216;ACCEPT&#8217;<br />
option &#8216;output&#8217; &#8216;ACCEPT&#8217;<br />
option &#8216;forward&#8217; &#8216;REJECT&#8217;</p>
<p>config &#8216;zone&#8217;<br />
option &#8216;name&#8217; &#8216;lan&#8217;<br />
option &#8216;input&#8217; &#8216;ACCEPT&#8217;<br />
option &#8216;output&#8217; &#8216;ACCEPT&#8217;<br />
option &#8216;forward&#8217; &#8216;ACCEPT&#8217;</p>
<p>config &#8216;zone&#8217;<br />
option &#8216;name&#8217; &#8216;wan&#8217;<br />
option &#8216;input&#8217; &#8216;ACCEPT&#8217;<br />
option &#8216;output&#8217; &#8216;ACCEPT&#8217;<br />
option &#8216;forward&#8217; &#8216;ACCEPT&#8217;<br />
option &#8216;masq&#8217; &#8217;1&#8242;</p>
<p>config &#8216;forwarding&#8217;<br />
option &#8216;src&#8217; &#8216;lan&#8217;<br />
option &#8216;dest&#8217; &#8216;wan&#8217;<br />
option &#8216;mtu_fix&#8217; &#8217;1&#8242;</p>
<p>let me know if you can do transparent bridging and WAN access both.<br />
I tried with eth0.0 eth0.1 stuff, but did not work.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=13&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2009/05/28/fon-with-openwrt-now-wan-bridged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>
	</item>
		<item>
		<title>MIL-STD-1553</title>
		<link>http://prakashbabu.wordpress.com/2009/04/05/5/</link>
		<comments>http://prakashbabu.wordpress.com/2009/04/05/5/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 12:19:15 +0000</pubDate>
		<dc:creator>prakashbabu</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Protocol]]></category>

		<guid isPermaLink="false">http://prakashbabu.wordpress.com/?p=5</guid>
		<description><![CDATA[I am just experimenting with MIL-STD-1553 protocol. MIL-STD-1553 is one of the standard used to communicate between different devices in Airplane . It was first introduced as a military standard for communication between missile components, but now it is widely accepted in Avionics industry. ARINC and UDDI are other two such standards for Avionics. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=5&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am just experimenting with MIL-STD-1553 protocol. MIL-STD-1553 is one of the standard used to communicate between different devices in Airplane . It was first introduced as a military standard for communication between missile components, but now it is widely accepted in Avionics industry. ARINC and UDDI are other two such standards for Avionics.</p>
<p>The very purpose is to reduce number of wires required to interconnect. Obviously all devices will be connected in parallel to a single bus using couplers, much like a hub in typical LAN network.</p>
<p>For more information on the standard itself, please look at <a class="alignleft" title="wikipedia link" href="http://en.wikipedia.org/wiki/MIL-STD-1553" target="_blank">wikipedia link</a>. I will keep posting about my work&#8230; After a small break&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prakashbabu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prakashbabu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prakashbabu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prakashbabu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prakashbabu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prakashbabu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prakashbabu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prakashbabu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prakashbabu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prakashbabu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prakashbabu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prakashbabu.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prakashbabu.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prakashbabu.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prakashbabu.wordpress.com&amp;blog=7242281&amp;post=5&amp;subd=prakashbabu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prakashbabu.wordpress.com/2009/04/05/5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/938be9b8df53668fc2f4b8a0e92a37d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scienty</media:title>
		</media:content>
	</item>
	</channel>
</rss>
