Trace ASP.NET Application

July 24, 2012

You’ll need to edit the web.config Web.config Place the following after system.web tag: Trace ASP.NET Application […]

Apache Active Directory Authentication howto

July 16, 2012

Apache Active Directory Authentication howto Modules Needed mod_authz_ldap Install mod_authz_ldap yum install mod_authz_ldap Verify Apache Config […]

nginx logrotate script

July 13, 2012

nginx logrotate script Create a new file at /etc/logrotate.d/nginx with contents: /var/log/nginx/*.log { daily missingok rotate […]

Bash Server Backup Script

July 13, 2012

I’ve created a Bash Server Backup Script that will backup your MySQL databases (each database separately […]

yum install resize

July 11, 2012

yum install resize not working? You need to use this instead: yum install xterm

nginx ssl pfx

July 11, 2012

This article will explain what to do with nginx ssl pfx. First get the pfx file […]

centos redhat change timezone

July 6, 2012

How do I change my system timezone from the command line without using redhat-config-date? centos redhat […]