Category Archives: System Admin

You are what you breed.

A simple shell calculator

As a System Engineer the command line is where I live most of the time. So having a quick means of calculating is needed. The tool “bc” (think: binary calculator) is your friend here but you must be aware of … Continue reading

Posted in System Admin | Leave a comment

Quick-n-Dirty subversion (svn) using ssh tunnel

apt-get install subversion subversion-tools apache2 libapache2-svn # Create a new repository mkdir /data/svnrepos svnadmin create /data/svnrepos grpadd svn #(add the desired users to this group # – remember they need to restart – even X # – then chmod -R … Continue reading

Posted in System Admin | Leave a comment