Which Linux distro should I put on my Raspberry Pi server?
1–10 of 15 posts
Re: Which Linux distro should I put on my Raspberry Pi server?
#2Re: Which Linux distro should I put on my Raspberry Pi server?
#3At the end of the day, I recommend figuring out your preferred distro if you haven't already and going from there. Most major distributions like Ubuntu, openSuSE, and Fedora have Raspberry Pi versions.
If you're asking for optimizations, you'll find them in keeping as few processes running as possible, and you may get better speeds by hardware means such as purchasing a micro SD card with faster read-write capability or getting a cooling fan for the CPU.
Hope that helps, and props to making and running your own website from home! :)
Re: Which Linux distro should I put on my Raspberry Pi server?
#4Re: Which Linux distro should I put on my Raspberry Pi server?
#5I've put Arch and Raspbian on a Pi. I know Raspbian is The Official Raspberry Pi distro, but gee whiz, Arch felt a lot more solid. I ended up using Raspbian to build a 4-node Kubernetes cluster, you just can't do it with Arch.
Re: Which Linux distro should I put on my Raspberry Pi server?
#6Then again, I may be completely insane, because I'm humming and hawing around building a Single System Image out of a pair of them and actually making something roughly analogous to a laptop to go along with it.
To be frank, you probably shouldn't take my advice. I'm clearly a glutton for punishment, and it may lead you to the darker corners of computing related insanity.
Re: Which Linux distro should I put on my Raspberry Pi server?
#7I'm using ubuntu server 20.04 along with micro-k8s to have a 3 node cluster for kubernetes at home.
Re: Which Linux distro should I put on my Raspberry Pi server?
#8I'm using ubuntu server 20.04 along with micro-k8s to have a 3 node cluster for kubernetes at home.
I have heard that Ubuntu had spyware that sent information to amazon. Also I have heard that Ubuntu has a lot of unnecessary software aka bloat. Was that just desktop ubuntu or also ubuntu server?
Re: Which Linux distro should I put on my Raspberry Pi server?
#9Slackware. The thinking man's distribution. Trim it down ultralight purpose built, or keep it ready to go at a moment's notice. I've got Raspbian on mine, but once I get the 8 gig version, I think I may just pull the trigger on Slacking it up. Then again, I may be completely insane, because I'm humming and hawing around building a Single System Image out of a pair of them and actually making something roughly analogo…
Re: Which Linux distro should I put on my Raspberry Pi server?
#10I've put Arch and Raspbian on a Pi. I know Raspbian is The Official Raspberry Pi distro, but gee whiz, Arch felt a lot more solid. I ended up using Raspbian to build a 4-node Kubernetes cluster, you just can't do it with Arch.
I thought rolling release distros were bad for servers.