how much is the phish? the scammer claims to have paid for an article and requests payment data, the fake customer wants paypal then says paypal blocked the transaction and sends a bunch of mails that claim the article is […]
“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, […]
… 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 […]
virsh list –all; # show all available vms (if the list is empty check this article) virsh start vmname; # start the vm virsh dominfo vmname; # get info on vm Id: 2 Name: vmname UUID: 84bb8e99-2fb2-499a-9ca1-xxxxxxxxxxxx OS Type: hvm […]
hostnamectl; # tested on Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.74+deb13+1-amd64 Architecture: x86-64 # as non root user virsh uri qemu:///session # as root user su – root virsh uri qemu:///system # Ctrl+D log out root, as non-root […]
older x86 macbooks support gnu linux out of the box very nice glow first off please stay cool 😎 everyone (if possible) suggested psychology upgrade for EVERYONE’s and also Linus Torvald’s communication protocol: always say something positive first, then the […]
download and unzip into ./wp-content/plugins (made by https://claude.ai) what does the user get? a nice amazing basic overview of what content visitors of the wordpress installation like the most (in order to optimize this content) how does it work? it […]
… so what does mean? 🤔 Q: why is there according to cloudflare more bot traffic than human traffic in 2026? Short answer: because automated AI crawlers and agentic bots have grown extremely fast and now generate far more HTTP […]
will Peter Thiel or Elon upload his brain (after death) into a datacenter? possible but unlinkely for the next 50 years without major advancements in computing power and digital mapping of neurons (ideally without killing the original brain): simulating a […]
USE THUNDERBIRD NOT OUTLOOK! DO NOT CLICK ANY LINKS! OR ENTER ANY DETAILS! NO MATTER HOW URGENT THINGS MIGHT LOOK! CAREFULLY INSPECT ALL LINKS IN MAILS OR WHATSAPP OR SMS! WHEN IN DOUBT PHONE THE SENDER!
get https://www.torproject.org/download/ start it up it will create a local proxy 127.0.0.1:9150 how to use that proxy with other programs like firefox, thunderbird or curl? go into settings and configure proxy as 127.0.0.1:9150 should work right away 😀 (as long […]
the positive [+] always first: wordpress devs have managed to keep updates high quality (in 5 years time nothing was broken after update) this only can be acchieved with massive quality (use case) testing (writing a lot of tests, doing […]
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 […]
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… […]
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 […]
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 […]
WARNING FOR FAKE PARKING FEE SMS THAT ASKS FOR CREDIT CARD DETAILS https://www.youtube.com/watch?v=j_CATqsshZ0
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 […]
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 […]
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 […]
once more allowing macros in documents is what made word.doc and excel.xls so dangerous and adobe pdf allowing javascript could be just that
“trust us” “all we want is your best” “your money and your data” yes it’s most likely about money, it’s always about money this user is at no point supporting any illegal or harmful online activity but at the same […]
to be honest all this AI fearmongering… in the end it’s good users making good decisions or bad users making bad decisions with a tool, that tool is AI. but AI itself will (probably most likely) not just start dropping […]
this howto is focused on “shell plug s” (it’s really hard to identify what exact version or “generation” a shelly is) but it should work the same for other shelly plugs. how to factory reset the shelly? before plugin hold […]
“Chuck Norris is not asking ChatGPT, ChatGPT is asking Chuck Norris” test driving https://claude.ai/ claude sonnet 4.6. is definately strong when it comes to code generation but it’s very important that a human is reviewing and thoroughly testing the code, before […]
vim reads an awful lot of config files during startup yes vim is clearly also not software minimalism 🙁 please only 1 config file, maximum 2 (1x system wide (global), 1x per user) always at the same path hostnamectl; # […]
software minimalism please! what is axio? a JavaScript library npm package for https://nodejs.org used to make asynchronous HTTP requests (WHY do devs need a PACKAGE to make http(s) requests??? any serious language can do that without a 3rd party package) […]
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 […]
what happened? on a system with 4GB of RAM x11vnc refused to start with error: shmget fails: No space left on device # reboot could solve that problem… are we at this point where GNU Linux just as Windows needs […]
requirements: make sure ssh public key auth works without password: pcA -> pcB, and pcB -> pcC pcB = “jumphost” # in general pcA <—-> pcB <—- pcC (x11vnc) # yes it’s kind of a weird syntax X-D ssh -L […]


























