Import an OVF into VMWare Fusion
December 10, 2016First, install the OVF Tool. Then, run the tool. The syntax looks like this: /Applications/VMware\ OVF\ Tool/ovftool --acceptAllEulas /path/to/file.ovf /Users/username/Documents/Virtual\…Generate Self-Signed SSL Key Pair with OpenSSL
December 8, 2016openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout key.pem -out cert.pem -sha256Make Any Printer AirPrint-compatible on FreeBSD
December 26, 2015AirPrint is a cool technology, but what if you have printers that aren't officially supported? Here's how to make it…When fail2ban just won’t match… check the time and time zone.
October 23, 2015I was trying to set up a fail2ban jail for wordpress inside a FreeBSD jail, but I just couldn't get…Apple Internet Recovery and Transparent Proxies
September 26, 2012If you are running a transparent HTTP proxy on your network, you may have trouble with running Internet Recovery and…Mountain Lion Installation Does Not Start in Parallels 7
August 11, 2012I've been trying to install Mountain Lion in as a guest in Parallels 7, and I kept getting stuck at…Make Eclipse Less Ugly in Linux Mint 13 with MATE
August 3, 2012Eclipse Juno looks terrible in Linux Mint 13 with the MATE desktop environment. Here's an example of part of…Python: Get XML Representation of an Object
November 18, 2011I needed to return all the members of an object as an XML document in Python. I used the ElementTree…Squid: Bypass redirector for specific URL
November 16, 2011Often times, in your Squid proxy, you may have a redirector configured - such as SquidGuard: redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squid/squidGuard.conf…