Toggen Blog

20 years of tech tips

Articles

Latest

Access

Blog History

Nginx / Angie Dummy Default Site

Stop your nginx instance from replying with the first valid SSL cert and nothing from port 80 when people hit the server without a valid hostname # /etc/angie/http.d/default.conf server { listen 80 default_server; listen [::]:80 default_server; listen 443 ssl...

read more...

TrueNAS Wake on LAN

Set Wake-On-LAN in my BIOS and TrueNAS was stubbornly refusing to Wake when I sent a magic packet to it's MAC address. After booting this is the output of ethtool showing Wake-On-LAN is disabled (Wake-on: d) The following two scripts are installed to run as the system...

read more...