Category: General / Allgemein

how to run flash swf via GNU Linux Debian 13 via ruffle
11.01.2025

“A Flash Player emulator written in Rust ” this is PRETTY cool yes html + javascript basically decimated the use of the FlashPlayer but flash had some strong points: java like language flexible % layouts were easy to make still […]

run LLM AI locally without internet access
04.01.2025

ChatGPT is not open source 2023: “Why is ChatGPT not open source anymore?” GROK only v1 was Apache-2.0 (Grok-1) now its License: Proprietary BUT…. when Grok3 is released, Grok2 will become open source. grok 2 also had to google for […]

AVM Fritzbox AutoChannel WIFI WLAN not working as intended – high ping slow wifi performance – warum es sich lohnt die Funkkanäle einer Fritzbox manuell anzupassen (immer wieder?)
23.08.2024

https://arstechnica.com/gadgets/2025/01/suing-wi-fi-router-makers-remains-a-necessary-part-of-open-source-license-law/ in the logs of the Fritzbox 7390: experienced a lot of high pings (to fritzbox but also 1.1.1.1) via WIFI WLAN: the Fritzbox 7390 was configured 2.4Ghz AutoChannel and 5Ghz AutoChannel what happened? it chose Channel6 and decided to […]

GNU Linux ssh magic tricks – access devices without opening firewall port – reverse ssh proxy tunnel – open source admin’s vpn and teamviewer replacement (no open ports needed) – how to use ssh into a network behind router-firewall and forward port of any device to localhost
01.04.2024

scroll down to: “how to access user-dev-admin’s home network boxes from anywhere via reverse-ssh-tunnel! :D” ssh tunnel remote deviceD’s port access a device’s port that is only available via a specific machine 😀 or in other words: ssh-tunnel port of […]

GNU Linux howto fix mate-screenshot taking 100% CPU
15.03.2024

taking screenshots is important 😀 it is very useful and mate-screenshot is an easy to use screenshot tool that can be started by the simple press of the ancient otherwise useless “print” button (found on almost every keyboard) if mate-screenshot […]

GNU Linux howto ssh sshd config hardening security guide
10.03.2024

update: 2024-06: ed25519 is currently “the way to go” ssh can be regarded as “critical core infrastructure” time spend on it’s security is time well spend time + money well invested: https://www.openssh.com https://github.com/openssh current manpage: ssh.man.txt WARNING: this howto guide […]

GNU Linux – how to install  gpt4all on Debian 12 – GPT4All-J: An Apache-2 Licensed Assistant-Style Chatbot: A free-to-use, locally running, privacy-aware chatbot. No GPU or internet required – dialogue with a machine: AI: How to fix democracy? – THE NEW TOURING TEST:  Humor
16.12.2023

scientists predict human leven AI by 2047 ChatGPT says 2035 https://www.nomic.ai/gpt4all so DON’T HOLD THE BREATH What is GPT4All-J?: An Apache-2 Licensed Assistant-Style Chatbot What is Mistral Orca? https://huggingface.co/ “The AI community building the future.” “The platform where the machine […]

PHP Composer how to install and how to usage
28.10.2023

always say something positive first: then the critique: follow the excellent guide: https://getcomposer.org/download/ mkdir /var/www/html/composer cd /var/www/html/composer php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” php -r “if (hash_file(‘sha384’, ‘composer-setup.php’) === ‘THISWILLHAVECHANGEDBYNOW’) { echo ‘Installer verified’; } else { echo ‘Installer corrupt’; unlink(‘composer-setup.php’); } […]

the only true cross platform games: Games for browsers
07.10.2023

  https://doodlejumporiginal.com/ there is also the version for xbox kinect, where the user actually is steering the doodle with user’s body (cool, but that SHOULD also be possible with a smart phone’s front cam right?) game ideas: while doodle jump […]

GNU Linux (Debian) – how to – find the largest 30 duplicate files wasting disk space – multi line sorting madness (mlsm) – how to output x blocks of text separated by delimiter – build (Bill Poser’s and BSDs) msort from src
04.10.2023

This is actually VERY usefull to find files that waste disk space. lsb_release -a; # tested on Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) the solution: czkawka_cli install rust like this (no need to install rust as root) install […]

Steve Jobs would puke about what Apple has become – iMac 2019 horror reinstall – why this user avoids Apple like the PLAGUE – how to fix – this copy OSX application is damaged and can’t be used to install macOS – Diese Version des Programms ist beschädigt kann nicht für die Installation von macOS verwendet werden
02.10.2023

#wtheseriousf? It used to “just work” “seamlessly”, now read the “HORRORS” of reinstalling a only 4 year old iMac (2019) that Apple just does not care about anymore. (just reinstalled  LATEST 2023 Debian 12 on a 17 year old lenovo […]