Hi, I'm Brett

Marketing Specialist

Tag: linux

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

  • Faster and Faster: Speeding up CDN Hosts

    After my previous blog post on the CDN for media server applications, I’ve started to run into bottlenecks that result in worse performance sometimes, resulting in a huge investigation into what is slowing us down across the board. I’ve just started scratching the surface on what can be done to improve speeds to assorted parts…

  • Some Linux Systems Administration Wisdom

    The Bourne Again SHell, or BASH for short, is a powerful language that can be used for low-level linux system administration operations. While modern systems engineers have a strong liking to more robust solutions like Redhat’s Ansible, for consumer facing projects I find that readability is key. Now, sure ansible is readable, but it’s unapproachable.…