Linux by example – Automake and Autoconf
We are in our new linux environment and create automake and autoconf used to generate configuration scripts for building more packages in your system.
In this video we will cover what I use in my ceph cluster. I’m not an hardware reviewer but this is an example of what kind of hardware that could be used in a ceph cluster. Especially if you want to create a cluster for home use or testing.
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
We talk about building language compilers and their usages within linux.
In this video we setup rust jni to call a rust function from java using jni. Java native interface is a great way to enable quick calls to native code built in other languages like Rust. This approach can be used for other languages as well.
After a critical failure, we look into resizing an OSD in our Ceph environment. Unfortunately, the drive is entire, so resize of the OSD was the only option to start the service.
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.