Skip to content

Category

HomeLab

Get your hands dirty with HomeLab! This is where we document our journey into the world of self-hosting, exploring Linux server administration, mastering Proxmox virtualization, and tackling all sorts of DIY tech projects for the home. Join us as we build, troubleshoot, and learn together.

HomeLab · 15 Dec 2024 · 2 min

Resolving Proxmox Update Errors

'apt-get update' failed: exit code 100

Resolving Proxmox Update Errors: A Guide for Home Labs proxmox Error: command 'apt-get update' failed: exit code 100 Understanding the Problem Proxmox…

Read article
HomeLab · 15 Dec 2024 · 3 min

How to enable Wake On Lan ( WOL ) with Proxmox ?

save some electricity

In the Proxmox terminal: Install ethtool run apt install ethtool -y List the IP Addresses ip addr Search for your network card; in my case: 2: eno1: &…

Read article