Articles
-
Taming port-forwarding to k8s pods with SOCKS
Some times, especially during development, I need to connect to lot's of k8s pods using command-line curl (or other tools I have on my PC). The traditional solutions is to install a "jump-pod", and execute the commands there. Today I had enough and installed a socks proxy pod in the k8s cluster.
Read on... -
Deploying a docker-registry in your private kubernetes cluster
It is surprisingly hard to deploy a private docker registry anywhere, and kubernetes is no exception.
Read on... -
Deploying distcc in a kubernetes cluster to transform it into a big, fast build-machine.
For C++ developers, more cores to build on means faster builds. If your project is big, more cores can make a significant boost. If you have a local k8 cluster with spare CPU, it's amazingly simple to turn it into a build-machine.
Read on... -
Docker Cheat-Sheet
Just some notes for myself.
Read on... -
Lenovo Legion Y730 as a Linux Workstation
My experience and spells to make the Lenovo Legion Y730 work well on Debian Buster and Ubuntu 18.4 and 18.10
Read on... -
Some words about a simple experiment with QT
What does it take to make a simple Qt/QML application and deploy it on iOS, Android, macos, Linux, Windows? Let's find out!
Read on... -
How to make std::shared_ptr<> objects singleton instances
How do you ensure that, for example, a database wrapper, only hands out one instance of any given data object?
Read on... -
How to install Docker Swarm with docker-machine
How to install Docker Swarm on a Linux machine in a minute.
Read on... -
A simple way to handle callbacks with Android and swig
How do we call a C++ std::function<> based callback from Android, in the simplest possible way?
Read on... -
How to install Docker on CentOS with Ansible
A very naive Ansible Playbook to install Docker and Docker Compose on CentOS.
Read on...
