hey.. you can get all ip in your httpd log access file sorted and show decreasely by the ip itself.
sort asiajam.com-access_log| grep zanox |awk '{print $1}'| uniq -c | sort -nr
hey.. you can get all ip in your httpd log access file sorted and show decreasely by the ip itself.
sort asiajam.com-access_log| grep zanox |awk '{print $1}'| uniq -c | sort -nr
No comments at this moment...