Tag: Linux

  • From ClarkConnect to Kubernetes: My Homelab Challenge 🚀

    From ClarkConnect to Kubernetes: My Homelab Challenge 🚀

    I’m currently learning Kubernetes, and I have to say: it’s definitely next level technology! There is a lot to learn, but that’s exactly what makes it such an interesting challenge. I think Kubernetes is a beautiful technology, especially because it is so closely connected to Linux. I already have some Linux experience from my homelab…

  • Proxmox – Tip of the Day 💡

    Proxmox – Tip of the Day 💡

    Running into a classic homelab / cluster problem lately… My NVMe storage is completely full, which means I can’t migrate my VMs to another node in the cluster. Normally not a big deal until you need to reboot after a kernel update 😅 Right now, that’s exactly the situation: I should restart my Proxmox nodes,…

  • Quickly Check Your Public IP💡

    Quickly Check Your Public IP💡

    If you’re hosting services at home like Home Assistant, a media server, or a private cloud it’s often useful to know your current public IP address. Instead of logging into your router or using a browser, just run this in your terminal: curl https://ipinfo.io/ip Do you use small commands like this in your homelab?