This post explains how to setup a ssl certificates for a reverse proxy. The example I have used is running ubiqiti’s self hosted UNMS network manager (see https://help.ui.com/hc/en-us/articles/115012196527-UNMS-Installation-Guide) FreeBSD 11.4 nginx 1.18 certbot 1.50 (uses python 3 (3.7.9) Lets encrypt is a free service that allows people to automatically create 90 day ssl certificates. It […]
Category: Uncategorized
Raspberry Pi 3 – Ubnt Unifi Controller 5.x
Ref: http://www.lowefamily.com.au/2016/06/02/installing-ubiquiti-unifi-controller-5-on-raspberry-pi/2/ Install Raspbian Jessie Lite : http://www.lowefamily.com.au/2015/06/11/installing-raspbian-on-raspberry-pi/2/ Disable Wifi / BT: http://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3 Set Static IP on Ethernet port: https://www.modmypi.com/blog/tutorial-how-to-give-your-raspberry-pi-a-static-ip-address Also for Static IP: https://www.modmypi.com/blog/how-to-give-your-raspberry-pi-a-static-ip-address-update
Geom Root mirror & ZFS Data
Just a Quick post to record how to install freebsd on a system with 2 internal disks that are mirrored via geom for the o/s (root, swap, boot, tmp, var, usr) and the data is on the remainder of the disks again mirrored but this time by a zfs pool Install FreeBSD on system with […]
WordPress Comments and varnish
The problem I Found was that I could not post on http – I was getting an error 405. this was due to a problem with the way varnish was caching the comments-post.php page from wordpress. so I made a change to not cache this – add a if option to return(pipe) on the comments-post.php […]