GNU Linux Debian 13 all the kvm qemu versions
04.Jun.2025

virt-manager –version 5.0.0 kvm –version QEMU emulator version 9.2.93 (Debian 1:10.0.0~rc3+ds-2) Copyright (c) 2003-2025 Fabrice Bellard and the QEMU Project developers which kvm /usr/bin/kvm /usr/bin/kvm -> qemu-system-x86_64 /usr/bin/qemu-system-x86_64 –version QEMU emulator version 9.2.93 (Debian 1:10.0.0~rc3+ds-2) Copyright (c) 2003-2025 Fabrice Bellard […]

Instagram & Facebook (META) how to opt out of data usage for AI training – how social media such as x.com is not neutral at all but biased in order to manipulate elections – opted out or not hackers might have all facebook user data
26.May.2025

update 2025-05: opted out or not hackers might have all facebook user data “1.2 billion data records on the dark web: Billion-dollar data leak at Facebook” May 27, 2025 By Melanie Staudacher: Cybercriminals are offering 1.2 billion Facebook user records […]

GNU Linux how to  install mate desktop minimal version
06.May.2025

apt update apt install mate-desktop-environment-core apt install lightdm reboot PS: for some strange reason this does not work with ubunt 2404, it throws a lot of errors after startup and the top left menu is missing

GNU Linux Debian how to remmina no vnc available
06.May.2025

it’s strange… remmina per default does not allow vnc connection unless: neofetch; # tested on root@rockpi-e ————- █ █ █ █ █ █ █ █ █ █ █ OS: Armbian (24.11.1) aarch64 ███████████████████████ Host: Radxa ROCK Pi E ▄▄██ ██▄▄ […]

GNU Linux bash (Debian) git how to always show current branch
27.Apr.2025

# add # this (green) export PS1=’${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\033[0;32m$(__git_ps1 ” (%s)”)\033[0m\$ ‘ # alternativel this (red) export PS1=’\u@\h \[\e[32m\]\w \[\e[91m\]$(__git_ps1)\[\e[00m\]$ ‘ # to the end of vim ~/.bashrc # restart bash terminal and cd ./some/git/repo user@system ~/some/git/repo (currentBranchName)$

GNU Linux core utils (ls cp cat mv) where is the src? source?
20.Apr.2025

hence please call it GNU Linux 😀 (even if Mr Stallman might sometimes be [-] pretty loco? [+] he at least answers mails) others were also involved in core utils give them credit too (THANKS.in) http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=tree;f=src;h=df809d8aabc8c9207166f3f3f1e814cc62560c8d;hb=master -rw-r–r– 709 .gitignore blob […]

GNU Linux howto coolest way imho to schedule system shutdown
18.Apr.2025

first it might be a good idea to have a /script/shutdown.sh that calls /script/stop.sh (and a /scripts/start.sh, but that’s kinda complicated since systemd?) that stops all kinds of essential services (databases, vms…) before system shutdown but here is a neat […]

Starlink bandwidth dropping massively bottlenecks?
25.Mar.2025

After Tesla (stock it has recovered a bit) took a hit because of Elon’s catastrophic conduct: also Starlink has been going downhill it seems to be a known (?) issue: Starlink is overloading it’s satellites and ground stations to the point where […]

satellite internet Starshield and Iris^2
25.Mar.2025

“Starshield was adapted from the global communications network Starlink but brings additional capabilities such as target tracking, optical and radio reconnaissance, and early missile warning … As of 2025, at least 118 Starshield satellites have been launched” (Wiki) aka “spy” […]

how arc price defines AGI
23.Mar.2025

please note that avg. mtruk is not an AI, it is a service where humans working for Amazon perform tasks (wiki) (reddit) so whoever claims that 90% of mankind will be unemployed by tomorrow is MASSIVELY over optimistic X-D “once […]

GNU Linux bash: how to get less with syntax highlighting?
23.Mar.2025

copy pasting lines from vim to other programs is a pain (selecting text with mouse Ctrl+C Ctrl+V process not working properly?) sometimes to debug a bash script it’s usefull to copy line-by-line and paste line-by-line to see what it does […]

alternative search engines most users did not know exist
16.Mar.2025

https://duckduckgo.com/ there is even a tor version wich might sometimes not work https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/ surely well known, in the back it MIGHT forward all input (anonymously) to Micro$oft https://archive.org up to now doing a very good job https://yep.com/ its okay but […]

Debian 13 wifi usb adapter trouble (edimax works :D)
09.Mar.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 […]

where are the kernel modules? (how to find the now xz packed ko files)
09.Mar.2025

find / -iname *.ko.xz|grep rtl; # find all rtl = RealTek related kernel modules /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl818x_pci.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtlwifi/rtl_pci.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rtl8192ce.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist.ko.xz /usr/lib/modules/6.11.5-amd64/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common.ko.xz …