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
Install Wordpress locally with NanoWeb Server – Ubuntu Gutsy 7.10
October 25, 2007

A Windows user can install EasyPHP to use Wordpress locally and develop new themes for it. A Wordpress theme designer often, don’t want use many resources for Apache installation under linux, because he would only install CMS to make a Theme Design for it.
In this post, we will see how to do this job under Ubuntu Gutsy 7.10.
Brief introduction to NanoWeb Server
NanoWeb server is a light web server for linux written entirely in php. NanoWeb Server is specially design for little website that don’t need Apache as webserver. So, with NanoWeb Server we have a locally installation of our preferred CMS to test it without expensive consume of resources.









