Category Guides
Welcome to my Guides section! Here you’ll find step-by-step tutorials on networking, databases, and much more to come.
Home Assistant: Calculate Absolute Humidity Indoors and Outdoors

Learn how to calculate Absolute Humidity (AH) in Home Assistant to compare indoor and outdoor moisture levels. Most sensors only show Relative Humidity (RH), but that doesn’t always tell the full story. By calculating Absolute Humidity (AH), you can actually…
2 Easy Ways to Monitor your Garage Door with Home Assistant (Guide)

Learn how to monitor your garage door with Home Assistant. In this guide I will use a simple tilt sensor placed on the garage door. I will show you all the necessary configuration. Introduction Most of us know the feeling…
Setup simple Flask App to monitor servers

For this project I am using an Ubuntu 24.04 server. Creating the app Prepare server First we will need to prepare the server, for the app development First we Update and Upgrade out Ubuntu server When the update is finished,…
How to Enable TCP/IP in SQL Server Express – Step-by-Step Guide

Introduction Having trouble connecting to SQL Server Express? Learn how to enable TCP/IP and fix connection errors in this updated 2025 step-by-step guide. By default, SQL Server Express does not allow external connections because TCP/IP is disabled. If you want…