About Kana's Server

This server is hosted on a raspberry pi. Not 2, 3 or 4, but one of the first models that came out. It was just sitting around, so I had the idea to host servers on that instead of on my PC, so even when I turn it off, my stuff is still available.

I built the operating system that this server runs on myself. As in, I built it from (mostly) other people's source code. The reason why I did was partially because the OS raspberry pi offers is SUPER SLOW, at least on this pi. But it's also because I enjoy putting linux systems together from scratch. It's just really satisfying.

I actually built another OS for this once before, but it was using an old shell-script implementation of apm that did not support most of the features that my current version of apm does, and it didn't have as many packages as I would like now. So this is sort of version two of the operating system, updated to have more features.

I primarily chose lightweight libraries and tools wherever I could, and statically linked everything for a slight speed boost. You might notice that quite a few things came from BSD's; I guess BSD users have good taste when it comes to writing lightweight software.

It took quite a bit of work, and I was always taught to cite my sources, so I want to list what I use on it for those curious. Plus it'll make it easier for me to check for updates.