Category: 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…

  • 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?