How to setup a Mirrored Subversion repository

Releases after 1.4 in Subversion saw the introduction of a new tool “svnsync” which was very useful in creating two synchronized svn repositories. It can be used on many different designs and the most simplest design was to create a mirrored repository of source repository as a backup. In this article I will describe a scenario where it is one step further on above mentioned design.

Continue reading

Cisco VPN client configuration in Ubuntu

This guide is focuses on Ubuntu users who needs to connect to Cisco VPN. We will be using VPNC (it is in Ubuntu 9.04) and assumes you have profile file in .pcf format (we will use cisco.pcf as an example here).

 
Let’s begin and follow the steps exactly replacing your own pcf file:
 

Open terminal and run the following commands. Create a directory for our configuration and change into that directory,

mkdir vpnclient
cd vpnclient

Continue reading