Install ProFTP

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

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

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

Install SSH Server

#sudo apt-get install openssh-server

Start Stop MySQL

#sudo /etc/init.d/mysql start
#sudo /etc/init.d/mysql stop
#sudo /etc/init.d/mysql restart

Start Stop Apache

#sudo /etc/init.d/apache2 start
#sudo /etc/init.d/apache2 stop
#sudo /etc/init.d/apache2 restart

Start Stop Network

#sudo /etc/init.d/networking start
#sudo /etc/init.d/networking stop
#sudo /etc/init.d/networking restart

Update Upgrade Software Distribution

#sudo apt-get update
#sudo apt-get upgrade

Install Software Package

#sudo apt-get install “package”