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 -sha256When 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…Squid Proxy: Make Outgoing Headers Anonymous
November 6, 2011By default, Squid sends HTTP headers on every request that can give away information about your internal network. Here's an…Configure VLANs on FreeBSD
September 7, 2011If you have a switch, access point or other piece of network hardware that supports 802.1q VLAN tagging, and you'd…FreeBSD Backup Using JungleDisk and Dump
March 1, 2009I previously discussed configuring JungleDisk on FreeBSD. It's not quite the easiest to install since FreeBSD isn't officially supported. To…