Category: Debian

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 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 learning community collaborates on […]

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

AMD Ryzen 5600G + Gigabyte Aorus B550 + 2x NVMe Kingston SA2000M81000G + RAID0 (AMD RAIDXpert2) worth it? does it work with GNU Linux? 8k Youtube Benchmark passed on GNU Linux Debian 11 MATE – enable enable SVM Mode in UEFI BIOS to enable KVM Virtualization support
17.12.2022

update: 2024-04: system running well fastest AMD with integrated GPU would be: Ryzen 7 8700G (search bundle on ebay) the Ryzen 7 has more cores, so single core wise the CPUs are close to each other, multicore the 7 should […]

GNU Linux Debian 10/11 – /etc/apt/sources.list suddenly empty (Signal?)
29.11.2022

something must have gone wrong during a apt update && apt upgrade… the /etc/apt/sources.list suddenly… is empty. GNU Linux Debian 11 (bullseye) default sources.list non-encrypted-transmission deb http://deb.debian.org/debian/ bullseye main deb-src http://deb.debian.org/debian/ bullseye main deb http://security.debian.org/debian-security bullseye-security main contrib deb-src http://security.debian.org/debian-security […]