info home general windows unix linux debian mac os apache nginx iphone

Recent Articles

How to rename multiple files in Unix or Linux

Convert docx to doc in Mac OS X Snow Leopard or Leopard

HISTORY shell variable management in Unix/Linux

How to eject CD/DVD from your MacBook or iMac

Play Prince of Persia on Ubuntu Linux using DOSBox

Tags

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