<?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>Thangamaniarun&#039;s Blog</title>
	<atom:link href="http://thangamaniarun.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thangamaniarun.wordpress.com</link>
	<description>நாளை நமதே - Future is ours</description>
	<lastBuildDate>Mon, 22 Aug 2011 15:07:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thangamaniarun.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Thangamaniarun&#039;s Blog</title>
		<link>http://thangamaniarun.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thangamaniarun.wordpress.com/osd.xml" title="Thangamaniarun&#039;s Blog" />
	<atom:link rel='hub' href='http://thangamaniarun.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to convert FLV to 3GP video on ubuntu 10.04</title>
		<link>http://thangamaniarun.wordpress.com/2011/08/07/how-to-convert-flv-to-3gp-video-on-ubuntu-10-04/</link>
		<comments>http://thangamaniarun.wordpress.com/2011/08/07/how-to-convert-flv-to-3gp-video-on-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 08:31:26 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[HAcking]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[3gp]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ubuntu-10.04]]></category>
		<category><![CDATA[flv to 3gp]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=116</guid>
		<description><![CDATA[Information ffmpeg is better opensource tool to convert videos from one format to another format. This tool supports almost all the video formats. It is based on video codecs and audio codec libs. Prerequisites It requires the following libs need to be installed before compiling ffmpeg, sudo apt-get install libavcodec-extra-52 libtheora0 libtheora-dev libvorbis0 libvorbis-dev libxvidcore-dev [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=116&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Information</h1>
<p><a title="ffmpeg" href="http://www.ffmpeg.org/releases/ffmpeg-0.8.1.tar.bz2" target="_blank">ffmpeg</a> is better opensource tool to convert videos from one format to another format. This tool supports almost all the video formats. It is based on video codecs and audio codec libs.</p>
<h1>Prerequisites</h1>
<p>It requires the following libs need to be installed before compiling ffmpeg,</p>
<blockquote><p>sudo apt-get install libavcodec-extra-52 libtheora0 libtheora-dev libvorbis0 libvorbis-dev libxvidcore-dev libxvidcore4 libfaac0 libfaad2 libavcodec52 libavformat52 libavidemux0 libavcodec-dev libavformat-dev libavutil49 libavutil-dev</p></blockquote>
<h1></h1>
<h1>Installing FFMPEG</h1>
<address> </address>
<address>Download the ffmpeg source from the following link</address>
<blockquote><p>http://www.ffmpeg.org/releases/ffmpeg-0.8.1.tar.bz2</p></blockquote>
<h1></h1>
<h1>Compiling</h1>
<blockquote><p>bunzip2 ffmpeg-0.8.1.tar.bz2</p>
<p>tar xvf ffmpeg-0.8.1.tar</p>
<p>cd ffmpeg-0.8.1</p>
<p>./configure &#8211;prefix=/usr &#8211;enable-libvorbis &#8211;enable-libtheora &#8211;enable-libfaac  &#8211;enable-libxvid &#8211;disable-debug &#8211;enable-gpl &#8211;enable-nonfree &#8211;disable-yasm</p>
<p>make</p>
<p>sudo make install</p></blockquote>
<h1>Converting videos</h1>
<blockquote><p>FLV to 3GP</p>
<p>ffmpeg -i  youtube.flv -s qcif -vcodec h263 -acodec libfaac -ac 1 -ar 8000 -r 25 -ab 32 -y youtube.3gp</p></blockquote>
<h1>Support</h1>
<blockquote><p>If you need any help please ask me..will help to convert your videos into required format.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=116&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2011/08/07/how-to-convert-flv-to-3gp-video-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>35.466488 139.622491</georss:point>
		<geo:lat>35.466488</geo:lat>
		<geo:long>139.622491</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a Linaro Kernel deb for your ARM board on Ubuntu Lucid</title>
		<link>http://thangamaniarun.wordpress.com/2011/07/30/creating-a-linaro-kernel-deb-for-your-arm-board-on-ubuntu-lucid/</link>
		<comments>http://thangamaniarun.wordpress.com/2011/07/30/creating-a-linaro-kernel-deb-for-your-arm-board-on-ubuntu-lucid/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 11:16:36 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Linaro]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=103</guid>
		<description><![CDATA[A quick and dirty guide on how to crosscompile a custom Linaro kernel deb for your ARM board on Ubuntu Lucid. Prerequisites sudo apt-get build-dep --no-install-recommends linux-image-`uname -r` sudo aptitude install apt-get install gcc-4.5-arm-linux-gnueabi fakeroot build-essential Obtain the source $git clone --depth 1 git://git.linaro.org/ubuntu/linux-linaro.git Adjust the kernel config cd linux-linaro fakeroot debian/rules clean fakeroot debian/rules [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=103&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A quick and dirty guide on how to crosscompile a custom <a title="Linaro" href="http://www.linaro.org" target="_blank">Linaro</a> kernel deb for your ARM board on Ubuntu Lucid.</p>
<h3 id="prerequisites">Prerequisites</h3>
<blockquote><p><code>sudo apt-get build-dep --no-install-recommends linux-image-`uname -r`<br />
sudo aptitude install apt-get install gcc-4.5-arm-linux-gnueabi fakeroot build-essential</code></p></blockquote>
<p style="text-align:left;">
<p style="text-align:left;"><strong>Obtain the source</strong></p>
<blockquote><p><code>$git clone --depth 1 git://git.linaro.org/ubuntu/linux-linaro.git<br />
</code></p></blockquote>
<h3></h3>
<h3>Adjust the kernel config</h3>
<blockquote><p><code>cd linux-linaro<br />
fakeroot debian/rules clean<br />
fakeroot debian/rules editconfigs<br />
</code></p></blockquote>
<ul>
<li>You may run <tt>fakeroot debian/rules updateconfigs</tt> to check if ubuntu complains your config (<tt>debian.linaro/config/enforce</tt>).</li>
</ul>
<h3 id="add_a_changelog_entry"></h3>
<h3>Add a changelog entry</h3>
<p>Add an entry to the <tt>debian.linaro/changelog</tt>:<code></code></p>
<blockquote><p><code>DEBEMAIL="thangam.arunx@gmail.com" DEBFULLNAME="Roja Arun" dch --changelog debian.linaro/changelog -l local 'enable ftrace</code></p></blockquote>
<h3 id="build_the_kernel_deb"></h3>
<h3>Build the kernel deb</h3>
<p>We don&#8217;t want to build the tools (like perf) because this requires some cross libs installed:</p>
<blockquote><p><small>sed -i &#8220;s/do_tools.*=.*true/do_tools = false/&#8221; debian.linaro/rules.d/armel.mk </small></p></blockquote>
<p>&nbsp;</p>
<p>Restrict the build to the flavour we are actually interested in:</p>
<blockquote><p><code>sed -i "s/flavours.*=.*/flavours = linaro-vexpress/" debian.linaro/rules.d/armel.mk </code></p></blockquote>
<p>&nbsp;</p>
<p>Build the binary package (-b), do not sign the .changes file (-uc) or source package (-us):</p>
<blockquote><p><code>CROSS_COMPILE=arm-linux-gnueabi- skipabi=true skipmodule=true do_tools=false dpkg-buildpackage -aarmel -b -uc -us</code><br />
This may take a while and will probably fail at some point but hopefully leaves the kernel deb at <tt>../*deb</tt>.</p></blockquote>
<p>&nbsp;</p>
<h3><strong>Reference Links</strong></h3>
<blockquote><p><a title="https://wiki.linaro.org/KenWerner/Sandbox/CreateCustomKernelDeb" href="https://wiki.linaro.org/KenWerner/Sandbox/CreateCustomKernelDeb" target="_blank">https://wiki.linaro.org/KenWerner/Sandbox/CreateCustomKernelDeb</a></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=103&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2011/07/30/creating-a-linaro-kernel-deb-for-your-arm-board-on-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Build Live Debian with Sugar Desktop ??</title>
		<link>http://thangamaniarun.wordpress.com/2010/12/28/how-to-build-live-debian-with-sugar-desktop/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/12/28/how-to-build-live-debian-with-sugar-desktop/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 10:07:04 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
		
		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=96</guid>
		<description><![CDATA[Objective of this blog post as follows. Myself working with www.fsftn.org for past two years in spreading FOSS by giving presentations at various Engineering colleges. across Tamil Nadu. While doing two days FOSS workshop at Vellalar Engineering college, Erode We (FSFTN) as a team initiated a project called &#8220;punnagai&#8221; to take Sugarlabs.org learning platform to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=96&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Objective of this blog post as follows.</p>
<p>Myself working with www.fsftn.org for past two years in  spreading FOSS by giving presentations at various Engineering colleges. across Tamil Nadu.</p>
<p>While doing two days FOSS workshop at Vellalar Engineering college, Erode We (FSFTN) as a team initiated a project called &#8220;punnagai&#8221; to take <a title="Sugar" href="http://www.sugarlabs.org/" target="_blank">Sugarlabs.org</a> learning platform to school children&#8217;s. In order to accomplish the work, We planned two initial works.</p>
<p>1. Tamil Translations at <a title="Sugar" href="http://www.sugarlabs.org/" target="_blank">Sugarlabs.org</a></p>
<p>2. Bringing Sugar Desktop into Ubuntu &amp; Debian</p>
<p>3. Tamil Manuals &#8211; For school teachers and</p>
<p>First task was completed during mid of September 2010. Second task is in progress.</p>
<p>I have been trying to bring www.sugarlabs.org desktop + applications into Debian and Ubuntu Distributions in-order to take this to school children&#8217;s for their computer learning.</p>
<p>Follow the steps to build Live Debian on RPM or Debian based Linux distributions.</p>
<h2>How to build</h2>
<p>The construction of the CD is pretty easy. Configuration is all done  in the <tt>/livecd/conf</tt> directory, you can read how to do it <a rel="nofollow" href="http://wiki.debian.org/DebianLive">debian-live site</a>, or go in <a rel="nofollow" href="irc://irc.oftc.net/#debian-live">IRC debian-live channel</a></p>
<h3>In non-Debian systems  (Fedora, etc)</h3>
<p>1. Get the live-helper source code</p>
<pre> git clone git://git.debian.net/git/debian-live/live-helper.git live-helper
</pre>
<h3>In Debian systems</h3>
<p>1.</p>
<pre> apt-get install live-helper subversion
</pre>
<p>2.</p>
<pre> svn co <a rel="nofollow" href="https://sugarlivecd.svn.sourceforge.net/svnroot/sugarlivecd">https://sugarlivecd.svn.sourceforge.net/svnroot/sugarlivecd</a>
 cd ./sugarlivecd/livecd
 lh_clean ; lh_build
</pre>
<p>The creation takes time, and you will need to be connected to the  internet.</p>
<p>References:</p>
<p>1. <a href="http://wiki.sugarlabs.org/go/Live_CD" target="_blank">http://wiki.sugarlabs.org/go/Live_CD</a></p>
<p>2. <a title="DebianLive" href="http://wiki.debian.org/DebianLive" target="_blank">http://wiki.debian.org/DebianLive</a></p>
<p>We are looking for more volunteers to take this too many schools and improve the Translation in terms Quality and</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=96&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/12/28/how-to-build-live-debian-with-sugar-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>Bangalore Android Group&#8217;s 5th Meet up</title>
		<link>http://thangamaniarun.wordpress.com/2010/07/21/bangalore-android-groups-5th-meet-up/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/07/21/bangalore-android-groups-5th-meet-up/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:14:42 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Bangalore]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Meet]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=94</guid>
		<description><![CDATA[Bangalore Android Group&#8217;s 5th Meet up When: Sunday, July 25  2010 ,   2:00 PM &#8211; 5:00PM Where: ThoughtWorks Technologies (India) Pvt Ltd ACR Mansion, 2nd floor, 147/F, 8th Main Rd. 3rd Block, Koramangala Bangalore &#8211; 560 034, India RSVP &#8211; http://www.meetup.com/blrdroid/calendar/14160191/ New Initiative: We are very excited to announce one initiative that we were [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=94&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div><strong>Bangalore Android Group&#8217;s 5th Meet up </strong></p>
<p><strong>When:</strong> Sunday, July 25  2010 ,   2:00 PM &#8211; 5:00PM</p>
<p><strong>Where:</strong><br />
ThoughtWorks Technologies (India) Pvt Ltd</div>
<div>ACR Mansion, 2nd floor, 147/F, 8th Main Rd.<br />
3rd Block, Koramangala<br />
Bangalore &#8211; 560 034, India</p>
<p><strong>RSVP &#8211; </strong><strong><a href="http://www.meetup.com/blrdroid/calendar/14160191/" target="_blank">http://www.meetup.com/blrdroid/calendar/14160191/</a></strong></div>
<div>
<div><strong>New</strong> <strong>Initiative:</strong></div>
<div>We are very excited to announce one initiative that we were planing from long time. We believe that this initiative will provide a great opportunity to every member of the group to present his idea/work/achievement to the entire group. We are actually planning to start this initiative from BLRDROID 6th meetup.</div>
<div>Most of our members are working on great things in android.So in every meetup we will have one(minimum)presentation slot reserved for our members.</div>
<div>You can talk on anything that you are excited/worked/new idea/ about android.</div>
<div>We feel that this initiative will give more exposure the both an individual and also to the group.</div>
<div>But wait&#8230;? Why start from next meetup?</div>
<div>We think that there are members who can give a nice talk on android from this meetup itself. Even though we have only 4 days left for next meetup, we encourage you to let us know if any of you can give a talk. We will start the new initiative from this meetup itself <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div>Please let us know about your presentation topic and duration of the presentation by <span style="color:#3333ff;">Thursday 5:00 PM,22nd  JULY 2010 (IST).</span></div>
<div>We will be mailing the final agenda for the meetup by 22nd JULY EOD.</div>
<div>Waiting for your positive reply..!!!</div>
</div>
<div><strong><br />
Organizer&#8217;s Contact no:</strong><br />
Neeraj: 9900971840<br />
Badri: 9986961548<br />
Ankit: 9620215017</div>
<div>Amrit: 9740744557</div>
<div>Ravi:  8904860938</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=94&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/07/21/bangalore-android-groups-5th-meet-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>நமது தேசத்தின் சில அவலங்கள் &#8211; மானமற்ற கட்சிகளின் பிடிகளில்</title>
		<link>http://thangamaniarun.wordpress.com/2010/07/13/%e0%ae%a8%e0%ae%ae%e0%ae%a4%e0%af%81-%e0%ae%a4%e0%af%87%e0%ae%9a%e0%ae%a4%e0%af%8d%e0%ae%a4%e0%ae%bf%e0%ae%a9%e0%af%8d-%e0%ae%9a%e0%ae%bf%e0%ae%b2-%e0%ae%85%e0%ae%b5%e0%ae%b2%e0%ae%99%e0%af%8d/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/07/13/%e0%ae%a8%e0%ae%ae%e0%ae%a4%e0%af%81-%e0%ae%a4%e0%af%87%e0%ae%9a%e0%ae%a4%e0%af%8d%e0%ae%a4%e0%ae%bf%e0%ae%a9%e0%af%8d-%e0%ae%9a%e0%ae%bf%e0%ae%b2-%e0%ae%85%e0%ae%b5%e0%ae%b2%e0%ae%99%e0%af%8d/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 11:25:32 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[அவலம்]]></category>
		<category><![CDATA[இந்திய அரசாங்கம்]]></category>
		<category><![CDATA[தமிழ்]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=91</guid>
		<description><![CDATA[நமது தேசத்தின் சில அவலங்களைப் பட்டியலிட்டுள்ளேன். படித்துப்பாருங்கள்! 1 அரிசியின் விலை கிலோ 44 ரூபாய். ஆனால் சிம் கார்டு இலவசமாகக் கிடைக்கிறது. 2 பொது வினியோகத்தில் விற்கப்படும் அரிசியின் விலை கிலோ ஒரு ரூபாய். ஆனால் பொதுக்கழிப்பறையின் கட்டணம் மூன்று ரூபாய். 3 வங்கிகளில் வாகனக் கடன்களுக்கான வட்டி ஐந்து சதவிகிதம். ஆனால் கல்விக்கடனுக்கான வட்டி 12 சதவிகிதம். 4 பிஸ்ஸா வீட்டிற்கு வந்து சேரும் வேகத்தில் பாதியளவு வேகத்தில்கூட அதாவது பாதி நேரத்தில்கூட அம்புலன்சும், [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=91&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p><em><strong><span style="text-decoration:underline;">நமது தேசத்தின் சில அவலங்களைப் பட்டியலிட்டுள்ளேன்.  படித்துப்பாருங்கள்!</span></strong></em></p>
</div>
</div>
<p><strong>1 </strong><strong>அரிசியின் விலை கிலோ </strong><strong>44 </strong><strong>ரூபாய்.  ஆனால் சிம் கார்டு இலவசமாகக் கிடைக்கிறது.</strong></p>
<p><strong>2 </strong><strong>பொது வினியோகத்தில் விற்கப்படும் அரிசியின் விலை கிலோ ஒரு  ரூபாய். ஆனால் பொதுக்கழிப்பறையின் கட்டணம் மூன்று ரூபாய்.</strong></p>
<p><strong>3 </strong><strong>வங்கிகளில் வாகனக் கடன்களுக்கான வட்டி ஐந்து சதவிகிதம். ஆனால்  கல்விக்கடனுக்கான வட்டி </strong><strong>12 </strong><strong>சதவிகிதம்.</strong></p>
<p><strong>4 </strong><strong>பிஸ்ஸா வீட்டிற்கு வந்து சேரும் வேகத்தில் பாதியளவு வேகத்தில்கூட  அதாவது பாதி நேரத்தில்கூட அம்புலன்சும்</strong><strong>, </strong><strong>தீயனைப்பு வாகனங்களும் வந்து சேர்வதில்லை!</strong></p>
<p><strong>5 </strong><strong>ஒரு கிரிகெட் குழுவையே கோடிக்கணக்கான பணத்தைக் கொடுத்து விலைக்கு  வாங்கக்கூடிய செல்வந்தர்கள் இருக்கிறார்கள். அதே பணத்தில் பத்தில் ஒரு  பங்கைக்கூட அறப் பணிகளுக்குச் செலவு செய்யக்கூடிய செல்வந்தர்கள் மட்டும்  இல்லை!</strong></p>
<p><strong>6 </strong><strong>நாம் அணியும் ஊள்ளாடைகளும்</strong><strong>, </strong><strong>ஆடைகளும்</strong><strong>, </strong><strong>காலணிகளும்  குளிரூட்டப்பெற்ற கடைகளில் விற்கப்படுகின்றன. ஆனால் நாம் உண்ணும்  காய்கற்களும்</strong><strong>, </strong><strong>பழங்களும்  நடைபாதைக் கடைகளில் விற்கப்படுகின்றன.</strong></p>
<p><strong>7 </strong><strong>நாம் குடிக்கும் லெமன் ஜீஸ்கள் செயற்கையான இரசாயனப் பொருட்களால்  தயாரிக்கப்படுகின்றன. பாத்திரம் கழுவ உதவும் நீர்க் கலவை இயற்கையான லெமனில்  (எழுமிச்சையில்) தயாரிக்கப்படுகிறது.</strong></p>
<p><strong>8 </strong><strong>மொத்தமாகப் பள்ளிகளையும்</strong><strong>, </strong><strong>கல்லூரிகளையும் நடத்த வேண்டிய அரசு</strong><strong>, </strong><strong>சாராயம் விற்றுக்கொண்டிருக்கிறது. சாராயம் விற்றுக்கொண்டிருந்த  பலர் இன்று கல்லூரிகளை  நடத்திக்கொண்டிருக்கிறார்கள்.</strong></p>
<p><strong>9 </strong><strong>கோதுமைக்கு வரியில்லை. அது விளைபொருள். கோதுமையை மாவாகத்  திரித்தால் வரியுண்டு.</strong></p>
<p><strong>கோதுமை மாவை சப்பாத்தியாக செய்துவிற்றால் வரியில்லை</strong><strong><br />
</strong><strong>அதே மாவை பிஸ்கட்</strong><strong>, </strong><strong>கேக்</strong><strong>, </strong><strong>பிரெட்டாகச்  செய்துவிற்றால் வரி உண்டு!</strong></p>
<p><strong>10 </strong><strong>பிரபலமாக வேண்டும் என்ற அபிலாசைகள் அனைவருக்கும் உண்டு. ஆனால்  பிரபலாமவதற்கு உரிய உண்மையான வழியில் செல்ல மட்டும் ஒருவருக்கும் விருப்பம்  இல்லை!</strong></p>
<p><strong>11 </strong><strong>குழந்தைத் தொழிலாளர்களை ஒழிக்க வேண்டும் என்போம். ஆனால்  தேநீர்க்கடைகளில் வேலை பார்க்கும் சிறுவர்கள் கொண்டுவந்து கொடுக்கும் டீயை  மட்டும் சுவாரசியமாக உறிஞ்சிக்குடிப்போம்!</strong></p>
<p><strong>12 </strong><strong>அனைத்திற்கும் சேவைவரி (</strong><strong>Service Tax) </strong><strong>உண்டு. மனைவியின் சேவைகளுக்கு மட்டும் வரி இல்லை!</strong></p>
<p><strong>இந்த நிலை மாறுவது எப்போது</strong><strong>?</strong></p>
<p><strong>தூங்கும் பாரதமாதவைத்தான் எழுப்பிக் கேட்க வேண்டும்!</strong></p>
<h1><strong>சிந்தித்து பாருங்கள் இளைஞர்களே&#8230;</strong></h1>
<h1><strong>எப்படி இந்த அவலங்களை களையெடுக்கப் போகிறோம்..</strong></h1>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=91&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/07/13/%e0%ae%a8%e0%ae%ae%e0%ae%a4%e0%af%81-%e0%ae%a4%e0%af%87%e0%ae%9a%e0%ae%a4%e0%af%8d%e0%ae%a4%e0%ae%bf%e0%ae%a9%e0%af%8d-%e0%ae%9a%e0%ae%bf%e0%ae%b2-%e0%ae%85%e0%ae%b5%e0%ae%b2%e0%ae%99%e0%af%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto setup lxr on Linux (Ubuntu-10.04)</title>
		<link>http://thangamaniarun.wordpress.com/2010/07/09/howto-setup-lxr-on-linux-ubuntu-10-04/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/07/09/howto-setup-lxr-on-linux-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 13:35:36 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lxr]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=87</guid>
		<description><![CDATA[Hello geeks if you are dealing with kernel development or handling large amount of source files Here is the way to get the cross reference with all the files in a web based source view. Requirements: Apache &#8211; Web server lxr -Linux Cross Reference - Perl &#8211; Reference generator 1. Install the pre-requested packages $ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=87&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello geeks if you are dealing with kernel development or handling large amount of source files</p>
<p>Here is the way to get the cross reference with all the files in a web based source view.</p>
<p>Requirements:</p>
<blockquote><p>Apache &#8211; Web server</p>
<p>lxr -Linux Cross Reference -</p>
<p>Perl &#8211; Reference generator</p></blockquote>
<p>1. Install the pre-requested packages</p>
<blockquote><p><code>$ sudo apt-get install lxr perl apache2<br />
</code></p>
<p><code>$ sudo vi /etc/apache2/sites-enabled/000-default</code></p></blockquote>
<p>2. Add these lines to &#8220;/etc/apache2/sites-enabled/000-default&#8221;</p>
<blockquote><p><code>$ sudo vi etc/apache2/sites-enabled/000-default</code>/</p>
<p><code># Linux Cross Reference Stuff<br />
Alias /lxr /usr/share/lxr<br />
usr/share/lxr&gt;<br />
Options All<br />
AllowOverride All<br />
&lt;/Directory&gt;</code></p></blockquote>
<p>3. Create a file /usr/share/lxr/http/.htaccess which contains:</p>
<blockquote><p><code>$ sudo vi /usr/share/lxr/http/.htaccess</code></p>
<p><code>&lt;Files ~ (search|source|ident|diff|find)$&gt;<br />
SetHandler cgi-script<br />
&lt;/Files&gt;</code></p></blockquote>
<p>4. Restart your apache web-server</p>
<blockquote><p><code> $ sudo /etc/init.d/apache2 restart</code></p></blockquote>
<p>5. Now we will setup the cross reference.</p>
<p>i).  Create /usr/share/lxr/source if it doesn’t exist.<br />
ii). Create a directory 2.6.32 inside it – this is the linux version I am  cross referencing.</p>
<blockquote><p><code>$ sudo mkdir /usr/share/lxr/source/2.6.32 -p</code></p></blockquote>
<p>iii). Untar the <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.32.tar.gz">kernel source</a> inside this directory in a subdirectory  ‘linux’ .. i.e., you now have /usr/share/lxr/source/2.6.22/linux with  the source in the linux directory.</p>
<blockquote><p><code>$ cd </code><code>/usr/share/lxr/source/2.6.32</code><code> ; sudo tar zxvf linux-2.6.32.tar.gz</code></p></blockquote>
<p>iv).  Add a line with contents ’2.6.32′ (without the single quotes) in  /usr/share/lxr/source/versions<br />
v).   Create a link from /usr/share/lxr/source/2.6.32 to /usr/share/lxr/source/defversion</p>
<blockquote><p><code>$ sudo ln -s </code><code>/usr/share/lxr/source/2.6.32</code> <code>/usr/share/lxr/source/defversion</code></p></blockquote>
<p>vi).  Change the director to /usr/share/lxr/source/2.6.32 and execute ‘genxref linux’</p>
<blockquote><p><code>$ cd</code><code>/usr/share/lxr/source/2.6.32 ; sudo genxref linux</code></p></blockquote>
<p>vii).  Make sure that all the files inside  <code>/usr/share/lxr/source/2.6.32</code> has &#8220;read&#8221; permission</p>
<blockquote><p><code>$ sudo chmod -R o+r </code><code>/usr/share/lxr/source/2.6.32/* </code><code> </code><code> </code></p></blockquote>
<p>viii). 10 minutes later click here:   <a title="LXR" href="http://localhost/lxr/http/blurb.html" target="_blank">http://localhost/lxr/http/blurb.html</a><br />
ix).   Then click &#8220;Browse The Code&#8221;</p>
<p>Thats all have a nice day !!!</p>
<p>Remember ~~~Future is Ours~~~</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=87&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/07/09/howto-setup-lxr-on-linux-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>How to quickly build custom kernel on ubuntu 10.04 ?</title>
		<link>http://thangamaniarun.wordpress.com/2010/07/08/how-to-quickly-build-custom-kernel-on-ubuntu-10-04/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/07/08/how-to-quickly-build-custom-kernel-on-ubuntu-10-04/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 13:19:31 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[HAcking]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=83</guid>
		<description><![CDATA[Here are the steps for custom kernel building. $ cd /usr/src $ sudo apt-get install fakeroot kernel-wedge build-essential makedumpfile kernel-package $ sudo apt-get build-dep linux $ sudo apt-get build-dep --no-install-recommends linux-image-$(uname -r) $ sudo apt-get source linux-image-$(uname -r) $ sudo apt-get install libncurses5 libncurses5-dev $ sudo ln -s linux-2.6.32 linux $ cd linux $ cd [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=83&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are the steps for custom kernel building.</p>
<blockquote><p><code>$ cd /usr/src<br />
</code></p>
<p><code>$ sudo apt-get </code><code>install</code> <code>fakeroot kernel-wedge build-essential makedumpfile kernel-package</code></p>
<p><code>$ sudo</code> <code>apt-get  build-dep linux</code></p>
<p><code>$ sudo</code> <code>apt-get  build-dep --no-</code><code>install</code><code>-recommends linux-image-$(</code><code>uname</code> <code>-r)</code></p>
<p><code>$ sudo apt-get </code><code>source</code> <code>linux-image-$(</code><code>uname</code> <code>-r) </code></p>
<p><code>$ sudo</code> <code>apt-get </code><code>install</code> <code>libncurses5  libncurses5-dev</code></p>
<p><code>$ sudo ln -s linux-2.6.32 linux </code></p>
<p><code>$ cd linux</code></p>
<p><code> $ cd make</code> <code>menuconfig</code></p>
<p><code>$ export</code> <code>CONCURRENCY_LEVEL=3</code></p>
<p><code>$ sudo </code><code>make</code><code>-kpkg  clean</code></p>
<p><code>$ sudo fakeroot </code><code>make</code><code>-kpkg --initrd --append-to-version=-custom  kernel-image kernel-headers</code></p></blockquote>
<p>While building a kernel from source, i got the following 2 Errors. I solved both of them.</p>
<p><strong>ERROR-1</strong></p>
<blockquote><p><code>dpkg-deb: building package `linux-firmware-image' in `../linux-firmware-image_2.6.32.15+drm33.5-3_all.deb'.<br />
dpkg-deb: control directory has bad permissions 2755 (must be &gt;=0755 and &lt;=0775)<br />
make[1]: *** [deb-pkg] Error 2<br />
make: *** [deb-pkg] Error 2</code></p></blockquote>
<p><strong>SOLUTION-1</strong></p>
<blockquote><p><code>$ sudo chmod -R a-s /usr/src </code></p></blockquote>
<p><strong>ERROR-2</strong></p>
<blockquote><p>LD [M]  ubuntu/omnibook/omnibook.o<br />
ld: /ubuntu/omnibook/sections.lds: No such file: No such file or directory<br />
make[2]: *** [ubuntu/omnibook/omnibook.o] Error 1<br />
make[1]: *** [ubuntu/omnibook] Error 2<br />
make: *** [ubuntu] Error 2</p></blockquote>
<p><strong>SOLUTION-2</strong></p>
<blockquote><p><code>$ sudo vi /usr/src/linux/ubuntu/omnibook/Makefile<br />
</code></p>
<p><code>160: #EXTRA_LDFLAGS +=  $(src)/sections.lds<br />
161: EXTRA_LDFLAGS += $(PWD)/ubuntu/omnibook/sections.lds</code></p></blockquote>
<p>Un comment Line no 160 and comment Line no 161 as follows</p>
<blockquote><p><code>160: EXTRA_LDFLAGS +=  $(src)/sections.lds<br />
161: #EXTRA_LDFLAGS += $(PWD)/ubuntu/omnibook/sections.lds</code></p></blockquote>
<p>now you can continue compiling kernel</p>
<blockquote><p><code>$ sudo fakeroot </code><code>make</code><code>-kpkg  --initrd --append-to-version=-custom  kernel-image kernel-headers</code></p>
<p><code>$ ls /usr/src/</code></p>
<p>-rw-r&#8211;r&#8211; 1 root root  35033282 2010-07-08 18:16 /usr/src/linux-image-2.6.32.15-Custom_i386.deb<br />
-rw-r&#8211;r&#8211; 1 root root   6580824 2010-07-08 18:17 /usr/src/linux-headers-2.6.32.15-Custom_i386.deb</p></blockquote>
<blockquote><p><code>$ sudo dpkg -i linux-image-2.6.32.15-Custom_i386.deb </code></p>
<p><code>$ sudo dpkg -i </code><code>linux-headers-2.6.32.15-Custom_i386.deb </code></p></blockquote>
<p>References:</p>
<ul>
<li><a href="https://help.ubuntu.com/community/Kernel/Compile" target="_blank">https://help.ubuntu.com/community/Kernel/Compile</a></li>
<li><a href="http://www.howtoforge.com/kernel_compilation_ubuntu" target="_blank">http://www.howtoforge.com/kernel_compilation_ubuntu</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=83&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/07/08/how-to-quickly-build-custom-kernel-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>Bangaluru Android Group&#8217;s &#8211; 4th Meetup</title>
		<link>http://thangamaniarun.wordpress.com/2010/06/17/bangaluru-android-groups-4th-meetup/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/06/17/bangaluru-android-groups-4th-meetup/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:36:12 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Bangalore]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=80</guid>
		<description><![CDATA[Today we are very excited to announce the next meetup. This meetup is very special members of our group, as talks on meetup will be taken care by Google. This is a very good opportunity for all of us to get some insights on Android from Google guys directly. You might definitely have many questions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=80&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Today we are very excited to announce the next meetup. </strong></p>
<p>This  meetup is very special members of our group, as talks on meetup will be  taken care by Google. This is a very good  opportunity for all of us to get some insights on Android from Google  guys directly.<br />
You might definitely have many questions  with  reference to android and this is the golden opportunity to get answer of  those  questions directly from the creators of technology.</p>
<p><strong>Bangalore  Android Group&#8217;s 4th Meet up </strong></p>
<p><strong>When:</strong> Friday, June 18, 2010 1:00 PM</p>
<p><strong>Agenda:</strong></p>
<ul>
<li>12:45 to 1:00 PM &#8211; Refreshment on Arrival</li>
<li>1:00  to 1.30 PM – Introductions by members &amp; organizers</li>
<li>1.30 to 2:00 PM – <strong>Alok</strong><strong> Goel</strong>, <em>Head of mobile products for Google India</em> will talk about  &#8220;Overview of Mobile Business in India&#8221;.</li>
<li>2:00  to 3:00 PM &#8211; <strong>Rajdeep</strong><strong> Dua</strong>, <em>Country Lead Developer Relations for Google India</em> will talk about &#8220;Android Platform Overview&#8221;.</li>
<li>3:00  to 3:15 PM – Refreshment &amp; High Tea</li>
<li>3.15  to 4:00 PM – <strong>Rajdeep</strong><strong> Dua</strong> on &#8220;Deep dive in Android (Android best practices)&#8221;.</li>
<li>4:00 to 4:30 PM &#8211; Question &amp; Answer Session with Rajdeep  &amp; Alok</li>
</ul>
<h2><span style="font-size:x-small;">Note: We have limited number of seats (100 only) for this meet up.  These seats will fill on first come first serve basis. Try to reach to the  venue before time.</span></h2>
<p><strong>Venue:</strong></p>
<p><strong>Hotel Royal Orchid</strong><br />
1, Golf Avenue,  (Adjoining KGA Golf  Course),</p>
<div>Airport Road, Bangalore 560 008, India<br />
Tel:  +91 80 4178 3000</div>
<div><strong><br />
Organizer&#8217;s Contact no:</strong><br />
Neeraj:  9900971840<br />
Badri: 9986961548<br />
Ankit: 9620215017</p>
<p><strong>Directions</strong>: <a href="http://bit.ly/bVwJQ8" target="_blank">http://bit.ly/bVwJQ8</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=80&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/06/17/bangaluru-android-groups-4th-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>Android Developer Needed &#8211; Repap Systems India Pvt Ltd, Bangalore</title>
		<link>http://thangamaniarun.wordpress.com/2010/06/15/android-developer-needed-repap-systems-india-pvt-ltd-bangalore/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/06/15/android-developer-needed-repap-systems-india-pvt-ltd-bangalore/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 18:44:38 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=77</guid>
		<description><![CDATA[Urgent Requirement for Android Developer Fresher / Freelancer Job Location: Bangalore Project: Android Framework Customisation Must have hands on experience on C++ / Java programming. Having experience on Android platform is a plus Company profile : www.repapsystems.com Send your profile to: arun@repapsystems.com / thangam.arunx@gmail.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=77&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Urgent Requirement for Android Developer</p>
<p>Fresher / Freelancer</p>
<p>Job Location: Bangalore</p>
<p>Project: Android Framework Customisation</p>
<p>Must have hands on experience on C++ / Java programming. Having experience on Android platform is a plus</p>
<p>Company profile : <a title="Repap Systems India Pvt Ltd" href="http://www.repapsystems.com/" target="_blank">www.repapsystems.com<br />
</a><br />
Send your profile to: arun@repapsystems.com / thangam.arunx@gmail.com</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=77&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/06/15/android-developer-needed-repap-systems-india-pvt-ltd-bangalore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.130231 78.156973</georss:point>
		<geo:lat>12.130231</geo:lat>
		<geo:long>78.156973</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacking Restricted Firewall For External SSH Access</title>
		<link>http://thangamaniarun.wordpress.com/2010/05/12/hacking-restricted-firewall-for-external-ssh-access/</link>
		<comments>http://thangamaniarun.wordpress.com/2010/05/12/hacking-restricted-firewall-for-external-ssh-access/#comments</comments>
		<pubDate>Wed, 12 May 2010 09:42:10 +0000</pubDate>
		<dc:creator>thangamaniarun</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Dharmapuri]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HAcking]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://thangamaniarun.wordpress.com/?p=68</guid>
		<description><![CDATA[Most of the corporate companies never allow unwanted ports to for external access. I faced the same issue when i was trying to access my computer(had public IP) over ssh. I got ssh connection timed out error. Then i realized that sitting behind a firewall and trying to use ssh over port 22 will not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=68&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most of the corporate companies never allow unwanted ports to for external access. I faced the same issue when i was trying to access my computer(had public IP) over <strong>ssh</strong>. I got ssh connection timed out error. Then i realized that sitting behind a firewall and trying to use ssh over port 22 will not help.</p>
<p><em><br />
</em><br />
<em><strong>How to hack firewall for ssh access?</strong></em></p>
<p>How do i then log in into my remote computer by penetrating firewall. It is not easy. Ssh server is running on ubuntu-9.10(it has Dynamic public IP address) and i am accessing the same from Ubuntu-9.04 on virtual box via firewall.</p>
<p><strong><br />
</strong></p>
<p><em><strong>First Attempt:</strong></em></p>
<p>$ ssh -p 22 arun@xx.xx.xx.xx</p>
<p>Error: Connection timed out</p>
<p><em><br />
</em></p>
<p><em><strong>Second Attempt:</strong></em></p>
<p>I got one idea to break the barrier.  I changed the ssh server port number to 80 in &#8220;/etc/ssh/sshd_config&#8221; file</p>
<p>&#8220;Port 22&#8243; to &#8220;Port 80&#8243;. Then tried connecting ssh over port 80, does not helped</p>
<p>$ ssh -p 80 arun@xx.xx.xx</p>
<p>Error: Connection timed out</p>
<p><em><br />
</em></p>
<p><em><strong>Third Attempt</strong>:</em></p>
<p>Most of the corporate companies allow &#8220;HTTPS&#8221; connections , it means on firewall port 443 opened for external access. So that is enough for us to access SSH server sitting behind the strict firewall.So change the ssh server port number to  &#8220;Port 22&#8243; to &#8220;Port 443&#8243; in &#8220;/etc/ssh/sshd_config&#8221;. This is worked liked anything.</p>
<p><em><br />
</em></p>
<p><em><strong>Success&#8230;Happy Hacking Enjoy</strong>..</em></p>
<p>$ ssh -p 443 arun@xx.xx.xx.xx</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thangamaniarun.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thangamaniarun.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thangamaniarun.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thangamaniarun.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thangamaniarun.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thangamaniarun.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thangamaniarun.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thangamaniarun.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thangamaniarun.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thangamaniarun.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thangamaniarun.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thangamaniarun.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thangamaniarun.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thangamaniarun.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thangamaniarun.wordpress.com&amp;blog=2238880&amp;post=68&amp;subd=thangamaniarun&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-rating-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://thangamaniarun.wordpress.com/2010/05/12/hacking-restricted-firewall-for-external-ssh-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.993477 77.589154</georss:point>
		<geo:lat>12.993477</geo:lat>
		<geo:long>77.589154</geo:long>
		<media:content url="http://0.gravatar.com/avatar/436fc10a724ad97ebd43503cad78c141?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arul</media:title>
		</media:content>
	</item>
	</channel>
</rss>
