Oct
27
Upgrade Ubuntu Server
Filed Under Configuration, Installation | Leave a Comment
Upgrading the Ubuntu Server, e.g. from version 8.04 to 8.10:
Step 1. Make sure your current distribution is up-to-date.
- # sudo aptitude update
- # sudo aptitude upgrade
- # sudo aptitude dist-upgrade
Step 2. Perform the upgrade!
- sudo aptitude install update-manager-core
- sudo do-release-upgrade
Jun
28
Install phpMyAdmin
Filed Under Installation | Leave a Comment
#sudo apt-get install phpmyadmin
Jun
28
Install ProFTP
Filed Under Installation | Leave a Comment
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
Jun
28
Install PHP-5 GD Image Library
Filed Under Installation | Leave a Comment
Install PHP-5 GD Image Library
#sudo apt-get install php5-gd
Restart Apache after install
#sudo /etc/init.d/apache2 restart
Jun
27
Install SSH Server
Filed Under Installation | Leave a Comment
#sudo apt-get install openssh-server
Jun
27
Install Software Package
Filed Under Installation | Leave a Comment
#sudo apt-get install “package”