Category: Debian

Debian 13 wifi usb adapter trouble (edimax works :D)
09.03.2025

it’s the same old same old problem X-D WARNING! BACKUP ALL DATA BEFORE TRYING THIS EXPERIMENTAL WAY OF GETTING REALTEK WIFI ADAPTERS TO WORK FOR DEBIAN 13 😀 strange enough, there is no apt package (yet) hostnamectl Operating System: Debian […]

31.01.2025

why have one package management system if the user can have 3x 4x 5x? https://en.wikipedia.org/wiki/APT_(software) https://salsa.debian.org/apt-team/apt.git to keep it simple imho it would be better to use only one “one to rule em all” (maybe python pip as exception) https://www.reddit.com/r/Ubuntu/comments/a364ii/proscons_of_snap_vs_apt/ […]

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 […]

how to install GNU Linux Debian 13 (Trixie) how to set fixed ip (netplan) how to disable ipv6
26.12.2024

how to install GNU Linux Debian 13 (Trixie) re-tested (2025-02-08) and graphical installer now works 🙂 (thanks all involved) https://chuangtzu.ftp.acc.umu.se/images/weekly-builds/amd64/iso-cd/debian-testing-amd64-netinst.iso (sha512sum: 64632b0d93d0aa3b164ecdaa4a0a4882dd58cb018b20a635a49215d56cc00969a9f9d2fc2b01b2188531882e85599cfc1523da68e392fe9a672e218e1e19e787) but this is a weekly build, so the build next week will have a different sha512sum and might […]

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 review best git gui 2024 comparison – how to setup and git clone a repo via ssh with SmartGit – how to use with eclipse – how to automatically git pull download refresh repo with latest changes before editor gui ide start?
10.03.2024

git is a complex source code repository management system that completely relies on file transactions this means: there is no running service or open port (except if git-over-ssh is used, all it needs for network multi developer cooperation is a […]

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 […]

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 […]