Toggen Blog

20 years of tech tips

Articles

Latest

Access

Blog History

Notes on HTTP3 / QUIC enabling nginx

Minimum Nginx Version You have to have a recent version of nginx ( greater than 1.25.0) so default Ubuntu 24.04LTS (nginx 1.24.0) won't cut it. To get HTTP3 / QUIC on Ubuntu 24.04 LTS you have to enable the nginx.org repo and then you can install nginx 1.30.3 (*...

read more...

WakeOnLAN from Linux / Bash command line

The following sends a magic packet to the subnet broadcast address and wakes up the computer with MAC= MAC Address This can also be used to log into a Unifi Router and issue a WOL packet to a device on any of the connected VLAN's MAC=80:bc:de:f0:0a:b9 echo -e $(echo...

read more...