Linux by example – Coreutils, python and build tools
We are in our new linux environment and create coreutils, python, ninja and meson. Talking about their usages and the importance of the utils in the core of linux.
I talk about my experience at a hackathon last weekend.
Looking into WebSockets and how to set up a simple server to send messages back and forth. I’m using a simple chat server example and sends messages from javascript and PHP.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into building Ceph from source. A build of Ceph is built from Github code using normal tooling. But I need to build my own packages as there is no new packages built for the Raspberry PI arm processor. There are quite some challenges and interesting things to keep in mind when building Ceph…
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …