Tuesday, July 24, 2012

Forgot MySQL Root Password – How To Reset It?

Forgot mysql root password ?
Question: How do I change MySQL root Password?

Answer: You can change MySQL root password using one of the following 3 methods.

These methods can be used on both

Read more ...

Setup WordPress at Amazon EC2 instance

Wordpress Amazon Ec2
Step 1: Create an AWS Account
First things first: you need to create your AWS account. You can sign up here. You’ll have to provide a credit card and a phone number where

Read more ...

Django virtualenv Apache2 mod_wsgi

Django virtualenv Apache2 mod_wsgi
Steps taken to deploy a Django web application (osqa.net) in a virtualenv, using apache2, and mod_wsgi.
Why use wsgi and virtualenv?


I also host pylons

Read more ...

How to enable IP rotation in exim

How to enable IP rotation in exim

Open you exim config,

vi /etc/exim.conf

search for the line : interface =

replace this line with
interface =

Read more ...

WordPress Permalinks in EC2 Server Not Working ?

Wordpress Permalinks show 404 page
few months ago, I have started using Amazon Cloud as my infrastructure. It is fine, but I have to do all the administration work myself. I have moved my blog to

Read more ...

How To Install Memcached on RedHat or CentOS

Install memcached through RPM
The easiest way to install Memcached is through a package manager such as yumor apt. However, Memcached is not available from the default collection of packages, so

Read more ...

How To upgrade PHP And Mysql on plesk 10

How To upgrade PHP And Mysql on plesk 10


Steps 3 and 4 only apply if you are upgrading from MySQL 5.0.x

Step 1) Set up the atomic channel:
wget -q -O

Read more ...