Category: howto

wordpress why why why oh no it was debian (Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone)
07.05.2026

Fatal error: Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone (Europe/Berlin) in /var/www/html/domain.com/public_html/wp-includes/script-loader.php:414 Stack trace: #0 /var/www/html/domain.com/public_html/wp-includes/script-loader.php(414): DateTimeZone->__construct() #1 /var/www/html/domain.com/public_html/wp-includes/script-loader.php(668): what was effectively the problem: there was a corrupted broken package tzdata completely redo /etc/apt/sources.list then apt –purge remove tzdata apt […]

running AI locally with a beautiful web interface: unsloth
30.04.2026

BEFORE ANYONE ESCALATES: ALL AI LLM EXPERIMENTS WERE CONDUCTED IN A KVM VM USING SOLAR POWER 😎☀️🙌 after a lot of trouble with airllm have the user heared of https://www.nomic.ai/gpt4all a desktop gui that makes selecting and downloading models easy […]

QNAP how to display custom text LCD display
29.04.2026

it is not super trivial and even AI struggles X-D here is what works: (tested on QNAP with Debian13 :D) git clone https://github.com/bkram/qnapdisplay # alternatively (backup wget http://dwaves.de/scripts/qnapdisplay.tar.gz tar fxvz qnapdisplay.tar.gz cd qnapdisplay wget https://dwaves.de/scripts/qnap_lcd.py.txt mv qnap_lcd.py.txt qnap_lcd.py python3 qnap_lcd.py […]

how to install GNU Linux Debian 13 on QNAP x86 NAS (ts-559 pro+ TS-459 PRO II) how to get a package for older version of debian 10 buster (how to set CMOS clock manually or face Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate. Could not handshake: Error in the certificate verification)
04.04.2026

it is suprisingly straight forward (THANKS ALL INVOLVED :D) because in the end a x86 QNAP is just a computer 😀 it’s a widely known fact that QNAP is good hardware (very price stable = still pretty expensive X-D) but […]

GNU Linux bash how to concat pdf
25.11.2025

apt search pdfunite poppler-utils/stable,stable,now 25.03.0-5 amd64 [installed,automatic] PDF utilities (based on Poppler) # tested on hostnamectl Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.48+deb13-amd64 Architecture: x86-64 # worked nicely pdfunite file1.pdf file2.pdf file3.pdf output.pdf # untested gs -dBATCH -dNOPAUSE […]

GNU Linux Ubuntu 24 Ubuntu 24 how to disable time consuming wait-online.service and nerve wrecking dong system sounds (when in terminal and hitting tab) + how to disable automatic screensaver screen lock + how to install NVIDIA GPU drivers
08.08.2025

should be simple but canonical has changed the settings and there are outdated howtos out there confusing users hostnamectl; # tested on Static hostname: ubuntu24 Icon name: computer-vm Virtualization: kvm Operating System: Ubuntu 24.04.3 LTS Kernel: Linux 6.8.0-71-generic Architecture: x86-64 […]

GNU Linux bash how to prioritize routes how to delete add default route
24.07.2025

hostnamectl; # tested on Static hostname: workstation Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.30-amd64 Architecture: x86-64 # theoretical lowest possible value 0 (highest priority) and highest possible value 4294967295 (hex 0xffffffff, guint32 (unsigned 32-bit integer, lowest priority) for […]

How to install GNU Linux Debian 13 (updated 2025-11)
11.07.2025

in 2025-07 DEBIAN 13 IS STILL “TESTING” (BETA)! USER HAS BEEN WARNED! 😀 (written on Debian 13) if the user get’s random strange errors during setup someone keeps fucking up the debian installer 🙁 (folder, iso) so can not recommend […]

GUN Linux Debian13: how to install setup printer how to fix problem cups can not print not printing on brother 9460CDN “The printer is in use” job withheld
07.07.2025

in theory GNU Linux support is (mostly) pretty well done by brother’s setup.sh script the user can get from here: the script: wget https://download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.2.4-1.gz # be root su – root # unpack gunzip linux-brprinter-installer-2.2.4-1 # then chmod +x linux-brprinter-installer-2.2.4-1 then […]

GNU Linux how to  install mate desktop minimal version
06.05.2025

apt update apt install mate-desktop-environment-core apt install lightdm reboot PS: for some strange reason this does not work with ubunt 2404, it throws a lot of errors after startup and the top left menu is missing

GNU Linux Debian how to remmina no vnc available
06.05.2025

it’s strange… remmina per default does not allow vnc connection unless: neofetch; # tested on root@rockpi-e ————- █ █ █ █ █ █ █ █ █ █ █ OS: Armbian (24.11.1) aarch64 ███████████████████████ Host: Radxa ROCK Pi E ▄▄██ ██▄▄ […]