Adding Public Key For Ubuntu Repositories

Following recipe will help to add a public key to ‘apt’ for repositories not already included in /etc/apt/sources.list. If you get an error ‘NO_PUBKEY XXXXXXXXXXXX’ , just use XXXXXXXXXXXX public key name in the following code.

gpg –keyserver hkp://subkeys.pgp.net –recv-keys XXXXXXXXXXXXXXXXX
sudo gpg –export –armor “XXXXXXXXXXXXXXXXXXX” | sudo apt-key add -
sudo . . . → Read More: Adding Public Key For Ubuntu Repositories

Backup Subversion Repositories And Projects

After I decided to manage my PhD thesis and projects with subversion, the most important thing to consider was a proper backup strategy. I decided to go a bit overboard with it as it might save me some day. There are several ways to backup subversion and I decided to use all of them!

a. Using crontab . . . → Read More: Backup Subversion Repositories And Projects

Installing Subversion With Apache and DAV In Ubuntu 8.10

Installing and configuring subversion (SVN) and WebDAV on ubuntu 8.10 server . . . → Read More: Installing Subversion With Apache and DAV In Ubuntu 8.10