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 […]
Solution for slow SSH login in CentOS 6
If SSH login is very slow in CentOS 6 it’s because they have added another security feature, the SSH server will do a reverse DNS again for any incoming connection, this will delay connection up to 13 seconds, to avoid this: Access the server Edit the ssh config nano /etc/ssh/sshd_config Look for use dns […]
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 […]