Resources http://lartc.org/ WebCBQ Bandwidth Manager pfSense – Open Source Firewall Distribution
Closure
How Google Does It: Using Closure Tools for Large JavaScript Applications Closure http://yeoman.io/ http://plovr.com/ http://www.amazon.com/gp/product/1449381871?ie=UTF8&tag=bolinfestcom-20&link_code=as3&camp=211189&creative=373489&creativeASIN=1449381871
SearchSecurity: DDoS Attacks
Resources Akamai buys DDoS mitigation provider Prolexic in $370 million deal Mega DDoS attack prevention How to prepare for larger DDoS attacks Prevent DDoS DNS amplification attacks by securing DNS resolvers
Renaming multiple files in bash linux
$ for f in *; do mv $f ${f}_; done
Split apache access_log file(or files) by date
$ /usr/share/awstats/tools/logresolvemerge.pl ../access_log.* | cronosplit –template “%Y-%m-%d_access_log”