August 2008
-
Google Ads : Under Testing 🙂
•
1 min read
While testing my mail server, by sending a mail to my GMail account, I noticed something peculiar at GMail. I sent a mail using Thunderbird to my GMail account, then checked the mail on the GMail’s web interface and found a rather amusing ad under the “sponsered links” section. Click on the image below for…
-
Git Tutorial : Starting with git using just 10 commands
•
10 min read
Part – II of this tutorial is now available here. Git is marvellous piece of tool every programmer must have. Git is a distributed version control system developed by Linus and others. Yes you guessed it, it is used heavily by the Linux (kernel) developers apart from many other projects. How will Git help you…