Blog

Setting Desktop Wallpapers Using Group Policy

Overview Maintaining a consistent desktop background across domain-joined computers is a simple way to reinforce branding and create a more professional user experience. In my home lab, I use Active Directory Group Policy to copy wallpaper images from a central Synology NAS share to each computer before applying the wallpaper. This approach ensures the image …

Installing Docker and Portainer on Raspberry Pi

Overview Docker makes it easy to deploy applications without worrying about complex installations. Combined with Portainer, it provides a simple web interface for managing containers. This guide installs both Docker and Portainer on Raspberry Pi OS. Prerequisites Before starting, ensure: Step 1 – Update the System Run: Keeping the operating system updated helps avoid compatibility …

Installing Raspberry Pi OS and Enabling SSH

Overview The Raspberry Pi is one of the most versatile computers available for home lab projects. Whether you’re building a smart home controller, web server or automation platform, the first step is getting Raspberry Pi OS installed and enabling remote access. This guide walks through the initial setup so your Pi is ready for future …

Managing My Home Lab Like a Business: Windows, Active Directory and Group Policy

Introduction A home lab is not only about servers and applications. The devices connecting to the infrastructure also need to be managed, maintained and configured consistently. As Realm Labs expanded, manually configuring each Windows machine became inefficient. The solution was to introduce the same technologies used in many business environments: Active Directory and Group Policy. …

Monitoring My Home Lab: Using Grafana and Prometheus to Understand My Infrastructure

Introduction Once a home lab starts growing, simply knowing that everything is powered on is no longer enough. Multiple servers, containers, network devices and services are constantly running, and without visibility it becomes difficult to understand performance, identify problems or plan future upgrades. This led to the introduction of monitoring into Realm Labs. Why Monitor …