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 go through the basics of accessibility. Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/TR/WCAG21/
We look at a regular expression to parse a URL in detail so we can reason about regex.
We are in our new Linux environment and create some more packages. util-linux – Linux utils e2fsprogs – file system programs sysklogd – logger framework sysvinit – handler to handle init run levels
We talk about building the test tooling we later will use to test the compiler and build systems.
I had to setup a docker image that could handle request in an API using async jobs to do the actual workload. This means that I had to have something running in the background async while also having a docker image with web server and php.
We are looking into installing Redhat 9 without any interaction using Kickstart. Kickstart is a tooling that gives you configuration options to prepare your system and manage the installation flow.