Bored. Give me a good "Living room PC" distro
-
NixOS.
It is good for everything, if you invest a little time[^1] into it.
[^1]: Your entire life, lol.
I daily drive NixOS and use it in many other situations. However, I'm also a systems engineer and it's the distro I use for managing all the environments.
I'm sure it was a joke(ish), but definitely not for the light-hearted or fairweather penguins.
-
Linux pretty much just doesn't work on TV. No platforms have Linux support, unfortunately.
Bazzite, Chimera, Nobara all have a pretty sweet SteamOS-like distro, if you're after gaming and have AMD GPU.
I think you misunderstood, hence the downvotes.
OP is asking what a good distro is for a media center PC, as in the PC's video output will be connected to the TV's video input. At which point Linux does not give two shits.
Sounds like you thought they wanted to stream/cast via some TV app or something, but that just sounds like a nightmare and I'm not sure that anyone would even want to try to do that. Just run Linux and use the TV as a big monitor, be done with smart TV garbage.
-
Points for something I've never tried.
I would have thought open/libreElec would have worked.
other mentionables centered around media are AVLinux , Ubuntu studio, and dynebolic.
-
Points for something I've never tried.
Puppy Linux
-
I would have thought open/libreElec would have worked.
other mentionables centered around media are AVLinux , Ubuntu studio, and dynebolic.
dynebolic
Ooh neat there's one I've never heard of
-
I daily drive NixOS and use it in many other situations. However, I'm also a systems engineer and it's the distro I use for managing all the environments.
I'm sure it was a joke(ish), but definitely not for the light-hearted or fairweather penguins.
Please tell me more about your work and how you use Nix in it. I'm interested.
-
That appears to be hardware, not a distro
Oh, sorry, my bad.
-
LOVE Minisforum- but I'm looking for an interesting distro, not interesting hardware to run it on.
My bad, apologies.
-
Please tell me more about your work and how you use Nix in it. I'm interested.
I can't tell if you're being serious or facetious
I assure you it isn't all that glorious, though, just a lot of configs. NixOS is just my favorite method of infrastructure-as-code, and in conjunction with
nixops
I can't imagine going back to anything else unless the project required it for some reason. Disaster recovery is simple, and testing/pushing config changes to hundreds of machines is almost too easy.I have a clunky set of configs, for self-hosting at home and small side-clients, I slapped together you can look at, but again it's not all that special and I wouldn't necessarily follow this for real production stuffs. It also doesn't utilize any of the fancy NixOS stuff, fairly basic and Docker heavy.
-
dynebolic
Ooh neat there's one I've never heard of
it's not well known and has had some down time but has been around for more than 20 years.
-
I think you misunderstood, hence the downvotes.
OP is asking what a good distro is for a media center PC, as in the PC's video output will be connected to the TV's video input. At which point Linux does not give two shits.
Sounds like you thought they wanted to stream/cast via some TV app or something, but that just sounds like a nightmare and I'm not sure that anyone would even want to try to do that. Just run Linux and use the TV as a big monitor, be done with smart TV garbage.
I didn't misunderstand anything. The downvotes are just from salty Linux users who think piracy tools are a direct replacement for streaming services.
A media center is nothing without streaming apps.
-
Linux pretty much just doesn't work on TV. No platforms have Linux support, unfortunately.
Bazzite, Chimera, Nobara all have a pretty sweet SteamOS-like distro, if you're after gaming and have AMD GPU.
-
My bad, apologies.
No worries, their machines rule, I have a bd790i motherboard!
-
Points for something I've never tried.
I got openSUSE Leap. It's stable and reliable. My complaint is that I needed to go thru all the hoops to get all the media codecs I need to play what I want.
-
Yes but we all know no one talks about Linux and is referring to Android.
-
I can't tell if you're being serious or facetious
I assure you it isn't all that glorious, though, just a lot of configs. NixOS is just my favorite method of infrastructure-as-code, and in conjunction with
nixops
I can't imagine going back to anything else unless the project required it for some reason. Disaster recovery is simple, and testing/pushing config changes to hundreds of machines is almost too easy.I have a clunky set of configs, for self-hosting at home and small side-clients, I slapped together you can look at, but again it's not all that special and I wouldn't necessarily follow this for real production stuffs. It also doesn't utilize any of the fancy NixOS stuff, fairly basic and Docker heavy.
I am serious. I am a cloud engineer (glorified system admin for cloud + Linux VMs) and I'm still stuck on Ansible + Terraform (stuck isn't the right word, we are a RHEL and Alpine shop for our VMs and Containers and things work well enough). My friends in bigger companies are using Nix though, but I was always scared of the learning curve. I want to see clear benefits of using nix so I can push myself to actually learn it, which is why I asked. Thanks for the link.
-
I am serious. I am a cloud engineer (glorified system admin for cloud + Linux VMs) and I'm still stuck on Ansible + Terraform (stuck isn't the right word, we are a RHEL and Alpine shop for our VMs and Containers and things work well enough). My friends in bigger companies are using Nix though, but I was always scared of the learning curve. I want to see clear benefits of using nix so I can push myself to actually learn it, which is why I asked. Thanks for the link.
Oh, sweet!
In that case, I highly recommend taking a look at some more real-world examples. That link is just something that makes self-hosting and small jobs more or less thoughtless for me.
Imagine all those config management tools built into your OS, and that's NixOS in a nutshell. There's obviously WAY more it can do if you look into creating your own derivations, or getting into the new-ish concept of Flakes.
Again, though,
nixops
is the thing that makes me continue to use it, besides just already knowing how to throw together a config in nix's syntax. The nixops tool basically allows you to federate all your systems, tag them, group them, and do anything under the sun with each machine (or several in batches). It's hard to get across in a simple text blurb.In my case (SaaS), imagine having 10 devs that all want their own dev environment that mirrors production within our VPN, then you need a beta and production environment for each client that licenses the app. Each environment has a couple databases, a few different APIs, some background scraper-type applications, and front-ends for everything. Some of that stuff can live on one machine, some needs to be alone and redundant. You can see how very quickly there's a lot of machines to keep track of.
Now I need to update a couple config pieces to match a new feature in the app itself. Well, all I gotta do is sort out the config, then run a couple nixops command to push to all the dev environments. When ready, do the same for beta, then do it for prod when the fat lady sings.
Being all within one ecosystem, focused on security hardening, is what I really like about it. Hopefully that wasn't too stream-of-consciousness for ya, lmao.
-
Points for something I've never tried.
None. Move your living room to the forest and never look back. Be free.
-
I am annoyed by the weird UX differences between Kodi and Jellyfin. I really want this to be a thing. I've got an N100 box running libreelec right now. I really want Bigscreen to work on x86. Just need to have patience.
-
None. Move your living room to the forest and never look back. Be free.
But there's no memes out there!?