Spin Up a Kiwi TCMS Dev Environment on Ubuntu 24.04 Server (Headless) and Access It via SSH Port Forwarding
Goal: Build Kiwi TCMS from source on a GUI-less Ubuntu 24.04 Server and run it in development mode (Django runserver […]
From Kubernetes and Ceph to Proxmox, Kafka, Jenkins, Vault, Android, and CI/CD, every guide here is a tested, step-by-step walkthrough from my lab.
Goal: Build Kiwi TCMS from source on a GUI-less Ubuntu 24.04 Server and run it in development mode (Django runserver […]
Goal of this postDocument the exact debugging path we followed when our Delta table started showing more rows than Cassandra—step
This post is a follow-up to:Upgrade Apache Spark 3.5.6 → 4.0 on Ubuntu 24.04 (Single Node, Classic Mode) What you’ll
Goal: Install Spark 4.0.0 (Hadoop 3, Connect build) at /opt/spark, but keep Classic mode for now by setting SPARK_CONNECT_MODE=0.We’ll remove
This guide connects Zabbix 7.4 at https://zabbix.maksonlee.com to Keycloak at https://keycloak.maksonlee.com (realm maksonlee.com) using SAML 2.0, and enables Just-in-Time (JIT)
What you’ll do: add a Linux machine to Zabbix using the standard agent so you get CPU, memory, disk, filesystem,
Summary: Ubuntu 24.04’s repo installs MariaDB 10.11.x. This guide adds MariaDB’s official APT repo to install MariaDB 11.4, secures the
This post shows a clean, reproducible path to stream ThingsBoard data stored in Cassandra 5.0.5 into Kafka 4.0 using Debezium
Symptom Ubuntu 24.04 ships Python 3.12, but cqlsh 6.2.0 (Cassandra 5.0.x) only supports up to Python 3.11. This post shows
Need Python 3.11 on Ubuntu 24.04 (which ships 3.12)? Use pyenv to install 3.11 side-by-side without touching /usr/bin/python3. At a