C:\ProgramData\VMware\VMware Workstation\config.ini Add this line: vmmon.disableHostParameters = "TRUE" Save & reboot your PC
Category Archives: howto
Mise à jour de VMWare ESXi en ligne de commandes
Après avoir déposé le fichier (.zip) de correctifs sur le serveur ESXi, on applique les mises à jour avec la commande esxcli software vib update -d <chemin complet du fichier zip> Continue reading
Mettre à jour tous les paquets Perl avec CPAN
perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'
Ajouter un driver “non-free” dans l’initrd du netboot Debian
S’il vous arrive d’installer des serveurs, notamment équipés de cartes réseaux Broadcom, vous avez surement déjà dû rencontrer ce genre de problème:
Lighttpd | directory listing
Lighttpd web server will generate a directory listing if a directory is requested and no index-file was found in that directory. mod_dirlisting is one of the modules that is loaded by default and doesn’t have to be specified on server.modules to work.
Lighttpd | access log
Lighttpd have an access log module, but it’s disabled by default.
Activate access log
To activate it, you have to modify the configuration file:
“/etc/lighttpd/lighttpd.conf”
Continue reading
64 useful CLI tools for Linux system admins
System administrators (sysadmins) are responsible for day-to-day operations of production systems and services. One of the critical roles of sysadmins is to ensure that operational services are available round the clock. For that, they have to carefully plan backup policies, disaster management strategies, scheduled maintenance, security audits, etc. Like every other discipline, sysadmins have their tools of trade. Utilizing proper tools in the right case at the right time can help maintain the health of operating systems with minimal service interruptions and maximum uptime. Continue reading
How to pass PCI tests with SQUID
First, you need to have the latest Openssl libraries in order to compile squid within. Then, apply the provided patch before you built squid.
Squid 3.2.5 – tcp_outgoing_mark ignored for tunnelled CONNECT requests
Last month, I decided to apply a network policy in order to point the web traffic on differents links based on the domain url.After compiling the last version of Squid (3.2.5), I made my dstdomain ACLs and tested some sites. Great ! it works… until I check https browsing. Continue reading