Linux by example – Download sources
We talk about creating directories with the right permissions, downloading source files and verifying the validity of the downloaded files.
I’m trying to solve all the Advent of Code puzzles in this video series.
Going though the process of solving the advent of code challenges for this year.
We will create an image from scratch in docker and add that to a docker registry so we can reuse that image when we create new docker instances, controlling the whole flow. Working with docker and registry First of we install the docker client, server and registry on our debian machine. apt install docker docker.io…
We look into Video Enhance AI giving some examples and talking about how it works.
Keeping track of your disks in a Ceph cluster is important so you could replace them in time before data loss. In this video we look into how to use SMART data to run a machine learning prediction in order predict when a disk fails. SmartMonTools is used locally to fetch the data. The data…
We look at configuring and running training in the cloud.