this post was submitted on 14 Jul 2025
19 points (77.1% liked)

Linux

56379 readers
633 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
 

So sitrep:

Newish desktop

  • i7-13700K
  • 64Gb DDR5 6000Mhz
  • RTX 3070Ti
  • MSI PRO Z790-P (WiFi is not a factor, permanent ethernet connection.)

Needs:

  • Gaming
  • Music composing
  • Coding (Mostly python)
  • Video editing

I've been using Linux on and off throughout the years, but lately I've fallen out of the loop somewhat. Started with Slackware around 1998, Kubuntu in the 2000's, Ubuntu 2010's, Kali and Mandrake 2020's -> on my laptop, Ubuntu server on my RasPi. At work, we have a few Fedora servers I have to maintain. So not a complete novice, but somewhat obsolete info.

I have been looking at the immutable distros, like Bazzite and Pop!_OS as I've done the whole song and dance of constantly repairing my distro because of various issues, and I'd like my main recreational machine & distro to be low maintenance, I get to fix linux servers at work enough already, I don't want to bring that home.

With gaming, I've understood that linux has come a loooooong way since I last tried sometime around TBC Launch for WoW when Wine barely worked with it.

Music composing is a little annoying, since apparently both Ableton and FL studio are not an option. I've heard good things about Reaper, but I'll have to do some more research. Feel free to educate me on this topic if you have some insider info. I don't play live sets, just compose and mix.

Video editing, currently I use Davinci Resolve, and apparently it works fine on Linux, just some limitations and shenanigans with codecs. Alternatives are welcome, I don't need 90% of what resolve offers, I can make do with a simpler software as well.

Thank you kindly in advance for departing thine wisdom.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 23 hours ago (1 children)

Thanks for the POV. Mint I tried back when it was step up from Damn Small Linux, like early 2000's, no clue how it is now. I'll keep it in mind.

I got interested in the immutable concept, since it wasn't a thing back when I was more of a linux user, and I've gotten lazy and burnt out on fixing my OS when I just want to do something fun. But you do make a good point of sacrificing flexibility, and I might get annoyed at that later.

[–] [email protected] 2 points 23 hours ago* (last edited 23 hours ago) (1 children)

Yeah I totally understand that, I've played around with immutable distros inside virtual machines and they're interesting. Also if you like tinkering, Linux is a great OS.

If you do go immutable have a play with KVM - Kernel Virtual Machines - they're easy to set up and give near native speeds for guest virtual Linux machines (or decent performance for other OS like Windows) It's a great way to play with Linux inside a sandbox while keeping your host clear; but also a very useful way to run custom software in a flexible Linux guest while on an immutable desktop. E.g. Create a Mint VM to run something that'd be a pain to set up on Silverblue.

Immutable desktop plus KVM guests might be the best of both worlds. Even if you don't end up on immutable distro, KVM is cool tech that has really advanced in the last few years. It's better and more powerful than VirtualBox imo, and I use it a lot even on my rolling release distro (I have a VM to run work Microsoft Office, plus a few Linux VMs for a torrent stack and just for tinkering).

[–] [email protected] 1 points 22 hours ago

Oh yeah, I was thinking about that today, too; get a "for most stuff" distro as the baremetal, and VM specialist distros (like Kali or something) on top of it when needed.

I will definitely check out KVM at some point! I was just gonna chuck VBox at it, but your salespitch convinced me to try at it. Been mostly working with Azure and ESXi for the past 10 years, had no idea KVM was so advanced now, I saw something about it back in the day, but it was a tech demo -level back then.

Thank you kindly for the insight!