Creating your own Javascript overlay for Twitch

2022-04-04 09:04:25 - No Comments

We go through how to create a twitch overlay in javascript so we can play a game and show updates in the overlay if the javascript code detects new followers. We also integrate it with a real-time clock counting down for stream end.

Read more →

How does Ceph scrubbing work?

2022-03-28 09:03:09 - No Comments

We look into the Ceph scrubbing process, how it works, what to expect when something goes wrong. Some techniques to handle issues and work around them. We also talk about the difference between deep scrubbing and normal scrubbing. Last but not least we talk about filesystem scrubbing.

Read more →

How Video Enhance AI works

2022-03-21 09:03:46 - No Comments

We look into Video Enhance AI giving some examples and talking about how it works.

Read more →

How to use Slim 4 framework

2022-03-14 09:03:32 - No Comments

We look into how to use the Slim 4 framework. First, we will talk about the difference between the Slim 3 generated code from OpenAPI and then we will look at the new requirements for Slim 4 and how to run it in a production environment.

Read more →

How to make a contribution to the Ceph source code

2022-03-07 09:03:53 - No Comments

I go through a recent PR I created on the Ceph project. This contribution was something that solved a problem that really annoyed me when I’ve used the dashboard regularly the last weeks during a large upgrade/migration.

Read more →

Setting up a Samba share in Debian to work in Windows 11

2022-02-28 09:02:34 - No Comments

We look into creating a Samba share on Debian. Then we connect to it from Windows 11 so we can work on our project in Windows and transfer data over Samba and run it in Linux.

Read more →

How to install OpenStack with Kayobe

2022-02-21 09:02:11 - 2 Comments

We look into installing OpenStack using Kayobe. OpenStack is a compute cluster solution with a lot of different services that could handle many task such as storage, network, compute and orchestration.

Read more →

PWNKit – “I’m root now!” – Less than a second.

2022-02-14 09:02:50 - No Comments

We look into the PWNKit vulnrability and how it works. PWNKit is a linux exploit that have been in linux environments for over 12 years. We look at how it works and what is required to be vulnrable and different approaches to secure your system.

Read more →

What is Kerla? – Running Linux in Rust

2022-02-07 09:02:22 - No Comments

We look into Kerla a Linux kernel written in the rust language. We talk about the use cases Kerla could be used for and what its future plans might be.

Read more →

How to use Zenity with examples

2022-01-31 12:01:03 - No Comments

We look into how to use Zenity showing by some examples. Zenity is a graphical tool for your scripting to show dialog boxes on the GUI and return the result from Zenity back to your script.

Read more →

How to set up a cluster with CephAdm

2022-01-17 12:01:02 - No Comments

We look into using the cephadm tooling to bootstrap and configure a small cluster with 3 drives and multiple hosts. We go into how cephadm administers different resources and shares them between hosts. Installing main host First we need curl in order to fetch the cephadm application sudo apt install -y curl Then we download […]

Read more →

How to use Log4J library in 2022

2022-01-10 12:01:02 - No Comments

We are looking into the vulnrability of Log4J version 2 and how to mitigate the exploit. We also look at the differences of version 1 and version 2 of Log4J

Read more →