Archive for February, 2010 — Page 2

PoundHost – BlueSquare Adding an IP address and IP’s to VMWare virtual machines

316th Feb 2010Systems Administration, ,

Add a virtual IP address to the host server. This is done on the loopback rather than eth0:0. 3.3.3.3 = This is the More »

Setting up a local subversion repo

016th Feb 2010Systems Administration, , ,

First create the repository $ svnadmin create /home/subversion/name_of_project Then checkout thisproject into the directory where you’d like to work on it. $ svn More »