iis disable debug

August 27, 2015

In IIS to disable debug do the following. Modify the Web.config File Open the Web.config file […]

Using lzop on Windows

January 21, 2015

I wanted a fast way to backup an AppDynamics MySQL database directory on windows. The answer […]

backup perfmon counters

June 2, 2014

How to backup your perfmon counters The easiest way to backup your perfmon counters is to […]

Block Countries Behind ELB

October 14, 2013

To block countries behind an ELB (Elastic Load Balancer) you should use Maxmind’s GeoIP Country Database. […]

logstash ec2 instanceid

October 2, 2013

How to get Logstash to read your ec2 instance id logstash.sh !/bin/bash EC2_INSTANCE_ID=$(curl -s http://169.254.169.254/latest/meta-data/instance-id) export […]

Ubuntu Set Timezone to UTC

October 2, 2013

Objective: Set Timezone to UTC on Ubuntu 12.04 LTS Howto You will be using tzdata and […]