HOW TO : Use grep and awk to find count of unique entries
I have use grep extensively before to analyze data in log files before. A good example is this post about using grep and sort to find...
I have use grep extensively before to analyze data in log files before. A good example is this post about using grep and sort to find...
quick note for self. If you are capturing traffic using tcpdump, you can rotate the capture files based on size [code]sudo tcpdump -i INTERFACE_TO_CAPTURE_TRAFFIC_ON -C 10...
If you are using the mod_proxy feature in Apache to forward requests for certain content to a backend server, but want to restrict access to that...
A collection of one liners using different tools and programming languages to run a full fledged web server on any machine. They can be used to...
I am a Google fanboy. And I don’t make a secret of it :). All the smartphones I have ever carried are Android based, unless you...
Blogging this as a “memory” note for myself 🙂 I was putting together a report for work and needed one of the pages in the word...