this post was submitted on 15 Nov 2024
16 points (90.0% liked)

Linux

48181 readers
1006 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 5 years ago
MODERATORS
16
LF Distro (lemdro.id)
submitted 15 hours ago* (last edited 15 hours ago) by [email protected] to c/[email protected]
 

I need recommendations for a stable release distro for OBS Studio livestreaming and light video editing. This machine will be shared between several users who are techies, although not necessarily Linux (they're coming from Windows). I don't want to worry about things breaking because of an update, or to start a shoot only to find problems once we're live.

Nvidia and nonfree codecs should be treated as first-class citizens. H.264 w/ AAC will be everywhere with this workflow.

Some thoughts:

Linux Mint Debian Edition: Currently my top choice. It just works?

Fedora Bazzite: My second choice, maybe with auto-update disabled. Seems a bit risky though in the case of security updates to packages.

OpenSUSE: I run Slowroll on my laptop and work desktop, however recent package management errors relating to codecs and the packman repo have spooked me away.

Debian: Release cadance seems too slow for my preference.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 13 hours ago* (last edited 12 hours ago) (1 children)

I recommend you Aurora. It is basically Bazzite, which you already suggested, but without gaming stuff.

Why do I recommend you that?

  • The auto updates are amazing. Don't disable them. It isn't like on Windows, where it just randomly says "Updating, please don't shut down your PC" midst working. They get just staged, so they are only applied passively on the next boot. You don't notice them.
  • Rollbacks: If an update introduced breaking bugs or whatever, you can just keep holding the space bar while booting, and you can select the image from yesterday. Everything is left how it was yesterday. You probably never have to use that feature anyway, the system is super reliable.
  • The release schedule. This one is the most important aspect for your case. uBlue (Bazzite, Aurora, Bluefin, etc.) started offering different variants/ tags if the same image. There's now a GTS variant around, which uses the last big release of Fedora, which is still kept up to date maintenance wise. So, you are always half a year behind in terms of new features, but it has been tested for half a year more than regular Fedora or the other images. When you choose the more conservative GTS variant, you'll get way fewer surprises.

After installation, you can hop into the terminal and use the ujust rebase-helper, where you can select which image variant you want to have

  • latest: synchronous with Fedora
  • stable (default): features are two weeks behind
  • gts: already said, last release, but still secure and more polished.

I think it is the perfect balance for you between "Debian is too stale" and "Fedora and many other distris change too often".

[–] [email protected] 1 points 5 hours ago* (last edited 5 hours ago)

This sounds great.