Found a list of Useful OpenSSL Commands today. Mostly I wanted to get the subject out of a cacert.pem file which I wasn’t sure of:
openssl x509 -text -noout -in hostcert.pem
Found a list of Useful OpenSSL Commands today. Mostly I wanted to get the subject out of a cacert.pem file which I wasn’t sure of:
openssl x509 -text -noout -in hostcert.pem
Found a free ebook Beginning Perl the other day and started working my way though it. After a few chapters I realised I didn’t really want to learn Perl. I think I’m going to focus on PHP. I can get shit done in PHP just as easily as I could in Perl.
Learned about a web design website today called A List Apart. It seems to have some interesting content centered on web design.
I got a referral from Stuart Laughlin to initializr which is a handy HTML/CSS/JavaScript template generator. Stuart’s recommendation was to use the Twitter Bootstrap template.
Watched this talk today on Responsive Design by Shawn Wildermuth.