this post was submitted on 03 Jun 2024
1296 points (96.5% liked)

Technology

55612 readers
3020 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Doof 10 points 3 weeks ago* (last edited 3 weeks ago) (6 children)

I am basically a layman, i do music productions and in the past VSTs seemed to never work properly nor the authentication software that some us. Has it gotten better in the past few years, is there a specific one i should try? i have tried Ubuntu but nothing else to be fair. Also if i want to make a plex server on an old PC, what would people recommend? thanks to anyone who responds!

edit - Thanks to all that responded, i have some direction now. Appreciated!

[–] onebonestone 12 points 3 weeks ago (1 children)

For music production check out Ubuntu Studio. Any distro can run music production stuff but Ubuntu Studio has all the required bits ready to go.

For DAW I transitioned into Reaper which runs natively on Linux. VST support with wine and yabridge works generally fine. For Native Instruments you need to use a legacy installer. I bet there are still problems with some vendor authorizations. You should just test it out to see if your favorite VSTs are supported.

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

To add to this Ardour may be worth a look for DAW. I haven't touched it in a while but recall it being rather nice.

[–] [email protected] 7 points 3 weeks ago* (last edited 3 weeks ago)

Also if i want to make a plex server on an old PC, what would people recommend?

Any desktop PC built in the last 10 years (edit: that was at least mid-range when it was built) should be fine. Just stick some hard drives in it :)

Intel processors are a good choice because their onboard GPU is quite good for video encoding/decoding. 6th gen or newer Intel Core processors (2015 or newer) would work well. They improved the H265 encoding/decoding a lot in 8th gen (2018) so that'd be even better. You can use something older but you'd need to also use a graphics card for video encoding/decoding, and it'd use more power.

Having said that, keep in mind that performance per watt almost always improves over time, meaning newer processors are more powerful even if they use the same power as the previous generation. A newer i3 will perform better than a very old i7. Using an very old, power-hungry system may end up more expensive in the long run compared to a newer mini PC.

I like using Proxmox. It lets you run multiple virtual machines on the system. VMs are good because you can easily snapshot them and revert back to an old snapshot in case of issues, and you can easily move the VM to a different system in the future. I use Unraid at home and really like it. It's a bit simpler than Proxmox, but it costs money to use (Proxmox is free for personal use).

[–] Barack_Embalmer 5 points 3 weeks ago (1 children)

I used to use FL Studio, but hated using Windows. I got almost all features (including VSTs) to work in Ubuntu under Wine, but had a problem with WineASIO, which I seemed to require to use the USB sound card properly.

Because of that, I since changed to a DAW called REAPER which is built natively for Linux and works flawlessly and is very nice. There is a program called Yabridge to help run Windows VSTs. I even got more complicated plugins with authentication like Addictive Drums 2 to work using Wine no problem.

If you want a fully FOSS solution there is Ardour which is also great but a little less slick than Reaper IMO.

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

+1 for yabridge.

Bitwig is a great DAW (but not FOSS unfortunately). I run that on Manjaro, although Mint or Ubuntu are probably perfectly good choices too, if I had to guess.

[–] qx128 4 points 3 weeks ago

I’d recommend checking out Linux Mint with the “cinnamon” desktop.

Installing hardware drivers and software is a breeze. It comes with a software manager for easily adding new programs.

Screenshot included for convenience:

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

I'd go for Jellyfin over Plex myself.

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

Yeah I don't like the idea of having to login to their site, like I'm self hosting for a reason lol

[–] tomkatt 1 points 3 weeks ago* (last edited 3 weeks ago)

Also if i want to make a plex server on an old PC, what would people recommend?

My plex server is headless, running Almalinux. Doesn't take much, I have it running on a very old NUC8 (NUC8i5BEK). The box is also running Asset UPnP and AudioBookshelf server too.

Personally, unless the server will also be the client (as in, you'll be watching from the server box and not a streaming box, tablet, TV app, etc), I'd skip any GUI and just install it from the terminal, save your resources for what matters. Desktop environment is pointless for a server machine.

If you were buying a cheap machine to handle it today, I'd probably recommend a Beelink (or other) mini-PC with a Ryzen 5000 series chipset (5500u/5560u models with 16GB RAM can be found very cheap, generally $215-$240 new these days). The 5000 series in particular are very power efficient for something you likely will leave on all the time, and have both 6c/12t and 8c/16t variants, though the 8 core ones will probably be more like $300-$320.

Whatever you buy, if it comes pre-installed with Windows, delete the OS. I wouldn't trust preinstalled on these boxes, and in any case Microsoft is getting really sketchy with this whole Windows Recall thing anyway.