this post was submitted on 14 Apr 2025
72 points (90.9% liked)

Linux

53724 readers
810 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Points for something I've never tried.

Edit: Think I'll just blast Bazzite on it. The recent Gnome scales well and it has nice performance tweaks.
Cheers

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 44 points 2 weeks ago (2 children)

None. Move your living room to the forest and never look back. Be free.

[–] [email protected] 14 points 2 weeks ago (1 children)

But there's no memes out there!?

[–] [email protected] 16 points 2 weeks ago

The memes are the friends we made along the way :)

[–] [email protected] 3 points 2 weeks ago

Not free, hard to get food and necessities, but yeah, some days I wish it was that easy, though I'd be hella bored.

[–] [email protected] 36 points 2 weeks ago (4 children)
[–] [email protected] 10 points 2 weeks ago (1 children)

Okay this looks kinda neat, but the page says it "isn't available for public use yet"? More of a DE/tweak than a distro?

[–] [email protected] 8 points 2 weeks ago

@Reygle it looks like you can build it and or use an rpi 4 build

*secretly i just want more info on it myself :D*

[–] [email protected] 4 points 2 weeks ago

This looks nice!

[–] [email protected] 4 points 2 weeks ago

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.

[–] [email protected] 3 points 2 weeks ago

This is very cool! Thanks for sharing.

[–] [email protected] 9 points 2 weeks ago (1 children)

Almost anything plus mythtv, firefox, transmission and mpv. Done. I use voidlinux. Best ever.

[–] [email protected] 1 points 2 weeks ago (1 children)

Similar here.

MythTv + Firefox + VLC - all on Arch

Used to be easier when Myth was in the main repos, now I have to compile from AUR, but it's still ok

[–] [email protected] 1 points 2 weeks ago (4 children)

What do you record with mythTV?

load more comments (4 replies)
[–] [email protected] 7 points 2 weeks ago (3 children)

https://libreelec.tv/ If you like Kodi this is the business. I have had it working with remotes, the biggest drawback for me was streaming services not supporting 4k on the Odroid N2+ I was trying to use. Plex worked great through Kodi, and that was my biggest use case.

load more comments (3 replies)
[–] [email protected] 6 points 2 weeks ago (2 children)

NixOS.

It is good for everything, if you invest a little time[^1] into it.

[^1]: Your entire life, lol.

[–] [email protected] 9 points 2 weeks ago

Nix looks like a fun way to wild away 3 weeks, not entirely sure this is what I'm after for a living room TV box. :D

[–] [email protected] 9 points 2 weeks ago (2 children)

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.

[–] [email protected] 4 points 2 weeks ago (1 children)

Please tell me more about your work and how you use Nix in it. I'm interested.

[–] [email protected] 4 points 2 weeks ago (1 children)

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.

https://codeberg.org/madamegaymes/NixOS-Docker-Framework

[–] [email protected] 4 points 2 weeks ago (1 children)

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.

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Oh, sweet!

In that case, I highly recommend taking a look at some more real-world examples. My original 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.

ETA: links, also note that nixops is undergoing some serious changes in the past year. NixOS itself also undergoes changes fairly regularly in syntax as vulnerabilities are addressed and improvements made.

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

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.

focused on security hardening

Could you elaborate?

[–] [email protected] 2 points 2 weeks ago

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 😜

load more comments (1 replies)
[–] [email protected] 6 points 2 weeks ago (2 children)

I would have thought open/libreElec would have worked.

other mentionables centered around media are AVLinux , Ubuntu studio, and dynebolic.

[–] [email protected] 2 points 2 weeks ago

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

[–] [email protected] 1 points 2 weeks ago (1 children)

dynebolic

Ooh neat there's one I've never heard of

[–] [email protected] 2 points 2 weeks ago (1 children)

it's not well known and has had some down time but has been around for more than 20 years.

[–] [email protected] 1 points 2 weeks ago
[–] [email protected] 4 points 2 weeks ago

I tried using bazzite as a media PC and gave up after a couple of days, this isn't even remotely something I want in my household.

try it on fast hardware and make up your own mind. good luck!

p.s.: plasma bigscreen isn't available for public use and kodi and its derivatives should be tossed in the deepest volcanoes we got.

[–] [email protected] 3 points 2 weeks ago (1 children)

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.

[–] [email protected] 3 points 2 weeks ago (1 children)

Glad you like it, not sure it's a fit for my lazy living room machine though.

[–] [email protected] 3 points 2 weeks ago

Honestly, I picked it because I was lazy. It's such a low maintainance machine. As for the codec, the flatpak version of VLC does it.

[–] [email protected] 2 points 2 weeks ago (2 children)
[–] [email protected] 6 points 2 weeks ago (1 children)

That appears to be hardware, not a distro

[–] [email protected] 4 points 2 weeks ago

Oh, sorry, my bad.

[–] [email protected] 1 points 2 weeks ago (1 children)

LOVE Minisforum- but I'm looking for an interesting distro, not interesting hardware to run it on. :)

[–] [email protected] 3 points 2 weeks ago (1 children)
load more comments (1 replies)
[–] [email protected] 2 points 1 week ago

I use Q4OS as it is super light but Debian based. Install KDEConnect and I run a dumb large TV as my TV and control it from my phone. If younwa5ch YT, run Freetube.

[–] [email protected] 1 points 1 week ago

I've been using Nobara. If you are looking for an open system to tinker with, it is a great choice. It runs with pretty bleeding edge packages though.

load more comments
view more: next ›