Wednesday, July 19, 2017

How do I get VPN credentials on MAC


  1. Press command button and then space bar
  2. In Spotlight textbox, type in keychain and hit the enter key
  3. You will be prompted to user interface where all keys will be displayed and on click of individual key it shows up the password.

Monday, July 21, 2014

Using Oracle SQL developer as a GUI front-end for MS SQL server

If you wanted to connect MS SQL server using Oracle SQL developer client please follow the below steps.(I specified the steps w.r.t Ubunthu platform)


1. Install oracle SQL developer client

Download the package mentioned in the Oracle Website. If you are using ubunthu try Other platform options.

Extract the package and make sqldeveloper.sh as executable and run ./sqldeveloper.sh. It will ask for the JDK path mention it correctly.

Now the GUI will open up.


2. In case you are not finding the MS SQL Server option ?

JDBC driver is required for connecting to MS SQL server. Please follow the below steps mentioned in this link


Tuesday, November 17, 2009

Monday, November 16, 2009

Debug console

The debugConsole is a tool for debugging and tracing PHP5 applications on productive servers without compromising the live-traffic. For more details refer at

Find all anchor tags in a page with PHP and the Simple HTML DOM Parser

Refer at

Really Useful Classes And Libraries For PHP Developers

Refer at

Wednesday, November 11, 2009

Thursday, July 23, 2009

Firefox plugin To view and modify the HTTP/HTTPS headers and post parameters

Use tamperdata to view and modify HTTP/HTTPS headers and post parameters. The add ons available at