Articles by fahdaziz
-
Setting Up A Subversion Repository Using Apache, With Auto Updatable Working Copy
Author: fahdaziz • Tags: apache • Comments: 6Setting Up A Subversion Repository Using Apache, With Auto Updatable Working Copy Subversion is a free/open-source version control system. That is, Subversion manages files and directories over time. A tree of files is placed into a central repository. The repository is much like an ordinary file server, except that it remembers every change ever made to your files and directories. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine”.
-
Configuring Samba 3.0 To Use The ADS Security Mode (CentOS)
Author: fahdaziz • Tags: samba, centos • Comments: 5Configuring Samba 3.0 To Use The ADS Security Mode (CentOS) The intent of this article is to show you how to configure your Linux machine and Samba server to participate in a Windows 2003 Active Directory domain as a Member Server using Kerberos authentication. This involves using the security = ADS security mode in Samba.