Skip to main content

Server

A Developer's Introduction to Unraid

··2 mins
Unraid is a proprietary Linux-based operating system designed for home servers and small businesses. It’s known for its unique storage management system, which provides flexibility and data protection. You can use Unraid to run a variety of services, including web servers, databases, and CI/CD tools, all on a single machine.

The Digital Archivist's Toolkit: Navidrome, Picard, and Supersonic for the Modern Music Collection

·5 mins
In an age dominated by music streaming, a dedicated community of audiophiles and music lovers is preserving the art of the personal music collection. They are digital archivists, meticulously curating libraries of high-fidelity audio files, from rare vinyl rips to lossless studio masters. This pursuit, however, requires more than just a hard drive full of music; it demands a robust set of tools for organization, management, and playback. This is where the triumvirate of Navidrome, Picard, and Supersonic comes into play, offering a powerful, open-source ecosystem for the serious collector.

The correct way to benchmark your web server

··3 mins
Keeping your web server running smoothly is crucial for a positive user experience. But how do you know it can handle the traffic you expect? Benchmarking is the answer! It allows you to simulate real-world load and measure your server’s performance. This post will guide you through using wrk, a powerful tool for benchmarking your web server.