tech

Converting a WordPress blog to Hugo

As I’ve discussed in other places, I’ve tried quite a few times to have a blog. That sounds pretty simple, but here are some notes on converting one of those blogs which was a hosted WordPress blog.

Check VPN connectivity from command line

I pay TorGuard (affiliate link) for VPN services. Mainly because sometimes I do some shady shit (that’s alliteration). No matter what I’m doing, it is often worthwhile to see how my web browsing traffic looks to the outside world. So here are some notes on how I can check that from a command line.

Desktop switch

Background When I started my current role, I had never worked from home before. So I’m pretty clueless as to the best way to do this. I’ve got a LOT of work to do in order to have a respectable home office.

Testing Ansible with Molecule AND Travis

At one point I was restarting all my ansible roles to include testing with molecule. Then I realized I could test with github and Travis-ci which was also cool. Then I finally realized that I can do both, but use the same tests.