With this guide you can create a filter for fail2ban to block hack on wordpress login. To first create the filter and paste this code After add the jail in /etc/fail2ban/jail.conf at the and of the file Now restart fail2ban In logpath parameter you need to specify the log file to analyse. In this case I’m […]
Uccidere processo per nome
Esistono diversi modi per uccidere un processo per nome se lo conosci.Ecco un paio di modi differenti per fare questo. Abbiamo intenzione di assumere che il processo che stiamo cercando di uccidere si chiama irssi These techniques can be useful in shell scripts, where you wouldn’t know the process ID and would […]
watch e sync
Ho creato questo script come descritto nel titolo “watch e sync” per osservare una determinata cartella e sincronizzarla tramite rsync su un’altro server. Nello specifico l’ho scritto per sincronizzare la document root di un server in load balance sulla piattaforma AWS cloud!!! This page has been readed 392 times
watcher and sync
I made this script so as the tile describe “watcher and sync” to watch a certain folder ans sync it to another server through rsync. I made it to sync the document root of a web server in load balance in AWS cloud!!! This page has been readed 549 times