Compile Static Qt 6.6.3 in 2025

Let’s start with downloading Qt but you’ll need to create an account first and then download the Qt OSS. Let’s install Qt suite with: Qt 6.6.3 Build Tools\MinGW 11.2.0 64-bits Build Tools\CMake 3.23.3 Build Tools\Ninja 1.12.0 Build Tools\OpenSSL 3.0.16 Toolkit Qt Creator 15.0.1 Open a cmd window in administrator mode Lire la suite

Tester Simplement les Performances d’Apache2 / MySQL

Audit d’Apache2 Exécution sudo su curl -sL https://raw.githubusercontent.com/richardforth/apache2buddy/master/apache2buddy.pl | perl Pour corriger l’erreur d’une valeur de MaxRequestWorkers trop faible Dans le fichier : /etc/apache2/mods-available/mpm_prefork.conf Changer la valeur : MaxRequestWorkers 200 Audit MySQL Installation wget http://mysqltuner.pl/ -O mysqltuner.pl wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv Exécution perl mysqltuner.pl –host 127.0.0.1 Lire la suite