Crafting Wolfenstein: Mapping Legendary Mazes to Minecraft Blocks in Java

2024-11-25 11:11:21 - No Comments

This video we dive deeper into how to parse Wolfenstein map data and draw them in Minecraft. We look at RLEW and …

Read more →

Don't lose data, a first look into Bacula backup solution

2024-11-18 11:11:21 - No Comments

This is my first look into Bacula. A backup solution where you can read data from multiple clients and store it on different storage …

Read more →

Wolfenstein 3D in Minecraft? I generated the maps.

2024-11-06 11:11:21 - No Comments

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 …

Read more →

Can you play Wolfenstein 3D in Minecraft? I generated the maps.

2024-11-05 11:11:21 - No Comments

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 …

Read more →

Essential DNS TXT Records for Email Delivery

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

This short promotes my video about the DNS TXT records required to deliver your emails to all email providers. If you send an …

Read more →

Getting Your Emails Out of Spam and Into the Inbox! 📧

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

In this video, we look into how to set the proper TXT records in your DNS and sign your email to show up in the inbox of all email …

Read more →

Running ChatGPT Locally: A Guide to Open WebUI and Ollama Integration

2024-10-21 10:10:22 - No Comments

In this video, we talk about Open WebUI, an open-source ChatGPT that you can run locally. It’s a front end that simplifies the use of …

Read more →

Unlock Your 💡 Creativity with ChatRTX: NVidia's Local LLM for Windows!

2024-10-14 10:10:21 - No Comments

NVidia has created a turnkey solution, ChatRTX, for Windows users. With this simple installation, you can query your documents …

Read more →

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 - No Comments

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 →