Tag:homelab
All the articles with the tag "homelab".
Connecting to local services from Docker Swarm
Posted on:August 7, 2023When building applications within Docker Swarm, it's common to find scenarios where you need to connect to services running outside of Swarm, yet on the same machine.
Deploying to Docker Swarm using Ansible
Posted on:August 1, 2023Deploying applications to Docker Swarm can be made more streamlined and automated using infrastructure as code tools like Ansible.
How to measure CPU temperature in Linux server using lm-sensors
Posted on:November 13, 2022In Linux, you can easily measure the temperature of your CPU using the `lm-sensors` package. In this tutorial, we'll walk through the steps to install the package and measure the temperature of your server CPU.
How to delete a cluster on Proxmox
Posted on:February 11, 2023If you find yourself in a situation where you need to remove a node from a Proxmox VE cluster, there are several steps that you can follow to ensure a smooth and successful removal process.
Understanding ECC memory types and why my workstation was beeping at me
Posted on:December 21, 2024Some time ago, I bought a Celsius J550 workstation with an i7-6700. I wanted to upgrade it to its former glory so I went on eBay, bought a Xeon and ECC memory. When I turned the machine on, it started beeping angrily at me. Yeah, I had bought the wrong ECC memory.
How I solved UniFi AP adoption failed error
Posted on:May 28, 2024Recently, out of the blue, one of my U6 Lite access points stopped working. In the UniFi controller, I saw the "Adoption failed" error.
Setting up WireGuard client with GNOME
Posted on:September 8, 2023If you've ever used WireGuard on Windows or Mac, you're probably familiar with the intuitive GUIs that make the setup process a breeze. Unfortunately, Linux doesn't have a WireGuard GUI that's under active development. But don't lose hope yet!