Archive for April, 2008

Internet Marketing Tools !!

Thursday, April 10th, 2008

This page will have common Internet marketing tool links. If I have missed at the moment, comment and do let me know.

Google Adwords Keyword Tool External

https://adwords.google.com/select/KeywordToolExternal

Google Adwords Traffic Estimator tool – External

https://adwords.google.com/select/TrafficEstimatorSandbox

Starting LAMPP automatically on startup

Thursday, April 3rd, 2008

For starting LAMPP automatically on startup, add the following line to you /etc/rc.local file

/opt/lampp/lampp start

where /opt/lampp is the location where XAMPP files are kept. You will have to substitute the path to your XAMPP in the above command.

Do let me know whether it worked for you ;)