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
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 […]
TL;DR: temporarily stop lighttpd, renew the certificate, and then start lighttpd.Use the following list of commands: Specific commands for my setup Certonly instructs certbot to renew certificates for only one domain, and –nginx indicates we want to use the nginx plugin Make sure you have port 80 forwarded to the device hosting the nginx instance, […]
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 […]