<?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>Dexter&#039;s lab</title>
	<atom:link href="http://stolenkid.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stolenkid.wordpress.com</link>
	<description>Mixture of travel experience, tech-bits and a lot more ..!</description>
	<lastBuildDate>Thu, 29 Dec 2011 01:58:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='stolenkid.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dexter&#039;s lab</title>
		<link>http://stolenkid.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://stolenkid.wordpress.com/osd.xml" title="Dexter&#039;s lab" />
	<atom:link rel='hub' href='http://stolenkid.wordpress.com/?pushpress=hub'/>
		<item>
		<title>AV parameters for HTC Wildfire</title>
		<link>http://stolenkid.wordpress.com/2011/11/17/av-parameters-for-htc-wildfire/</link>
		<comments>http://stolenkid.wordpress.com/2011/11/17/av-parameters-for-htc-wildfire/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 20:38:41 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[HTC Wildfire]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=111</guid>
		<description><![CDATA[I always wanted to watch a movie during my travel or an unplanned leissure hour but the fact is that I had not really invested enough time in exploring the limitation of my smart phone, HTC Wildfire until today. Smartphones are not yet powerful enough in processing power to encode/decode AV streams.  So, any movie [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=111&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">I always wanted to watch a movie during my travel or an unplanned leissure hour but the fact is that I had not really invested enough time in exploring the limitation of my smart phone, HTC Wildfire until today. Smartphones are not yet powerful enough in processing power to encode/decode AV streams.  So, any movie played on a computer should be stripped down to fit the AV processing capacity of smartphone. There are a handful of open source applications for the conversion. FFMPEG, is my choice by default just due to my familiarity with the tool.</p>
<p>Here are the parameters to apply to play movies in HTC wildfire.</p>
<p><pre class="brush: powershell;">
ffmpeg -i input.avi -s 240x320 -vcodec mpeg4 -acodec libfaac -ac 1 -ar 16000 -r 13 -ab 32000 -aspect 3:2 output.mp4
</pre></p>
<p>or (if you don&#8217;t have FFMPEG compiled with &#8211;enable-libfaac)</p>
<p></p>
<p>ffmpeg -i input.avi -s 240&#215;320 -vcodec mpeg4 -ac 1 -ar 16000 -r 13 -ab 32000 -aspect 3:2 output.mp4</p>
<p></p>
<p style="text-align:justify;">Here, the value after &#8220;-i&#8221; switch indicates the path to the input file and output.mp4 is the output file.  Explanation of other parameters is beyond the scope of this post and can understood from the documentation of FFMPEG.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=111&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2011/11/17/av-parameters-for-htc-wildfire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Yahoo Mail settings for Android</title>
		<link>http://stolenkid.wordpress.com/2011/05/17/yahoo-mail-settings-for-android/</link>
		<comments>http://stolenkid.wordpress.com/2011/05/17/yahoo-mail-settings-for-android/#comments</comments>
		<pubDate>Mon, 16 May 2011 19:40:44 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Yahoo settings]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=105</guid>
		<description><![CDATA[Android Yahoo mail settings <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=105&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">After searching for a long time, finally, I could finally configure android mail client for Yahoo mail.  These are the settings that worked.  Hope this helps people with android and using either Yahoo app or browser for Yahoo mail.</p>
<p style="text-align:justify;">Incoming mail server settings<br />
Protocol : IMAP<br />
Server     : android.imap.mail.yahoo.com<br />
Port         : 993<br />
Security : SSL</p>
<p>Outgoing mail server settings<br />
Protocol : SMTP<br />
Server     : android.smtp.mail.yahoo.com<br />
Port         : 465<br />
Security : SSL</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=105&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2011/05/17/yahoo-mail-settings-for-android/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome home, buddy !</title>
		<link>http://stolenkid.wordpress.com/2010/11/25/welcome-home-buddy/</link>
		<comments>http://stolenkid.wordpress.com/2010/11/25/welcome-home-buddy/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 18:05:04 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Wildfire]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=88</guid>
		<description><![CDATA[After several months of serious study about smart-phones, considering my budget I got myself a Wildfire from HTC. With just a minimal set of applications, it is quite amazing how this smart-phone could help me track several items &#8211; especially financial activities. Music and video players are common with any mobile device these days and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=88&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">After several months of serious study about smart-phones, considering my budget I got myself a Wildfire from HTC.  With just a minimal set of applications, it is quite amazing how this smart-phone could help me track several items &#8211; especially financial activities. Music and video players are common with any mobile device these days and wildfire does a good job in entertainment.  Though I am not a big fan of playing games on mobile, I will have chess installed in it.  With support for WLAN, I am mostly online.  There a lot of other features (yes, bluetooth is a basic feature) in it, Wildfire is a mini computer. Before installing any more applications, exploration about installation of android applications without Android market begins.. !</p>
<p>Welcome home, buddy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=88&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2010/11/25/welcome-home-buddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Read Apache Tomcat version</title>
		<link>http://stolenkid.wordpress.com/2010/03/31/read-apache-tomcat-version/</link>
		<comments>http://stolenkid.wordpress.com/2010/03/31/read-apache-tomcat-version/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:52:05 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[Apache Tomcat version]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=83</guid>
		<description><![CDATA[Print Apache Tomcat version<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=83&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Today I had to find the version of an installed tomcat application. It is not necessary to retain the version in the name of the application folder as in the case of my project.  So, I had to figure out a way to get the version info from tomcat itself.  I came across ServerInfo class.  This class is packaged in catalina.jar present in ${TOMCAT_HOME}/server/lib directory.  Below is snippet to run the ServerInfo class and it prints the verion of tomcat.</p>
<p><pre class="brush: java;">java -classpath ${TOMCAT_HOME}/server/lib/catalina.jar org.apache.catalina.util.ServerInfo</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=83&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2010/03/31/read-apache-tomcat-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu &#8211; Trash folder</title>
		<link>http://stolenkid.wordpress.com/2010/02/17/ubuntu-trash-folder/</link>
		<comments>http://stolenkid.wordpress.com/2010/02/17/ubuntu-trash-folder/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:10:00 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[Empty trash folder]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=80</guid>
		<description><![CDATA[Permission denied while emptying trash folder in Ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=80&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">It was today that I encountered a problem that I have never faced before.  Months back I had &#8220;Moved to Trash&#8221;ed an application and it was lying in the trash until today when it caught my attention.  When I tried emptying the trash folder, all other files except an application got deleted.  My login id did not have permission to delete these files from Trash. Weird is what you are thinking of now because how in the first place that application got deleted with the same login id where it got moved to trash ? This application was deleted as a pseudo root using sudo command.  This is not the problem yet.  When this application was deleted, it was moved to Trash but it also carried the same permissions as it was installed which means my login id has no write permission.  Hence, not getting deleted from Trash.  How to delete these files from Trash ? After doing some search from $HOME folder, I found the local directory that has all the deleted files.</p>
<p>$HOME/.local/share/Trash is the folder that represents the Trash.  This directory has a couple of sub-directories, namely info and files.  Later is the directory that has the actual files that were deleted while the directory name &#8220;info&#8221; is a metadata of the deleted files.</p>
<p>If deleting files from Trash fails because of permission, just change the permission of the files in $HOME/.local/share/Trash/files directory.</p>
<p>Happy trashing !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=80&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2010/02/17/ubuntu-trash-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Redirect java console output to file</title>
		<link>http://stolenkid.wordpress.com/2010/01/31/redirect-java-console-output-to-file/</link>
		<comments>http://stolenkid.wordpress.com/2010/01/31/redirect-java-console-output-to-file/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 20:54:30 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[Java instrumentation]]></category>
		<category><![CDATA[Redirect sysout to file]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=77</guid>
		<description><![CDATA[Redirecting console output to a file <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=77&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>System.out.println() &gt;&gt; LogFile.txt</p>
<p style="text-align:justify;">Most of this week at work I had to analyze issues based on the messages in log files of server. In addition to the messages that were logged to a file, there were also useful messages that were printed on the console.  Now, messages scattered in two different stores made my work difficult right from the first step.  Moreover, the other problem to me was that at a granular logging level I was hit with a sprinting screen of log messages.  I wanted to have all the log messages in a single store but with no change to the application.</p>
<p>Java instrumentation saved me !</p>
<p>Steps<br />
&gt;&gt; Write a class (say, MyAgent.java) with a method following the signature mentioned below</p>
<p><code>public static void premain(String args, Instrumentation inst) {}</code></p>
<p>&gt;&gt; In the premain() method, set the PrintStream to wrap a FileOutputStream().  In my usecase, I had to make the FileOutputStream refer the log file.</p>
<p><pre class="brush: java;">

public class MyAgent {
	public static void premain(String args, Instrumentation inst) {
		java.io.PrintStream savedStream = System.out;
		try {
			System.setOut(new java.io.PrintStream(new java.io.FileOutputStream(
					new java.io.File(&quot;System.out.txt&quot;), true)));
		} catch (FileNotFoundException e) {
			System.setOut(savedStream);
			System.err.println(&quot;Error while setting System.out&quot;
					+ e.getLocalizedMessage());
		}
	}
}

</pre></p>
<p>&gt;&gt; Compile the class with premain() method and pack it to any java archive.<br />
&gt;&gt; Update the java archive with &#8220;Premain-Class: MyAgent&#8221; entry in the manifest file.<br />
&gt;&gt; Hook the agent to the JVM using the -javaagent switch.<br />
<pre class="brush: java;">
    java -javaagent:myagent.jar -cp ./classes HelloWorld
</pre></p>
<p style="text-align:justify;">The real idea behind the instrumentation is completely different.  The above can be taken as the first step towards instrumentation.  I am sure I am not the last one to face the problem due to scattered log messages in J2EE applications.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=77&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2010/01/31/redirect-java-console-output-to-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing/Removing debian packages in Ubuntu</title>
		<link>http://stolenkid.wordpress.com/2010/01/13/installingremoving-debian-packages-in-ubuntu/</link>
		<comments>http://stolenkid.wordpress.com/2010/01/13/installingremoving-debian-packages-in-ubuntu/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:06:45 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[deb package]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=72</guid>
		<description><![CDATA[Installing/Removing debian packages in Ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=72&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">There are multiple ways to install a software in Ubuntu.  One of such ways is by debian package. A debian package is an ubuntu installer.  These debian packages can be thought of equivalent of setup(exe) files in Windows environment.</p>
<p>Command to install debian package<br />
<code>$sudo dpkg -i &lt;debian_package_name&gt;</code></p>
<p>Command to remove debian package<br />
<code>$sudo dpkg -r </code><code>&lt;debian_package_name&gt;</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=72&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2010/01/13/installingremoving-debian-packages-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>JMS client to JBoss / Weblogic</title>
		<link>http://stolenkid.wordpress.com/2009/11/21/jms-client-to-jboss-weblogic/</link>
		<comments>http://stolenkid.wordpress.com/2009/11/21/jms-client-to-jboss-weblogic/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:26:16 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[JBOSS JMS Client]]></category>
		<category><![CDATA[WebLogic JMS Client]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=66</guid>
		<description><![CDATA[Simple JMS client to JBoss or WebLogic as JMS providers.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=66&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A week when I had to refresh on JMX.  I started with writing a client to JBoss as JMS provider. I am sure there would be a lot more such java programs as clients to JMS providers but I had a hard time figuring out a simple example to do the following.</p>
<ul>
<li>Connect to the JMS provider using JNDI.</li>
<li>Get the destination resource, a JBoss queue in our example.</li>
<li>Post a message to the queue.</li>
<li>Consume the message from the queue.</li>
</ul>
<p style="text-align:justify;">&nbsp;</p>
<p style="text-align:justify;">Here is the java client to Jboss as jms provider. I also had an opportunity to test the client against BEA&#8217;s WebLogic server as JMS provider.  So, you would also see a few lines commented in context of weblogic server.  The code is pretty straight forward in the manner the above listed objectives are implemented. You can post any question/comment if you have in this regard and I shall update the code accordingly.</p>
<p><pre class="brush: java;">
import java.util.Properties;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.MessageConsumer;
import javax.jms.MessageListener;
import javax.jms.MessageProducer;
import javax.jms.Queue;
import javax.jms.QueueConnection;
import javax.jms.QueueConnectionFactory;
import javax.jms.QueueReceiver;
import javax.jms.QueueSession;
import javax.jms.TextMessage;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;

/**
 * @author Dexter
 *
 */
public class JMSClient {

 QueueConnection conn;
 QueueSession session;
 Queue que;

 /**
 * @param args
 */
 public static void main(String[] args) {
 JMSClient jms = new JMSClient();
 try {
 jms.init();
 jms.send();
 jms.receive();
 jms.cleanUp();
 } catch (NamingException e) {
 e.printStackTrace();
 } catch (JMSException e) {
 e.printStackTrace();
 }

 }

 public static void log(String message, int level) {
 System.out.println(message);
 }

 public static void log(String message) {
 JMSClient.log(message, 4);
 }

 public void init() throws NamingException, JMSException {
 Properties prop = new Properties();
 String connFactory = null;
 String queueName = null;

 // JBoss config
 // Notes : Added jbossall-client.jar to classpath from JBoss v4.1
 prop.put(Context.INITIAL_CONTEXT_FACTORY,
 &quot;org.jnp.interfaces.NamingContextFactory&quot;);
 prop.put(Context.PROVIDER_URL, &quot;jnp://localhost:1099&quot;);
 prop.put(&quot;java.naming.factory.url.pkgs&quot;,
 &quot;org.jboss.naming:org.jnp.interfaces&quot;);
 connFactory = &quot;ConnectionFactory&quot;;
 queueName = &quot;queue/A&quot;;

 // WebLogic config
 // Notes : Added weblogic.jar to classpath from weblogic server v9.
 /*
 * prop.put(Context.INITIAL_CONTEXT_FACTORY,
 * &quot;weblogic.jndi.WLInitialContextFactory&quot;);
 * prop.put(Context.PROVIDER_URL, &quot;t3://localhost:7001&quot;); connFactory =
 * &quot;weblogic.examples.jms.QueueConnectionFactory&quot;; queueName =
 * &quot;exampleQueue&quot;;
 */
 // prop.put(&quot;java.naming.factory.url.pkgs&quot;,
 // &quot;org.jboss.naming:org.jnp.interfaces&quot;);

 Context iniCtx = new InitialContext(prop);
 Object tmp = iniCtx.lookup(connFactory);
 JMSClient.log(&quot;Connectionfactory lookup successful ..&quot;, 5);
 QueueConnectionFactory qcf = (QueueConnectionFactory) tmp;
 conn = qcf.createQueueConnection();
 que = (Queue) iniCtx.lookup(queueName);
 JMSClient.log(&quot;Queue lookup successful ..&quot;, 5);
 session = conn.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
 JMSClient.log(&quot;Create session successful ..&quot;, 5);

 conn.start();
 JMSClient.log(&quot;Connection started successfully ..&quot;, 5);

 JMSClient.log(&quot;JMS Initialization completed successfully.. &quot;, 3);
 }

 public void send() throws NamingException, JMSException {

 MessageProducer producer = session.createProducer(que);
 JMSClient.log(&quot;MessageProducer created successfully ..&quot;, 5);
 TextMessage message = session.createTextMessage();
 message.setText(&quot;My first JMS message&quot;);
 JMSClient.log(&quot;Message created successfully ..&quot;, 5);
 producer.send(message);
 JMSClient.log(&quot;Message sent successfully ..&quot;, 5);

 }

 public void receive() throws JMSException {
 QueueReceiver qRcvr = session.createReceiver(que);
 qRcvr.setMessageListener(new MyQueueListener());
 JMSClient.log(&quot;Message listener associated ..&quot;, 5);
 // Notes : Blocking call - Synchronous. Hence I switched to Asynchronous
 // (non-blocking) approach by implementing MessageListener
 /*
 * MessageConsumer consumer = this.session.createConsumer(que);
 * JMSClient.log(&quot;Consumer created successfully..&quot;, 5); TextMessage
 * message = null; while ((message = (TextMessage) consumer.receive())
 * != null) { JMSClient.log(message.getText()); }
 */
 long waitTime = 5000;
 JMSClient.log(&quot;Receiver waiting &quot; + waitTime + &quot; ms to give MessageListener a chance to run.&quot;, 3);
 try {
 Thread.sleep(waitTime);
 } catch (InterruptedException e) {
 e.printStackTrace();
 }
 }

 public void cleanUp() throws JMSException {

 if (session != null) {
 session.close();
 log(&quot;Session closed successfully ..&quot;, 5);
 }
 if (conn != null) {
 conn.close();
 JMSClient.log(&quot;Connection closed successfully ..&quot;, 5);
 }

 }
}

class MyQueueListener implements MessageListener {

 public void onMessage(Message message) {
 try {
 JMSClient.log(((TextMessage) message).getText());
 } catch (JMSException e) {
 e.printStackTrace();
 }
 }
}
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=66&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2009/11/21/jms-client-to-jboss-weblogic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Scheduling AVAST AV scans</title>
		<link>http://stolenkid.wordpress.com/2009/06/28/scheduling-avast-av-scans/</link>
		<comments>http://stolenkid.wordpress.com/2009/06/28/scheduling-avast-av-scans/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 19:00:02 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[Avast Home Edition]]></category>
		<category><![CDATA[Scheduling AVAST scans]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=62</guid>
		<description><![CDATA[Scheduling automated scans with Avast Home Edition<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=62&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">After spending considerable span of time in identifying a free version of reliable anti-virus system, I chose Avast Home Edition anti-virus for all its features and positive user reviews about reliable enough for a free version.  Though the home edition comes with a handful of features, there is no option to schedule scans.  This blog is about how to set up Avast home edition with the windows scheduler as a scheduled job. Run the windows scheduler application from Start &gt; Programs &gt; Accessories &gt; System Tools &gt; Schedule Tasks &gt; Add Scheduled Task &gt; Choose Avast AV application &gt; Schedule the task. Once the task is scheduled, double click on the scheduled task to view the settings.</p>
<p style="text-align:justify;">The command to lauch the scanner for Avast 4.8 is ashQuick.exe.  This command takes the path to scan.  To scan the whole computer, pass all the local drives as argument to the command and this should be set as the command to run for auto-scanner to start.</p>
<p style="text-align:justify;"><code>"{AVAST_HOME}\ashQuick.exe" "C:\" "D:\"</code></p>
<p style="text-align:justify;">There is no self-help switch on this command for a better understanding of the command.  With the above option, all we do just to start the scanner for the listed path as argument. It is unknown whether an archived file will be scanned along with the depth of scanning for infection.  Just set this scheduler up and have automated scans.</p>
<p style="text-align:justify;">Much appreciated if you could comment/suggest in this context.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=62&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2009/06/28/scheduling-avast-av-scans/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Disconnecting Windows XP USB drive</title>
		<link>http://stolenkid.wordpress.com/2009/06/07/disconnecting-windows-xp-usb-drive/</link>
		<comments>http://stolenkid.wordpress.com/2009/06/07/disconnecting-windows-xp-usb-drive/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 12:01:47 +0000</pubDate>
		<dc:creator>dexter2305</dc:creator>
				<category><![CDATA[Tech bits]]></category>
		<category><![CDATA[Disconnecting USB drive]]></category>

		<guid isPermaLink="false">http://stolenkid.wordpress.com/?p=58</guid>
		<description><![CDATA[Observation on problems while disconnecting Windows USB drive.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=58&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Storage medium connected to a Windows PC on USB is very common these days.  Windows recognizes when a flash drive or external hard drive is connected on any of its USB ports. After working with the USB drive, it is recommended to click on safely remove hardware icon to disconnect the drive from Windows PC.  But not everytime the USB drive gets disconnected.  Out of my experience with Windows, what I have observed is that may be Windows explorer in XP is locking the last viewed folder.  So, open any other drive and may be let windows unlock the flash drive we wanted to disconnect.</p>
<p style="text-align:justify;">I have tried this with Windows XP many times and everytime this solution worked.  So, I guess this solution should work in most cases when disconnecting USB drive from Windows PC fails.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stolenkid.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stolenkid.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stolenkid.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stolenkid.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stolenkid.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stolenkid.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stolenkid.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stolenkid.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stolenkid.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stolenkid.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stolenkid.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stolenkid.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stolenkid.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stolenkid.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stolenkid.wordpress.com&amp;blog=6749352&amp;post=58&amp;subd=stolenkid&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stolenkid.wordpress.com/2009/06/07/disconnecting-windows-xp-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a4f2f2211abc18f79be9e06cefea283?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Naveen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
