Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Categoria: Sistemi

Digital Innovation Partner

Attenzione alla vulnerabilità CVE-2024-6387 regreSSHion in OpenSSH. Vediamo una soluzione per Ubuntu

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

Enable Office365 basic auth for specific domains

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

Intallare Firebird 5.0 su Ubuntu 22.04

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

Ubuntu 22.04 configure Access Point by shell commands

Configure access point WiFi in minutes

KVM -HowTo move or copy a VM from Host to onther Host

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

Ubuntu LTS update Apache2 to the lastest version via SSH

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