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.
We look into how to install Apache Kafka in production using ZooKeeper for redundancy and working with topics. We also setup a producer for syslogs and checking the consumer for all the logs to appear.
In this video we look into the command wmctrl that we can use to organize our videos in Linux. If we add it as a keyboard shortcut …
We look into how to create a PiBox Template and install it on my PiBox. The procedure is very similar to creating a Kubernetes deployment, so that subject is also covered in this video.
I’ve looked into diskprediction. I think it’s an interesting way to figure out the state of your hardware by running a scikit learn model over your statistical data from S.M.A.R.T.
Learn how to install and configure Sonatype for efficient package management in your Java projects. In this tutorial, we’ll guide you through the setup process and show you how to deploy and release custom modules using this powerful repository solution. Ideal for teams that need to share assets and manage package versions, Sonatype makes it…
We look into how to create TFRecords to and handle images from a custom dataset. Later we load these records into a model and do some predictions.