Comments up and running again Posted on July 28, 2015 by Code Curmudgeon Just a brief public service announcement. After being made aware over the weekend that the comment system wasn’t working I’ve figured...
SSH Tips – How to Login Securely Without a Password Posted on March 25, 2013 by Code Curmudgeon SSH is a wonderful tool and will let do do all kinds of amazing things – not to mention that it does them securely....
Virtual Machine Networking Options Posted on January 16, 2013 by Code Curmudgeon I am frequently asked to help people setup virtual machines. One of the most common questions is about how to setup networking properly, so...
Java Memory Settings – JVM Heap Size Posted on May 9, 2012 by Code Curmudgeon When you run a Java program you don’t execute it the way you do an executable written in languages like C/C++. The program must...