*snip* Puppet is system administration Automated. Puppet speaks the local language Administer One Server or 1,000 The Robustness of Open Source Powerful, Flexible, Extensible Facter Sets the Stage Repeatable Configurations For a more complete description visit Reductive Labs.
Archive for the ‘CentOS’ Category:
SVN Apache LDAP configuration
Apache Configuration Create a Apache configuration file for Subversion # vi /etc/httpd/conf.d/subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so # Enable Subversion DAV svn # Directory containing all repository for this path SVNParentPath /opt/svn/ SVNAutoversioning on # LDAP Authentication & Authorization is final; do not check other databases AuthBasicProvider ldap AuthzLDAPAuthoritative off # Do basic password
(More)…
301 Redirect
Permanent 301 Redirect Search engines may think www.example.co.za and example.co.za are two different sites.You should set up a permanent redirect (technically called a “301 redirect”) between these sites. Once you do that, you will get full search engine credit for your work on these sites. In example.co.za html root folder create the following: # vi
(More)…
Installing #AIDE on #CentOS 5.2
AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire. It does the same things as the semi-free Tripwire and more. This is a must have when maintaining the integrity of your servers.

9 Comments » 
