How to Flush DNS Cache in Mac OS X

Are you a web developer migrating domains, or a systems admin doing maintenance and need to flush the DNS cache on your machine to get things all in order? If you’re running Mac OS X, it’s actually pretty easy and only requires a simple command within your Terminal window. Depending on which version you’re running,…

How to set JAVA_HOME on Mac OS X

Trying to run a Java application on your Mac and need to set your JAVA_HOME?  Follow the instructions below to quickly and easily do it: Open Terminal Confirm you have JDK by typing “which java”. It should show something like /usr/bin/java. Check you have the needed version of Java, by typing “java -version”. JAVA_HOME is…