When I decided to set up a home lab, I knew that I needed a powerful and reliable server to run my virtual machines and store my data. I started my journey by purchasing a used server from eBay, thinking that it would be a cost-effective solution. However, I soon realized that the server I…
My Tech Blog
The ultimate IT learning journey!
As someone who has always been fascinated by technology, I have decided to take the leap and start my learning journey in IT. I am excited to delve deeper into the world of networking, network security, SysOps & DevOps. The first step in my journey was to familiarize myself with networking concepts. I started with…
Bit of tea with GITea!
I Self-Hosted My Own Gitea Instance on a Homelab – And Why You Should Too If you are a developer, tinkerer, or one who values having control of your data, well, you probably have thought about hosting your own version control system. It all started for me when I set up Gitea on my homelab….
How I Got qwebirc Running in Docker
How I Got qwebirc Running in Docker (2025-proof, no Apache, works with Cloudflare Tunnel) qwebirc is awesome, but it’s Python 2 + Twisted era software. On modern hosts that means: Here’s exactly what I did to make it work, end-to-end. 1) Build a Python-2/Twisted image from the Debian archive Create ~/qwebirc-docker/Dockerfile: Build it: 2) First…
PiVPN / WireGuard Complete Setup
This tutorial will show you how to install your own personal Raspberry Pi-based VPN into your network using PiVPN and WireGuard. Why would you want to do this? A number of reasons – remote access to your local servers and files, surfing through your own Internet connection when on the road, and just general good…
Automation – How to Automatically Clean Up Unused Docker Images
Tired of constantly cleaning up unused Docker images that accumulate over time? Here’s a simple and effective solution. Login to your server terminal where you’re hosting docker You can add a prune job on your Docker host that: Runs automatically at regular intervals (e.g., daily/weekly) Prunes all unused images Add the following line to your…
PHP-Fusion 7 CMS fully dockerized!
This idea came to me after I was trying to recover a deprecated database that I had for a very old website based on php-fusion’s CMS. Sure, these days they do have a new version but, the new version would not work with my old database. So I thought, why not DOCKER? 🙂 Using Docker…
Kubernetes cluster. Why and how
Think of Kubernetes (often shortened to K8s) as a system that helps you manage and run multiple applications (or “containers”) across different computers automatically. Instead of manually starting, stopping, and updating apps, Kubernetes does it for you in an organized way. 🔹 Breaking It Down: What is Kubernetes? Sure! Think of Kubernetes (often shortened to…
Installing GNU-World on ircu2
OS SUPPORT: Ubuntu 20.04.2 LTS \n \l – Server / Raspberry Pi 4 Pre-Requisites 1 – Update OS and change Host. (root) NOTE: This Config is only on IPv4 if you don’t have a IPV6 Tunnel config. add – irc.testnet.org add – 127.0.0.1 irc.testnet.org 2 – Install (byacc, flex, screen, make, cmake, zip, perl, automake,…
Replacing Cloudflare Tunnel with Tailscale on a VPS
Why Switch from Cloudflare Tunnels to Tailscale? While Cloudflare Tunnels is a popular choice for opening home networks, Tailscale offers greater control over device access and simplified configuration using WireGuard. With Tailscale on a VPS, you can secure your home network without compromising on security or dealing with port-forwarding and firewall configurations. Prerequisites Tailscale Installation:…
KASM – My main workspace RBI
In this blog post, I’ll walk you through the process of installing KASM, a popular Remote Browser Isolation (RBI) solution, as the main workspace on a home lab using a virtual machine (VM) in Proxmox. This setup will enable you to securely isolate web browsing activities, protecting your network and sensitive data from potential web-based…
Transforming a Mini PC into a Powerful Home Network Hub / Router/ Firewall with OPNsense
When it comes to optimizing home network infrastructure, the choice of hardware and software plays a pivotal role. I recently embarked on a project to elevate my home network using a fanless mini PC and the robust capabilities of OPNsense. Here’s a detailed journey of how I turned a compact, silent mini PC into a…