Archive | August, 2009

31 August 2009 ~ 0 Comments

Monitoring SSL certificate expiration with ssl-cert-check

TweetI was about to write a script using OpenSSL to monitor the SSL certificate expiration dates for a few servers when it dawned on me that someone had probably done this already. The ssl-cert-check shell script takes a list of hosts/ports and prints out the expiration date (and how many days away that date is). [...]

Continue Reading

21 August 2009 ~ 0 Comments

QuakeLive?

TweetQuakeLive? Really? Doesn’t run on my desktop, I guess due to being 64-bit. Very sad…

Continue Reading

Tags: ,

18 August 2009 ~ 0 Comments

Amazon changed their API

TweetAll requests to the Amazon API have to be signed now, and since I don’t even use my stuff I didn’t bother changing it, so all my old Amazon store code is dead now. But fortunately they made it really easy to setup a fake storefront for stuff I like: http://astore.amazon.com/evanhoffmasho-20 Wee…

Continue Reading

06 August 2009 ~ 0 Comments

Migrating RT from mysql to postgresql.

TweetSo I wanted to move our old RT 3.6 system to a new VM running a clean CentOS 5.3 x86 install and RT 3.8. I got RT installed but the 3.6 system was running on MySQL, which sucks (still), and I wanted to move it to Postgres, which rules (more and more each day). So [...]

Continue Reading