La vulnerabilità denominata “regreSSHion” (CVE-2024-6387) colpisce il demone OpenSSH (sshd) dalle versioni 8.5p1 fino a 9.8p1. Questa falla, scoperta e segnalata da Qualys, consente l’esecuzione di codice remoto non autenticato, sfruttando una funzione asincrona insicura chiamata quando scade LoginGraceTime. Versioni Ubuntu Affette Ubuntu 22.04 LTS Ubuntu 23.10 Ubuntu 24.04 LTS Le versioni precedenti non dovrebbero…
Leggi tutto
BasicAuth for Microsoft Office365 is deprecated. But if you have a WebDav share in your lan that use the user/password auth method you can add your domain to a “BasicAllowList” on your Office settings. To add your domain in your Office365 you need to edit your Windows Registy via regEdit. Suppose you have Xtumble as…
Leggi tutto
Firebird 5.0 porta con se una serie notevole di migliorie su tanti punti di vista, dalle performance alla sicurezza alla gestione dei backup e restore paralleli, che potete trovare ben descritte al seguente link: https://ib-aid.com/en/articles/detailed-new-features-of-firebird-5-part-1-improvements-in-optimizer. Quindi veniamo al sodo, installiamo Firebird 5.0 su una bella macchinetta Ubuntu 22.04 nella nostra server farm. Per ulteriori info…
Leggi tutto
Configure access point WiFi in minutes
To transfer a KVM virtual machine (VM) from one host to another, you can follow the steps below: Make sure you have the same version of KVM on both hosts. You can verify this by running the kvm –version command. Stop the VM you want to transfer. You can do this using the command virsh…
Leggi tutto
To update Apache2 to the lasted version on Ubuntu is quite simpe: Verify current Apache version: sudo apache2 -v Add Apache repository: sudo add-apt-repository ppa:ondrej/apache2 Update apt: sudo apt update Upgrade apt: sudo apt upgrade And now ( in my case, with Ubuntu 22.04 current date) my new Apache2 release is:…
Leggi tutto