Victor Shamallah
How To Install WireGuard VPN on Ubuntu 26.04 LTS
Every remote worker, every road-warrior laptop, every home-lab server that needs to reach the office safely ends up…
Install ArgoCD on Ubuntu 26.04 LTS
ArgoCD watches a Git repository and keeps your Kubernetes cluster in sync with it. That’s GitOps in one…
Install Rust on Ubuntu 26.04 LTS (rustup + cargo)
Ubuntu 26.04 is the first Ubuntu release where Rust powers core system utilities out of the box. The…
Create Multi-Boot USB with Ventoy on Linux
Most bootable USB tools format your drive, write one ISO to it, and that is it. Ventoy takes…
Run FreeIPA Server in Docker or Podman Containers
Most FreeIPA guides walk you through a bare-metal install that takes over DNS, Kerberos, and LDAP on the…
Optimize Docker Images with Slim (DockerSlim)
Slim (formerly DockerSlim) is an open-source tool that analyzes and optimizes container images. It inspects your Docker image,…
Install LAMP Stack on Ubuntu / Debian with Ansible
LAMP (Linux, Apache, MariaDB, PHP) is the foundation stack behind a massive number of web applications. Setting it…
Install kubectl Plugins with Krew
Krew is the plugin manager for kubectl – the Kubernetes command-line tool. It works like apt or brew…
Automate Penetration Testing with Infection Monkey
Infection Monkey is an open-source breach and attack simulation (BAS) tool developed by Akamai (formerly Guardicore). It automatically…
Setup TigerVNC Server on RHEL 10 / Rocky Linux 10
TigerVNC is a high-performance, open-source VNC (Virtual Network Computing) implementation that gives you graphical remote desktop access to…
Install Kubernetes on Ubuntu 24.04 Using K3s
K3s packs a full Kubernetes cluster into a single binary under 100 MB. No Docker dependency, no heavy…