Edit: wow, this is a never ending comment section!
Debian for all things.
Debian all the way
Second that. I’m glad RPis are finally supported.
Unraid
same
Debian.
This is the way!
Ditto.
Debian
TempleOS
The way God intended.
I have just learned about Ubuntu Christian Edition.
Ubuntu Server with docker/docker-compose on top.
So many guides for Ubuntu specifically makes reading up on something a lot easier and it works just fine.
“Ubuntu” 🤢
Three HP ProLiant servers running ProxMox cluster. Each box has a VM for Portaiber, as well as mismatch of VMs running Home Assistant OS, OpenWRT, Ubuntu, Windows and Debian, along with a Windows file server that connectes to four cheap NAS running Ubuntu LTS with a combined 20 mismatched hard drives by iSCSI and borgs them together with Storage Spaces.
It’s a fucking mess, if I’m honest.
I love this so much
NixOS
Arch Linux. I am so used to it I just can’t live with any other OS
I am super impressed with Arch on my home servers. People seem to think “rolling” means “unstable” but the only issues I’ve had were due to some weird hardware incompatibility with my motherboard. Once I replaced the mobo my system has been rock solid AND reasonably up-to-date (I do use LTS kernel).
I felt the exact same way. So many comments online told me that running Arch as a home NAS was insane, but after the Jupiter Broadcasting guys did it without much issue, I decided to give it a go and was pleasantly surprised. I think if most of your stuff is running in Docker and you have BTRFS snapshots for your root filesystem, the system’s pretty much bullet proof. The rolling updates also mean you’ll never have huge upgrade cycles that are a pain in the ass to migrate to. You’re always just dealing with small manageable fires instead of large complicated ones and that’s a plus.
Proxmox (debian) on the hosts, and Debian for all the VMs and Containers.
Just nice and easy to use, supported by basically everything, and a minimal install uses like 30MB of RAM.
I also have an OSX VM because that’s literally the only way you can test a website in Safari (fu Apple).
You don’t need Safari unless it’s for Apple Pay integration or something. WebKit is open source. Use Epiphany or some other browser that uses it.
when vendors pull this kind of crap ill simply not test on their software.
It’s more that like 60% of my web traffic is Safari so I want to make sure it works for those people.
thats unexpected, what are you doing thats being used by a majority of apple users?
Perhaps a website for an iOS or Mac app? 😊
Truenas
Thought it would be more popular. I’m outnumbered hard
deleted by creator
Just to be controversial, macos. It’s nothing fancy, just the arrs and Jellyfin running on an old MacBook air.
Wouldn’t Linux be easier to manage and better in terms of performance?
Maybe, but I’m not a huge Linux user and every time I dip my toe in I run out of tinkering time. Plus I had the Air laying around and it all installed so easily.
I was just curious. Use whatever works best for you.
All good! The laptop I was using Linux on I installed batocera on instead 😊
Pi OS. It’s a Pi4 after all.
Ubuntu LTS, with all my services in Docker containers.
I know Ubuntu gets a lot of (deserved) hate for some of the shit Canonical pulls, but for now, I like Ubuntu and it works for me.
When I rebuilt my server at the beginning of the month, I was gonna jump to Debian, but my god the Debian website is obtuse. After looking at the site and trying to determine what to download to get Debian with non-free (I’m unfortunately working with an NVIDIA card), I decided to go with Ubuntu. I needed a smooth rebuild process and with Ubuntu I know exactly what I’ll get when I download the LTS server.
Edit: grammar
It’s always best to use whatever distro you’re most comfortable with. Especially if you’re going to install stuff in containers/VMs so the repos of the base distro don’t even matter that much.
Exactly. That’s ultimately why I skipped Debian and went with Ubuntu
After looking at the site and trying to determine what to download to get Debian with non-free (I’m unfortunately working with an NVIDIA card)
FWIW, Debian 12 now includes non-free firmware in the installation media by default and will install whatever is necessary.
I agree that the Debian website has its weaknesses, but beyond finding the right installer (usually netinst ISO a.k.a small installation image on https://www.debian.org/distrib/) there isn’t much of a learning curve. I started out with Ubuntu too, but finally decided that enough was enough when snap started breaking my stuff on desktop.
The inclusion of non-free by default was what was unclear to me from the website. Knowing that now, I’ll likely give Debian a spin next time I need an install.
I went with Ubuntu server and was pleasantly surprised when it offered to pull my pubkey off my github profile for ssh. A nice touch that I haven’t seen in other servers flavors of various distros.
That’s pretty cool!
I’m running FreeBSD I actually like it a lot.
I picked it for zfs. A lot of the ways things work seem cleaner and simpler than on Linux and zfs is awesome with the copy on write snapshots and filesystem compression and all that. I like rc.conf and pf is way nicer than iptables and even when you upgrade it automatically makes a snapshot so you can rollback.
Sometimes I do need to patch and compile things because people seem to not know freebsd exists but that’s really the only downside.
Same here for the same reasons (although I started with FreeBSD 4.x) and have adapted to ZFS and Jails over the years.
The POLA (Principle Of Least Astonishment) when it comes to changes is awesome too.