Overheard : Comment about Hardwork
Interesting analogy to Thomas Edison’s quote “Genius is one percent inspiration, ninety-nine percent perspiration” by Elizabeth Gilbert on a recent Radio Lab show 99% Oyster and...
Interesting analogy to Thomas Edison’s quote “Genius is one percent inspiration, ninety-nine percent perspiration” by Elizabeth Gilbert on a recent Radio Lab show 99% Oyster and...
Came across quote by Robert A. Heinlein on a blog post by Jacques Mattheij regarding a what a competent man should be able to do A...
Not hesitating for a moment to put your nose near someone’ arse to check if they pooped Thinking it is cute when someone pees in your...
We needed to add a certificate that is currently in PKCS#12 format currently into a java keystore at work recently. The typical step would be due...
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...