Category: Administration / Server

Sony vs the internet (in this case dns resolvers)
04.12.2021

and: is the EU / Germany location simply unattractive for many companies in view of the data protection craze? “In the end, it may be bitter for Quad9 that they only got into the trouble by moving to Europe, where […]

GNU Linux Debian 10/11/Ubuntu + kvm-qemu virtualization host + guest auto resize screen + disk bench Windows 7 64Bit vm guest (only 32Bit works) + “Unable to init server: Could not connect: Connection refused” + wtf esxi has no clone button + how to install RHEL7 and CENTOS7 kvm guest integration
15.09.2021

first off the praise: kvm-qemu is a high performance nicely scriptable virtualization system if it works, it can do pretty things 🙂 IN CONTRAST TO iESXI SH** WARE CLONING A VM IS A EASY AS: virt-clone –original debian12 –name debian12-clone […]

GNU Linux How To – kvm qemu cheat sheed – start – clone (multiple disks) – snapshot – restore-revert – delete – shutdown all vms – start all vms with keyword in name – snapshot all vms – add remove disks
12.08.2021

how to setup kvm on Debian: hostnamectl; # tested on Static hostname: lenovo Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-17-amd64 Architecture: x86-64 hostnamectl; # also on Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-17-amd64 hostnamectl; # also […]

Zehntausende Mail-Server wegen Exchange-Lücke gehackt – Cloud oder Klaut – com-magazin.de Security Newsletter
12.03.2021

scroll down to ENGLISH “Zehntausende Mail-Server wegen Exchange-Lücke gehackt.  Wegen einer vor wenigen Tagen bekanntgewordenen Sicherheitslücke sind laut US-Medienberichten Zehntausende E-Mail-Server von Unternehmen, Behörden und Bildungseinrichtungen Opfer von Hacker-Attacken geworden. “Deutsche Unternehmen sind im internationalen Vergleich besonders stark von dieser […]

phpBB – Profile Avatar Picture 6KBytes size limit
17.02.2021

… because one also cares about beauty… a default avatar picture is not an option… but phpBB has a very strict 6KBytes max file size limit for Profile Avatar Pictures…  which is almost impossible to reach with format.jpg or format.png […]

GNU Linux Bash – script for troubleshoot long term reliability (ping) and bandwidth (speed) benchmark-test – testing network internet connection uplink connectivity and reliability
21.01.2021

this script is for cront-job regular measurement of the available (download) bandwidth, by downloading a 100MByte dd crated (https://dwaves.de/testfile) testfile created like this (creditz): head -c 100m /dev/zero | openssl enc -aes-128-cbc -pass pass:”$(head -c 20 /dev/urandom | base64)” > […]