GPS antenna wall mount

I made a mount for my gps antenna that I can screw into the wall....

2 minute read

Pre commit and ansible vault

I have good experiences with ansible-lint and similar as pre-commit hooks for git. I use...

1 minute read

Unprivileged LXC

LXC is cool, and useful as a VM substitute for many things. I prefer using...

5 minute read

Kodi upgrade

I had issues with some video formats, especially the h265, which showed green palette. It...

3 minute read

ERR_UNSAFE_PORT

I did the usual ssh portforward ssh someserver -L 10080:127.0.0.1:5000 Connecting using Brave gave me...

1 minute read

sudo mastery book review

Continuing reading from the Lucas bundle of books, I got from the “Run you own...

2 minute read

git package not updating

debsecan told me I have a security issue with the installed git. This turned out...

2 minute read

Molecule tester container

For CI, I like to make specialized docker containers, to avoid doing installations as part...

3 minute read