Month: August 2012
-
OSX Lion on ESXI 5
OS X 10.7 OS X 10.7 documentation covers information on how to install the operating system in a virtual machine. For additional information about the operating system, refer to the instructions included in the installation media. OS X 10.7 documentation includes the following topics: Installation Instructions for ESXi 5.x Installation Instructions for Fusion 4 Knowledge…
-
Apache2 authentication using MySQL backend
this tutorial will explain how to use a MySQL backend in order to authentication users against your Apache website. To achieve this we will use Apache2 and its auth_mysql module. Here, we will assume that you already have a website configured, up and running and that you also have access to a mysql server. The…
-
subversion on Ubuntu
Subversion Contents Introduction Assumptions Scope of this document Installation Server Configuration Create SVN Repository Access Methods Direct repository access (file://) Access via WebDAV protocol (http://) Access via WebDAV protocol with SSL encryption (https://) Access via custom protocol (svn://) Access via custom protocol with SSL encryption (svn+ssh://) References This wiki document explains how to setup Subversion…
-
Backup and Restore a Subversion Repository
Sometimes, you just have to do serious maintenance to a server, like install a new instance of your operating system from scratch with a new partition layout. If this server happens to be your Subversion server, you need to backup your repository and restore it once you’re done with the maintenance. Or maybe you just…