general windows unix linux debian apache nginx iphone

Installing Applications and Servers in Debian GNU/Linux

6. Installing applications and servers

Note: Its always a good idea to run the following before you install any sofware. This refreshes the /etc/apt/sources.list cache.
apt-get update

Applications

Editors (emacs and Bluefish)
apt-get install emacs21 bluefish
Terminals (xterm and aterm)
apt-get install xterm aterm

Servers

Apache webserver 2 with PHP 4
apt-get install apache2 libapache2-mod-php4
MySQL server, MySQL client, PHP4 support for MySQL, phpMyAdmin (web based administration)
apt-get install mysql-server mysql-client php4-mysql phpmyadmin
SSH server
apt-get install ssh
vsftpd FTP server
apt-get install vsftpd

Last Update: Late 2004