Managing multiple versions of PHP (or other things too)

One of the issues that I have faced is having and running multiple versions of PHP with ease.  I currently have 6 versions of PHP on my development machine.  Before, to invoke the non-primary version, I would have to call it by the full path.  I’ve tried making a common directory with symlinks and with shortcuts to the executables, but that never worked.

Continue reading “Managing multiple versions of PHP (or other things too)”

Better SSL than Google? Let’s Encrypt is Good!

I was rather shocked.

After moving the server into Google Cloud, I decided to see what the SSL testing by SSL Labs would say about it.  I secure all of my servers with the Let’s Encrypt program sponsored by the EFF and others.

I was use to getting a score of A with their test.  Today though, the results came up A+. I have never seen SSL Labs give out an A+ score before. Not even to Google.

Continue reading “Better SSL than Google? Let’s Encrypt is Good!”

Generating Random Passwords 6 – Fixing the Non-Printing Characters

In the last post, Generating Random Passwords 5 – Saving The Password, there was an issue with the passwords that were posted here.  Did you catch it?  They were not 32 characters long, even though I had specified that.  Or rather, they had characters we could not see.  These characters did not render, but were there.

Continue reading “Generating Random Passwords 6 – Fixing the Non-Printing Characters”