Docker – Administer Docker Server Remotely With Docker Context (Over SSH)
Once you have deployed your single, or multiple, Docker server(s) and find Kubernetes a bit much or overkill. You may want to administer your swarm of containers, much in the same manner as kubectl helps administer Kubernetes pods. This is possible with Docker Context. Here’s how to connect administer your docker runtime(s) remotely using Docker […]
Kubernetes – Issue Certificates With Cert-Manager And LetsEncrypt
Buying certificates, even the extended validation ones, is (in my opinion) part of the old ways. I personally don’t see the value in authorizing more than domain, or IP-address, ownership when issuing certificates via the PKI model. This can be done with Let’s Encrypt, and automated with cert-manager in your Kubernetes cluster. Here’s how I’ve […]
Docker – Allow Delete From Docker-Registry
Once your start to build and push new, fresh docker images to your private registry. Or even worse, start automating CI/CD pipeline builds that builds and pushes.. You may end up with Docker images you do not want any more, or that you have created by mistake. Here’s how to remove them when you are […]
Passbolt – Backup/Export Password Database To Keepass
The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how.’The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how. Remember to keep it in a safe place, preferably encrypted cold-storage. Back me up […]
Fast GZip Compression With PIGZ
Compressing TAR archives with GZip can be.. slow. What if you could use all the threads available on your CPU? You can with PIGZ! Install on MacOS with Brew: Compress tar archives with pigz (high compressionrate) Save them bits 👾