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...

Identifying physical disks in TrueNAS

Manufacturer: Gigabyte Technology Co., Ltd. Product Name: A520I AC In the end I guess to properly map physical drives to physical motherboard connectors would be to shutdown, remove a cable, boot up and see what is missing. After all the below I still can't solidly...

read more...