Linux Contest – WIN FREE HOSTING
November 30, 2007

How to join on Linux Contest?
1. You must have a blog or website with at least 6 months of life and 20 posts.
2. You must review Smoking Linux and Linux Contest with an article in your blog or website.
3. Review must be at least 200 words long and linked on www.smokinglinux.com and contest post.
4. Review can be positive, negative and neutral but its content will must be genuine and unique.
5. Blog or WebSite with warez content aren’t allowed.
6. You must join on smokinglinux forum and post your site’s details.
7. You must wirte an Article or HowTo based on Linux and post it on smokinglinux forum (content must be in english)
8. You can make review in every language (Dutch, English, Italian, French, Spanish…)
Fast installing a Apache Webserver + MySQL Database Server + PHP on Debian
November 7, 2007
Install needed packages
First of all install all the needing packages:
apt-get install mysql-server apache2 php5 libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql
Create a password for the MySQL User root.
mysqladmin -u root password OWNPW
Virtual Hosting with PureFTPd and MySQL on Debian
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









