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 …