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 […]
su – root apt update apt install tmux; # install tmux tmux; # start tmux # usage Ctrl+b ” = split pane horizontally Ctrl+b % = split pane vertically Ctrl+b o = switch to next pane hold Ctrl+b use arrow […]
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 […]
mongodb WARNING! [+] it is 100% open source 😀 [?] currently Server Side Public License (SSPL) licenced (wiki) [?] 3-letter-agencies might have been involved in the initial funding mongodb (which might or might not be a problem) (Wiki) [-] documentation […]
forget about all other wifi adapters, get the Edimax Technology Co., Ltd EW-7612UAn V2 802.11n Wireless Adapter [Realtek RTL8192CU] as long as it’s produced… it just works out of the box on almost any GNU Linux distro including raspberry pi […]
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 …
it’s still possible to use inernal snapshots btw Dear OpenSource and other communities, [+] virt-manager is a neat tool to manage virtual machines without having to go thorugh pains such as: # delete remove vmname (cleanly) # including its storage […]
yes PHP is a serious language, it is (often) even faster than Python 😀 but this is also very good Python news: Python code now running on GPUs? wow that must give the most massive speed ever! 😀 sharing is […]
# 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 […]
[+] interesting good news: https://docs.armbian.com/User-Guide_Armbian-Software/Media/#nextcloud-content-collaboration-platform [+] there is an alternative to sharing code other than M$ bought github https://codeberg.org/ (may it be NEVER for sale) [-] also interesting but probably bad news: scientists at M$ seem to do dishonest science around quantum […]
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 […]
it is true 🙂 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Makefile?h=v6.14-rc4 is called “NAME = Baby Opossum Posse” they (now a bit gray) eminenz has spoken: https://www.phoronix.com/news/Linux-6.10-rc1
ubuntu managed to disable root login, no matter what is set in /etc/ssh/sshd_config so all ssh-copy-id root@123.123.123.123 fails the only possible way to login straight as root (only on test systems!) is to 1. manually create mkdir /root/.ssh/ touch /root/.ssh/authorized_keys […]
“first assembly code in which a language is used to represent machine code instructions is found in Kathleen and Andrew Donald Booth‘s 1947 work, Coding for A.R.C..[8] Assembly code is converted into executable machine code by a utility program referred […]
# 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 […]
cybersecurity wise mankind is doomed if mad CEOs (on drugs?) think it’s a good idea to allow the most bizare embedding of software into word.doc, excel.xls, just-want-to-print-that-file-properly.pdf and other formats “Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.9 […]
pixelfed is under heavy development, so it’s imho still beta this howto is unfinished, because pixelfed setup is too complicated and (sorry) author dansup ignored UNIX KISS principles so the project seems to be a wee bit messy maybe this […]
don’t throw away grandpa’s laptop just yet! 😀 test out TinyCore GNU Linux http://tinycorelinux.net (could not be bothered with https yet) is possibly the most ressource efficient GNU Linux distribution out there Product Highlights: • 1x Core Intel® Mobile Pentium […]
I also now sneak apps on user’s phones that the user never installed or authorized to just to gather as much private data about the user as possible… hope user shurely does not mind right? users are pretty upset here […]
why fiddle with multiple external usb cables and power supplies when simply switch icybox hd dockingstation off swap harddisks switch icybox hd dockingstation on works ok (short rsync based test ext4 filesystem) thick usb cable. fun fact it’s the same […]
EU: Right of withdrawal: a 14-day cooling-off period “If you buy a product or service online, by phone or from a seller at your doorstep (in legal terms a “distance contract” or “off-premises contract”) you have the right to withdraw. […]
OpenSource will always win over closed source, so OpenAI (AS THE NAME SAYS) used to be (at least partly) OpenSource available accessible for every user (with the right hardware) in theory ollama https://ollama.com/ https://github.com/ollama/ollama WasmEdge https://github.com/LlamaEdge/LlamaEdge https://www.secondstate.io/articles/deepseek-r1/ should both use […]
in the article how to generate a ssh key Ed25519 is the new DEFAULT STANDARD to be used to stay secure (for now) problem: loads of platforms also banks are still using RSA for https for online bankind F*** RSA […]
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/ […]
as a long-time vim user (R.I.P Bam) there are very interesting youtube video tutorials about emacs how to setup? https://github.com/hubisan/emacs-wsl?tab=readme-ov-file#install-ubuntu of course instead of apt install emacs, every true hardcore user compiles programs from src 😉 hostnamectl; # tested on […]
if virsh (terminal) created snapshots do not show up in virt-manager, try the refresh button at the bottom good luck all involved related links: https://dwaves.de/2021/08/12/gnu-linux-how-to-kvm-qemu-start-clone-multiple-disks-snapshot-restore-revert-delete-shutdown-all-vms-start-all-vms-with-keyword-in-name-snapshot-all-vms-add-remove-disks/ https://dwaves.de/2020/12/05/gnu-linux-debian-10-11-how-to-install-kvm-virtualization-qemu-basic-virsh-commands-kvm-cheat-sheed-howto-workaround-virt-manager-emulator-may-not-have-search-permissions-for-the-path/
pros: took big risks to push mankind forward in terms of (CO2 neutral) electric mobility yes the team at Tesla made outstanding efficient eCars AND batteries (although struggling with GEN3 DRY CELL while CATL seems to overtake everyone in the […]
“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 […]
yes it’s possible via eclipse plugin called “corrosion” X-D (wondering when the WD40 will come into play? oh wait hewego…) but it’s not easy to get working X-D because for some reason debugging only works when eclipse is started via […]
but this one has this one has too but it’s slow most mirrors have https ssl tls enabled but throw a “cert not valid warning” # in order to use apt over https apt install apt-transport-https cat /etc/apt/sources.list deb https://ftp.byfly.by/debian/ […]

























