Install Drupal 6 On LAMP Server Ubuntu 10.04 LTS "Lucid Lynx"
Here is a guide to install Drupal 6 on a LAMP server on Ubuntu 10.04 LTS. Before installing you have to make sure that port 80 is forwarded (you can do this in your modem/router) to the ip adress of the pc that you want to use for your website. How to do that depends on the modem/router you are having, to find out how to forward a port read the manual that came with it.
How To Make A Backup Using Deja Dup
After my article about installing Déjà Dup on Ubuntu i thought it would be handy to create an article about how to make a backup with Déjà Dup. It's not that difficult and doesn't take much time to create a backup. This guide will show you how to setup Déjà Dup at first time usage....
Install Apache2, MySQL, PHP5 and phpMyAdmin (LAMP) On Ubuntu 10.04 LTS "Lucid Lynx"
Here is a step by step guide to install LAMP (Linux, Apache, MySQL, PHP) on Ubuntu 10.04 LTS "Lucid Lynx". When you finished installing LAMP you have the basic applications installed to run a website from your own computer. All you have to do is download Drupal, Joomla or Worpress and place them in your var/www folder on your system and run the installation setup that comes with the website you want to use.
Install Deja Dup Backup Tool On Ubuntu 10.10 "Maverick Meerkat"
Déjà Dup is really just a clever graphical wrapper around the command line backup tool Duplicity. You can read more about Duplicity on its Homepage, but basically, it uses rsync to generate incremental, encrypted backup volumes.