this post was submitted on 09 Aug 2023
126 points (96.3% liked)

Linux

47671 readers
1342 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
 

Hello!

I'm interested in moving my personal computer to running Linux but I'm not sure where to even begin. As background, I am a casual user and have a desktop with hardware from around 2014 running Windows. I am hoping to setup a NAS drive as a media server in the next year or so, offloading all of the files currently on the Windows desktop and have been interested in open source software such as Jellyfin. I also mostly game on an Xbox and Nintendo Switch, but have used the desktop in the past for gaming such as with an Oculus Rift Headset and some Steam games so not huge on getting games working on the computer. But, I do sometimes torrent using the computer so don't want to lose that capability (especially with upkeep for the media server).

With all of that said, I didn't know how to get started with choosing what Linux OS to use, setting it up, backing up my files to make sure I can use them with the new OS, etc. Making the switch seems to have great options for customization and "choosing a distro that works for you", but I don't know what would work for me or what will be user friendly for a beginner.

Any tips or pointing me in the right direction would be greatly appreciated! Thank you!

you are viewing a single comment's thread
view the rest of the comments
[–] GustavoM@lemmy.world 2 points 1 year ago (2 children)

Here's a tl;dr of my Linux learning curve -- from 0 (Windows pleb) to hero:

Start with a "user-friendly" distro (Linux Mint, ZorinOS) and get used to its package manager (i.e How to install, uninstall and remove stuff. Also, your best friend.).

Then go for a more "serious" distro like Debian. And from Debian... Arch. Keep at it until you've got the most interesting commands (and "whom is whom" regarding video graphics, audio, etc... the "basic" stuff) written on your forehead.

After that, "duckduckgo" about "Minimal linux installation" or "Baremetal linux installation". Follow the instructions closely and at heart. PS: You are gonna suffer a bit.... but that is perfectly fine. Once again, you are gonna have to get used to it and to witness "your own distro" booting up for the first time. Yes, the nerdgasm feels quite great.

At this point, there is nothing "much" to learn other than to add more "depth" to the stuff you learned by "duckduckgo" about "Linux how do I improve my network", "Linux how to improve performance", etc until you are used to all that.

Now, you've reached the "average user" status and there is nothing "strictly necessary" to learn -- so start your own github, send your .dotfiles/scripts in, and go take a break. Congrats, you are now a penguin.

[–] ZeroHora@lemmy.ml 4 points 1 year ago (1 children)

"duckduckgo" is a horrible verb holy moly. We have to give that credit to google, "google it" sounds way way better than "duckduckgo it" "bing it", "yandex it" etc

[–] GustavoM@lemmy.world 3 points 1 year ago (1 children)

Now that you mention it....yep. That was horrible.

idk, how about "duck it"? Or "dduck it".

[–] ZeroHora@lemmy.ml 2 points 1 year ago (1 children)
[–] GustavoM@lemmy.world 1 points 1 year ago

Yep, dd is way better.

[–] WR5@lemmy.ml 2 points 1 year ago (1 children)

I'm not wanting to dive into programming specifically (only dipped my toes in the past for school/work as needed but certainly not experienced) so I'm not interested in maintaining scripts and a GitHub if that is necessary for Arch or what you mentioned as "serious" distros. That's good information though, thank you!

[–] Retiring@lemmy.ml 4 points 1 year ago (1 children)

I think the above comment was a but of a joke but it’s not wrong. You will eventually develop the urge to customize your experience heavily and some scripts and dotfiles (these are just files that hold your configurations for various programs) will be necessary for that. But don’t worry about that right now. Just start small with the suggestion here like Mint or Ubuntu and enjoy. You will get frustrated, you will learn a bunch and you will have a fun time (eventually)

[–] WR5@lemmy.ml 1 points 1 year ago

Okay thank you for clarifying!