Linux by example – Binutils, Math and Shadow
We are in our new Linux environment and create Binutils, some math libraries and the shadow system for user and password management.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to use jreleaser and deploy our code to Github and creating release documentation with some simple steps.
We will look into Ceph Dokan which is a new library and command-line client in order to mount your Ceph cluster to a drive letter in Windows 10. Ceph Dokan still very much in beta but it can pretty easily be installed and mounted using some Windows voodoo.
I go through the basics of accessibility. Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/TR/WCAG21/
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
I looked into how to make Vitess run in a production environment with High availability. I set up a haproxy to load balance the …