Category Articles RSS Feed
How To Install and Use PostgreSQL on Ubuntu 12.04
Viewed 6050 times since Mon, Dec 30, 2013
Install PostgresBefore we install postgres, we should quick perform a quick update of the apt-get repository: apt-get updateOnce apt-get has updated go ahead and download Postgres and its helpful accompanying dependencies: sudo apt-get install... Read More
How To Install and Configure Django with Postgres, Nginx, and Gunicorn
Viewed 4001 times since Fri, Jan 3, 2014
For convenience, I've broken this tutorial into two parts. The first part (steps 1 - 6) covers installation only. If you are a more advanced Django user who just needs help getting things installed you can stop at step 6. If you already have... Read More
How To Set Up a Postfix Email Server with Dovecot: Dynamic Maildirs and LMTP
Viewed 3397 times since Mon, Dec 30, 2013
PrefaceThis tutorial is based on How To Set Up a Postfix E-Mail Server with Dovecot and picks up where the first part ended. Please go through that tutorial first. In this article, we will divorce mailboxes from system accounts using dovecot&rsquo... Read More