Category Archives: Uncategorized

Fix for Chrome SSL Connection error

If you are behind a corporate firewall and trying to access https sites using Google chrome, you are most likely to face “SSL connection error”. As of this build of chrome (6.0.472.63) the problem still persists. The workaround as suggested … Continue reading

Posted in Uncategorized | Tagged | 8 Comments

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Posted in Uncategorized | 1 Comment

Kingston Pen drives Technical Support in India

Consumer and Service & Support for Kingston pen drives and other products in India. Phone: 044 42015215 Toll Free No. 1860 425 4515. Detailed listing of service centers here Bangalore Service Centre. re-STORE (A Unit of Aforeserve.com Ltd) No.2, 1st … Continue reading

Posted in Uncategorized | Tagged , | 27 Comments

Get PNR status on your mobile sms. Powered by Google

Google has a host of mobile products for the Indian market, the full list can be seen here. Among them, the pick of the lot is the SMS product, using which one can get instant PNR status for your Indian … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment

Patch for Flex builder 3 with Eclipse 3.4 Ganymede

If you have been working with Eclipse 3.2 or 3.3 with flex builder 3, and if the upgrade to 3.4 broke the builder, try the following patch http://www.tekool.net/blog/2008/06/28/flex-builder-3-plugin-dont-work-with-eclipse-34/ Just download the patch from here unzip it somewhere on your desktop … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment

Great Indian Developer Show!

India’s first ever Developer summit held recently at IISc, Bangalore, concluded friday night with them giving out developer awards. The event was aptly titled, The Great Indian Developer Summit held between May 19th to 23rd 2008. Yes, it feels great … Continue reading

Posted in Uncategorized | Leave a comment

Use Google for your Peer 2 Peer searches.

You can use google for your p2p searches. Use the following search string to look for any media files. intitle:”index.of” (mp3) titanic -html -php -asp -cf -jsp mp3 refers to the media you want as in a extension. You can … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment

Download videos from youtube.com

Update: On Ubuntu a better approach to download youtube videos from command line is using clive. It has options to download the best available format for the video using the -f option. Also a to download videos directly from the … Continue reading

Posted in linux, ubuntu, Uncategorized, youtube | Tagged , | 2 Comments

Assorted Linux/Ubuntu Gotchas!!

To customise Vi Editor copy /usr/share/vim/vimrc to ~/.vimrc :syntax on for color highlighting :set incsearch for incremental search in vi editor to clear and redraw the screen ^L To get network info netstat -lneap | grep tcp 5900 for vnc … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments