Enhance Kubernetes with Ceph RBD: Deploy Portainer for Easy App Management

2024-10-07 10:10:21 - No Comments

After installing Kubernetes the hard way, I improved the cluster with a Ceph RBD connection. This creates a StorageClass that we …

Read more →

Mastering Kubernetes: Building a Cluster from Scratch Step-by-Step

2024-09-30 10:09:22 - 1 Comment

Mastering Kubernetes: Building a Cluster from Scratch Step-by-Step Setup jumpbox environment We start with installing some packages required for the setup process. wget and curl to fetch packages, vim to change configuration files, openssl for all the certificates we are required to create. Last but not least the git command to download the repository with […]

Read more →

Master Linux Window Management with wmctrl: Organize Your Windows with Ease!

2024-09-13 10:09:21 - No Comments

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 …

Read more →

How to Set Up Vitess for High Availability in Production (HAProxy & Keepalived)

2024-09-10 11:09:21 - No Comments

I looked into how to make Vitess run in a production environment with High availability. I set up a haproxy to load balance the …

Read more →

Manual Vitess Installation on Debian Bookworm with MySQL 8.0: Step-by-Step Guide for Production

2024-08-26 10:08:22 - No Comments

Installing Vitess manually on Debian Bookworm. This Vitess script will install Vitess 20.0.1 on MySQL 8.0.32 using Debian Bookworm as an operating system. Vitess requires MySQL 8.0 at the moment because some features are deprecated in 8.4. And the configuration package for MySQL 8.0.32 requires Bookworm. Prepare system First we need to install a couple […]

Read more →

From IMDB TSV to MySQL: Migrating Data with Custom Code 🚀

2024-08-15 10:08:21 - No Comments

I needed some test data to migrate into Vitess and training on GUI work. In this video, I go through the code I created to convert the …

Read more →

SuperMicro Servers: First Steps, BIOS Flash, & IPMI Setup Guide!

2024-07-15 10:07:03 - No Comments

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 …

Read more →

Build Your Own Chatbot with OpenAI's ChatGPT API: A Step-by-Step Guide

2024-07-08 10:07:01 - No Comments

We look into how to create a simple chat using the OpenAI Chatgpt API. We talk about context and how to use it to improve our …

Read more →

Implementing PayPal Payments: A Practical Guide and Pain Points

2024-07-01 10:07:01 - No Comments

In this video, I talk about the implementation of payment for my site, YouTool.app. We looked at what PayPal requires in their …

Read more →

Say Goodbye to File Size Limits! Uploading Gigabytes with Fetch

2024-06-17 10:06:02 - No Comments

We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …

Read more →

Java 23 – Gathering Modularity

2024-06-07 10:06:01 - No Comments

We look into the next long time supported version of Java, the latest revision 23 contains improvements in speed, simplicity and …

Read more →

I needed to run one docker container per host – Ansible deploy of Docker workloads

2024-06-03 10:06:01 - No Comments

In this video, we look at my ansible script for deploying my testloads. Join this channel to get access to perks: …

Read more →