Using IntelliJ Version Control > Log > Copy Revision Number with the following command is incredibly helpful in sharing commit summaries: git show -s –format=%s sha1 sha2 sha3 …
Continue ReadingCategory: Computing
Mac OS Import Keystore for Target Endpoint Under Test
So I like the following in obtaining browser client certs so that my test clients (i.e. io.restassured) can trust them: openssl s_client -connect www.website.com:443 -showcerts Then I can import the server cert for my integration tests into a new keystore: cd ~ /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/keytool -import -trustcacerts -keystore cacerts -noprompt -file ~/browser_cert.cer and then have my tests use…
Continue ReadingRemoving Application and Device Control (ADC) from Symantec Endpoint Protection Fixed VirtualBox
I can now finally use VirtualBox 4.3.14. Interesting that disabling the ADC policy was not enough, we had to remove ADC from the workstation itself before VirtualBox would start. InjectedDLL will reveal when sysfer.dll is being injected into Windows processes. http://www.nirsoft.net/utils/injected_dll.html
Continue ReadingMy Experience With Amazon EC2 Hosting With WordPress
With the new year comes new realizations for me in my Amazon EC2 hosting which I wanted to share so others could learn from my experience. It wasn’t as cheap as I thought, but still I am enjoying well over 50 – 70% cost savings in hosting. This is as compared to any other hosting company…
Continue Reading