Upgrading the Ubuntu Server, e.g. from version 8.04 to 8.10:

Step 1. Make sure your current distribution is up-to-date.

  1. # sudo aptitude update
  2. # sudo aptitude upgrade
  3. # sudo aptitude dist-upgrade

Step 2. Perform the upgrade!

  1. sudo aptitude install update-manager-core
  2. sudo do-release-upgrade

#sudo apt-get install phpmyadmin

Install ProFTP
#sudo apt-get install proftpd

Assign no shell access to ftp user. Add to end of file.
#sudo vi /etc/shells

/bin/false

Read more

Install PHP-5 GD Image Library
#sudo apt-get install php5-gd

Restart Apache after install
#sudo /etc/init.d/apache2 restart

#sudo apt-get install openssh-server

#sudo apt-get install “package”