Linux by example – Create new user
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.
I look into the PiBox installation and give my first impressions of the software and features of the PiBox solution.
We look into scaling Kubernetes using a RabbitMQ queue or using horizontal autoscaling. There are guides for autoscaling using CPU, and I found a repository for RabbitMQ scaling. I will do the operations I’ve detailed in the git repository below.
We solve the day 7 challenges for the Advent of Code.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
I’m trying to solve all the Advent of Code puzzles in this video series.
I looked into building tensorflow from source on Windows. The reason, TensorRT released and I wanted to test the new functionallity. I got tensorflow to build after some tribulations using the latest source release. Sadly I never got the new functionallity of TensorRT up and running but I did headway at least.