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 […]