Verifying SSL on custom ports

Your shiny new SSL needs to operate on specific ports. How do you check you've installed correctly?

If you want to verify SSL is installed correctly on other ports, you need to dig deeper.

openssl s_client -connect my.domain.com:465
openssl s_client -connect my.domain.com:993

This example shows incoming and outgoing mail connections.

Killing Linux programmes by name

You're forking about with PHP - way to go! Then it spawns itself because of a bad dev script and you need to kill it in a jiffy.

2 min read

Mongo PHP Extension in MAMP

Some things really shouldn't need notes. Adding the PHP MongoDB extension on MAMP does.

5 min read