Jenkins Cleanup Old Builds

August 5, 2019

I wrote a quick shell script to cleanup old Jenkins builds. This will delete any build […]

Testing SSL Chaining Issues

June 26, 2013

Recently I needed to debug an issue by testing SSL chaining issues My old standby tools […]

Neo4j Couldn’t get file lock

May 8, 2013

Problem A non-root user is running Neo4j and you are seeing locking errors in the log […]

phone laws driving headphones

April 6, 2013

By State: phone laws driving headphones Ever wondered if it is legal to wear headphones while […]

sed delete all lines after

October 26, 2012

Objective: Prep dev httpd.conf for production Tasks: Remove jenkins virtual host entry (which starts with a […]

rollback httpd.conf changes on error

October 26, 2012

To rollback httpd.conf changes on error use this script: #!/bin/bash #File: deploy_new_httpd_conf.sh #Define this PATH_TO_NEW_HTTPD_CONF=”~/new_httpd.conf” #Backup […]

Websphere Stop All Servers Script

September 19, 2012

Here’s a ksh script to stop all running websphere servers. Booyah! #!/bin/ksh # # This script […]