I've never worked with Linux before, but I have an old PC lying around and I'm considering turning it into a Plex server. I've heard that running Linux might be a good choice, but I'm unsure if I should stick to Windows instead. The specs of my old PC include an LGA1155 motherboard, an i7 2700 processor, and a GTX 1080. What should I be aware of when setting this up on Linux?
2 Answers
Absolutely, Linux makes it straightforward. I recommend using a Debian-based distro like Linux Mint for beginners. Once you install it, you can easily set up Plex. Check out the official Plex support page for more detailed guidance on this.
Switching from Windows to Linux is manageable! If you go for Debian, installing Plex can be done with a simple command: `sudo dpkg -i plex.xxx.xx.deb`. After that, it should run smoothly without much hassle. If you're okay with a little tinkering, Linux is definitely worth it!

Good tip! Linux Mint is user-friendly and widely recommended for those just starting with Linux.