Monthly Archives: August 2019

Phishing Defenses

I wrote recently about an attack on utility companies by crafting a clever email aimed at specific engineers. That could easily happen with software developers and IT pros, which is why I think it pays to be extra cautious when … Continue reading

Posted in Editorial | Tagged | Comments Off on Phishing Defenses

Lots of data in RAM

I remember buying my first computer after college. At the time I was working part time and in graduate studies part time. My aging high school era Apple II wasn’t capable of handling the load, not to mention its 300baud … Continue reading

Posted in Editorial | Tagged , | Comments Off on Lots of data in RAM

Changing Git Credentials in Windows

tl;dr For Windows when you need a different account. I had to work with a new GitHub account recently and needed to add a separate account. I worked through that process and managed to get things to work with a … Continue reading

Posted in Blog | Tagged , , | Comments Off on Changing Git Credentials in Windows

Jenkins in a Container

One of the things I needed to do recently was get Jenkins running as a demo for a customer. We have some pre-built VMs to do this, but I wanted to experiment with a container. This post covers what I … Continue reading

Posted in Blog | Tagged , , | 2 Comments