Updated by Administrator | Oct 1, 2012 | How To Install
Linux Kernel 3.0 is recently released, the first release was kernel V 3.0-rc1 is released on 1st June this year. Linux Kernel 2.x has come to an end after 15 years of service to the world. The change has come and now the latest version of Linux Kernel 3.0 is released...
Updated by Administrator | Dec 18, 2013 | How To Install
VLC is a free and open source cross-platform multimedia player, which plays most of the multimedia files (MKV, AVI, MP4, etc.,). No codec packs needed to be installed, VLC is simple and powerfull multimedia player works on various Operating System Linux, Mac and... Updated by Administrator | Oct 1, 2012 | How To Install
Here is a post on how to install OpenERP in Vritualenv or multiple versions of OpenERP in Linux Requirement: 1)PostgreSQL To Install PostgreSQL in Ubuntu use the below command sudo apt-get install postgresql After installing PostgreSQL, configure it. The default super... Updated by Administrator | Oct 1, 2012 | How To Install
In this post, we will discuss the installation of Django in Virtualenv. By using Virtualenv one can install different / multiple versions of Django in Linux machine like Fedora, Ubuntu even in Mac. If virtualenv is not installed already in the machine, check the... Updated by Administrator | Oct 1, 2012 | How To Install
Here is an interesting post on how to install / manage different versions of Python in a single linux / ubuntu machine! Pythonbrew is a magical tool. Which can also be called as Python version manager similar to that of RVM-Ruby version manager but Pythonbrew is... Updated by Administrator | Oct 1, 2012 | How To Install
Virtualenv: Virtual Python Environment builder Here I am explaining how to install virtualenv in Ubuntu. Virtualenv can be installed in two different ways Using Aptitude EasyInstall Aptitude: Copy and paste the following command in the Terminal. Type the password for...