Modding Cyberpunk 2077 on Linux: The Wine Dependency Fix
I look into how to add Wine dependencies to get all the mods in Cyberpunk 2077 to work on Steam. There are always missing ...
I’m trying to solve all the Advent of Code puzzles in this video series.
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…
In this video i will do a quick introduction to rust and introduce some important concepts that rust uses to handle packages and build your executables. Rust is a programming language that have been hyped since it’s introduction. It mixes good structure with execution performace, type safety and memory management.
We are looking into the new version of Java 21. Go through all the features that are finished in this release and some of the features that are still in the works.
I got a donation of three SuperMicro machines. In this video I go through the first steps I do when getting new hardware. We do an …
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.