Archive for the ‘HowTo’ Category

Install Webserver on Debian

This HowTo will learn you how to install Apache2, PHP5, MySQL and phpMyAdmin on Debian, in my case Ubuntu 8,1.
First of all you may go root. Open your terminal and write:
sudo su
After this I suggest that you make an update on your system by writing:
apt-get update
Now it’s time for download and install all the packed, [...]