Linux by example – System setup
We create a lot of directories for the new Linux environment and copy the required files to continue building our system.
Looking into the configuration file and talk about what the different parameters mean
We talk about the requirements for home work and what experiances we have gained working from home for a couple of years.
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.
We look into writing a custom log4j appender in java and how to send you to log messages with an appender to RabbitMQ. Writing a custom appender is challenging due to performance considerations.
We compile and look at the code for the Tensorflow lite demo, looking at the key concepts.
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…