<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeexHQ</title>
	<atom:link href="http://geexhq.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://geexhq.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 04 Jul 2010 10:52:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Gns3 And Vmware Lab On Ubuntu Linux</title>
		<link>http://geexhq.com/gns3-and-vmware-lab-on-ubuntu-linux/</link>
		<comments>http://geexhq.com/gns3-and-vmware-lab-on-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:15:40 +0000</pubDate>
		<dc:creator>geekyogi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[gns3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware lab]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=693</guid>
		<description><![CDATA[In this module we are going to setup, configure and test an entire network topology on your stand-alone PC using Virtualization. This article is useful for Learning and testing Networks, Also helpful for making home labs for industry certification exams such as Cisco and Linux certifications. In this module we will - Install GNS3 and [...]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Fgns3-and-vmware-lab-on-ubuntu-linux%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Fgns3-and-vmware-lab-on-ubuntu-linux%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p lang="en-US">In this module we are going to setup, configure and test an entire network topology on your stand-alone PC using Virtualization. This article is useful for Learning and testing Networks, Also helpful for making home labs for industry certification exams such as Cisco and Linux certifications.</p>
<p lang="en-US"><strong>In this module we will -</strong></p>
<ol>
<li>Install GNS3 and VMware on LInux.</li>
<li>Configure Cisco Router.</li>
<li>Use Wireshark and PackEth test and troubleshoot the network.</li>
</ol>
<p lang="en-US"><strong>Things that you&#8217;ll need -</strong></p>
<p>1. Licensed 	version of VMware Workstation (get 30-days trial version from <a href="http://vmware.com/">http://vmware.com/</a><br />
2. Graphical 	Network Simulator – GNS3 <a href="http://gns3.net/">http://gns3.net/</a><br />
3. Cisco IOS 	that are supported by GNS3/dynamips.<br />
4. Damn 	Small Linux – DSL <a href="http://www.damnsmalllinux.org/download.html/">http://www.damnsmalllinux.org/download.html/</a></p>
<p lang="en-US"><strong>Installing GNS3 on Ubuntu Linux:</strong></p>
<ol>
<li>Download GNS3 source package on the Desktop</li>
<li>Install GNS3 as follows -</li>
<li>Extract the contents of the .tgz file using the command</li>
<pre class="brush:bash">tar -xvf ~/Desktop/&lt;file_name&gt;.tar.gz</pre>
<p>(eg. tar -xvf ~/Desktop/GNS3-0.7-src.tar.gz)</p>
<li>Login as root using the command</li>
<pre class="brush:bash">sudo su</pre>
<li>It is always a good practice to have a static path configured for all the GNS3 files and projects. I use /home/gns3/ directory.</li>
<pre class="brush:bash">mkdir /home/gns3</pre>
<p>Move the extracted files to /home/gns3/</p>
<pre class="brush:bash">mv GNS3-0.7-src/* /home/gns3/</pre>
<p>To make gns3 available as an executable binary -</p>
<pre class="brush:bash">echo "gksu /home/gns3/gns3" &gt; /bin/gns3
chmod 777 /bin/gns3</pre>
<li>Now gns3 can be launched by using the command gns3 anywhere in the terminal and is launched with super-user previlidges.</li>
<li>Now install dynamips using the command
<pre class="brush:bash">sudo apt-get install dynamips</pre>
</li>
<p lang="en-US"><strong>Installing VMware Workstation:</strong></p>
<p>The VMware workstation .bundle file is installed by using the command</p>
<pre class="brush:bash">./vmware.bundle</pre>
<p lang="en-US">The VMware workstation is installed with all the default options. We are using VMware workstation v7.</p>
<p lang="en-US">Launch VMware Workstation as super user using the command</p>
<pre class="brush:bash">gksu vmware</pre>
<p lang="en-US">As we can see in the above network diagram we need 4 different Virtual networks for different hosts on the network vmnet2, vmnet3, vmnet4, vmnet5.</p>
<p>The virtual network editor is opened by clicking on <em>Edit → Virtual Network Editor</em></p>
<p lang="en-US">The Various Host-only VMnet adapters are added -</p>
<p lang="en-US">The new virtual Network Adapters could be verified by using the command -</p>
<pre class="brush:bash">/sbin/ifconfig</pre>
<p><span style="font-family: 'Times New Roman', serif;"><strong>Note: </strong></span><span style="font-family: 'Times New Roman', serif;">The Virtual Network Adapter vmnet1 and vmnet8 are used for Bridge and NAT communication respectively and should not be modified.</span></p>
<p lang="en-US">After clicking on save, various virtual network adapters are created as shown in the picture below<br />
<a rel="attachment wp-att-699" href="http://geexhq.com/wp-content/uploads/2010/04/snapshot25.png"><img class="aligncenter size-medium wp-image-699" title="snapshot25" src="http://geexhq.com/wp-content/uploads/2010/04/snapshot25.png" alt="" width="300" height="253" /></a></p>
<ul>
<li>
<p lang="en-US">vmnet2 – 192.168.2.0 (Use local DHCP, Connect to Host Virtual 	Adapter)</p>
</li>
<li>
<p lang="en-US">vmnet3 – 192.168.3.0 (Use local DHCP, Connect to Host Virtual 	Adapter)</p>
</li>
<li>
<p lang="en-US">vmnet4 – 192.168.4.0 (Use local DHCP, Connect to Host Virtual 	Adapter)</p>
</li>
<li>
<p lang="en-US">vmnet5 – 192.168.5.0 ((Use local DHCP, Connect to Host Virtual Adapter)</p>
</li>
</ul>
<p lang="en-US"><strong>Creating a Virtual Machine :</strong></p>
<p>Four Virtual Machines are created on VMware workstation as follows -</ol>
<ol>
<li>Download Damn Small Linux .iso file.</li>
<li>Open VMware workstation as super-user.</li>
<li>Click File → New → Virtual Machine</li>
<li>Select Custom(Advanced)</li>
<li>Chose the highest Hardware Compatibility</li>
<li>Select the Installer Disk Image (ISO) and use the damn small linux 	iso path</li>
<li>Chose Linux and &#8216;Other linux 2.6x Kernel&#8217; from the drop down list as 	version.</li>
<li>Rename it as dsl2 and specify the path to save the virtual machine.</li>
<li>Select the No. of processors and cores.</li>
<li>Use 100 Mb Memory space(RAM).</li>
<li>In network Connection Select “Do not use a network Connection”.</li>
<li>In I/O adapter type, use recommended LSI Logic.</li>
<li>Select Create New Virtual disk.</li>
<li>Virtual Disk type as SCSI.</li>
<li>Maximum Disk size at 8 GB.</li>
<li>Keep the default Disk file name.</li>
<li>Now click on Customize Hardware and do as follows -</li>
<li>Click on Add</li>
<li>Select Network Adapter</li>
<li>Choose “custom: Specific Virtual Network” and select the 		vmnet2.</li>
<li>Click on finish.</li>
<li>Click on Save.</li>
<li>Select “Automatically power on this virtual machine after 	creation” and click Finish.</li>
<li>The Virtual Machine is now powered on.</li>
<p>Any other operating system can be used instead of Damn Small Linux, But since DSL is a live CD, the memory usage is considerably low. To interact with the guest virtual machine, use ctrl + g and to interact with the host machine use ctrl+alt. The virtual machine is stopped by ctrl + E.</p>
<p>Similarly 4 virtual machines are created but with different Virtual Network Adapters(vmnet).</p>
<pre>DSL1 = 192.168.2.0/24 (vmnet2)
DSL2 = 192.168.3.0/24 (vmnet3)
DSL3 = 192.168.4.0/24 (vment4)
DSL4 = 192.168.5.0/24 (vmnet5)</pre>
<p><strong>Configuring GNS3:</strong><br />
GNS3 is launched using the command</p>
<pre class="brush:bash"> gns3.</pre>
<p>Go to Edit → Preferences</ol>
<ol>
<li>Create 	directories project, images, capture beneath /home/gns3 directory.</li>
<li>We 	keep /home/gns3/project as project directory for all our projects 	and /home/gns3/images for all the cisco IOS in the general settings.</li>
<li>In 	the dynamips section the dynamips executable path is set to 	/usr/bin/dynamips. Click on test to verify if dynamips is working.</li>
<li>/home/gns3/capture 	for all the wireshark captures.</li>
<li>Qemu for asa firewall path is entered as 	/home/gns3/qemuwrapper/qemuwrapper.py</li>
</ol>
<p>Now copy the Cisco IOS into the /home/gns3/images directory. Go to edit → IOS images and Hypervisors and add the cisco IOS image file.</p>
<p>Now we are ready to create the topology.</p>
<p>Drag and drop the two routers and four cloud nodes into the work space. Now configure the router and clouds as shown in the snap shots and connect them.</p>
<p><a rel="attachment wp-att-696" href="http://geexhq.com/wp-content/uploads/2010/04/snapshot27.png"><img class="aligncenter size-medium wp-image-696" title="snapshot27" src="http://geexhq.com/wp-content/uploads/2010/04/snapshot27-300x222.png" alt="" width="300" height="222" /></a><a rel="attachment wp-att-697" href="http://geexhq.com/wp-content/uploads/2010/04/snapshot28.png"><img class="aligncenter size-medium wp-image-697" title="snapshot28" src="http://geexhq.com/wp-content/uploads/2010/04/snapshot28-300x222.png" alt="" width="300" height="222" /></a><a rel="attachment wp-att-698" href="http://geexhq.com/wp-content/uploads/2010/04/snapshot29.png"><img class="aligncenter size-medium wp-image-698" title="snapshot29" src="http://geexhq.com/wp-content/uploads/2010/04/snapshot29-300x300.png" alt="" width="300" height="300" /></a></p>
<p>Configuring RIP protocol to enable routing between the two routers as follows:</p>
<p>Open telnet console session for Router1  and Router2 -</p>
<ol>
<li>Answer 	‘No’ for initial configuration option.</li>
<li>‘&gt;’ 	is non-privileged mode, type ‘enable’ to enter into privileged 	mode ‘#’.</li>
<li>Type 	‘show ip int brief’ to get the brief list of all the interfaces 	present on router.</li>
<li>To 	configure the router type ‘config terminal’</li>
<li>To 	configure the interface IP address use the command ‘int fa 	&lt;intface_id&gt;’ Eg. Int fa 0/0</li>
<li>‘Ip 	address &lt;ip add&gt; &lt;subnet_mask&gt;’ to assign the ip.  Eg. 	ip address 192.168.1.1 255.255.255.0</li>
<li>Similarly 	assign to all the three interfaces.</li>
<li>Note: 	use the command ‘no shutdown’ on all the interfaces and ‘exit’ 	command to come back to the global configuration mode.</li>
<li>All 	the interfaces of both the routers must be assigned appropriate IP 	addresses and &#8216;no shutdown&#8217; command is a must.</li>
<li>Type 	‘do write’ to save the configuration. You need to do this often 	to save the configuration so that it stays during next start-up.</li>
</ol>
<p>Now 	to start routing.. Use the following commands in global 	configuration mode:</p>
<ol>
<li>Router 	rip’ to enable RIP routing.</li>
<li>‘Version 	2’ to use RIP v2</li>
<li>‘Network 	&lt;ip address&gt;’ to enable rip on those particular IP 	configured interfaces.</li>
<li>Do 	these steps on both the routers and the routing will start.</li>
</ol>
<p><strong>Note:</strong></p>
<p>you may have to set the default gateway for the Virtual boxes to the router’s interface IP.<br />
You can also add Ethernet Switches provided in the GNS3 to build switched networks.</p>
<p>Now we can sniff on the router using Wireshark on the interfaces by right clicking on the router interface and clicking on capture. The routing issues can be easily debugged.</p>
<p>Thus now the Virtual linux boxes with different subnets are able to communicate with each other.</p>
<p>To take a step further, you can use PackEth package to frame a packet and send it to the router using the host virtual interfaces. Various protocol hacks could be performed on the router and the guest virtual machine.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/gns3-and-vmware-lab-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>What people say about the IPL controversies</title>
		<link>http://geexhq.com/what-people-say-about-the-ipl-controversies/</link>
		<comments>http://geexhq.com/what-people-say-about-the-ipl-controversies/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:34:41 +0000</pubDate>
		<dc:creator>magesh</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CrowdSource]]></category>
		<category><![CDATA[controversy]]></category>
		<category><![CDATA[cricket]]></category>
		<category><![CDATA[ipl]]></category>
		<category><![CDATA[lalit]]></category>
		<category><![CDATA[modi]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[shashi]]></category>
		<category><![CDATA[tharoor]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=657</guid>
		<description><![CDATA[We&#8217;ve been hearing a lot about the IPL controversies these days, so what is actually happening with the cricket game? IPL, match-fixing? Lets see, what people have said about these IPL controversies on Twitter @oANUo #ipl LM just found a growing need and grew a business model on it. Since the numbers were big, everybody [...]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Fwhat-people-say-about-the-ipl-controversies%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Fwhat-people-say-about-the-ipl-controversies%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p>
We&#8217;ve been hearing a lot about the IPL controversies these days, so what is actually happening with the cricket game?  IPL, match-fixing? <br />
Lets see, what people have said about these IPL controversies on <a href="http://twitter.com">Twitter</a></p>
<div id="tweet">@<a href="http://twitter.com/oANUo" rel="nofollow" target="_blank" title="View oANUo's Twitter Profile">oANUo</a> <img class="alignleft" src="http://img.tweetimag.es/i/oanuo" alt="" /><br />
#<a href="http://search.twitter.com/search?q=%23ipl" rel="nofollow" target="_blank" title="Search Twitter for &quot;ipl&quot;">ipl</a> LM just found a growing need and grew a business model on it. Since the numbers were big, everybody had to dirty their hands.
</div>
<div id="tweet">@<a href="http://twitter.com/prithinarayanan" rel="nofollow" target="_blank" title="View prithinarayanan's Twitter Profile">prithinarayanan</a> <img class="alignleft" src="http://img.tweetimag.es/i/prithinarayanan" alt="" /><br />
Did ya&#8217;ll just wake up? RT @<a href="http://twitter.com/ndtv" rel="nofollow" target="_blank" title="View ndtv's Twitter Profile">ndtv</a>: IPL: Now, match-fixing allegations hit IPL2. Allegations of betting and matchfixing during IPL 2
</div>
<div id="tweet">@<a href="http://twitter.com/deepakbudki" rel="nofollow" target="_blank" title="View deepakbudki's Twitter Profile">deepakbudki</a> <img class="alignleft" src="http://img.tweetimag.es/i/deepakbudki" alt="" /><br />
Tharoor expressed concern for poor in Parliament that is why he invested in IPL to make money for them and then give them THEIR DAILY BREAD.
</div>
<div id="tweet">@<a href="http://twitter.com/archanasn" rel="nofollow" target="_blank" title="View archanasn's Twitter Profile">archanasn</a> <img class="alignleft" src="http://img.tweetimag.es/i/archanasn" alt="" /><br />
Tharoor is the kind of leader we NEED and dont have!! IPL is the kinda thing we dont need but HAVE!!
</div>
<div id="tweet">@<a href="http://twitter.com/TheVijayMallya" rel="nofollow" target="_blank" title="View TheVijayMallya's Twitter Profile">TheVijayMallya</a> <img class="alignleft" src="http://img.tweetimag.es/i/thevijaymallya" alt="" /><br />
IPL divided by politics-united by kingfisher ! Love it. Thanks !
</div>
<div id="tweet">@<a href="http://twitter.com/chetan_bhagat" rel="nofollow" target="_blank" title="View chetan_bhagat's Twitter Profile">chetan_bhagat</a> <img class="alignleft" src="http://img.tweetimag.es/i/chetan_bhagat" alt="" /><br />
IPL already had cricket plus Bollywood, now politics too. What else could Indians want? India&#8217;s biggest reality show.
</div>
<p><a href="http://geexhq.com/wp-content/uploads/2010/04/shashi.gif" rel="attachment wp-att-682"><img src="http://geexhq.com/wp-content/uploads/2010/04/shashi-240x300.gif" alt="" title="shashi" width="240" height="300" class="aligncenter size-medium wp-image-682" /></a></p>
<div id="tweet">@<a href="http://twitter.com/rajizm" rel="nofollow" target="_blank" title="View rajizm's Twitter Profile">rajizm</a> <img class="alignleft" src="http://img.tweetimag.es/i/rajizm" alt="" /><br />
@<a href="http://twitter.com/sardesairajdeep" rel="nofollow" target="_blank" title="View sardesairajdeep's Twitter Profile">sardesairajdeep</a>  PM taking personal interest in IPL, is he not bothered about INFLATION/NAXALISM/TERRORISM/CHINA ?
</div>
<div id="tweet">@<a href="http://twitter.com/sul_mannur" rel="nofollow" target="_blank" title="View sul_mannur's Twitter Profile">sul_mannur</a> <img class="alignleft" src="http://img.tweetimag.es/i/sul_mannur" alt="" /><br />
Dear Sasi Tarur, Forget IPL, it is a money game! why don&#8217;t you think about a &#8220;Driking Water Project&#8221; to all Kerala Villages.
</div>
<div id="tweet">@<a href="http://twitter.com/anishmg" rel="nofollow" target="_blank" title="View anishmg's Twitter Profile">anishmg</a> <img class="alignleft" src="http://img.tweetimag.es/i/anishmg" alt="" /><br />
IPL is turning out to be Indian Punishment League for many. Minister resigning, Commissioner on the verge of sacking, IT raids in full swing
</div>
<div id="tweet">@<a href="http://twitter.com/abnish27" rel="nofollow" target="_blank" title="View abnish27's Twitter Profile">abnish27</a> <img class="alignleft" src="http://img.tweetimag.es/i/abnish27" alt="" /><br />
IPL &#8211; 57 matches, 171hrs of ckt on the field&#8230;.Off the field: 54 parties, 270 hrs of partying n close to 1,29,600 bottles of beer consumed
</div>
<div id="tweet">@<a href="http://twitter.com/muraliavarma" rel="nofollow" target="_blank" title="View muraliavarma's Twitter Profile">muraliavarma</a> <img class="alignleft" src="http://img.tweetimag.es/i/muraliavarma" alt="" /><br />
 If Indian Politicians ran IPL,Teams wud be named &#8211; Dalit Daredevils,Muslim Super Kings,Hindu Royals,Minority chargers, OBC Knight riders
</div>
<div id="tweet">@<a href="http://twitter.com/piscesguy_007" rel="nofollow" target="_blank" title="View piscesguy_007's Twitter Profile">piscesguy_007</a> <img class="alignleft" src="http://img.tweetimag.es/i/piscesguy_007" alt="" /><br />
I think opposition parties should more concentrate on the development and advancement of India instead of IPL
</div>
<div id="tweet">@<a href="http://twitter.com/imdacatalyst" rel="nofollow" target="_blank" title="View imdacatalyst's Twitter Profile">imdacatalyst</a> <img class="alignleft" src="http://img.tweetimag.es/i/imdacatalyst" alt="" /><br />
@<a href="http://twitter.com/KanchanGupta" rel="nofollow" target="_blank" title="View KanchanGupta's Twitter Profile">KanchanGupta</a> People r in da most GRAVE condition,prise rise has made a HOLE in my pocket too..bt i guess da govt. is more interested in IPL
</div>
<div id="tweet"> @<a href="http://twitter.com/ADCisHere" rel="nofollow" target="_blank" title="View ADCisHere's Twitter Profile">ADCisHere</a> <img class="alignleft" src="http://img.tweetimag.es/i/adcishere" alt="" /><br />
 In the midts of all dis controversies,i wish brand IPL doesnt get hampered,coz England may hav invented cricket,bt its INDIA who made IPL.
</div>
<div id="tweet">@<a href="http://twitter.com/akhilshahani" rel="nofollow" target="_blank" title="View akhilshahani's Twitter Profile">akhilshahani</a> <img class="alignleft" src="http://img.tweetimag.es/i/akhilshahani" alt="" /><br />
Lalit Modi cant resign. He knows too much about IPL (Illicit Politicians League )
</div>
<p><a href="http://geexhq.com/wp-content/uploads/2010/04/Lalit_Modi_1371040c.jpg" rel="attachment wp-att-680"><img src="http://geexhq.com/wp-content/uploads/2010/04/Lalit_Modi_1371040c.jpg" alt="" title="Lalit_Modi_1371040c" width="460" height="287" class="aligncenter size-full wp-image-680" /></a></p>
<div id="tweet"> @<a href="http://twitter.com/pur_rao" rel="nofollow" target="_blank" title="View pur_rao's Twitter Profile">pur_rao</a> <img class="alignleft" src="http://img.tweetimag.es/i/pur_rao" alt="" /><br />
 IPL scam has given a very good tool to pack off all the corrupt, find them and send them packing, if only the Govt is clean
</div>
<div id="tweet">@<a href="http://twitter.com/maniishmehta" rel="nofollow" target="_blank" title="View maniishmehta's Twitter Profile">maniishmehta</a> <img class="alignleft" src="http://img.tweetimag.es/i/maniishmehta" alt="" /><br />
 BJP has demanded that ministers linked with IPL controversy must resign. Ministers not MPs because they don&#8217;t want their own men to resign.
</div>
<div id="tweet">@<a href="http://twitter.com/vijchik" rel="nofollow" target="_blank" title="View vijchik's Twitter Profile">vijchik</a> <img class="alignleft" src="http://img.tweetimag.es/i/vijchik" alt="" /><br />
 Few more reasons not to miss IPL final !!! .THIS IS THE LAST TIME THESE PLAYERS WILL BE PLAYING TOGETHER AND THE LAST TIME IPL MAY OCCUR
</div>
<div id="tweet"> @<a href="http://twitter.com/sukritimudit" rel="nofollow" target="_blank" title="View sukritimudit's Twitter Profile">sukritimudit</a> <img class="alignleft" src="http://img.tweetimag.es/i/sukritimudit" alt="" /><br />
 @<a href="http://twitter.com/NidhiNDTV" rel="nofollow" target="_blank" title="View NidhiNDTV's Twitter Profile">NidhiNDTV</a> politicians are attracted to anything which had money. last yr they did not allow IPL to happen in india now they eat,drink it
</div>
<div id="tweet"> @<a href="http://twitter.com/girish_rb" rel="nofollow" target="_blank" title="View girish_rb's Twitter Profile">girish_rb</a> <img class="alignleft" src="http://img.tweetimag.es/i/girish_rb" alt="" /><br />
 Are many IPL matches fixed? Are we all fools to follow the results or waste our time watching entire matches?
</div>
<div id="tweet"> @<a href="http://twitter.com/gayatrikalbag" rel="nofollow" target="_blank" title="View gayatrikalbag's Twitter Profile">gayatrikalbag</a> <img class="alignleft" src="http://img.tweetimag.es/i/gayatrikalbag" alt="" /><br />
 What&#8217;s with the Lalit Modi/IPL tangle? Will someone untangle this holy mess please C&#8217;mon guys he&#8217;s just another ordinary guy like you n me!
</div>
<div id="tweet"> @<a href="http://twitter.com/nithyarb" rel="nofollow" target="_blank" title="View nithyarb's Twitter Profile">nithyarb</a> <img class="alignleft" src="http://img.tweetimag.es/i/nithyarb" alt="" /><br />
 when the entire country is reeling frm power crisis, spiralling prices, crime, corruption &#038; nepotism, all the tabloids care about is IPL !
</div>
<div id="tweet"> @<a href="http://twitter.com/pkfiros" rel="nofollow" target="_blank" title="View pkfiros's Twitter Profile">pkfiros</a> <img class="alignleft" src="http://img.tweetimag.es/i/pkfiros" alt="" /><br />
 every criminal behind IPL  should be brought before d law their illegal funds must be attached to d public exchequer
</div>
<div id="tweet"> @<a href="http://twitter.com/chirunaik" rel="nofollow" target="_blank" title="View chirunaik's Twitter Profile">chirunaik</a> <img class="alignleft" src="http://img.tweetimag.es/i/chirunaik" alt="" /><br />
 Ipl becomes Indian political league. First cricketers, corporates, then models and film stars and finally politicians.
</div>
<div id="tweet"> @<a href="http://twitter.com/karth81" rel="nofollow" target="_blank" title="View karth81's Twitter Profile">karth81</a> <img class="alignleft" src="http://img.tweetimag.es/i/karth81" alt="" /><br />
 Modi was surrounded by Preity,Shilpa,Katrina,but now surrounded by IT officials.He is gone from the Axe Effect to the Tax Effect! #<a href="http://search.twitter.com/search?q=%23IPL" rel="nofollow" target="_blank" title="Search Twitter for &quot;IPL&quot;">IPL</a>
</div>
<div id="tweet"> @<a href="http://twitter.com/mmsinanu" rel="nofollow" target="_blank" title="View mmsinanu's Twitter Profile">mmsinanu</a> <img class="alignleft" src="http://img.tweetimag.es/i/mmsinanu" alt="" /><br />
 IPL is not the way to make our nation a developed country.IPL should be banned.itz the only way 2 whiten the black money.BAN IPL soon&#8230;&#8230;.
</div>
<div id="tweet">@<a href="http://twitter.com/BobbyThannickal" rel="nofollow" target="_blank" title="View BobbyThannickal's Twitter Profile">BobbyThannickal</a> <img class="alignleft" src="http://img.tweetimag.es/i/bobbythannickal" alt="" /><br />
IPL can not escape from liability just by giving Modi as a scapegoat
</div>
<div id="tweet"> @<a href="http://twitter.com/johnymon" rel="nofollow" target="_blank" title="View johnymon's Twitter Profile">johnymon</a> <img class="alignleft" src="http://img.tweetimag.es/i/johnymon" alt="" /><br />
 Shockingly, those involved in fixing the matches are superstars of Indian cricket and even an international player, who is a captain #<a href="http://search.twitter.com/search?q=%23IPL" rel="nofollow" target="_blank" title="Search Twitter for &quot;IPL&quot;">IPL</a>
</div>
<div id="tweet"> @<a href="http://twitter.com/soumitradg" rel="nofollow" target="_blank" title="View soumitradg's Twitter Profile">soumitradg</a> <img class="alignleft" src="http://img.tweetimag.es/i/soumitradg" alt="" /><br />
 @<a href="http://twitter.com/amu_26" rel="nofollow" target="_blank" title="View amu_26's Twitter Profile">amu_26</a> there is no money in discussing naxal, assam-flood, chinese dam on brhmaputra. so WE are discussing IPL
</div>
<div id="tweet"> @<a href="http://twitter.com/SAVEMII" rel="nofollow" target="_blank" title="View SAVEMII's Twitter Profile">SAVEMII</a> <img class="alignleft" src="http://img.tweetimag.es/i/savemii" alt="" /><br />
 plz finish ur episode with lalit modi or IPL..WE r fed up with these types of news everytime we switch to news channel
</div>
<div id="tweet"> @<a href="http://twitter.com/gajji" rel="nofollow" target="_blank" title="View gajji's Twitter Profile">gajji</a> <img class="alignleft" src="http://img.tweetimag.es/i/gajji" alt="" /><br />
 things are coming out of IPL  closet&#8230; may people awake and defy the cricket mesmerism&#8230; And yes, today parliament was great ..
</div>
<div id="tweet"> @<a href="http://twitter.com/vabavdekar" rel="nofollow" target="_blank" title="View vabavdekar's Twitter Profile">vabavdekar</a> <img class="alignleft" src="http://img.tweetimag.es/i/vabavdekar" alt="" /><br />
 Cash strapped Maharashtra govt. loses Rs 5cr entertainment tax by classifying #<a href="http://search.twitter.com/search?q=%23IPL" rel="nofollow" target="_blank" title="Search Twitter for &quot;IPL&quot;">IPL</a> as a sports activity and not entertainment&#8230;.
</div>
<div id="tweet"> @<a href="http://twitter.com/ashenai" rel="nofollow" target="_blank" title="View ashenai's Twitter Profile">ashenai</a> <img class="alignleft" src="http://img.tweetimag.es/i/ashenai" alt="" /><br />
 Is lalit modi&#8217;s tweet revealing kochi ownership details the most &#8220;powerful tweet&#8221; ever? Its the tweet that is bringing down an empire #<a href="http://search.twitter.com/search?q=%23ipl" rel="nofollow" target="_blank" title="Search Twitter for &quot;ipl&quot;">ipl</a>
</div>
<div id="tweet">@<a href="http://twitter.com/softykid" rel="nofollow" target="_blank" title="View softykid's Twitter Profile">softykid</a> <img class="alignleft" src="http://img.tweetimag.es/i/softykid" alt="" /><br />
@<a href="http://twitter.com/toralvaria" rel="nofollow" target="_blank" title="View toralvaria's Twitter Profile">toralvaria</a> whatever happened at IPL is a well organized Robbery and it will be a nightmare for IT people if they start digging <img src='http://geexhq.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</div>
<div id="tweet">@<a href="http://twitter.com/amsrjn" rel="nofollow" target="_blank" title="View amsrjn's Twitter Profile">amsrjn</a> <img class="alignleft" src="http://img.tweetimag.es/i/amsrjn" alt="" /><br />
The root cause of corruption in BCCI IPL r those who run it. The fact is Cong will never ever take the risk of challenging Shady Pawar.
</div>
<div id="tweet">@<a href="http://twitter.com/anuragpcd" rel="nofollow" target="_blank" title="View anuragpcd's Twitter Profile">anuragpcd</a> <img class="alignleft" src="http://img.tweetimag.es/i/anuragpcd" alt="" /><br />
It is not sufficient to step down innocent Shashi throor. There is corruption in IPL on high level. Govt. should take over BCCI.
</div>
<div id="tweet">@<a href="http://twitter.com/kapoor_karan" rel="nofollow" target="_blank" title="View kapoor_karan's Twitter Profile">kapoor_karan</a> <img class="alignleft" src="http://img.tweetimag.es/i/kapoor_karan" alt="" /><br />
Some director should come up with a movie on corruption in IPL where police raids franchiseswhile final match is on and #<a href="http://search.twitter.com/search?q=%23LKM" rel="nofollow" target="_blank" title="Search Twitter for &quot;LKM&quot;">LKM</a> shot in climax
</div>
<div id="tweet">@<a href="http://twitter.com/nishantwizard" rel="nofollow" target="_blank" title="View nishantwizard's Twitter Profile">nishantwizard</a> <img class="alignleft" src="http://img.tweetimag.es/i/nishantwizard" alt="" /><br />
lot of fuss over n abt IPL n Lalit Modi,tax defaulter may be he is,but he has done d incredibly excellent job of making IPL a grand Success
</div>
<div id="tweet">@<a href="http://twitter.com/kulkisli" rel="nofollow" target="_blank" title="View kulkisli's Twitter Profile">kulkisli</a> <img class="alignleft" src="http://img.tweetimag.es/i/kulkisli" alt="" /><br />
crickt tantamounts 2 religion of india..wid da advent of IPL we saw COMMERCIALISATION of cricket.. nw witnessing CRIMINALISATION of da same
</div>
<p>
Now its your turn, share your views about the IPL controversies below</p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/what-people-say-about-the-ipl-controversies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Life Of A Freelance Web Developer</title>
		<link>http://geexhq.com/life-of-a-freelance-web-developer/</link>
		<comments>http://geexhq.com/life-of-a-freelance-web-developer/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:29:15 +0000</pubDate>
		<dc:creator>magesh</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[binnyva]]></category>
		<category><![CDATA[cohin]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[freelancer]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[kerala]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=574</guid>
		<description><![CDATA[Twenty five-year-old Binny V.A. from Kochi is a youngster who takes pride in revealing that he is a college dropout. Soon after he flipped through the syllabus for Bachelor of Computer Application (BCA) course, a few years back, Binny realised [.....]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Flife-of-a-freelance-web-developer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Flife-of-a-freelance-web-developer%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p>Following is an article that was published in The Hindu about Binny, a cochin based Freelancer</p>
<blockquote><p>Twenty five-year-old Binny V.A. from Kochi is a youngster who takes pride in revealing that he is a college dropout. Soon after he flipped through the syllabus for Bachelor of Computer Application (BCA) course, a few years back, Binny realised that he was already way too ahead of the course material. Today, Binny is one of the most successful freelance Web developers in Kerala.</p>
<p>“I started dabbling in IT tools right from my Plus One days. When I completed Plus Two and joined college, I found that the college syllabus was totally outdated. It did not take long for me to realise that I would be wasting my time if I pursued the course,” said Binny on the sidelines of BarCamp Kerala here on Sunday.</p>
<p>Binny’s presentation at the BarCamp on ‘Development – What they don’t teach you in college (Everything Important)’ was an instant hit. The session covered topics on the latest tools and languages used in Web development.</p>
<p>“These are typically things that will never be taught in a college classroom but that companies teach during the recruits’ training period. The IT field is developing so fast, by the time a university decides on a syllabus and prints books, they will be outdated,” said the whacky Web developer.</p>
<p>With a steady clientele and enough projects to keep him busy, Binny is more than satisfied with his freelancing career so far. Although forming a company could improve his scope and reach, he only sees it as a possibility for now. “Today, companies come seeking my service. If I form a Web development company, it might help me scale up my career. But as of now, I am only viewing it as a possibility,” said Binny.</p></blockquote>
<p>- <a href="http://www.hindu.com/2009/05/04/stories/2009050458050300.htm">The Hindu</a></p>
<p><strong>Geex Interview:</strong> A cochin Based Freelance Web Developer, Binny VA</p>
<p><a href="http://geexhq.com/wp-content/uploads/2010/03/17167_241367292686_500977686_3826858_6495801_n.jpg" rel="attachment wp-att-596"><img src="http://geexhq.com/wp-content/uploads/2010/03/17167_241367292686_500977686_3826858_6495801_n-300x225.jpg" alt="" title="17167_241367292686_500977686_3826858_6495801_n" width="300" height="225" class="aligncenter size-medium wp-image-596" /></a></p>
<p><b>Who are you? What you do?</b></p>
<p>I am Binny V A &#8211; a freelance web developer. I concentrate on LAMP<br />
technologies. I also do some client side coding &#8211; as a matter of fact,<br />
Javascript is my favorite language. These days, most of the work I do<br />
is wordpress related &#8211; creating plugins, customizing plugins, theme<br />
customizations etc.</p>
<p><strong>What kind of Technologies you work with? </strong></p>
<p>I&#8217;m working on Linux. Its awesome. And if you are a programmer, there<br />
is no excuse for using windows</p>
<p><strong>Best Frame Work in your opinion?</strong></p>
<p>Best PHP framework, IMO, is Code Ignighter. But I have a a framework<br />
that I created that I use in most of my projects -<br />
<a href="http://www.bin-co.com/blog/2007/05/iframe-my-php-framework/">IFrame</a>.<br />
Making a custom frameworks and getting depended on it was a mistake. I<br />
have &#8216;Not Invented Here&#8217; Syndrome<br />
Best JavaScript framework is, of course, jQuery. Again, I have a<br />
custom frame work <a href="http://www.openjs.com/scripts/jslibrary/">JSL</a><br />
Ruby &#8211; Ruby on Rails. Fortunately, I haven&#8217;t created any custom<br />
frameworks for that <img src='http://geexhq.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Python &#8211; Django.</p>
<p><strong>Which SCM do you prefer? : Git or SVN?</strong></p>
<p>Git. Definitely Git. I have switched most of my projects to Git. Only<br />
ones that are left are really old of WordPress plugins(WordPress.org<br />
only supports SVN &#8211; so far)</p>
<p><strong>your typical day looks like? </strong></p>
<p>Get up around 8 or 9(sometimes later)<br />
Check Email/Twitter/Facebook/etc.<br />
Code (Something always need doing).<br />
Lunch.<br />
Check Email/Twitter/Facebook/etc.<br />
See film/serial/anime/something<br />
Some more coding.<br />
5:30-7:00 Badminton. If the neighbors are playing. Because its very<br />
hard to play Badminton by yourself.<br />
General browsing &#8211; google reader, digg, slashdot, etc.<br />
Dinner.<br />
Code.<br />
Sleep(2/3 AM).</p>
<p>Of course, this is not set in stone. I often have to travel which<br />
changes the schedule a lot.</p>
<p><strong>your fav apps or the tools u can&#8217;t live without?</strong></p>
<pre>Linux tools
------------
Kate/Kwrite
Konsole (Plus a lot of shell tools - too many to list)
Firefox
Amarok
Tweetdeck
Konqueror
Apache
(I'm excluding PHP, Perl, Ruby, etc
- not sure if it can be called an App.)

Web Apps
------------
Gmail
Google Reader
Twitter
Google Calender
Google</pre>
<p><strong>Your favourite OS ?</strong></p>
<p>Linux. The only choice for serious programmers</p>
<p><strong> Small picture of your workplace ?</strong><br />
<img class="aligncenter" title="Binny's Workspace" src="http://blog.binnyva.com/wp-content/uploads/2010/01/3_monitor.jpg" alt="" width="530" height="292" /></p>
<p><strong>your favourite Prog. Languages?</strong></p>
<p>Javascript. No question.</p>
<p><strong> your Future plans?</strong></p>
<p>Continue freelancing. Try to convert a couple of my projects into<br />
products. Maybe start a company &#8211; and that&#8217;s a big maybe. I hate the<br />
red tape that comes with starting a company. And I&#8217;m lazy.</p>
<p><strong>why do u prefer freelancework?</strong></p>
<p>The freedom. I can go to any and all events I am interested in. Work<br />
as much or as little as I like. Its Awesome. With a capital A.</p>
<p><strong> how did u become a freelancer? what inspired u?</strong></p>
<p>When I was working at a company, I took small &#8216;side jobs&#8217;. Soon, those<br />
side jobs began to pay more than what the company gave me. Its was<br />
pretty dump to stay at the company after that. So I got out.</p>
<p><strong> do u hav any mentors? or someone who guided u?</strong></p>
<p>Can&#8217;t say that I have. Met most of the good programmers after I became<br />
a freelancer and fairly proficient at programming. My only mentor was<br />
the internet.</p>
<p><strong> about the other stuffs you do (other than freelancing)?</strong></p>
<p>I volunteer with a lot of organizations &#8211; because of all the free<br />
time. That include&#8230;<br />
MAD(http://makeadiff.in)<br />
EPLFC(http://epflc.incochin.in)<br />
ILUG Cochin<br />
OWASP<br />
Etc.</p>
<p><strong> your educational background? what and where did you study?</strong></p>
<p>I&#8217;m a college dropout &#8211; and proud of it  <img src='http://geexhq.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p><strong> Few lines about the events u&#8217;ve organized like the Barcamp, Tweetups ?</strong></p>
<p>Those are unconferences &#8211; they generally organize themselves <img src='http://geexhq.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .<br />
Anyway, I can&#8217;t take the credit. There were a lot of awesome guys that<br />
did most of the work. I was more of a &#8216;technical consultant&#8217; for the<br />
website.<br />
But I am always glad that I got into it. I met a lot of awesome people<br />
at these events.</p>
<p> you have any more questions? write it down below so that binny will be able to respond to it. Stay Tuned for More Interviews From GeexHQ </p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/life-of-a-freelance-web-developer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What People Say About Google&#039;s New Buzz?</title>
		<link>http://geexhq.com/what-people-say-about-googles-new-buzz/</link>
		<comments>http://geexhq.com/what-people-say-about-googles-new-buzz/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 21:10:54 +0000</pubDate>
		<dc:creator>magesh</dc:creator>
				<category><![CDATA[CrowdSource]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=422</guid>
		<description><![CDATA[We've included this new category called "CrowdSource" to write blog posts based on world changing Social Media Technologies, to provide our readers with usefull reviews and informations pulled from twitter, facebook, buzz and so on [.....]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Fwhat-people-say-about-googles-new-buzz%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Fwhat-people-say-about-googles-new-buzz%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<div>
<p>We&#8217;ve included this new category called &#8220;CrowdSource&#8221; to write blog posts based on world changing Social Media Technologies, to provide our readers with usefull reviews and informations pulled from twitter, facebook, buzz and so on.</p>
<p>What is google&#8217;s new buzz? or What is Google&#8217;s Buzz? err.. how do i put this question? fine Here we have pulled in some tweets to answer it</p>
<h4>Lets see wat people said about Google&#8217;s Buzz</h4>
</div>
<div id="tweet">@<a href="http://twitter.com/EugeneTehYJ" rel="nofollow" target="_blank" title="View EugeneTehYJ's Twitter Profile">EugeneTehYJ</a> <img class="alignleft" src="http://img.tweetimag.es/i/eugenetehyj" alt="" /><br />
Ok, what&#8217;s going on. Google just launch their Buzz, and now they are going to offer broadband. lol. Google Empire.</div>
<div></div>
<div id="tweet">
<div>@<a href="http://twitter.com/lmoberglavoie" rel="nofollow" target="_blank" title="View lmoberglavoie's Twitter Profile">lmoberglavoie</a><img class="alignleft" src="http://img.tweetimag.es/i/lmoberglavoie" alt="" /><br />
i have to admit, #<a href="http://search.twitter.com/search?q=%23google" rel="nofollow" target="_blank" title="Search Twitter for &quot;google&quot;">google</a> is fairly genius in choosing the name #<a href="http://search.twitter.com/search?q=%23buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;buzz&quot;">buzz</a>. it&#8217;s quite the self-fulfilling prophecy. subtler than &#8220;screwufacebook&#8221;</div>
<div></div>
</div>
<div id="tweet">@<a href="http://twitter.com/Ditchwalk" rel="nofollow" target="_blank" title="View Ditchwalk's Twitter Profile">Ditchwalk</a> <img class="alignleft" src="http://img.tweetimag.es/i/ditchwalk" alt="" /><br />
Google&#8217;s heavy-handed/authoritarian introduction of Buzz = Microsoft&#8217;s panic when they missed the internet. Google is now behind the curve.</div>
<div></div>
<div><img src="http://img.tweetimag.es/i/ortdavid" alt="" />@<a href="http://twitter.com/ortdavid" rel="nofollow" target="_blank" title="View ortdavid's Twitter Profile">ortdavid</a></div>
<div>Google Buzz seems to lag tweets by about 1.5 hrs. Not very useful. On the plus side the little logo reminds me of Uno.</div>
<div id="tweet">@<a href="http://twitter.com/deepfriedbrain" rel="nofollow" target="_blank" title="View deepfriedbrain's Twitter Profile">deepfriedbrain</a> <img class="alignleft" src="http://img.tweetimag.es/i/deepfriedbrain" alt="" /><br />
My first impression of Buzz &#8211; It&#8217;s like a Birthday present that you didn&#8217;t actually like! You wish you had not even opened it.</div>
<div id="tweet">@<a href="http://twitter.com/hcervantes" rel="nofollow" target="_blank" title="View hcervantes's Twitter Profile">hcervantes</a> <img class="alignleft" src="http://img.tweetimag.es/i/hcervantes" alt="" /><br />
This means users of Buzz may inadvertently reveal their most frequent contacts, which is an issue for people with anonymous sources.</div>
<div id="tweet">@<a href="http://twitter.com/freedryk" rel="nofollow" target="_blank" title="View freedryk's Twitter Profile">freedryk</a> <img class="alignleft" src="http://img.tweetimag.es/i/freedryk" alt="" /><br />
How Buzz organizes status updates; it&#8217;s sorted by last activity, so if someone comments on a year old post, that post goes to the top???</div>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/yi50KlsCBio&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yi50KlsCBio&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div id="tweet">@<a href="http://twitter.com/martinvars" rel="nofollow" target="_blank" title="View martinvars's Twitter Profile">martinvars</a> <img class="alignleft" src="http://img.tweetimag.es/i/martinvars" alt="" /><br />
At dinner last night Marissa Meyer of Google told me that Buzz targets organizations more than social networks. Makes sense.</div>
<div id="tweet">@<a href="http://twitter.com/yahoo" rel="nofollow" target="_blank" title="View yahoo's Twitter Profile">yahoo</a> <img class="alignleft" src="http://img.tweetimag.es/i/yahoo" alt="" /><br />
Two years after #<a href="http://search.twitter.com/search?q=%23Yahoo" rel="nofollow" target="_blank" title="Search Twitter for &quot;Yahoo&quot;">Yahoo</a>! launched #<a href="http://search.twitter.com/search?q=%23Buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;Buzz&quot;">Buzz</a>, Google follows suit. Check out the original: http://buzz.yahoo.com/</div>
<div id="tweet">@<a href="http://twitter.com/jaymstr" rel="nofollow" target="_blank" title="View jaymstr's Twitter Profile">jaymstr</a> <img class="alignleft" src="http://img.tweetimag.es/i/jaymstr" alt="" /><br />
Finding myself ignoring Buzz. I want to like it, but it presents a huge workflow issue.</div>
<div id="tweet">@<a href="http://twitter.com/lebreeze" rel="nofollow" target="_blank" title="View lebreeze's Twitter Profile">lebreeze</a> <img class="alignleft" src="http://img.tweetimag.es/i/lebreeze" alt="" /><br />
Google Buzz subtly takes your Twitter feed and sticks it in your parents&#8217;/employer&#8217;s/ex-girlfriends&#8217; email inbox so they don&#8217;t miss a thing.</div>
<div id="tweet">@<a href="http://twitter.com/mikealber" rel="nofollow" target="_blank" title="View mikealber's Twitter Profile">mikealber</a> <img class="alignleft" src="http://img.tweetimag.es/i/mikealber" alt="" /><br />
See lots of potential for Buzz Maps on Google Buzz. Starting to understand why geolocation is indeed the next big thing for social media</div>
<div id="tweet">@<a href="http://twitter.com/kuridem" rel="nofollow" target="_blank" title="View kuridem's Twitter Profile">kuridem</a> <img class="alignleft" src="http://img.tweetimag.es/i/kuridem" alt="" /><br />
Google #<a href="http://search.twitter.com/search?q=%23Buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;Buzz&quot;">Buzz</a>: it&#8217;s like twitter&#8230; only by Google&#8230; Why didn&#8217;t #<a href="http://search.twitter.com/search?q=%23Google" rel="nofollow" target="_blank" title="Search Twitter for &quot;Google&quot;">Google</a> just buy #<a href="http://search.twitter.com/search?q=%23twitter" rel="nofollow" target="_blank" title="Search Twitter for &quot;twitter&quot;">twitter</a>?</div>
<div id="tweet">@<a href="http://twitter.com/The_Ron" rel="nofollow" target="_blank" title="View The_Ron's Twitter Profile">The_Ron</a> <img class="alignleft" src="http://img.tweetimag.es/i/the_ron" alt="" /><br />
CONFUSED&#8230; Is BUZZ a replacement for the WAVE that I haven&#8217;t gotten to look at yet? Short Explaination anyone??</div>
<div id="tweet">@<a href="http://twitter.com/codevalley" rel="nofollow" target="_blank" title="View codevalley's Twitter Profile">codevalley</a> <img class="alignleft" src="http://img.tweetimag.es/i/codevalley" alt="" /><br />
Android users wud hav noticed an update for google maps, which adds #<a href="http://search.twitter.com/search?q=%23buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;buzz&quot;">buzz</a> to it. It will take #<a href="http://search.twitter.com/search?q=%23foursquare" rel="nofollow" target="_blank" title="Search Twitter for &quot;foursquare&quot;">foursquare</a> and #<a href="http://search.twitter.com/search?q=%23gowala" rel="nofollow" target="_blank" title="Search Twitter for &quot;gowala&quot;">gowala</a> head-on</div>
<div id="tweet">@<a href="http://twitter.com/cretzel" rel="nofollow" target="_blank" title="View cretzel's Twitter Profile">cretzel</a> <img class="alignleft" src="http://img.tweetimag.es/i/cretzel" alt="" /><br />
Looks like Google is heading for the next big thing: Google Buzz http://www.google.com/buzz #<a href="http://search.twitter.com/search?q=%23buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;buzz&quot;">buzz</a></div>
<div id="tweet">@<a href="http://twitter.com/santosheg" rel="nofollow" target="_blank" title="View santosheg's Twitter Profile">santosheg</a> <img class="alignleft" src="http://img.tweetimag.es/i/santosheg" alt="" /><br />
The #<a href="http://search.twitter.com/search?q=%23Wave" rel="nofollow" target="_blank" title="Search Twitter for &quot;Wave&quot;">Wave</a> could only manage to be a ripple&#8230;. let&#8217;s see if the #<a href="http://search.twitter.com/search?q=%23Buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;Buzz&quot;">Buzz</a> can turn into a roar #<a href="http://search.twitter.com/search?q=%23in" rel="nofollow" target="_blank" title="Search Twitter for &quot;in&quot;">in</a></div>
<div id="attachment_542" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-542" href="http://geexhq.com/wp-content/uploads/2010/02/geexhq.jpg"><img class="size-medium wp-image-542" title="Googlebuzz" src="http://geexhq.com/wp-content/uploads/2010/02/geexhq-300x119.jpg" alt="" width="300" height="119" /></a><p class="wp-caption-text">Google&#39;s Buzz = Facebook + Twitter ?</p></div>
<div id="tweet">@<a href="http://twitter.com/joshuakagi" rel="nofollow" target="_blank" title="View joshuakagi's Twitter Profile">joshuakagi</a> <img class="alignleft" src="http://img.tweetimag.es/i/joshuakagi" alt="" /><br />
I think Google is making a mistake with Buzz. Just turned it off. I go to my inbox to be productive, not to see more social noise.</div>
<div id="tweet">@<a href="http://twitter.com/ginatrapani" rel="nofollow" target="_blank" title="View ginatrapani's Twitter Profile">ginatrapani</a> <img class="alignleft" src="http://img.tweetimag.es/i/ginatrapani" alt="" /><br />
Comparing Buzz to Wave is like comparing Google Reader to Google Docs. Different products with different purposes.</div>
<div id="tweet">@<a href="http://twitter.com/Dynamomagician" rel="nofollow" target="_blank" title="View Dynamomagician's Twitter Profile">Dynamomagician</a> <img class="alignleft" src="http://img.tweetimag.es/i/dynamomagician" alt="" /><br />
For everyone asking what google buzz is.. Basically it&#8217;s a cross between twitter and facebook .. But you need to set up a gmail account.</div>
<div id="tweet">@<a href="http://twitter.com/zackfugate" rel="nofollow" target="_blank" title="View zackfugate's Twitter Profile">zackfugate</a> <img class="alignleft" src="http://img.tweetimag.es/i/zackfugate" alt="" /><br />
Playing with Google Buzz. Kinda cool I guess&#8230; it really steals a lot from Facebook. Google should know there are already enough networks.</div>
<div id="tweet">@<a href="http://twitter.com/ray" rel="nofollow" target="_blank" title="View ray's Twitter Profile">ray</a> <img class="alignleft" src="http://img.tweetimag.es/i/ray" alt="" /><br />
I think Google Wave + Google Buzz = Google Fizzle</div>
<div id="tweet">@<a href="http://twitter.com/AlmightyWatashi" rel="nofollow" target="_blank" title="View AlmightyWatashi's Twitter Profile">AlmightyWatashi</a> <img class="alignleft" src="http://img.tweetimag.es/i/almightywatashi" alt="" /><br />
I&#8217;m willing to use Google Buzz if they stop spamming my inbox with every comment somebody does. Buzz already informs me about it</div>
<div id="tweet">@<a href="http://twitter.com/jloomstein" rel="nofollow" target="_blank" title="View jloomstein's Twitter Profile">jloomstein</a> <img class="alignleft" src="http://img.tweetimag.es/i/jloomstein/" alt="" /><br />
So much going on. Now I have to get Google Buzz. When am I suppose to work? Live?</div>
<div id="tweet">@<a href="http://twitter.com/myster" rel="nofollow" target="_blank" title="View myster's Twitter Profile">myster</a> <img class="alignleft" src="http://img.tweetimag.es/i/myster" alt="" /><br />
Is anyone excited about Google Buzz? I still haven&#8217;t figured out what the hell I&#8217;m doing with Google Wave.</div>
<div id="tweet">@<a href="http://twitter.com/objectgraph" rel="nofollow" target="_blank" title="View objectgraph's Twitter Profile">objectgraph</a> <img class="alignleft" src="http://img.tweetimag.es/i/objectgraph" alt="" /><br />
This location based Google Buzz is kinda scary. Remember never post anything sitting inside your home to public #<a href="http://search.twitter.com/search?q=%23googlebuzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;googlebuzz&quot;">googlebuzz</a></div>
<div id="tweet">@<a href="http://twitter.com/ryanjgagne" rel="nofollow" target="_blank" title="View ryanjgagne's Twitter Profile">ryanjgagne</a> <img class="alignleft" src="http://img.tweetimag.es/i/ryanjgagne" alt="" /><br />
Playing around with Buzz some more. Starting to like it. love how it can integrate with Google maps to display the location of a buzz</div>
<div id="attachment_539" class="wp-caption aligncenter" style="width: 359px"><a rel="attachment wp-att-539" href="http://geexhq.com/wp-content/uploads/2010/02/Google-Buzz-5.jpg"><img class="size-full wp-image-539" title="Google-Buzz with Maps" src="http://geexhq.com/wp-content/uploads/2010/02/Google-Buzz-5.jpg" alt="" width="349" height="266" /></a><p class="wp-caption-text">Location Based Buzz</p></div>
<div id="tweet">@<a href="http://twitter.com/fjohnette" rel="nofollow" target="_blank" title="View fjohnette's Twitter Profile">fjohnette</a> <img class="alignleft" src="http://img.tweetimag.es/i/fjohnette" alt="" /><br />
Thanks to Google Buzz, now when I update my status it goes to 4 different places. Geez.</div>
<div id="tweet">@<a href="http://twitter.com/ShadowEyes" rel="nofollow" target="_blank" title="View ShadowEyes's Twitter Profile">ShadowEyes</a> <img class="alignleft" src="http://img.tweetimag.es/i/shadoweyes" alt="" /><br />
Buzz, you&#8217;re useful but if I can&#8217;t either update you with hootsuite, or use you to update all my other social sites, you&#8217;re dead to me #<a href="http://search.twitter.com/search?q=%23buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;buzz&quot;">buzz</a></div>
<div id="tweet">@<a href="http://twitter.com/mubeen4u" rel="nofollow" target="_blank" title="View mubeen4u's Twitter Profile">mubeen4u</a> <img class="alignleft" src="http://img.tweetimag.es/i/mubeen4u" alt="" /><br />
if you like #<a href="http://search.twitter.com/search?q=%23buzz" rel="nofollow" target="_blank" title="Search Twitter for &quot;buzz&quot;">buzz</a> more than twitter #<a href="http://search.twitter.com/search?q=%23shooturself" rel="nofollow" target="_blank" title="Search Twitter for &quot;shooturself&quot;">shooturself</a></div>
<div id="tweet">@<a href="http://twitter.com/HelloKit" rel="nofollow" target="_blank" title="View HelloKit's Twitter Profile">HelloKit</a> <img class="alignleft" src="http://img.tweetimag.es/i/hellokit" alt="" /><br />
Can I disable Buzz? I don&#8217;t need another Facebook.</div>
<div id="tweet">@<a href="http://twitter.com/Callan_Paola" rel="nofollow" target="_blank" title="View Callan_Paola's Twitter Profile">Callan_Paola</a> <img class="alignleft" src="http://img.tweetimag.es/i/callan_paola" alt="" /><br />
my thought on Google Buzz is that if you want me to commit to a new SM network then you are going to have to convince me why I need it&#8230;</div>
<div id="tweet">@<a href="http://twitter.com/aanooj" rel="nofollow" target="_blank" title="View aanooj's Twitter Profile">aanooj</a> <img class="alignleft" src="http://img.tweetimag.es/i/aanooj" alt="" /><br />
Merging something designed for public broadcasting (Buzz) with something inherently private (Gmail) was just looking for trouble.</div>
<div id="tweet">@<a href="http://twitter.com/petejuvinall" rel="nofollow" target="_blank" title="View petejuvinall's Twitter Profile">petejuvinall</a> <img class="alignleft" src="http://img.tweetimag.es/i/petejuvinall" alt="" /><br />
I&#8217;m wondering if engineers designed Buzz&#8230;.google. Great on ideas, short on usability.</div>
<div id="tweet">@<a href="http://twitter.com/Syndic" rel="nofollow" target="_blank" title="View Syndic's Twitter Profile">Syndic</a> <img class="alignleft" src="http://img.tweetimag.es/i/syndic" alt="" /><br />
Ok, I use google reader and twitter clients. Everyone I follow on google buzz is sharing that EXACT content with me already. Buzz=redundant?</div>
<div id="tweet">@<a href="http://twitter.com/WISEuv" rel="nofollow" target="_blank" title="View WISEuv's Twitter Profile">WISEuv</a> <img class="alignleft" src="http://img.tweetimag.es/i/wiseuv" alt="" /><br />
Bloggers are bringing up how dangerous things like the new Google Buzz are for victims trying to keep their privacy (and safety) secure.</div>
<p><strong>What do you think about Google Buzz?</strong> Have you tried it out? Do you think it is a potentially helpful business tool?</p>
<p><span style="color: grey;">To feature your tweets in Geexhq.com, tweet with #<a href="http://search.twitter.com/search?q=%23geexhq" rel="nofollow" target="_blank" title="Search Twitter for &quot;geexhq&quot;">geexhq</a> (Hash Tag) in Future</span></p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/what-people-say-about-googles-new-buzz/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Student turned Enterpreneur</title>
		<link>http://geexhq.com/student-turned-enterpreneur/</link>
		<comments>http://geexhq.com/student-turned-enterpreneur/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:48:11 +0000</pubDate>
		<dc:creator>magesh</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[kerala]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobme]]></category>
		<category><![CDATA[sanjay]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[technopark]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=250</guid>
		<description><![CDATA[Entrepreneurship is happening in India but there isnt enough of it, because entrepreneurship is generally driven by young people who have the drive and flexibility. In India the distribution of young people coming out of college is heavily skewed towards IT, crowding out other sectors. And other people who can participate [.....]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Fstudent-turned-enterpreneur%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Fstudent-turned-enterpreneur%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Entrepreneurship is happening in India</strong> but there isnt enough of it, because entrepreneurship is generally driven by young people who have the drive and flexibility. In India the distribution of young people coming out of college is heavily skewed towards IT, crowding out other sectors. And other people who can participate in entrepreneurial ecosystems are comfortable with their decent paying MNC jobs, not only these but there are lot more reasons. We need to see some big success stories in India before entrepreneurial ecosystem blossoms, So we thought this story about the young entrepreneurs from kerala might help inspire a lot of youngsters and students</p>
<h3>Raised $200K when in college</h3>
<p><a rel="attachment wp-att-381" href="http://geexhq.com/wp-content/uploads/2010/01/logo.jpg"><img class="aligncenter size-full wp-image-381" title="logo" src="http://geexhq.com/wp-content/uploads/2010/01/logo.jpg" alt="" width="171" height="83" /></a></p>
<p>Before completing his college studies, Sanjay(now the CEO of Mobme) simply quit his engineering and went on to register his new startup company on December 2006 called <a href="http://mobme.in">Mobme</a>,a firm providing technology solution to telecom players and raised $200K with the help of Angel Funding when in college. Before 6th semester they had tie-ups with Onmobile, Hungama, Nazara, Mauj, India Times almost all others in the content business. They also sealed the malayalam movie industry &amp; held rights for all the major artists. While all this happened, they had also registered in Technopark, Trivandrum as Kerala&#8217;s first student incubated company &amp; had strong support from IIITM-K, STPI, Kerala Government &amp; most importantly, the education department &amp; their university. So their attendance shortages also stopped giving them bad dreams. They chose the start-up route &amp; left the idea of getting high marks in college. At the time of startup all they had was some small bit of money, atleast one person who was good at ideation, implementation and selling, a great team and enourmous amount of guts.</p>
<h3>The genesis of Sanjay&#8217;s Idea</h3>
<p><a rel="attachment wp-att-384" href="http://geexhq.com/wp-content/uploads/2010/01/sanjaymumbai.jpg"><img class="aligncenter size-full wp-image-384" title="sanjaymumbai" src="http://geexhq.com/wp-content/uploads/2010/01/sanjaymumbai.jpg" alt="" width="500" height="333" /></a></p>
<p>The genesis of Sanjay&#8217;s idea came up during a casual chat with his friend who was running a company. &#8220;More than the fact that he was running a company, what struck me was that he came from very similar backgrounds as mine. I decided then and there that if he could do it, I can also do it&#8221;, said Sanjay. Later in 2005, he along with his friends did a marketing activity for a service provider by bringing out a unique connection with attractive features for college students. Three months and sale of 14,000 connections after, Sanjay and friends were sitting pretty with almost Rs. 8 lakh. Rs 4 lakh disappeared in a month when the group had the fun of their lifetime. The remaining Rs. 4 lakh became the seed money for their dream project.</p>
<p>The next one year was spent on collecting and absorbing information on the way telecom industry was run. &#8220;By the time we launched the company, we had a clear idea about what we want to do and where we will be going in 10 years time&#8221;, said Sanjay. The core group of five friends is still with him in running the company. For him, the life as an entrepreneur has been an extreme one. &#8220;One day he was out in the streets of Mumbai penniless and then there he was in the jazziest of clubs in Dubai another day&#8221;.</p>
<h3>Mentors</h3>
<p><a rel="attachment wp-att-387" href="http://geexhq.com/wp-content/uploads/2010/01/mobme1edited.png"><img class="aligncenter size-full wp-image-387" title="Mentors" src="http://geexhq.com/wp-content/uploads/2010/01/mobme1edited.png" alt="" width="499" height="434" /></a></p>
<p>For new startups, those contemplating on which way to go, It is great to hav mentors, someone who can guide them in the right direction and help pitch more ideas.With a mentor onboard there is a better chance for the survival of a startup</p>
<p>Check out the list of Mentors Mobme had:-</p>
<ul>
<li>George Brody, CEO Globerangers(USA)</li>
<li>RC Dutt, incubation Specialist, TechnoPark</li>
<li>Anil Thricovil, CEO Alamy Images</li>
<li>Murali Gopalan, Senior VP, UST Global</li>
<li>Nandakumar, CEO Suntec</li>
<li>Ashish Thomas, VP Singtel</li>
<li>Mammootty, Actor (Malayalam Superstar)</li>
<li>Kris Gopalakrishnan, CEO Infosys</li>
<li>Shekhar Kirani, Senior VP Verisign</li>
</ul>
<h3>Their Team</h3>
<p><a rel="attachment wp-att-390" href="http://geexhq.com/wp-content/uploads/2010/01/mobme2.png"><img class="aligncenter size-medium wp-image-390" title="mobme2" src="http://geexhq.com/wp-content/uploads/2010/01/mobme2-300x261.png" alt="" width="300" height="261" /></a></p>
<p>We all know that majority of the world&#8217;s successful business and entrepreneurs didnt do it alone, for eg: Apple, Microsoft, Google, Twitter and many on the list. Similarly Mobme has a <a href="http://mobme.in/ourteam.html">great team</a>, Sanjay Vijayakumar(CEO), Sony Joy(COO) and Vivek Steve Francis(CFO)</p>
<h3>Awards and Recognition</h3>
<p><a rel="attachment wp-att-396" href="http://geexhq.com/wp-content/uploads/2010/01/apj.png"><img class="aligncenter size-full wp-image-396" title="apj" src="http://geexhq.com/wp-content/uploads/2010/01/apj.png" alt="" width="432" height="286" /></a></p>
<p>These young entrepreneurs created a lot of <a href="http://mobme.in/siliconbuzz.html">buzz</a> throughout the country with their innovative ideas.They have also won a lot of Awards and recognition.</p>
<ul>
<li>Won the Nasscom 100 IT innovators award 2007</li>
<li>Finalist at Lockheed Martin India Innovation Growth Program</li>
<li>WSJ Live Mint&#8217;s 10 Start-ups to watch out for 2008</li>
<li>ISBA Entrepreneurship Award 2008</li>
<li>Nasscom Innovation Award 2008</li>
<li>Invited by the India former President, Dr. APJ Abdul Kalam</li>
</ul>
<p>Isnt that great? Students should be encouraged to startup these kind of business soon after college, also help them find good mentors. Ever had any such startup experiences? share your thoughts below</p>
<p>Source: Internet and TheHindu</p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/student-turned-enterpreneur/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Starting a career in Networking with Cisco</title>
		<link>http://geexhq.com/starting-career-in-networking-with-cisco/</link>
		<comments>http://geexhq.com/starting-career-in-networking-with-cisco/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 19:59:22 +0000</pubDate>
		<dc:creator>geekyogi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[certifications]]></category>
		<category><![CDATA[chennai]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[exams]]></category>
		<category><![CDATA[gns3]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[preparation guide]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[students]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=256</guid>
		<description><![CDATA[CCNA is a very popular certification that focuses on networking. Although it’s no longer Cisco’s lowest-level credential (the CCENT is), it’s still considered entry-level, and those who earn it should keep their job expectations modest [.....]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Fstarting-career-in-networking-with-cisco%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Fstarting-career-in-networking-with-cisco%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://en.wikipedia.org/wiki/CCNA">CCNA</a> is a very popular certification that focuses on networking. Although it’s no longer Cisco’s lowest-level credential (the CCENT is), it’s still considered entry-level, and those who earn it should keep their job expectations modest. To start your career with Networking, Cisco&#8217;s CCNA certification is an excellent start.  It provides insight on basic Networking protocols, Routing protocols, Switching, and security issues.</p>
<p><strong>Exam Requirements:</strong></p>
<p><strong><a rel="attachment wp-att-321" href="http://geexhq.com/wp-content/uploads/2010/01/ccna_diagram_175.gif"><img class="aligncenter size-full wp-image-321" title="ccna_diagram_175" src="http://geexhq.com/wp-content/uploads/2010/01/ccna_diagram_175.gif" alt="" width="175" height="195" /></a><br />
</strong></p>
<ol>
<li>You could become CCNA(Cisco Certified Network Associate) in two different ways-
<ul>
<li>Write two Exams ICND-1(CCENT) and ICND-2 or</li>
<li>Write a single CCNA exam.</li>
</ul>
</li>
<p></p>
<li>There is no pre-requisite for the exam unlike other certifications and it is easily understood by anyone even if he’s not familiar with Networking Concepts. This is the reason why Cisco certifications are so popular, they go from the very basic to Expert Level.</li>
<p></p>
<li>The cost for every exam in the cisco&#8217;s world would never be less than Rs.12,000 INR (Depends upon dollar rate). Since its a Global Certificate and Cisco incurs a lot for preparing the questions and test patterns, to test both the theory and practical knowledge.</li>
<p></p>
<li>Exam could be taken at any Person <a href="http://www.pearsonvue.com/vtclocator/" target="_blank">Vue test center</a>.</li>
<p></p>
<li>Usually only 1 exam attempt is allowed, Better checkout offers from the vue exam centre. Often Cisco gives offers like low exam fee, exam re-attempt, etc.</li>
<p></p>
<li>Also check out <a href="https://learningnetwork.cisco.com/groups/ccna-study-group" target="_blank">CCNA study group</a> for more info.</li>
<p>
</ol>
<p><strong>Preparation info: </strong><br />
<a rel="attachment wp-att-316" href="http://geexhq.com/wp-content/uploads/2010/01/boot-camps.jpg"><img class="aligncenter size-medium wp-image-316" title="CCNA" src="http://geexhq.com/wp-content/uploads/2010/01/boot-camps-300x163.jpg" alt="" width="300" height="163" /></a></p>
<ol>
<li>Most of the questions will be logical and situation based, and there will be atleast 2 simulation based questions. The Simulation based questions have higher marks than other questions. However Cisco sets 80% as pass percentage. So it’s always better to prepare for the worst simulation based questions.</li>
<p></p>
<li>The exam is usually for 90 Minutes to answer 55-65 questions, which should be answered in a normal sequence. i.e. You cannot change the answer or skip the question. note: You cannot go back once you’ve answered the question.</li>
<p></p>
<li>Hands-on cisco router is very important, to try it there are three choices
<ul>
<li>You can buy your own router, else Checkout the used cisco router prices on ebay.</li>
<li>Also Join any Cisco authorised training centre.</li>
<li>Download <a href="http://gns3.net/" target="_blank">GNS3</a> and learn simulating the routers the best way. (But you’ll need Cisco IOS).</li>
</ul>
</li>
<p></p>
<li>Practice a lot on routers and subnetting. Do Not memorize the commands without practicing them. Remembering the commands is not enough but the proper usage of them needs to be understood.  Since you might have less time for simulation based questions you may tend to forget the commands. Practise alone can save you</li>
<p></p>
<li>Before starting the exam, you would be given training on exam such as for simulation based questions, Often people skip this part and then lose time trying to figure out the Test simulation interface. So do NOT skip this part.</li>
<p></p>
<li>The Exam results will be declared instantly as soon as you finish the exam. So prepare for the worst and hope for the best.  <img src='http://geexhq.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<p></p>
<li>After completing the CCNA exam, you would be allowed to use CCNA logo on your card and you would receive the certificate by mail within a few working days.</li>
</ol>
<p></p>
<p>Hope this helps you a lot, have you taken the CCNA exam before? or Do you have something on your mind about these cisco certifications and networking?  feel free to share your thoughts, comment below</p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/starting-career-in-networking-with-cisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCP IP Analysis(Part 1): Common Network Problems</title>
		<link>http://geexhq.com/tcp-ip-analysispart-1-common-network-problems/</link>
		<comments>http://geexhq.com/tcp-ip-analysispart-1-common-network-problems/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 05:20:42 +0000</pubDate>
		<dc:creator>geekyogi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=232</guid>
		<description><![CDATA[Here we will examine the common network/server problem faced by users.. Before Starting, you need to Download the trace file here.. And you&#8217;ll need Wireshark for opening the trace files, download wireshark app here While reading the following, simultaneously look at the trace file ( name of the file to be looked is mentioned within braces [...]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Ftcp-ip-analysispart-1-common-network-problems%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Ftcp-ip-analysispart-1-common-network-problems%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p>Here we will examine the common network/server problem faced by users.. Before Starting, you need to Download the trace file <a title="Download Trace files" href="http://geexhq.com/wp-content/uploads/2009/12/tracefiles.pcap.zip" target="_blank">here</a>.. And you&#8217;ll need Wireshark for opening the trace files, download wireshark app <a title="Download Wireshark" href="http://www.wireshark.org/download.html" target="_blank">here</a><br />
While reading the following, simultaneously look at the trace file ( name of the file to be looked is mentioned within braces near each subtopic)</p>
<p><strong>Slow Browsing: (Trace file: slow browsing.pcap)</strong></p>
<p>The trace begins with slow DNS response. The client browser sends first DNS request at packet no.2 but there is no response from the DNS server 4.2.2.1 and so the client sends another DNS query about 1 sec later.  The DNS server 4.2.2.1 responds for the second query at packet No. 4.  The client on receiving the response initiates the HTTP communication with the server.  The response for the first DNS query arrives 1.6 sec later. Since the hostname has already been resolved the listening port (1031) is closed. The client sends an ICMP port unreachable message (Type:3 Code:3) back to the DNS server 4.2.2.1 (Packet No.10).  The delay might have caused due to slow route path selected by the first request and/or response packet.</p>
<p><img class="alignnone size-full wp-image-238" title="wireshark trace" src="http://geexhq.com/wp-content/uploads/2009/12/wireshark-trace.gif" alt="wireshark trace" width="494" height="300" /></p>
<p>Also note that the  server responded with [SYN][ACK] packet during handshake with a delay of .5 sec (Time diff between Packet No. 5 &amp; 6).</p>
<p>Also note that there is a HTTP GET Request retransmission at packet No. 11 and 12 for packet No. 8. It’s about 9 sec delay! until the packet is received by the client browser. There are many more packet retransmissions in the packet capture which makes browsing slow.</p>
<p><img class="alignnone size-full wp-image-239" title="retransmissions" src="http://geexhq.com/wp-content/uploads/2009/12/retransmissions.gif" alt="retransmissions" width="636" height="300" /></p>
<p>Expert info shows 31 retransmissions, which is not expected.</p>
<p><strong>Slow DHCP: (Trace File: Slow DHCP.pcap)</strong></p>
<p>The client is configured to receive IP address information from DHCP server and has just sent out its first DHCP Discovery packet(Packet No.1) to the all-broadcast address. But there is no response, about 6 sec later the client sends the second DHCP discovery packet(Packet No.2) to know the DHCP server’s IP.  The client receives the DHCP Offer from 72.68.136.1  (Packet No.3) with a client IP offer.  Note the response was from a relay agent and not from the DHCP server&#8230; as it could be seen in the packet details when examined more carefully in the Boot-Strap protocol filed.  The DHCP server IP is also contained in the packet.  The client on not satisfied with the information provided and sends the DHCP packet(Packet No.4) with various parameters request list. – Subnet Mask, Router IP, DNS Server IP, Domain Name, Broad Cast Address, Host Name, Log Server IP, LPR server IP, NTP server IP, Xwindow font and display manager server IP. The client also requires Lease time of 12 Hrs, as seen in the packet No.4 options field of the Boot strap protocol.</p>
<p>The server responds(Packet No.5) with few and not all information requested by the client and a lease time of 1hr against client request of 12 hrs lease time. The client is still not happy with what is offered and sends DHCP request packet(Packet No.6) with same options in parameters request list and a lease time of 12 hrs. The server responds with DHCP ACK with replies to most of the requests by the client but 1 hr lease time. The client has to comfort with this packet.  The entire process took about 6 sec. The host system IP address was not set for 6 sec which is not good sign.</p>
<p><strong>Failed FTP: (Trace File: Failed FTP.pcap)</strong></p>
<p>A FTP session has failed; let’s examine the packets for error.  At Packet No. 28, the client had requested for Passive mode to the server of the established FTP connection. And the server responded with code:227 allowing client to make use of passive mode. The client on getting acknowledged, initiated a new connection.  The trace looks clean until packet No.33. The client sends [SYN] request to the server, but the server doesn’t respond with a [SYN][ACK].  The client resends the [SYN] request multiple times and gives up by sending an [FIN] packet to the server.  Later the client resets the connection.  The problem here seems to be at the server, which is trying to ignore the passive mode connection.</p>
<p><strong>Unable to connect with the local server: (Trace File: Bad Network.pcap)</strong></p>
<p>In this packet capture, the client 62.177.154.141 is sending DNS query to DNS server 62.177.154.141. But another device with ip 100.100.100.100 responds with ICMP message of destination unreachable and Fragmentation required. On analyzing the Packet No.1, the Don’t Fragment bit was not set! The packet size is quite small (78 Bytes) and is sending the data to the MAC address: 80:05:5d:7d:1b:a0. The ICMP message at Packet No.2 also comes from the same MAC address.  The client keeps sending DNS queries.  It seems some kind of spoofing attack being performed using the IP address 100.100.100.100.</p>
<p>Comments are welcome&#8230; Please let me know if u find more interesting stuffs in these trace files.</p>
<p>P.S : You&#8217;ll need Wireshark application to view the .pcap files.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/tcp-ip-analysispart-1-common-network-problems/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>After TEDIndia, now its TEDxChennai&#039;s Turn</title>
		<link>http://geexhq.com/after-tedindia-now-its-tedxchennais-turn/</link>
		<comments>http://geexhq.com/after-tedindia-now-its-tedxchennais-turn/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:13:22 +0000</pubDate>
		<dc:creator>magesh</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[chennai]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[tedindia]]></category>
		<category><![CDATA[tedx]]></category>
		<category><![CDATA[tedxchennai]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=188</guid>
		<description><![CDATA[Recently TEDIndia 2009 was held in (Mysore) India, a vast country that is reinventing itself and shaping the whole world.The first ever TED conference in India received overwhelming response from attendees, speakers, fellows and sponsors. India's young individuals who have made remarkable achievements in their respective fields were gathered there [.....]]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Fafter-tedindia-now-its-tedxchennais-turn%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Fafter-tedindia-now-its-tedxchennais-turn%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p><a rel="attachment wp-att-221" href="http://geexhq.com/wp-content/uploads/2009/11/ted_logo.png"></a><a rel="attachment wp-att-222" href="http://geexhq.com/wp-content/uploads/2009/11/tedindia1.jpg"><img class="size-medium wp-image-222 alignleft" title="tedindia" src="http://geexhq.com/wp-content/uploads/2009/11/tedindia1-300x207.jpg" alt="tedindia" width="300" height="207" /></a></p>
<p>Recently <strong>TEDIndia 2009</strong> was held in (Mysore) India, a vast country that is reinventing itself and shaping the whole world.The first ever TED conference in India received overwhelming response from attendees, speakers, fellows and sponsors. India&#8217;s young individuals who have made remarkable achievements in their respective fields were gathered there.<br />
Indian thought leaders who addressed the conference include Minister of State for External Affairs Shashi Tharoor, management guru C.K. Prahalad, director Shekhar Kapur, Yogi Sadhguru Jaggi Vasudev, film actor Abhay Deol and mythologist Devdutt Pattanaik.</p>
<p><strong>Chris Anderson, TED curator and host</strong>, who visited India, said: “I am impressed with the diversity and the incredible stories that the speakers and attendees are bringing to TEDIndia. The response has surpassed our expectations.”</p>
<p>people from around the world attended the program and enjoyed their stay in India. Soon after the conference conclusion, people started tweeting and blogging their experience on TEDIndia 2009.Read more about <a href="http://blog.ted.com/2009/11/tedindia_postco.php" target="_blank">the post conference thoughts from attendes</a></p>
<p>So After TEDIndia, now its TEDxChennai&#8217;s Turn</p>
<p><strong>For people who dont know about TED</strong></p>
<p>TED stands for Technology Entertainment and Design, and its all about “ideas worth spreading.” Originally started in 1984 with the purpose of bringing together the worlds of technology, entertainment, and design, the organization now brings together the world’s most fascinating speakers and doers in virtually all fields. TED challenges each of them to deliver “the talk of their lives,” in 18 minutes. Past speakers include Bill Clinton, Bill Gates, Nandan Nilekani, Jane Goodall, Vilayanur Ramachandran, Sir Richard Branson, Philippe Starck and Bono and lot more.</p>
<p><strong>Then, Who gets to Speak at the TED conference?</strong></p>
<p>The program seeks remarkable thinkers and doers who have shown unusual accomplishment, exceptional courage, moral imagination and the potential to increase positive change in their respective fields. The program focuses on innovators in technology,entertainment , design, science, film, art, music, entrepreneurship. Applicants are generally between 21-40 years of age, though anyone over 18 and over 40 may apply. They must also be fluent in English; though moderate fluency will be accepted on a case-by-case basis.</p>
<p><strong>What is TEDxChennai?</strong></p>
<p><a rel="attachment wp-att-212" href="http://geexhq.com/wp-content/uploads/2009/11/logo.jpg"><img class="size-medium wp-image-212 alignleft" title="logo" src="http://geexhq.com/wp-content/uploads/2009/11/logo-300x58.jpg" alt="logo" width="300" height="58" /></a></p>
<p><strong>TEDx</strong> is a program of local, self-organized events that bring people together to share a TED-like experience. At a TEDx event, TEDTalks video and live speakers combine to spark deep discussion and connection in a small group.</p>
<p style="text-align: justify;">TEDxChennai has the same passion as TED, Licensed to a small community of young, enthusiastic and aspiring people headed by <a href="http://kiruba.com/" target="_blank">Mr.Kiruba</a> their mission is to reach out and inspire people to learn, share and discuss “Ideas Worth Spreading” that have the power and potential to make a difference in our lives, our world and in Chennai.</p>
<p>The One Day Event will be held on 29th November 2009, at the ICSR auditorium, IIT Madras. The Speakers have been handpicked based on the same principles as TED. Take a look at the <a href="http://tedxchennai.com/speakers" target="_blank">list of Speakers</a>.</p>
<p>The Ticket Costs 1000 INR, you can grab your <a href="http://tedxchennai.com/ticket" target="_blank">Tickets here.</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/after-tedindia-now-its-tedxchennais-turn/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simulating Network Labs using GNS3 and VMware on your PC:</title>
		<link>http://geexhq.com/simulating-network-labs-using-gns3-and-vmware-on-your-pc/</link>
		<comments>http://geexhq.com/simulating-network-labs-using-gns3-and-vmware-on-your-pc/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 18:25:30 +0000</pubDate>
		<dc:creator>geekyogi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[gns3]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[rhce]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://geexhq.com/?p=177</guid>
		<description><![CDATA[GNS3, VMware, Networks, Cisco, Wireshark, CCNA, CCNP, Simulator, Home labs and Virtualization..]]></description>
			<content:encoded><![CDATA[ <div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgeexhq.com%2Fsimulating-network-labs-using-gns3-and-vmware-on-your-pc%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgeexhq.com%2Fsimulating-network-labs-using-gns3-and-vmware-on-your-pc%2F&amp;source=geexhq&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2a726c4f032161468aade0d59e177a35" height="61" width="50" /><br />
			</a>
		</div>
<p>In this post, we will learn to setup, configure and test an entire network topology on your stand-alone PC using Virtualization. This article is useful for Learning and testing Networks, Also helpful for setting up home labs for industry certification like Cisco and Linux.</p>
<p>In this module, we will –</p>
<ul>
<li>Create 5 Virtual Linux boxes using VMware and configure them on different subnets.</li>
<li>Simulate 2 virtual Cisco routers using GNS3 and connect them using Ethernet.</li>
<li>Configure Cisco routers for RIP routing and verify the connectivity.</li>
<li>Use Wireshark to sniff the network traffic for troubleshooting.</li>
</ul>
<p style="text-align: center;">
<div id="attachment_178" class="wp-caption aligncenter" style="width: 500px"><a rel="attachment wp-att-178" href="http://geexhq.com/simulating-network-labs-using-gns3-and-vmware-on-your-pc/gns-topo/"><img class="size-full wp-image-178  " title="gns-topo" src="http://geexhq.com/wp-content/uploads/2009/11/gns-topo.jpg" alt="Network Topology" width="490" height="277" /></a><p class="wp-caption-text">Network Topology</p></div>
<p>So let’s get started –</p>
<p><strong>Installing and configuring VMware:</strong></p>
<ol>
<li>Download and Install VMware workstation.</li>
<li>Configure 4 virtual Network adapters which are as follows -
<ul>
<li> DSL1 = 192.168.2.2 (VMnet2)</li>
<li>DSL2 = 192.168.3.2 (VMnet3)</li>
<li>DSL3 = 192.168.4.2 (VMnet4)</li>
<li>DSL4 = 192.168.5.2 (VMnet5)</li>
</ul>
</li>
<li>Create 4 Linux virtual box(Damn Small Linux) using VMware workstation and assign different VMnet to each.</li>
</ol>
<p><strong>Installing and configuring GNS3</strong>:</p>
<ol>
<li>Download and install GNS3 ( http://gns3.net/ ).</li>
<li>Simulate two Cisco routers and configure it using Dynamips Hypervisor.</li>
<li>Use &#8216;cloud&#8217; to connect the Virtual Linux boxes by selecting NIO_gen_eth.</li>
<li>Verify the connectivity.</li>
</ol>
<p><strong>Use Wireshark to troubleshoot the Network connection.</strong></p>
<p>Download full document here..<a href="http://geexhq.com/wp-content/uploads/2009/11/simulating-network-lab.pdf">Network-simulation</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://geexhq.com/simulating-network-labs-using-gns3-and-vmware-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
	</channel>
</rss>
