Tag Archives: Linux

Subversion 1.6.5 on Ubuntu 9.04

Following the instructions at:
https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6
Edit the apt sources, using your favorite editor:
$ sudo emacs /etc/apt/sources.list
Add these lines to the end of the file:
deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main
The add the key signature:
$ sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 413576CB
where 413576CB is the Signing Key from the web page above… update the apt cache, and force [...]

Recovery Tools

An excellet collection is Hiren’s Boot CD

Network Installation of CentOS 5.2

I’m moving my internal server to new hardware and wanting to load CentOS 5.2 … without downloading a half dozen CDs or a 4+GB DVD image… half of which I probably won’t need, or which will be replaced by updates anyway.
Fortunately, the latest releases have a Net install image, which is only about 8MB.  Look [...]