HOW TO : Convert PFX/P12 crypto objects into a java keystore
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...
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...
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...