Proxmox cheatsheet
Expanding a zpool to the entire disk space Using the device names (like sda) would result in this command silently failing, which is why the disk id is used Adding an extra disk as a mirror Removing a disk from a zpool
Using Nginx as a DoT proxy with Pi-Hole on a Raspberry Pi
install Nginx, and make sure the stream module is installed Into your nginx.conf, add these lines to the end Request an ssl certificate from certbot This command will complain that it cannot find an nginx file to automatically insert nginx directives into, but has downloaded the certificates anyway. Create a folder called streams, as per […]
Updating certs with certbot while Pi-hole is also running
TL;DR: temporarily stop lighttpd, renew the certificate, and then start lighttpd.Use the following list of commands: Long description Scenario: You have a number of services (e.g. VPN, DNS, DoT) proxied behind NGINX, while also running Pi-Hole with the web console.You make the smart decision and choose to secure your services using the awesome free certificates […]
Using mitmproxy with Android Virtual Device
Writing this short guide becuase other guides reference outdated Android Studio versions and do not correctly outline all steps Preamble I am writing this guide based on the my setup: Windows 11, Android Studio Hedgehog | 2023.1.1 Patch 1.As all software described in this post have versions for other OS’s, this guide may also work […]
PixivForMuzei3’s arbitrary bookmark display
Or a shoddy investigation of the max_bookmark_id query parameter.

Interfacing with an LTC1609 ADC
How to use an LTC1609 with Arduino or similar microcontroller without bit-banging.