Wanted to know if there's such a thing as Debian based distro but make it Rolling release, is that something already in existence or will I have to just tinker a lot within Debian?
I’m not well versed with Linux but I saw a lot of people saying open SUSE tumbleweed was pretty good. I’m gonna try this today for my new low power Plex/home bridge machine.
This is an excellent suggestion, but be mindful that suse is an RPM-based distribution and upgrades will necessarily install slower than other formats. If that's not a problem (just run updates via cron) then it's fine.
It will probably be fine in practice (I hear openSUSE is relatively stable), but I wouldn't recommend upgrading software automatically - you might end up with a broken system and no idea what caused it.
Pacman is not a good package manager; if something goes wrong during the install it can leave your system in an unstable state. A better package manager would be one that has transactional updates.
@mateowoetam It is Debian Sid. You can use Debian 12 Installer. After installing, you can change your repositories in /etc/apt/sources.list to sid, and running apt-get update and apt-get dist-upgrade. I suppose you would prefer installing minimal packages before upgrading to Sid.
Unstable is and from what I've heard, nixpkgs even is one of the fastest repos with updating packages (also the largest). But I still wouldn't recommend it for OP.
Fedora is stable enough (never have any crash with Fedora for 5 years, as long as I remember on Thinkpad), and it's bleeding edge, most of software that's just published, will be available in most fedora repo less than 1 day, as I remember. If it's not rolling release, then what is it? Or the term of rolling release is different?