Debug Email in Web Applications

Email debugging may be painless.

This simple technique shows how one can do it in a very simple way.
It aims at Django applications, but the first technique is actually a generic one that anyone can use if Python is installed in the development machine: Debugging email on Django application development

./M6

Upgrade PostgreSQL from 9.1 to 9.3 on Kubuntu

The following article show how to upgrade PostgreSQL from version 9.1 to version 9.3 in Kubuntu.
This will also work in Ubuntu and it can also be applied to upgrade between any version of PostgreSQL.

Here's how to Upgrade PostgreSQL from 9.1 to 9.3 on Kubuntu.

./M6

Drupal Small Guide & Arquitecture

While looking for some specific Drupal architecture information, I came across this small, focused tutorial.
I recommend it for beginners: Tutorial Drupal.

I also find what I was looking for:
Specially using Oracle database as the data repository for Drupal:
./M6

EHCP VirtualHost Django Applications Configuration

While deploying a Django application on an Easy Hosting Control Panel environment following the guide about how to configure virtual hosts totally failed because the configuration was not written in the correspondent Apache file.

So, I had to hack the system in order to make it work. It's as simple as edit the
/var/www/new/ehcp/apachehcp.conf
file where all virtual hosts are defined.

./M6