Basic Slicehost Slice Setup Part 1 - Updating Ubuntu
Trackback or
Categories: WordPress, VPS, Blog, DIY, System Administration, LinuxPosted on Wednesday, February 18, 2009 by Tim Fehlman
I have been sitting on this for a long time and I figured it is about time that I got it out to the masses!
As many of you are aware, I have been using Slicehost for my VPS. I decided to release my installation notes on setting up the VPS for hosting Wordpress on an Ubuntu slice.
Step One – Update Server
Edit sources.list
sudo nano /etc/apt/sources.list
Remove all of the # from all commented lines.
Update and Upgrade
sudo aptitude –y update
sudo aptitude –y safe-upgrade
sudo aptitude –y full-upgrade
Configure Time Zone
sudo dpkg-reconfigure tzdata
Select the time zone that you are in.
Part 2
Tomorrow, we are going to configure iptables to help increase security.
Basic Slicehost Slice Setup Series List:
- Part 1 - Updating Ubuntu
- Part 2 - Configure iptables
- Part 3 - Install and Configure OpenSSH
- Part 4 - Install nginx Web Server
- Part 5 - Installing MySQL
- Part 6 - Installing PHP5 with fastcgi
- Part 7 - Create the Virtual Host Website
- Part 8 - Install WordPress via Subversion
Related articles:
- Searching for package information on Debian and Ubuntu systems
- Three scripts for package management on Debian and Ubuntu systems
- Update/Upgrade multiple Ubuntu PCs with Apt-Cacher


