Hook up HDMI + keyboard, reboot. Press `F2` or `Del` to enter BIOS, change boot device to your USB install stick. Install like normal (dont forget to create a bios partition first on your drives, dont put boot on a lvm partition, that won’t boot). Install grub to MBR on one of your drives and…(Continue Reading)
Category: Uncategorized
gitea & drone release upload – invalid character ‘<' looking for beginning of value"
solution: make sure to have attachments enabled in gitea’s app.ini and if you have nginx reverse proxy infront of your gitea, bump client_max_body_size in your server directive. profit!
Manually expanding QNAP storage pool
If you like me just pulled drives from your QNAP when expanding instead of going through the “expand, pull one drive, wait for resync, pull another blabla” as the manual states, you can manually expand it by: replace /dev/md0 with your md device from cat /proc/mdstat mdadm –grow /dev/md0 –size=max and then: pvdisplay, grab the…(Continue Reading)