For historical reasons, I have a 1and1 shared host account with a few sites hosted there.
For more projects, I use Slicehost, which I’ve had great experiences with. Ideally, I’d like to move these 1and1 hosted sites to a Slice, but, my experience with 1and1 has been pretty flawless and two of the sites generate enough income [...]
This is the script I use to SSH remotely dump Subversion repositories on various servers for which I am responsible.
Before you can use this script, you need to set up SSH so your local cron can access the remote servers without a password.
One thing to note about this script is that it automatically rotates the archived [...]
These are basically my notes from installing Trac and Subversion on an Ubuntu Intrepid Ibex server.
Install Software Packages
sudo aptitude install libapache2-mod-python libapache2-svn python-setuptools subversion python-subversion
sudo easy_install Trac
Create the Trac Environments Directory
sudo mkdir /var/lib/trac
sudo chown www-data:www-data /var/lib/trac
Setup Apache2
Using the default Ubuntu Apache virtual server setup, create a virtual server instance for
Trac. [...]