Powershell and Expiring Certificates
A quick powershell excerpt, that will look for any certificates that expire in the next 30 days: Get-ChildItem cert:\LocalMachine\My ` | where …
A quick powershell excerpt, that will look for any certificates that expire in the next 30 days: Get-ChildItem cert:\LocalMachine\My ` | where …
I’m quite passionate about security as an issue for developers. It’s a highly complex area, and should be an integral part of …
I keep forgetting where this site is, but it’s great for developing and testing regular expressions. Noted for future! http://rubular.com/
Wow – so after a couple of very frustrating days, we finally seem to understand a really annoying problem in our web …
Starting a blog is an interesting process – this will be my fourth post and I’m aware that blogging on a regular …
Today I wanted to add a quick async build event to Visual Studio – specifically I wanted to send a quick wake …
This looks exciting, lots of potential: https://www.thalmic.com/en/myo/
Complexity is one of those areas that seems like it should be fairly easy to understand, but ironically I’ve found the opposite. …
Whilst updating myself on Heartbeat I came across this great resource to check the SSL configuration of your web server: https://www.ssllabs.com/ssltest/ Definitely …
It is important to me that I incorporate some interesting photos with my blog – so it was a great find for …