Category Archives: Ubuntu

Iptables Firewall Basics

This article is aimed at providing the basics to using iptables as a fire wall for your personal home or production server, we won’t be covering every thing here but what we will be covering will give you enough information to demystify their man pages and get you going. Firstly, the firewall and how it [...]

Installing Apache and PHP5 on Ubuntu

To install Apache and PHP5 on Ubuntu, you will first need to make sure that the restricted repositories are enabled. You will want to edit /etc/apt/sources.list and make sure the following lines are in it and are not commented out with a #. If they are commented out, you will just need to remove the [...]