Thursday, February 21, 2013

android on windows

bluestacks
youwave
socketeq

Wednesday, February 20, 2013

Apache Logs : Sorting IPs by number of hits

 cat bluecrm-access_log | awk '{ print $1 }' | sort -n | uniq -c | sort -n 

Blog Archive