Adding SSL Certificate to Java Keystore

Posted on Mon 23 November 2015 in Java • Tagged with bash, java, ssl, cert, keystore

How To Add an SSL Cert to the Java Keystore


Continue reading

Editing The GoCD H2 DB Engine with H2 Shell

Posted on Wed 18 November 2015 in ci • Tagged with go, thoughtworks, gocd, ci, h2db, java

Step-by-step guide to cracking open the H2 db that comes with Thoughtworks' GoCD using the included H2 Shell


Continue reading

Bash Builtin Override Trick

Posted on Fri 06 November 2015 in Bash • Tagged with bash, builtin, test, echo

Useful Bash trick to help with everyday scripting


Continue reading

Git Fast-Forward Merges

Posted on Thu 05 November 2015 in Git • Tagged with git, merge, enterprise

Brief discussion about when to use --no-ff or not when merging in Git


Continue reading