06.Aug.2026

how to make gnu linux debian 13 mate /usr/bin/fox the default browser (without apt install firefox-esr) vim /usr/share/applications/fox.desktop [Desktop Entry] Name=Fox Exec=/usr/bin/fox %u Type=Application Terminal=false MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https; xdg-settings set default-web-browser fox.desktop xdg-mime default fox.desktop x-scheme-handler/http xdg-settings set default-web-browser fox.desktop xdg-mime default […]

howto vpn tunnel all traffic from LAN to WAN (WIFI) to srv via wireguard
03.Aug.2026

Here’s the full howto adapted to your actual interfaces (enp0s25 = LAN, wlp3s0 = WAN/Wi-Fi): 1. Packages apt update apt install wireguard wireguard-tools nftables dnsmasq network-manager 2. Connect the WAN Wi-Fi nmcli device wifi connect “SSID_NAME” password “WIFI_PASSWORD” ifname wlp3s0 […]

what is the future of AI?
13.Jul.2026

“LLM are good programmers, they are not software architects, they are not computer scientists” comment: it really depends on the quality and amount of training data available X-D for example most models in 2026-07 fail to program tetris in bash, […]

cyber: keep ssh updated: ssh is critical infrastructure
30.Jun.2026

… is of course very very critical infrastructure, blunders in this area will have devastating consequences for the whole globe. this time it is luckily only the CLIENT ssh side that is affected libssh2 is a client-side C library implementing […]

primitive simple iptables based brute force ssh attack ban
22.May.2026

it is a common thing and a massive traffic causing annoyance… somewhere someone tries all possible usernames for ssh: this bunch of iptables/nftables scripts will: create a list of blockable IP adresses every 3h and thus block those IPs for […]

test driving Hy3 calls itself “a functional simulation” bad at math but good at philosophy and says it may be never reached but after AGI humans no longer in charge of the planet: OpenRouter.Ai a request router
10.May.2026

alex-atallahSan Francisco Bay Area, Silicon Valley, West Coast luckily it is not biased (?) and hence also includes Chinese AI models https://aiwiki.ai/wiki/openrouter https://arcprize.org/leaderboard unlike here? not sure whats going on there? but not a lot what is a bit strange… […]

Google AI and the yolo-mode
08.May.2026

Supply chain threat: Critical vulnerability discovered in Google’s Gemini CLI Security experts at Pillar Security have discovered a critical vulnerability in Gemini CLI, the open-source tool that brings Google’s AI assistant Gemini directly into the terminal. The flaw allowed attackers […]

wordpress why why why oh no it was debian (Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone)
07.May.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.Apr.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.Apr.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 […]

a conversation with AI: test driving deepseek.com
28.Apr.2026

in short: no funny jokes yet X-D (as LLM AI has no “understanding” of what is funny same as data the android from startrek, which is kind of hilarious that this is a real world problem now the understanding of […]