Bored. Give me a good "Living room PC" distro
-
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!?
-
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.
Glad you like it, not sure it's a fit for my lazy living room machine though.
-
I would have thought open/libreElec would have worked.
other mentionables centered around media are AVLinux , Ubuntu studio, and dynebolic.
Batocera is nice too. It's half an emulation console and half Kodi. You can tell it to launch Kodi as default too. Whereas LibreElec is only Kodi with a limited gaming ability
-
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.
Thank you for the note. I'm been cursing myself for not being able to provide my devs with something similar (they don't complain but I know it will make their lives easier). I will start nix from scratch if I learn it but nixops definitely seems like it can help because terraform isn't that great at the example you provided. Thanks.
-
Thank you for the note. I'm been cursing myself for not being able to provide my devs with something similar (they don't complain but I know it will make their lives easier). I will start nix from scratch if I learn it but nixops definitely seems like it can help because terraform isn't that great at the example you provided. Thanks.
Some NixOS native packages and options change the defaults to be more security conscious rather than "easy to spin up." Doing a basic nginx config in NixOS will be more secure than if you had installed it through debian's apt or from source. Similar for ssh, you just don't have to think as much about doing those few obvious config changes you always have to do when spinning up a new machine. Of course, there are some things you have to customize for yourself (like custom ports, paths, etc.), but they make it a little simpler by assuming you're using NixOS in a production environment.
A couple of other links that you'll end up referencing all the time if you get into NixOS:
The first link is the native package repo, and the second link are all the NixOS config parameters for each of those packages and the system in general.
they don't complain but I know it will make their lives easier
Perfect. So when you do provide them with an efficiency boost when they never asked about it, you can be a rockstar and get a raise. Or keep it in your back pocket until they do complain and implement it then for a similar effect
-
But there's no memes out there!?
The memes are the friends we made along the way
-
I mean could have just read the next sentence and that would have cleared up your confusion...
The next sentence that incorrectly implies AMD is at all a necessity for those distros?
-
The next sentence that incorrectly implies AMD is at all a necessity for those distros?
- That's not what I said.
- That would not be the next sentence. Try again.
-
- That's not what I said.
- That would not be the next sentence. Try again.
It was the next sentence after the one quoted in the response to you, and it is still very misleading at best.
But, yeah, the second sentence. There's a huge difference between an HTPC and an Amazon stick, Roku, or "smart" TV.
Those have apps and must be supported by "platforms" because they are limited hardware with a limited OS.
YouTube and Netflix don't need to "support" Linux any more than they need to support Windows for an HTPC.
If that's not what you're saying, you'll probably want to elaborate because I expect there are plenty of readers giving your comment a "wha...?"
-
It was the next sentence after the one quoted in the response to you, and it is still very misleading at best.
But, yeah, the second sentence. There's a huge difference between an HTPC and an Amazon stick, Roku, or "smart" TV.
Those have apps and must be supported by "platforms" because they are limited hardware with a limited OS.
YouTube and Netflix don't need to "support" Linux any more than they need to support Windows for an HTPC.
If that's not what you're saying, you'll probably want to elaborate because I expect there are plenty of readers giving your comment a "wha...?"
It was the next sentence
You're just lying. And I don't know why because everyone can see it. You're not fooling anyone and you're not accomplishing anything.
There's a huge difference between an HTPC and an Amazon stick, Roku, or "smart" TV.
Yes there is, in that a PC is much more versatile. But streaming services are a basic function of HTPC.
YouTube and Netflix don't need to "support" Linux any more than they need to support Windows for an HTPC.
Yes...they do? And they do support Windows.
-
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.
Piracy tools are a direct replacement for streaming services. Thats kind of the point of them. In fact they are better.
-
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.
piracy tools