<?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>Shampavman&#039;s Blog</title>
	<atom:link href="https://shampavman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://shampavman.wordpress.com</link>
	<description>Adventures of an Opensource enthusiast :-)</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:20:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shampavman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s-ssl.wordpress.com/i/buttonw-com.png</url>
		<title>Shampavman&#039;s Blog</title>
		<link>https://shampavman.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://shampavman.wordpress.com/osd.xml" title="Shampavman&#039;s Blog" />
	<atom:link rel='hub' href='https://shampavman.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Running Vmware 7.1.4 on Ubuntu 11.10</title>
		<link>https://shampavman.wordpress.com/2012/01/05/running-vmware-7-1-4-on-ubuntu-11-10/</link>
		<comments>https://shampavman.wordpress.com/2012/01/05/running-vmware-7-1-4-on-ubuntu-11-10/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 07:35:29 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=216</guid>
		<description><![CDATA[After cracking my head a lot and leaving my laptop &#8220;Vmware-less&#8221; for nearly a month I finally decided to go ahead and fix this at once. I&#8217;ve never been the upgrade hungry geek especially if it screws up my work . So I always stayed away from full system upgrades only choosing to do so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=216&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After cracking my head a lot and leaving my laptop &#8220;Vmware-less&#8221; for nearly a month I finally decided to go ahead and fix this at once.<br />
I&#8217;ve never been the upgrade hungry geek especially if it screws up my work . So I always stayed away from full system upgrades only choosing to do so after carefully reviewing the changelog and see if it works out for me.</p>
<p>However this time since I had my work duplicated on the desktop as well I though i&#8217;ll give it a try and upgraded my base OS to 11.10 and &#8220;BANG&#8221; I lost vmware in this process.<br />
After the Kernel upgrade I was not able to use vmware. After reading a bit I figured that various vmware driver modules also needs to be rebuilt in accordance with the new kernel.</p>
<p>So here I have the procedure to install vmware &#8220;correctly&#8221; on linux beyond 3.x kernel.</p>
<p>For 3.0.x kernel releases.<br />
1.)  cd /tmp<br />
2.) wget <a href="http://weltall.heliohost.org/wordpress/wp-content/uploads/2011/05/vmware2.6.39patchv3.tar.bz2" rel="nofollow">http://weltall.heliohost.org/wordpress/wp-content/uploads/2011/05/vmware2.6.39patchv3.tar.bz2</a><br />
3.)  tar -xvjf vmware2.6.39patchv3.tar.bz2<br />
4.) ./patch-modules_2.6.39.sh (become root)<br />
Once done you should be good to go.</p>
<p>For 3.1.x releases.<br />
1.) cd /tmp<br />
2.) wget <a href="http://weltall.heliohost.org/wordpress/wp-content/uploads/2011/09/vmware8linux31fix.tar.gz" rel="nofollow">http://weltall.heliohost.org/wordpress/wp-content/uploads/2011/09/vmware8linux31fix.tar.gz</a><br />
3.) tar -xvzf vmware8linux31fix.tar.gz<br />
4.) ./patch-modules_3.1.0.sh (become root)</p>
<p>NOTE:: The above mentioned procedures are for VMware workstation-7.1.4 ( At least that&#8217;s what I&#8217;ve tested it on.) If it works on higher version as well then &#8220;good luck&#8221;. Also let me know about it.</p>
<p>For VMware workstation-8 or VMplayer-4 take a look at <a href="http://weltall.heliohost.org/wordpress/2011/09/29/vmware-workstationplayer-fix-for-linux-3-1/" target="_blank">this<br />
</a><br />
On my older build I had hit issues with libglib causing problems with the VMware interface and it constantly crashed. <em><strong><br />
&#8220;The solution was to preload the vmware&#8217;s own lib in /usr/lib/vmware/lib/libglib-2.0.so.0/libglib-2.0.s0.0</strong></em>&#8220;</p>
<p>I&#8217;m not sure if this is required on the new version. I&#8217;m still figuring it out. I will update this post if need be on that later.</p>
<p>Enjoy you&#8217;re vmware now. <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=216&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2012/01/05/running-vmware-7-1-4-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>Go Goa, New year time</title>
		<link>https://shampavman.wordpress.com/2012/01/03/go-goa-new-year-time/</link>
		<comments>https://shampavman.wordpress.com/2012/01/03/go-goa-new-year-time/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 17:07:36 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Around India]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=212</guid>
		<description><![CDATA[After a very very long time me and a few of my friends finally decided to take a road trip to &#8216;Goa&#8217; (for the new year). The plan was to leave on 29th morning and return on 1st. As planned and contrary to IST we left on time at 4:30Am on 29th morning in my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=212&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a very very long time me and a few of my friends finally decided to take a road trip to &#8216;Goa&#8217; (for the new year). The plan was to leave on 29th morning and return on 1st.<br />
As planned and contrary to IST we left on time at 4:30Am on 29th morning in my Dark black &#8220;Fiat Punto&#8221;.<br />
Route we took was.<br />
<em>Bangalore -&gt; Tumkur (NH-4) -&gt;Sira -&gt; Davanagere -&gt; Hubli -&gt; Yellapura -&gt; karwar -&gt; Panjim</em><br />
All the way from Bangalore its just NH-4 stay on that road until you hit Hubli. at the Hubli Toll , take a slight diversion to the left to reach &#8220;Yellapura&#8221; and make true until you see a diversion for karwar take that diversion and just follow the straight road to reach Panjim</p>
<p>After leaving Blr and passing the final toll at Tumkur we stopped for a round of Tea and some chit-chatting(As all of my friends were fast asleep). We left that place by 6:30Am and reached Davanagere(290km from Blr) by 10Am. The drive was stupendous to say the least.<br />
It was one of the best roads I&#8217;d ever driven on in India and my god I can continue to admire it all my life <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Maintaining 140-160kmph was extremely easy and as you move out of Tumkur the truck traffic reduces and you have the entire road for yourself.<br />
Holding on to good speed we reached Davanagere by 10Am and as expected we went into the city for the very famous <em><strong>&#8220;Davanagere Benne(Butter) Dosa&#8221;</strong></em></p>
<p>Its a must on anyone&#8217;s plate and considering you will get it anywhere in Karnataka its a definite try.<br />
So moving on we spent a lot of time just catching up on stuff discussing about the drive (whatever little my sleepy friends could remember). By the time we left Davanagere it was roughly 11Am and we decided that the next stop would be Goa. Moving ahead at a healthy pace we reached Hubli and took the diversion towards Yellapura.<br />
&#8220;Its must be noted that one should take this diversion or else you will follow the NH4 all the way to Goa, via Belgaum and that roads are HORRIBLE(as we would find out later)).</p>
<p>Taking the diversion was one of the best things we could have done. The drive up to Yellapura again was marked with spectacular scenery one can imagine. Lush green trees on both sides of the roads, dried up leaves and twigs on the sides of the roads making the side look dark brown with green leaves was just a feast to watch.<br />
As the kilometers started to tumble we just went on admiring the route more and more.</p>
<p>We reached Panjim at 4PM (with a few quick stops on the way for some photos). But then we were in for  a nightmare.<br />
We had decided to stay in a hotel somewhere close to &#8220;Baga Beach&#8221; and the drive is just about 15km from Panjim but as we found out later New year&#8217;s eve is just not the time to be driving in Goa AT ALL.<br />
the 15km drive will take you through one of the narrowest roads you will ever see, not to mention the crazy 2 way traffic. Buses from both sides on a 30ft wide road along with cars, bikes, 2 wheelers, people walking(and drunk) is just not the scene one would expect at arrival. But then what has to be ,has to be and we just lugged along.<br />
By now my legs had given up after 700kms of constant driving of which 15kms was literally killing my patience.</p>
<p>So anyway we managed to reach Baga(with a few beers down already) and parked the car near the hotel (hoping that the next time we take it out, we will be going back to Bangalore).</p>
<p>We reached the place, took a shower and hit the beach at around 11PM for a walk but as expected no one was in the mood after a tiring 15km(the 700km journey was less taxing than the 15km ordeal) drive and so we ended our first day in Goa all safe and sound.</p>
<p>The next day (30th) we went to fort Aguda and spent some time there before heading back to the hotel to swiftly park the car . In the mornings and even till 5PM the traffic there is quite bearable . Anyway we managed to get out of that place and hit the beach for a nice round of beer on the beach as we discussed even more things about the whole place, casinos and what not. That was the end of another day in Goa.</p>
<p>The 3rd day (31st) we were all fully excited as it was the last day of 2011 and had made plans to visit another beach called &#8220;Anjuna&#8221;, Its like a mecca for new year wannabes and whose who of Goa will turn up there on the eve for some amazing fireworks show.<br />
As expected we landed there with a beer in one hand and a 500Rs note in the other(entry fee for the beach).<br />
The fireworks is a must watch for anyone .. What a show it was. Once you&#8217;re there you will forget the world for the next 30mins and just feel happy all the way.</p>
<p>After the show was over we left at 1Am from that place for another round of beer and then back to the hotel. But my god were we in for a shock.<br />
I&#8217;ll just say from Anjuna Beach to Baga Beach its about 6kms and we took 3 hrs.( That&#8217;s it.)</p>
<p>The final day(1st, New year -2012) we just woke up packed our bags and headed out of the hotel and bid Goa a Good Bye ,never to visit it again in a car on New year.<br />
But our misery was just beginning.</p>
<p>We left goa at 12:45Pm ,1st 2012 and headed towards bangalore. The first 60kms through Panjim were good and we covered good distance but then we hit the NH-4A(By-pass), and OH MY GOD. Little did we know that it would take us through the Dandeli forest( A thick natural game reserve) and the roads were a piece of crap. We could hardly maintain 40kmph and it began to get worse as we went ahead. After reaching Belgaum (I guess) the damn roads are non existent and its fully mud roads , Absolutely no asphalt. It was then that we realized that this was a bad decision but we had come too far to take another look so went ahead with the plan and thus reached Hubli (all the way on NH-4A) at 6:30PM.<br />
<em><strong>&#8220;In all we had taken 5 hrs to cover 160km&#8221;</strong></em>.</p>
<p>Once we reached Hubli it was back on the NH-4 and back to driving heaven. I started to claw back the miles and with small stops on the way we reached Bangalore at 2AM.</p>
<p>This was one of the longest drives I had undertaken till date covering nearly 15ooKMs.<br />
The drive was just superb and breathtaking scenery all around. It was a complete trip.<br />
Some picks are here on my<a href="http://www.flickr.com/photos/renegade_5105/sets/72157628699574747/" target="_blank"> flickr account</a> :</p>
<p>NOTE:: Roads are superb all the way.. Just make sure you stick to NH-4 ONLY and not take the by-pass (NH-4A) then you will enjoy the journey a lot..</p>
<p>Cheers..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=212&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2012/01/03/go-goa-new-year-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>Vodafone nuisance.</title>
		<link>https://shampavman.wordpress.com/2011/12/09/vodafone-nuisance/</link>
		<comments>https://shampavman.wordpress.com/2011/12/09/vodafone-nuisance/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 13:57:02 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=209</guid>
		<description><![CDATA[With so many network carriers around in India its just understandable that each one &#8220;should&#8221; be in a rat race to lure customers in a fair way towards them. However Vodafone seems to think otherwise. In the recent past Vodafone (for whom I&#8217;m a customer since 8-9 years) has made me go from a satisfied [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=209&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With so many network carriers around in India its just understandable that each one &#8220;should&#8221; be in a rat race to lure customers in a fair way towards them.<br />
However Vodafone seems to think otherwise.</p>
<p>In the recent past Vodafone (for whom I&#8217;m a customer since 8-9 years) has made me go from a satisfied to an extremely dissatisfied customer, so much so that today I&#8217;ve literally thrown the SIM and walked out of their office.</p>
<p>The whole issue started a few months ago when I complained about bad 3G network in most of the places I usually go to. After having taken my request ( 2-3 times in a span of few months) one would expect some sort of response from them but that was not to be.<br />
(I will not get into the details but hopefully this will serve as an eye opener for people planning on migrating to vodafone.)</p>
<p>I lodged a complaint about bad network and hopeless 3G service in November and was given a due date for recitfication some 15days thereafter , I waited and waited not a bloody soul even bothered to call me and ask for full technical deatails of my problems.<br />
Then I realized I&#8217;ve played this game of &#8220;Snake and ladder&#8221; a bit too much for I went ahead with &#8220;Mobile Number Portability&#8221;(MNP) to switch to another carrier.</p>
<p>Little did I know that these guys were useless and they are masters in buying time.<br />
So then, I applied for MNP over a message and guess what within a few hrs there was a call from vodafone back-end( wow.. What a surprise!!) asking for a week or so to rectify the problem and I gave them another opportunity (only to be fooled again).</p>
<p>Hmm&#8230; As always the time requested by them lapsed and there was no response of any sort from them.. This time I got really pissed and again applied for MNP (with full intent to make it stick ,come what may).</p>
<p>As expected, there was another call within a few hrs but this time I asked them to do what they want to resolve my complaint but I would grant them time only until i got my MNP-ID.<br />
But as usual I did not get any response in the stipulated time (which ended on Thursday, 8th dec). So today I entered the Vodafone office with full intentions to resolve this &#8216;AT ONCE&#8217;.</p>
<p>The customer care executive to my surprise was again asking for time, but this time I would have it my way and my way only.<br />
I &#8220;RECORDED&#8221; the whole conversation and at the end simply pulled out the SIM and threw it on the table and walked off.. ( Yes, I threw it on the table and walked off)</p>
<p>PS::<br />
VODAFONE&#8230;<br />
If you&#8217;re really a DOG that follows your owner anywhere you go , Learn to stick with the owner, If you get cocky and run away with a stray DOG this is how your owner will hit you.<br />
(Hopefully you&#8217;ve leaned a lesson, I think otherwise.)</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=209&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/12/09/vodafone-nuisance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>Are we really educated?</title>
		<link>https://shampavman.wordpress.com/2011/11/28/httpsshampavman-wordpress-comwp-adminpost-new-phpare-we-really-educated/</link>
		<comments>https://shampavman.wordpress.com/2011/11/28/httpsshampavman-wordpress-comwp-adminpost-new-phpare-we-really-educated/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 18:33:35 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=205</guid>
		<description><![CDATA[This is a rather sad post but one I hope will open the ignorant eyes of Indians in &#8220;India&#8221; (only). One can leverage this to pretty much anything that an Indian in India does.. So please read it carefully and understand that we all live for and because of another one. Bangalore is known of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=205&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a rather sad post but one I hope will open the <span style="text-decoration:underline;">ignorant eyes of Indians in &#8220;India&#8221;</span> (only).</p>
<p>One can leverage this to pretty much anything that an Indian in India does.. So please read it carefully and understand that we all live for and because of another one.<br />
Bangalore is known of its traffic situation and it was also listed in TOI(Times of India, A daily) . You can find the full transcript <a href="http://articles.timesofindia.indiatimes.com/2011-10-04/bangalore/30242425_1_parking-space-parking-spot-illegal-parking" target="_blank">here</a>.<br />
<span style="text-decoration:underline;">&#8220;Bangalore is the 6th worst city in the WORLD for commuting&#8221;.</span></p>
<p>One can only Imagine how life will be if it takes 1hr to travel 6-7kms and all you need to do to flood the roads is to open your taps and let the water run, Just that simple.</p>
<p>So having been through all this ,I started to look for solutions (Not much you can do if your on the road for 1 hr ,you see <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )<br />
Today when you ask the &#8220;Average Bangalorean&#8221; ,he/she will definitely point figure at the &#8216;Traffic police&#8221; / Traffic management , civil admisintration so on and so forth&#8230;..</p>
<p>Guys here is my 2cents on this finger pointing game&#8230;<br />
1.) Traffic would not exist if we hadn&#8217;t created it in the first place.<br />
2.) Unruly cops would not exist if we decided to raise our voice rather than making a dinner time story of how one managed to  bribe and escape.<br />
3.) Horrible/Uneducated foolish politicians would not exist if we didn&#8217;t put them there in the first place.</p>
<p>So now what&#8217;s my point then?<br />
Very simple, we just need to begin adopting simple/doable changes in our life style such that we benefit the society&#8230;</p>
<p>Look at it this way..( Let me take this point by point&#8230;)</p>
<p>1.) Traffic management is horrible in India/Bangalore ,everywhere&#8230;.<br />
<span style="text-decoration:underline;"><strong>Is it really?</strong></span><br />
How many of us park our vehicles under a NO PARKING board? and what difference does it make if you sit inside the car while you let your family members shop? &#8220;<span style="text-decoration:underline;"><strong>NO PARKING MEANS NO PARKING, NOT PARK AND SIT INSIDE THE CAR</strong></span>&#8220;, and one blames the cops?<br />
Lets look at how cops react to this&#8230;Even in the worst case a cop approaches you asks you &#8220;if you cannot see the sign&#8221; and the moment he says you scoot from that place <strong><span style="text-decoration:underline;">&#8220;ONLY TO STOP A FEW YARDS AWAY&#8221;</span></strong>.</p>
<p>Excuse me but if the cops weren&#8217;t friendly you would have had an offence under your name but rarely do they resort to such things.<br />
<strong>NOW, ARE YOU A MORON to not understand that you should not park where you&#8217;re not suppose to</strong>? So what if you dont have a place to park close to where you want to get down.. PARK AND WALK.</p>
<p>2.) Our able citizen especially in Bangalore say they don&#8217;t have proper footpaths to walk on. Here is a bit of my analysis..<br />
I can positively say that 70-85% of the people who walk , walk on the road and not use the footpath(even when its available).<br />
When such is the case are you again a <span style="text-decoration:underline;"><strong>MORON</strong></span> to complain that the city has no adequate footpath facility while you don&#8217;t bother using one even when you have it?<br />
WE MUST ACCEPT that we all do this and stop blaming the cops for what they do..</p>
<p>Perhaps a small justification by the pedestrians is that vehicles are parked on the pavements and thus obstructing their path.. Even though I agree to this point, there are still lots of places where this does not happen and if you begin to walk on the pavements ,vehicles will automatically have to move&#8230;(Think about it.. If you put across a point that you WANT  to use the footpath ONLY and its being blocked , do you think the police will not take action?) If there are many people raising the same voice then surely the cops will act.<br />
BUT WE DONT CARE, BECAUSE WE DONT WANT IT &#8230;</p>
<p>Now comes the biggest point.. I&#8217;ve mentioned at the start of this post that this is a problem with &#8220;Indians in India&#8221; ..<br />
Most of us in Bangalore are IT professionals and have visited other countries definitely, top on the charts are the US and UK..<br />
Think about it yourself and please analyze&#8230;<br />
Would you &#8220;DARE&#8221; to do the same things there? The answer is a sure NO because you know that if you park where you&#8217;re not suppose to or drive in a manner your not suppose to, or so much as to sit in a place where you&#8217;re not suppose to , you will be &#8220;BEHIND BARS&#8221; or will lose your &#8220;CREDIBILITY&#8221; &#8230;</p>
<p>Now my fellow countrymen use your &#8220;BRAINS&#8221; and just think what could change if you simple stopped doing these 2 things mentioned above..</p>
<p>People will being to park at the right places thus making the roads a better place to drive. Better roads means faster drive to get back to our families.<br />
Slowly the pressure on the govt mounts to provide adequate places for parking as people would being to demand for it and our demands are justified.<br />
We will begin to have better/bigger and cleaner pavements free from shit and vehicles so we can substitute roads with pavements for walking. <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Thing could get better and will get better..<br />
Just let go of the &#8220;Indian&#8221; attitude and just think what you were taught in &#8220;CLASS 5&#8243;,</p>
<p>PS:: what is the use of studying in a grad school or working with the top brains in the &#8220;US&#8221; when all it takes is a &#8220;CLASS 5&#8243; understanding of how to live life.</p>
<p>What a PITY.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=205&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/11/28/httpsshampavman-wordpress-comwp-adminpost-new-phpare-we-really-educated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>Quietly brilliant</title>
		<link>https://shampavman.wordpress.com/2011/10/18/quietly-brilliant/</link>
		<comments>https://shampavman.wordpress.com/2011/10/18/quietly-brilliant/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 18:16:22 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://shampavman.wordpress.com/2011/10/18/quietly-brilliant/</guid>
		<description><![CDATA[This time I&#8217;ve made it stick(or ring) perfectly&#8230;. A few days back I finally gathered the courage to buy another phone which should hopefully be my last one. Having decided so at least, Ive bought the &#8216;HTC desire s&#8217;. After having researched I realized how dual core runs out of juice when u need it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=202&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This time I&#8217;ve made it stick(or ring) perfectly&#8230;.<br />
A few days back I finally gathered the courage to buy another phone which should hopefully be my last one.</p>
<p>Having decided so at least, Ive bought the &#8216;HTC desire s&#8217;.<br />
After having researched I realized how dual core runs out of juice when u need it and how the sloppy low end phones have no juice to run out of&#8230;.</p>
<p>Hence bought a single core 1Ghz , 768M ram phone..(faster than my first computer).</p>
<p>Here is a small review&#8230;<br />
In a nutshell&#8230; You cannot possibly want or expect more&#8230; It delivers on all fronts..</p>
<p>What I like?<br />
Battery life: honestly for a 3.7&#8243; super lcd display with a heavy processor I expected a max of 1 day, but was pleasantly surprised to see it lasting for another half a day:&#8230;<br />
To test it out thoroughly I had used it on WiFi , with  2hr call time and nearly 4hrs of continuously trying to acquire 3g, I ended up with a full day of happiness..</p>
<p>Messaging: I&#8217;ve finished my schooling a long time ago but still my not so dexterous fingers were playing with the keys like a pianist&#8230; For a phone with no hard keys I must say the layout of the on screen pad is much to talk about&#8230;really liked it.</p>
<p>Video: its not particularly great like the iPhone simply be because it does not contain the retina display but then I&#8217;ve used the iPhone and videos are mostly dependent on the encoding and recording&#8230; Having said that is still say u sol not be disappointed if u watch a movie on this&#8230;.</p>
<p>Auto completion: now this is really fantastic.. it manages your mistakes quite well and the pallet appears just at the right place so as to not obstruct ones viewing angle while typing&#8230;</p>
<p>WiFi Hotspot:: This is one of the features i like the most. What it does is rather clever. If you have any Data connection(2G/3G/4G) you can create a hotspot for that via WiFi and let others access &#8220;your&#8221; Data connection to procure internet on their phones.. I&#8217;ve tested this out too with another android device and it works brilliantly , better than tethering, I must say.</p>
<p>What I don&#8217;t care about?<br />
Camera: I already have a nice dedicated equipment and don&#8217;t feel the need that much, although its not too great , u can still shoot decent ones&#8230;</p>
<p>Summary&#8230;.<br />
All in all this is good phone to buy considering its price point and the longevity one can be sure it will serve you well.<br />
All the hype about dual core phones are silly, at least for now..<br />
What are you going to do with a dual core phone if your batt cannot keep up&#8230;<br />
The most important thing for a phone is to be able to call, not run out of steam when u want to do so&#8230;&#8230;<br />
So keeping that in mind is say this is a worthy buy&#8230;</p>
<p>So cheers&#8230;<br />
Ps: this was Blogged in 15mins from my phone&#8230;.<br />
So messaging does work fast, aye!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=202&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/10/18/quietly-brilliant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>Fast Lens, Slow Lens, Fast lens, Slow lens&#8230;</title>
		<link>https://shampavman.wordpress.com/2011/08/08/fast-lens-slow-lens-fast-lens-slow-lens/</link>
		<comments>https://shampavman.wordpress.com/2011/08/08/fast-lens-slow-lens-fast-lens-slow-lens/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 20:54:00 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=197</guid>
		<description><![CDATA[So its nearly 2AM here and i&#8217;m mildly sleepy .But the weather is nice and had a good day at work.. So charged up still&#8230; This next installment to photography I shall discuss a few things I&#8217;ve realized about lenses, Namely Fast/Slow Lens.. So without wasting much time..(And presuming that you guys have read my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=197&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So its nearly 2AM here and i&#8217;m mildly sleepy .But the weather is nice and had a good day at work.. So charged up still&#8230;</p>
<p>This next installment to photography I shall discuss a few things I&#8217;ve realized about lenses, Namely Fast/Slow Lens..</p>
<p>So without wasting much time..(And presuming that you guys have read my previous post about Aperture and shutter speed)<br />
If you&#8217;ve not read it,(This is not Engineering where you can skip chapters and yet score well, GO BACK READ IT FIRST)</p>
<p>To begin with, Speed of a lens refers to the size of the &#8216;Aperture&#8217;. The larger the Aperture ,faster is the lens.</p>
<p>Hmm&#8230;I still didn&#8217;t understand!!!!<br />
As you are already aware that Aperture dictates the light gathering capacity of a lens. (High Aperture == more light).<br />
Now when such is the case you can use a very high or &#8216;Fast&#8217; Shutter speed without the worry of the image blacking out or turning out dull&#8230;<br />
Since you can use a &#8216;Fast&#8217; shutter speed the lens is called a Fast lens.</p>
<p>So where is it used?</p>
<p>Generally a fast lens is used in low light conditions, sports photography.<br />
In both these cases either there is a requirement for hight amounts of light or a &#8220;Fast shutter speed&#8221; respectively, or both.</p>
<p>Now,<br />
What is a Slow lens?</p>
<p>Is there an explanation still needed for this? <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>Pros and Cons::<br />
Fast lenses are quite expensive, nearly 2-3x costlier than a slow lens with the same focal length.<br />
For this you get a great deal more in terms of light gathering ability nonetheless.<br />
Most prefer to use a flash on a slow lens to provide the light effect.. But flash photography is one tough nut to crack</p>
<p>Even thought its expensive, a fast lens has lots of benefits (which make it a really wise choice to buy) that I will discuss in my next  post.</p>
<p>Signing out at 2:30AM<br />
(Finally)</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=197&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/08/08/fast-lens-slow-lens-fast-lens-slow-lens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>Aperture and shutter speed??</title>
		<link>https://shampavman.wordpress.com/2011/04/24/aperture-and-shutter-speed/</link>
		<comments>https://shampavman.wordpress.com/2011/04/24/aperture-and-shutter-speed/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 07:54:09 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=193</guid>
		<description><![CDATA[Contrary to my previous post on this topic I decided to have a report on aperture and shutter speed before I discuss about &#8220;speed of a lens&#8221; otherwise it would be tough to understand. So then moving on&#8230; Q:: &#8220;What is Aperture and how does it affect a photo??&#8221; A:: (If you want to become [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=193&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Contrary to my previous post on this topic I decided to have a report on aperture and shutter speed before I discuss about &#8220;speed of a lens&#8221; otherwise it would be tough to understand.</p>
<p>So then moving on&#8230;<br />
Q:: &#8220;<strong><span style="text-decoration:underline;">What is Aperture and how does it affect a photo</span></strong>??&#8221;<br />
A:: (If you want to become all savvy and read the complete document on it <a href="http://www.mir.com.my/rb/photography/fototech/apershutter/aperture.htm" target="_blank">here you go </a>) .<br />
Aperture settings basically let you obtain varying amounts of &#8220;<a href="http://en.wikipedia.org/wiki/Depth_of_field" target="_blank">Depth of field</a>&#8220;(DOF). If you dont want to read through everything in that link provided here is a small run down on what it means&#8230; Basically DOF lets you adjust the amount of background that needs to be in focus along with the indented foreground.</p>
<p>Aperture is read and understood as &#8220;f-stops&#8221; or &#8220;f-number&#8221; and is denoted as 1/number and more commonly as f/&lt;number&gt;<br />
High aperture = low f-number  and lots of light enters the sensor and the field of view is small<br />
Low aperture = high f-number and minimum light enters the sensor and the field of view is huge.</p>
<p><strong>Ahhhhh&#8230;&#8230; So when to use what??<br />
</strong>As a thumb rule one uses High aperture when there is a need for lot of light, as in case of indoor/ low light photography and the converse is true for low aperture.<strong><br />
</strong>As as example thing of the time where you want to shoot some portraits and now would it make sense to include the background in focus too? while your actually trying to photograph a model?. The answer is no and you need a lot of light to be captured so the picture is nice and crisp.. So what do you choose?<br />
<a href="http://www.dpchallenge.com/tutorial.php?TUTORIAL_ID=45" target="_blank">Here </a>is a good example of what I mean.</p>
<p>(if you can answer this question then its time you started playing with aperture or else revisit the links above <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )<strong></strong></p>
<p>Q:: <strong>What is shutter speed<br />
</strong>A:: Shutter speed lets you manage the amount of time the sensor is exposed to the subject, in general. Its read/understood in terms of 1/&lt;x&gt;secs<br />
eg:: 1/20s, 1/2000s and so on.<br />
As its evident from the example the following settings mean that the shutter remains open for the specified amount of time in seconds after which it closes .</p>
<p>Here again a fast shutter speed(1/100, or 1/2000) would mean that the shutter is open for that period of time and shuts after that.</p>
<p><strong>So again&#8230;. How does that affect my photo?</strong><br />
A fast shutter speed would mean that an immediate motion of the subject can be frozen in time as is.While a slower speed would mean that the image might turn out hazy<br />
I found out a good example <a href="http://www.geofflawrence.com/photography_tutorial_shutter_speed_example.htm" target="_blank">here</a> that shows the difference.</p>
<p>NOTE:: Both shutter speed and Aperture needs to be adjusted carefully in order to get the right exposure intended. One without the other is like &#8220;food without spices&#8221;, You got to eat it but it wont be tasty. <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The best way to figure these out is to experiment and see the various changes .</p>
<p>Armed with these details you can start shooting better!! <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Now that you are aware of these details it would be appropriate to begin understanding what a fast or a slow lens is all about and that&#8217;s for the next post.</p>
<p>Ciao</p>
<p><strong></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=193&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/04/24/aperture-and-shutter-speed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>rcp and its caveats</title>
		<link>https://shampavman.wordpress.com/2011/04/22/rcp-and-its-caveats/</link>
		<comments>https://shampavman.wordpress.com/2011/04/22/rcp-and-its-caveats/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 13:28:16 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=187</guid>
		<description><![CDATA[Recently while generating new test suites for pNFS I had to make sure &#8216;rcp&#8216; was working on both the client and servers.Here is where i hit some problems. I found a lot of resources online about rcp not working &#8220;Even as root user&#8221; and set about figuring out the issue. So here are some changes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=187&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently while generating new test suites for pNFS I had to make sure &#8216;<a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?rcp" target="_blank">rcp</a>&#8216; was working on both the client and servers.Here is where i hit some problems.<br />
I found a lot of resources online about rcp not working <strong>&#8220;Even as root user&#8221;</strong> and set about figuring out the issue.</p>
<p>So here are some changes that are a &#8220;MUST&#8221; if you need to use rcp.</p>
<p>1.)create/edit ~/.rhosts and add the following<br />
&lt;IP-ADDR&gt; &lt;username&gt;<br />
eg:: 10.0.0.10 root</p>
<p>2.) edit /etc/default/login and comment out the line that reads &#8220;CONSOLE=&#8230;.&#8221;</p>
<p>3.) edit /etc/user_attr and change the &#8220;type=&#8221; section under &#8220;root&#8221; to &#8220;normal&#8221; , By default it assumes &#8220;role&#8221;</p>
<p>4.) svcadm enable svc:/network/login:rlogin<br />
svcadm enable svc:/network/shell:default</p>
<p>Do this on both client and server and your good to go.</p>
<p>PS:: <strong>rcp is a dangerous protocol</strong> to use as it sends password in &#8220;plain text&#8221; . Unless  under a NAT or have a local network I would highly discourage anyone to use this protocol as you have better substitutes in the from of &#8220;ssh&#8221; or better yet &#8211;&gt; &#8220;rsync&#8221;</p>
<p>Cheers <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=187&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/04/22/rcp-and-its-caveats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>hostname change on opensolaris</title>
		<link>https://shampavman.wordpress.com/2011/04/15/hostname-change-on-opensolaris/</link>
		<comments>https://shampavman.wordpress.com/2011/04/15/hostname-change-on-opensolaris/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 06:43:57 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=184</guid>
		<description><![CDATA[I&#8217;ve been asked this question a million times and there has been no real straight answer.. So I&#8217;ve decided to make a post on this for the benefit of everyone. Frankly I am surprised that an OS that can do so many thing ,&#8217;so dam well&#8217; with simple cmds is unable to change hostname cleanly. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=184&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been asked this question a million times and there has been no real straight answer.. So I&#8217;ve decided to make a post on this for the benefit of everyone.<br />
Frankly I am surprised that an OS that can do so many thing ,&#8217;so dam well&#8217; with simple cmds is unable to change hostname cleanly.</p>
<p>Anyway this will do the trick for you..<br />
Edit the following files and add the new name you want to in place of the existing ones.</p>
<p>1.)/etc/hosts<br />
2.)/etc/nodename<br />
3.)/etc/ipnodes</p>
<p>Edit these 3 files and reboot to permanently change your hostname.</p>
<p>Some other methods include<br />
$hostname &lt;new-hostname&gt;<br />
(however this changes the hostname only for 1 logged in session.Although useful at times it will be a pain in the long run if you fail to remember that the change has to be done every time.)</p>
<p>$sys-unconfig<br />
(I&#8217;ve read and used this cmd to try and change.. but this cmd unconfigures the running machine entirely and a complete overhaul is required.. something that I would not recommend.)</p>
<p>Choose the first option and your good to go.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=184&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/04/15/hostname-change-on-opensolaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
		<item>
		<title>Trip to the Hotel, Yercaud!</title>
		<link>https://shampavman.wordpress.com/2011/04/14/trip-to-the-hotel-yercaud/</link>
		<comments>https://shampavman.wordpress.com/2011/04/14/trip-to-the-hotel-yercaud/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 19:42:23 +0000</pubDate>
		<dc:creator>shampavman</dc:creator>
				<category><![CDATA[Around India]]></category>

		<guid isPermaLink="false">http://shampavman.wordpress.com/?p=178</guid>
		<description><![CDATA[Well I always wanted to make my own travelogue but never got the opportunity to move around much.. Thankfully though from the past 3 yrs my ideas changed and now here I am making sure that I travel at least once in 2-3 months. So recently I had been to Yercaud(A hill station nestled in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=178&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well I always wanted to make my own travelogue but never got the opportunity to move around much.. Thankfully though from the past 3 yrs my ideas changed and now here I am making sure that I travel at least once in 2-3 months.</p>
<p>So recently I had been to Yercaud(A hill station nestled in the heart (well head) of &#8220;Tamil Nadu&#8221;).We left bang on time(Not surprising if I&#8217;m in charge) at 6:30AM on a quiet friday morning.</p>
<p>The route I took was ::<br />
Bangalore -&gt; Silk board junction -&gt; Hosur Highway(NH-7 Entrance)-&gt; Krishnagiri-&gt; Salem-&gt;Yercaud.</p>
<p>If your used to carrying plastic money, make sure that you carry at least 500Rs in cash for this is completely a toll route(Both ways.)<br />
Having said that though the drive was just fantastic. I mean there were numerous occasions where I felt I was not driving on Indian roads.. It was that good. Simply fantastic.!!!</p>
<p>We stopped on the way near hosur for a quick breakfast(which stretched for 45mins) and the best part of it all was that we carried homemade stuff.. So the whole idea of &#8220;eating out in the car&#8221; really did come true.</p>
<p>HUGE and WIDE roads with well behaved truckers meant that I could cover the 275km in roughly 3hrs.</p>
<p>On reaching yercaud the faint memories started kicking in for I had been there with my family earlier when i was a kid.</p>
<p>This place really does not have much in it though.. Its simply a really quiet place that shuts down by 6:30-7PM. So if your looking for a &#8220;happening&#8221; place, this one is not for you(And hence the title!! <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</p>
<p>We stayed in &#8216;<a href="http://www.shevaroysgroup.com/" target="_blank">Shevaroys</a>&#8216;. This is perhaps the only sad part of the trip as the hotel is poorly equipped. The service is just about average and the food they serve, my god!!(Thats all I&#8217;m going to say)</p>
<p>There is however another enticing approach to this(which we exercised) , just about 2km down the hill there is another resort called &#8220;SkyRoca&#8221; and as we found out its quite an expensive place to stay but the food was fabulous..</p>
<p>Advice:: Stay at Shevaroys and go there to keep your tummy happy <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>We stayed there for 2 days simply to get away from the noisy weekend and it was well worth the drive ,I must add.<br />
The green hills, misty weekend mornings and clean/quiet winding ghat roads are all a pleasure for a bangalorean.<br />
Before we knew it , it was sunday and time to head back but this time the way back was also filled with joy as NH-7 welcomed me with open arms and in 3 hrs flat it threw me back out (entered hosur).</p>
<p>To round it up then, the trip has been yet another success.<br />
Rejuvenating and refreshing escapes now have become an important part of my enjoyments&#8230;</p>
<p>Cheers. <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shampavman.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shampavman.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shampavman.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shampavman.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shampavman.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shampavman.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shampavman.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shampavman.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shampavman.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shampavman.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shampavman.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shampavman.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shampavman.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shampavman.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shampavman.wordpress.com&amp;blog=6955098&amp;post=178&amp;subd=shampavman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://shampavman.wordpress.com/2011/04/14/trip-to-the-hotel-yercaud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/74b12171278329601699336d0236b099?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shampavman</media:title>
		</media:content>
	</item>
	</channel>
</rss>
