It's all about doing...

May 10

Adding PIL support for Django in Ubuntu

For some reason that i don’t understand yet, install PIL from pip in Ubuntu simply doesn’t work, at this point i’ve found a possible solution, installing it by hand.

All we need is download PIL from here extract whenever you want:

In some cases it can be necessary install libjpeg, zlib and freetype  first.

May 04

Install Oracle Java 7 in Ubuntu

If you want to install Oracle Java 7 in Ubuntu 12.04 try this:  sudo add-apt-repository ppa:webupd8team/java ; sudo apt-get update ; sudo apt-get install oracle-jdk7-installer

Very easy and straight forward…