Running Django App in Amazon AWS EC2 is not tough job, unless you do it once
. I have setup Django App in Ubuntu 11 (Server), Django 1.4.2 in Amazon EC2. Based on my experience, I have documented process for my future reference.
Running Django App in Amazon AWS EC2
Configuration multi-domain SSL in Ubuntu with Apache2
In Linux on February 29th, 2012
As in Mac, setting up SSL easy in Ubuntu as well. This article is based on Goddddy, multi-domain regular certificates configuration.
Read more...SSL configuraiton in apache2
In Linux on February 21st, 2012
SSL configuration in Apache is fairly easy. I have tried this configuration with MAMP & MAMP PRO 1.9.6.1 in Mac Server with VeriSign certificate.
Read more...Reset MySQL root password
What do you do if you forget password of root user of MySQL database? Here’s how reset root password.
Read more...Virtual screen in Linux
In Linux on February 25th, 2011
Fire some command, close the terminal go back, connect to screen. If you wish that to happen, Screen will help you. Screen is virtual screen in Linux, (works with Ubuntu and Debian, I tried). Install it: $apt-get install screen Type: $screen It takes you to virtual screen. Do some work, or fire some command. Then [...]
Read more...