Author: admin
-
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…
-
How to Tweak Your SSD in Ubuntu for Better Performance
How to Tweak Your SSD in Ubuntu for Better Performance There are lots of tips out there for tweaking your SSD in Linux and lots of anecdotal reports on what works and what doesn’t. We ran our own benchmarks with a few specific tweaks to show you the real difference. Benchmarks To benchmark our disk,…
-
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…
-
Apt-Cacher
Apt-Cacher-Server – Community Ubuntu Documentation Partners Support Community Ubuntu.com Ubuntu Documentation Official Documentation Community Help Wiki Login to edit Apt-Cacher-Server Innehåll Introduction Warning: Using Apt-Cacher with more than one distribution Server Installation Server Configuration Load Packages on Server from CD Client Configuration Options Modify your sources.list Use as a proxy to APT…
-
Access rsnapshout
Root, sudo, and rsnapshot Introduction The Mission: To rsync and/or rsnapshot both normal and protected/restricted files from one server to another over ssh without enabling remote root access to either server while maintaining original file attributes and permissions. Whew. Cast of Characters uno: the server which will store the backups, run rsync or rsnapshot. zero:…