Advent of Code 2022 – Day 3
I'm trying to solve all the Advent of Code puzzles in this video series.
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.
I looked into LastPass Vaults, what is stored and how secure are we using LastPass after their breach were all vaults with password where stolen.
We look into logrotate on Debian and figure out how timers actually work with a system with cron installed and configured. This was a bit of a gotcha for me, so hopefully, this will help you when you configure logrotate and want to use the timers in Debian to set a correct time.
I show off an open-source project I started writing a RabbitMQ executor in Java. This little tool is something you can deploy on a machine in order to execute workloads from a RabbitMQ queue. The executor will run the commands defined by a file and return the result to another queue.
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 create an application parsing different documents with embedded content in order to extract text and images.