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.

This is actually my third time building the OS for this server. It's still ongoing at the moment, but most of the way there at this point. You can see the list of packages that were on my second version of the os here. The main goals for the new server are to:

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.

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.