yes it is advices to every 10 years print out the phone book… but without the duplicates and in font 8pt just in case cat contacts.vcf|grep -e ‘FN:’ -e ‘CELL:’|less cat contacts.vcf|grep -e ‘FN:’ -e ‘CELL:’ > contacts.print1.vcf paste – […]
it happend once before and it is very annoying: why is this or that command not stored in history? echo $HISTCONTROL ignoreboth # ignoreboth means: ## ignorespace Any command whose first character is a space is not saved to the […]
apt search pdfunite poppler-utils/stable,stable,now 25.03.0-5 amd64 [installed,automatic] PDF utilities (based on Poppler) # tested on hostnamectl Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.48+deb13-amd64 Architecture: x86-64 # worked nicely pdfunite file1.pdf file2.pdf file3.pdf output.pdf # untested gs -dBATCH -dNOPAUSE […]
mail is a ancient biest in need for massive rust based rewrite, but a lot of users rely on it for a lot of tasks (smtp 25,465,587,2525) (imap 143,993) alias ssh_tunnel_mail_socks5=”ssh -v -N -D 127.0.0.1:1080 username@ip.of.users.ssh.server” then configure thunderbird to […]
Debian 13 disk usage is only 7.2G 😀 Amazing job all involved 😀 so 14GBytes are free for updates and other stuff pre installed: latest Libre Office latest Super Tux Kart 😀 firefox (not latest + ublock + custom filters) […]
copy and paste this into the network config via virt-manager to limit download speeds for this vm to 1024KByte/s: <bandwidth> <inbound average=’1024′ peak=’1024′ burst=’2048’/> <outbound average=’1024′ peak=’2048’/> </bandwidth>
should be simple but canonical has changed the settings and there are outdated howtos out there confusing users hostnamectl; # tested on Static hostname: ubuntu24 Icon name: computer-vm Virtualization: kvm Operating System: Ubuntu 24.04.3 LTS Kernel: Linux 6.8.0-71-generic Architecture: x86-64 […]
the web in 2025 and especially sites like youtube and stackoverflow too much advertisement too much cookie banners (sharing info with zig billion companies? holy crap) how to fix this? browser to https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ and install the addon # insert this […]
in 2025 still a lot of browsers are not x265 compatible (firefox 1.141 is) the best up to know: (it reduces the video size resolution by 50% and reencode audio to mp3, because firefox seems to have problems with ogg […]
software minimalism (leaving away anything that is not absolutely necessary and trying to simplify things) is a good UNIX KISS software concept that will lead to more stable and more secure systems, because there are just an infinite amount of […]
seriously rather would recommend using rsync to backup periodically to USB-DISK-A then every week swap USB-DISK-A with USB-DISK-B and backup to USB-DISK-B check out this cool SATA swap station than this madness: GNU Linux veeam CAN NOT restore backup.vbk of […]
hostnamectl; # tested on Static hostname: workstation Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.30-amd64 Architecture: x86-64 # theoretical lowest possible value 0 (highest priority) and highest possible value 4294967295 (hex 0xffffffff, guint32 (unsigned 32-bit integer, lowest priority) for […]
brasero is actually a nice CD-R DVD-R burning based on wodim (formely known as cdrecord, now cdrecord is only a softlink to wodim) but it has some pitfalls problems on Debian 13: Schilling claims, “is the only CD-R program available […]
got to know: Desktops that use wayland will profit from high framerate (x11 based not) make sure the NVIDIA card uses it’s own monitor output, if it’s outputting only on virt-manager virtio device: ./NVIDIA.run reinstall drivers in single-user-mode (init 2) […]
ffmpeg -i input.mp4 -c:v copy -c:a aac output.mp4
in 2025-07 DEBIAN 13 IS STILL “TESTING” (BETA)! USER HAS BEEN WARNED! 😀 (written on Debian 13) if the user get’s random strange errors during setup someone keeps fucking up the debian installer 🙁 (folder, iso) so can not recommend […]
convenience vs security: it’s always a tradeoff credit card scammers and scimmers: when the shop owner HIMSELF is the thief if not already put all cards with “wireless” functionality (bank ec credit id healthcare cards maybe even drivers licence) into […]
in theory GNU Linux support is (mostly) pretty well done by brother’s setup.sh script the user can get from here: the script: wget https://download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.2.4-1.gz # be root su – root # unpack gunzip linux-brprinter-installer-2.2.4-1 # then chmod +x linux-brprinter-installer-2.2.4-1 then […]
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
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 ▄▄██ ██▄▄ […]
So unglaubglich das klingt, kaum eine Programmiersprache hat sich so ausdauernd gehalten wie die Sprache C aus dem Jahr 1972. Ein grossteil des Erfolges von C ist sicherlich das “keep it simple” Prinzip, umso “einfacher” eine Sprache umso einfacher lässt […]
DELL S2722QC is an excellent monitor [+] 4k resolution [+] charge laptop via USB-C [-] unfortunately exactly this USB-C charging causes in combination with “ThinkPad T14 Gen 3” a buzzing sound on the audio out jack (miniklinke headphones kopfhörer) howto […]
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 […]
HOLY COWS! (MULTIPLE!) when was the last time, someone build a FULLY FUNCTIONAL COMPUTER INSIDE A GAME??? it’s called “RedStone” CPU because it’s largely build from in-game stones that are glowing red they are basically used like a wire (to […]
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 […]
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 …
# recommended to do this on a vm apt update apt install doxygen ruby-asciidoctor-pdf pandoc doxygen -g Doxyfile vim Doxyfile #————————————————————————— # Configuration options related to the DOCBOOK output #————————————————————————— # If the GENERATE_DOCBOOK tag is set to YES, doxygen […]
yes there is iostat and all the other fancy software but sometimes, it’s not possible to access the internet or install packages so here is the poor man’s iotop in pure bash v4 will give this output, in a bit […]
# the package should exist for Debian 12 and 13 su – root apt update apt install unrar-free # how to unrar a file.rar unrar file.rar # alternatively if it has to be the closed source variant of rar apt […]

























