Virtual Hosting with PureFTPd and MySQL on Debian
November 7, 2007
Necessary Information
In this HowTo my Server has the follow configurations:
Hostname: ftp01.server.com
IP-Adress: 192.168.1.20
Installing necessary stuff
With this command we can Install all the stuff we need:
apt-get install mysql-server mysql-client libmysqlclient15-dev phpmyadmin apache2 pure-ftpd-mysql
Configuring security stuff
First of all we need to create a password for the MySQL User root.
mysqladmin -u root password OWNPW
Ebook - Producing Open Source Software (Manage your Open Source Project)
Do you want produce an Open Source Software but you don’t know how to manage your Projects?

Karl Fogel, developer of Subversion have written: “Producing Open Source Software”. In this book, downloadable for free, you can optimize your Open Source productivity.
Free Software Sticker Book for your Linux Notebook or Desktop
November 5, 2007
Change the look of your Linux Notebook or your Desktop PC!
Free Software Sticker Book is a large collection of free printable sticker in .odg format. Only requirements are a good Printer, white sticker paper and transparent sticker paper that will be applied over white sticker paper to have a professional sticker look for your Notebook!
Here some examples of stickers contained in this ebook:
The Simplest Way to Make a Backup with TAR in your Linux Box
November 3, 2007
1. How To Make A Backup
To make a Good Backup in a Linux System such as Ubuntu or Debian, is possible to use TAR utility. Why TAR and not other backup system? TAR is usually used to create archive of entires directory and after the tar process we usually compress it in a GZIP file to distribute our archives to a friend by mail. Often, many Linux Users found in Norton Ghost a good utility to make backup of entire HardDisk. I think: “Why use a commercial application when there is just a better solution integrated in my linux system?”. Often we don’t use it because is a command line application and seems to be difficult to use it. No panic! I have a simple driven solution for you. Every step is explained clearly.









