Tag: Linux
All the articles with the tag "Linux".

Terminal Not Starting
I just installed Manjaro on my laptop and found a quirk problem where the terminal won't fire up. I resorted to installing xfce-terminal to see what was do

Traefik Swarm
Updated:Traefik is a reverse proxy that is configured directly from your docker configuration.

QEMU/KVM and virt-manager
Updated:Setting up an open source virtualization solution is pretty straight forward. You just need to ensure you include all the components. This should drag in a

Upgrading Ansible AWX
Updated:What a frustrating exercise to get to do something so simple! I'm running Ansible AWX 14.1.0 as a local docker install. The installation did all the hard w

Docker Swarm Debugging
Updated:One of the most helpful pointers I found was to spin up an alpine container on the virtual network you're struggling to get connectivity over. Then you can

Trusting CA Certificates (manjaro)
Updated:This uses a completely different scheme than Debian. Let's say I have two .crt files (pem format) for intermediate and root certs use the trust program to

Apache Directory Studio - No More JNDI
Updated:In a previous article Apache Directory Studio – JNDI I explained how to keep the JNDI connection to use LDAP over a socks proxy. It looks like this has gon

Docker Swarm
Updated:It's time to look at building replicated services using Docker swarm. Mostly I build lots of docker compose configs, but not had the need to create an auto

Horizon Client System Lock Up
Updated:For the past few week I've had a really frustrating time dealing with a customer system. Initially I put it down to me moving to Manjaro and the VMWare Hor

docker-compose healthcheck
Updated:Here I'm building a library of health checks used for various docker-compose containers. MySQL / MariaDB healthcheck: test: [ 'CMD', 'mysqladmin', 'ping',