GWT in Practice at Manning GWT in Practice at Amazon GWT Resources
Coming Soon! Android Resources
this oneliner does the same: grep "GET /default.ida?XXX" access.log |cut -f1 -d' '|sort|uniq
wc -l on this gives me 324 unique hosts to block.
re: php logging why store them seperately when the log file already keeps it? just cron log it and merge it with the ipchain blocked hosts.
More information about formatting options
Re: Apache CodeRed Countermeasures
this oneliner does the same:
grep "GET /default.ida?XXX" access.log |cut -f1 -d' '|sort|uniq
wc -l on this gives me 324 unique hosts to block.
re: php logging
why store them seperately when the log file already keeps it?
just cron log it and merge it with the ipchain blocked hosts.