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

Gnome Background Colours
Updated:I rarely use pictures on my background wallpapers and like to use simple colors. There doesn't appear to be an option in gnome-tweaks to allow me to attain

Bash Linting
Updated:I had some of my bash code commented on publicly and the one comment was "You should run your scripts through shellcheck ." This was probably the most usef

Prosody Debugging
Updated:After building an ejabberd container set I'm continuing my foray into the world of xmpp by looking at prosody . I've run into a few man traps along the way

Load Testing with Locust
This has been a very tough few days. I was asked to build some load testing scripts for use with Locust. I was told "How hard can it be? Just a few scripts

Apache Directory Studio
Updated:After upgrading Directory Studio - which is a simple case of extracting the tar.gz file into the location you want the executable eg. $ cd /usr/bin $ sudo

Switching Java in Manjaro
Updated:I've a few programs that require Java and some need older version that others. I currently have openjdk 8 and 11 installed and needed to switch the default

Keycloak API
Updated:Keycloak is a great tool for authentication and I'm bundling it into a package that includes LDAP. What I want to do is automate the deployment of Keycloak

Templating
Updated:Quite often I find myself creating files using a template that populates content using the projects .env file. Mostly I find myself using good old bash to

ejabberd and CA Certificates
Updated:When running the ejabberd docker image in my container set I ran into a problem where I hit the rate limiter on Let's Encrypt. This meant I could switch to

mod_shared_roster_ldap
Updated:Getting this shared roster from LDAP into my ejabberd config has been an absolute nightmare. Everything I find seems to be people asking the same question