Linux by example – Building libraries and tools
We build some important tools, the M4 compiler and libraries needed by the system.
We solve the day 1 challenges for the Advent of Code.
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…
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …
I got a new fancy box with a network switch. This is just a unpacking and first impression kind of video of a bargen buy for my new rack.
We use Munin to monitor servers with different resources and critical operations. Munin will contact each server and ask for statistics and monitor if a service is running and have enough resources to work.
We are looking into the vulnrability of Log4J version 2 and how to mitigate the exploit. We also look at the differences of version 1 and version 2 of Log4J