SEC (Simple Event Correlator) is an open source and platform independent event correlation tool that was designed to fill the gap between commercial event correlation systems and homegrown solutions that…
Categorie: Unix
SSL LetsEncrypt
Let’s Encrypt is a free, automated, and open Certificate Authority. Installatie Enable LetsEncrypt # vi /usr/local/directadmin/conf/directadmin.conf Search for the string letsencrypt=0 and replace it with letsencrypt=1 letsencrypt_renewal_days=60 , the 1…
Mod security
Mod security Mod security uitschakelen op een Plesk machine Maak het volgende bestand aan: /home/vhosts/domeinnaam/conf/vhosts.conf <IfModule mod_security.c> # Turn off mod_security filtering. SecFilterEngine Off # The below probably isn’t needed,…
Nameservers
Het kan zijn dat ns2 of ns3 niet meer replicaten. Dit kan opeens voorkomen. In de error log staat dan een error code 1129 Oorzaak is Nagios, die polt op…

Diverse FreeBSD commandos
Verwijderen van 2 dagen oude bestanden Gebruik dit om eerst te zoeken, dit ivm controle op juistheid commando # find /tmp/. -name ‘php*’ -mtime +2 -exec ls -als {} \;…
Hosts.allow en Hosts.deny
Hosts.allow De standaard /etc/hosts.allow voor shared webservers, en machines. SSHD : 192.168.1.120 : allow SSHD : 192.168.1.125 : allow Hosts.deny Hosts.deny De standaard /etc/hosts.deny voor shared webservers, en machines binnen ons beheer. ALL : ALL
SSH beveiligen met private key
Met SSH kun je op afstand inloggen op een Linux/Unix server. Om ervoor te zorgen dat er geen onbevoegden op de server kunnen komen dien je een aantal instellingen aan…