DDos check

you can modify the command with the most used attacking words like wget, etc find /usr/local/apache/domlogs/ -exec egrep -H ‘(wget|curl|lynx|wget)%20? {} \; tail -100000 /usr/local/apache/logs/access_log | awk '{print $1}' |…

Continue ReadingDDos check

SCP

Copy files securely from host to host with SCP SCP is a really handy utility for copying files to or from your machine to another host over SSH. Usage: scp…

Continue ReadingSCP