Block Countries Behind ELB

October 14, 2013

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

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 […]

my bash prompt

August 28, 2013

Installation Modify ~/.bashrc and append this line PS1=”\n\[\e[32;1m\][\[\e[37;1m\]\u@\h:\[\e[37;1m\]\w\[\e[32;1m\]]\\$ \[\e[0m\]” My Bash Prompt To replace yours in […]

Setup Email on Centos

August 28, 2013

To setup email on Centos 6 run these commands yum -y install sendmail mailutils chkconfig –levels […]

Add Current PATH to crontab

August 23, 2013

Add Current PATH to crontab Are you sick of your cron job failing because you are […]