Archive for the 'Other tech stuff' category

Adobe Photoshop trial download CS5

Apr 26 2010 Published by under Other tech stuff

If you are  having hard time to find the download link for photoshop cs5 dowlonad link , here it is. Please leave a comment if you find it useful.

https://www.adobe.com/cfusion/tdrc/index.cfm?ref=sup&product=photoshop

No responses yet

Extract Senders Email Addresses from your Email Or Google Account

Mar 10 2010 Published by under Other tech stuff

1. Enable pop3 settings in you Gmail A/C through settings

2. Configure Gmail in Ms-Outlook

3. Configure your filters (if you need them)

Continue Reading »

No responses yet

Send mails to contacts in Gmail, POP3 email accounts

Feb 21 2010 Published by under Other tech stuff

You probably have many emails addresses sitting in your Inbox and you want to send email to all of them.

The mail service providers such as MailChimp, Aweber, GetResponse, do not accept your email list because they are not opt-in.

Here is what you can do.

1. Setup your Gmail or POP3 account with Microsoft Outlook

Continue Reading »

No responses yet

Resolved Solution for “telnet could not open connection to the host on port 3306″

Jan 16 2010 Published by under Other tech stuff

Check the following:

Step 1. Make sure mysql is up and running

Windows – Check in task manager for mysqld-nt

Linux based (Ubuntu, debian etc.,) – service mysql status

or ps -elf | grep mysql

Step 2. Make sure the port is in LISTEN mode

Windows – netstat -a | find LISTEN

Linux – netstat -a | grep LISTEN

Continue Reading »

No responses yet

WebServer setup at Home (Modem, Wireless router)

Apr 07 2009 Published by under Other tech stuff

Last time when I want to set home network, I spent 3-4 days to figure out how to do it. I referred to dslwebserver. It is a very good source. However I couldnt manage to setup successfully. So here is how I did my setup.

My Requirement : Simple, Iwant to run webserver in my home.

My Hardware : I have ADSL2+ modem, a wireless router and couple of laptops and computers.

Continue Reading »

One response so far