Comment on W10 EoL and possibly switching to Linux (various tech questions)
Syrc@lemmy.world 1 day agoThanks for the answers (and additional info)! There’s a lot of stuff I didn’t fully understand but I’ll reread through the comments when I have more questions after installing so it’ll definitely be helpful!
A couple more questions just in case:
If you go for Fedora, make sure to enable “third-party repositories” or “proprietary repositories” when installing the distro, as it is needed to install Nvidia drivers, Steam, and a few other things
I’m assuming you said Fedora as an example but it’s something I should do on any distro which asks that on installation, correct? And is there any downside of doing this besides maybe taking up more space?
Also being a “recent convert” and maybe having it more fresh in your memory compared to other commenters, do you have any recommendations on sites/documents/videos/guides I could use to get a better understanding of how to use Linux in general (or even specifically Mint/similar distros)? I read a few pages of TLDP’s guide but I realized it was very outdated and I might’ve ended reading hundreds of pages only to find out most of it worked differently nowadays.
sbeak@sopuli.xyz 1 day ago
Yes, that is correct, if repositories of proprietary repositories is asked (on distros that only install open-source software by default, like Fedora), you should enable that for Nvidia and Steam. This won’t have any downside really, it just lets you install a few proprietary/closed-source software. It won’t even significantly take up more space either, as what it’s essentially doing is telling the app installer manager to check these URLs in addition to the default ones when searching for things to install. If you don’t select this option then you won’t be able to install Nvidia drivers or Steam without manually adding the repos in the menu hidden somewhere. If you are going with a gaming specific distro they might also have an Nvidia-specific version for you to download.
LearnLinuxTV, the YouTube channel, is super useful, as well as Veronica Explains (who has both Peertube and YouTube channels)
Bread on Penguins is another channel I follow and they recommend a bunch of neat little command line tools and tips and tricks regarding the shell (like RMPC, which I really like as a music player!)
Most importantly, always read the documentation! Of your distro and of the software you are using. It can really help a lot!
Another thing, even if you don’t use Arch, ArchWiki has excellent documentation on a lot of things that apply to all Linux users.