Hi, I'm Brett

Marketing guru by day, FOSS dev by night.

Tag: debian

  • Stop Exposing Your Homelab: Build a Private Edge with Tailscale, Swizzin, and Docker

    At some point, your setup stops being “a server” and starts being a system. That’s usually when things get weird. I hit that point running a hybrid Swizzin + Docker stack. So I stopped trying to fix Docker. And replaced the network instead. The problem nobody talks about Most people build stacks like this: Then…

  • Should I Defrag XFS?

    XFS is a high performance filesystem, meant for high amounts of IO and will take a beating with varying sized files, and has the ability to scale quite easily. While XFS provides many benefits to IO by allowing striped allocation, etc. etc. it can become fragmented. Which is liklely why you’re here. The highest risk…