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!
Linux mint is in my opinion the best distro for a new user, but you may personally not be fond of the UI.
I don’t know how to write a guide for you, but if you have more specific questions feel free to ask them, best of luck!
LMDE is great.
Thank you for the suggestion!
Why do you suggest it for a new user? Is it just more user friendly?
I like Mint a lot, and have it running on one of my computers, even though it’s not my daily driver.
However, I recently tried Zorin just to see what the fuss is about and honestly I can’t see many reasons to recommend Mint above Zorin to new users. Both are based on Ubuntu LTS and have a bunch of tools to allow purely graphical management and Zorin has several windows-like layouts (both 10 and 7) that are more polished in my view, but Zorin also has the benefit of a more modern compositor and DE base with Wayland support, being based on gnome and mutter.
I’d be interested in your perspective, as from my end the only reason now to recommend mint (until muffin gets sufficiently modernised) would be if you knew a user would prefer cinnamon’s slightly more traditional feel (almost XP), or if in the future LMDE became more of an important feature.
Zorin only updates every two years, which makes it fairly outdated on many fronts.
Is that not the same as Mint? Both are based on Ubuntu LTS.
No, Mint updates twice a year.
Thanks, that’s interesting. Do they only update the cinnamon parts, or is there something else more substantial that is updated?
Most people just use a browser these days, and they behave the same in every OS.
Steam has proton to run non native games on Linux, and works well enough for most things.
Try a few live images before making the switch.
That’s true, most of what I do would be in a browser as a casual user. My work laptop would still be running Windows and doing what I “need” (Excel, SolidWorks, etc.) Although I want to keep the ability to torrent and manage my media files nicely, I’m open to using different softwares than I’m used to for those.
I’d say don’t over think it. Just pick a distribution and try to stick with it. The vast choices is also a curse for newcomers. It definitely delayed my journey by years going back to Windows.
Start with something well supported, I’d pick Mint.
Get games or whatever you use the computer for the most to work OK. Nvidia don’t like Linux, pick AMD.
Be prepared to give up some old habits instead of forcing windows software on Linux. For example I had to give up Lightroom and as a photography hobbyist it was hard at first. Now I use Darktable and the switch back to Lightroom today seems equally hard.
So in short. Install a beginner friendly distro and get the most important stuff working and begin using the computer as much as possible.
Lots of suggestions for Mint so it seems that’s a good choice for me! Thank you!
No problem. It probably won’t be the one you end up with if you stick to Linux for a couple of years but as I said don’t distro-hop. The big jump is the one to Linux. The difference between distributions isn’t that important. Good luck!
I forget what GPU I currently have but I may be upgrading soon anyway so I’ll be sure to keep that in mind for the purchase. That’s the first big step: finding software to fit my needs as they come up but that can be piece by piece!
Install Linux, get frustrated with it, reinstall windows and live with it - repeat for over a decade until you realise the last time you installed Linux you didn’t get frustrated and have been using it for the past two years.
Optionally, dual-boot until you can’t remember when you last booted into Windows.
Yes dual booting seems to be the way to go for a while so I’ve got my toes in the water but not lost the safety net just yet!
The only thing I’ll caution about dual boot is it means if you get stuck you abandon Linux all the way for Windows. Sometimes it just gets easier to go back.
When you get “settled” with your new Linux install I HIGHLY recommend you set up a Windows virtual machine (I used virtualbox but again there are… Options lol). With a VM, if you get frustrated and think “Fuck it why is this so hard?!” instead of abandoning your new Linux install you can just boot windows in a separate window and do what you gotta do. If this gets annoying you’ll figure out the Linux way instead of throwing the whole thing in the trash.
Okay so maybe ease myself in with dual boot, then Linux + virtual Windows, then Linux only. That seems like a good transition.
Keep in mind… I first installed Linux at Mandrake 7.1 (bit of digging will tell you how long ago that was) - it really did take me decades to become comfortable with it… What forced my hand was a few things, dealing with we servers remotely, writing code for them (via windows), and then android was what tipped the balance.
If I’m using a Linux like operating system in my pocket, coding for Linux remotely then what the hell am I dojng still running windows?
My main tips are: get the live ISOs of a few of the most used Linux distributions, I’d recommend in particular: Debian (my current one), Mint, Fedora and OpenSUSE.
For Debian and Fedora, get both the KDE and GNOME editions. OpenSUSE is mainly only KDE, and Mint uses Cinnamon. Those are the “desktop types”.
Try each live system on a virtual machine and see which one you like best. Your main choice tbh is the desktop environment you like the best (mine is KDE, also called Plasma), each distribution has it’s own way of doing a few things as well.
Then pick the one you enjoy the most. All of those are long-lived, stable and well-supported and documented.
Source: me, I’ve used Linux since 2003 and introduced all my family it and they have been using it for years with no issue.
Okay I’ll try out a few and keep notes on which ones I prefer until I make that “final” decision.
Have fun, I believe one of those will fit your needs just fine ✨
I’m sure they will! I appreciate it!
What are the main differences between fedora and Debian?
Fedora with gnome is usually my go to distro, but I have been playing around with endeavor and arch.
Technical differences:
Fedora uses RPM for package format, and is made to work with the latest versions of software, so it’s almost a rolling release, and receives VERY constant updates (but it’s still solid). The only other release model is the SilverBlue/Kinoite which is all about having an immutable base system and managing your applications through Flatpak.
Debian OTOH uses the DEB package format, and comes in 3 update models:
- unstable (bleeding edge software, breaks may occur) with constant updates
- testing, or Sid (with actively tested software, more akin to Fedora’s main model. Stuff rarely goes wrong)
- stable (receives mostly security updates, focus on using battle-tested software versions. Ideal for servers and people who want their system to absolutely not go wrong. It’s my current pick)
Project differences:
Fedora is on paper “community driven” but it’s actually backed and steered on by RedHat. There’s also a current proposal about implementing telemetry (turned on by default).
Debian is entirely community-made and driven, with no big corporation being its owner and/or main sponsor, and it has a stronger focus on FOSS. It’s about as old as RedHat (both have their origins in the early 90s), so you can bet they’ll both be around basically forever.
Edit: both are great distros, mature, stable and easy to use. Fedora was previously my most beloved, but my relationship with it soured over RedHat’s leadership decisions. Don’t let my current salt take away from the review :')
Thanks!
You’re welcome, hope you enjoy your new Linux, whichever you choose ✨
Okay great! I’ll give those each a try. Thank you!
I’ve been using linux for over 30 years, from Linux from Scratch to Mint. Dont’ pick a distro that makes you seem 1337 or anything. I must say, that for the not-so terminal-savvy user, linux Mint is a great pick, most stuff (if not all) can be done with the GUI, and the installer is a breeze.
Picking a distro is one thing, picking a desktop environment is, in my opinion, more important. With default Mint, you get Cinnamon, which is a great pick, a balance between saving resources and eye candy. You also have XFCE which is very light, but some integrations are lacking, and it’s lightness shows in the basic appearance. Gnome is another beast, can almost look as slick as MacOS, but is very resource hungry. And then there’s KDE. This is something your either love or hate, no inbetween.
And for every task you want to perform, you’ll need to have a little selection process, since there’s a lot of choices.
Steam works most of the time. I only know about NVidia cards, but with the right drivers (for which Mint has a nice tool) it works well.
As said, I’ve used a lot of different Linux flavours, from very hacky and compily ones to very UX oriented ones. In the end, the UX one did it for me, I just wanted something that worked. So I do recommend Mint with cinnamon.
Okay great! An interesting tea combination: Mint with Cinnamon :) do most desktop environments work with most distros, or is there a list per each distro?
Yes, most desktop environments work with most distros. And it is quite easy to switch between them.
Something I didn’t think about when my Linux journey started: A new desktop environment is exactly that. By installing a second environment you will end up with two different programs to open pictures, two different programs to open your files,… Not a problem, just very bloaty. So chosing the prefered desktop environment in the beginning is the easiest way.
More experienced users don’t choose a distro based on the desktop environments they come with but because of other factors… For me release cycle, package manager, stability and software philosophy were important and I installed Debian.
Would the programs I install while using one desktop environment not be accessible from the other desktop environment? Akin to installing software in a Windows computer and each user logging into that computer can access that software?
All programs you install while using one desktop environment are also accessible from the other desktop environment.
As with windows: you can have different users using different programs. If user A installs a programm it is not automatically accessible for user B (Edit: Not correct. His/her configs are not accessible, the program itself is.) User A can install two desktop environments, from both he/she can access every programm he/she has installed.
So if I wanted two users for instance, then I’d have to download an extra copy of each piece of software (one per user) to be able to access (if I wanted tk store them on the drive and not on the network?)
Sorry, I have to correct/specify myself: By installing a programm it is by default installed on every user account. The only things that are user specific are the config and personal files. So you can make the programm look and behave in every way you want, independent from other users.
So the program files are only once on the system, independent from the number of users. There are ways to make a program accessible for only one specific user, but I never tried that.
Okay I see. Thanks for the clarification!
I second the Mint recommendation, but with your older hardware, I suggest using the version with Xfce instead of Cinnamon, as it’s lighter weight
Does a desktop environment really draw that much more resource than another?
Oh definitely. Though I’m not actually sure how heavy Cinnamon is. Xfce or LxQt are my preference, since my hardware isn’t great.
https://itsfoss.com/linux-mint-cinnamon-mate-xfce/ is a good comparison Mint-wise
I’ve added it to the list for review! Thank you!
Most desktop enviornments work with most distros. There will be a selection of linux users that say it doesnt matter because though its true you can make any distro look like each other. The navigations can change depending on the distro you use. I agree with most of the comments here, since you are starting out, mint is a solid choice. You get the backings of ubuntu, + its very user frienldy. A gui for packages/drivers and good sweep of software for daily usage. Im using it now since my arc 380 gpu is supported on it to use as the host for my virtual machines. ( i virtualize other distros/BSD and windows [for those pesky windows only games/programs])
Thanks for the response!
Be prepared to take a temporary hit in productivity as you learn. There will also be a degree of learning curve. Don’t get discouraged. When you do, take the advice that someone else pointed out of having a dual boot system so you can switch back to Windows. This way you won’t be tempted to nuke it and go back just to have a temporary break.
Good luck!
Thank you!
Thank you!
The biggest advice I can give is to start with something like, as has been mentioned, Linux Mint, but also, don’t buy into the idea that you eventually need to move to a more “advanced” distro. If Mint, or wherever you wind up, works for you, and you have no compelling reason to switch, then don’t. All Linux is Linux, so to speak, the only things that distinguish distros are packages/package managers, default settings/configurations, and pre-installed programs. There’s nothing preventing you from eventually becoming a power-user on a “noob-friendly” distro, if that’s something you desire in the first place.
Okay that’s good to know! Stick with one to get more comfortable until it doesn’t do something I need, basically?
Yep, pretty much. If your system works, no need to change it.
Step 1: Make a list of the software you use, and search online to see if they work on Linux.
Step 2: For the ones that don’t work on Linux, find alternatives and use them for a few days.
Step 3: Download a linux distribution’s iso into a pen drive, and boot from that. See how everything feels. (Don’t install it yet.)
Step 4: Install a linux alongside your Windows (i.e. dual-booting).
Step 5: When you realise that you are no longer using Windows, you can think of removing it, particularly if you’re short of disk space.
As for which distribution to use, I would suggest Linux Mint, but Pop OS and Ubuntu are also fairly beginner-friendly.
I second number 4.
Since Microsoft does what Microsoft does you might run into trouble with not being able to boot Linux after the first time you bored into windows again. It’s not a biggie. Google solutions and you will be able to restore Grub easily.
I run dual boot and I’ve been doing it for over 10 years. Best of two worlds.
Thank you! What does Grub mean?
Grub is a bootloader. Instead of starting Windows immediately when you turn on the computer there is a program called grub that is started. In grub you get a menu where you can choose what OS, Windows or Linux, you want to start.
Now, Microsoft doesn’t like that because in their world there is only one OS so why would you even need to choose? 😉 So what Windows does sometimes is to remove Grub and make sure the computer starts directly into windows.
If this happens you just Google and you will find how to boot up on your Linux DVD/USBstick and run some commands to get the menu (Grub) back.
Ah okay that makes sense. I wasn’t familiar with the term, but I’ve heard of bootloaders.
Remember that when you Google solutions, check the date on the results you get. A posted solution on Reddit from 2018 might not be adequate for your situation.
I appreciate the advice! Thank you!
Please pick a rolling distro with KDE Plasma. I would recommend Endeavour OS.
A rolling distro is the most similar thing to keeping a Windows installation in terms of updates if you don’t change the big version. You get constant updates, sure, but it’s also really more compatible because software is not frozen until the next OS release.
In contrast, a standard release distro is more akin to macOS. You install the OS, but every X (6? 9? 12?) months, you must upgrade to the next big thing. This presents 2 problems IMHO: you have to wait that long for updates you might need, and the upgrade might break a lot of things.
And KDE is a Desktop Environment. This is the look and feel of the desktop. In my experience, I tried Gnome, Cinnamon, and XFCE, thinking they might be more aligned with the FOSS philosophy. Then I tried KDE because I bought a Steam Deck, and I immediatly loved it and haven’t looked back. It’s that good.
Okay great! What are the improvements/benefits of KDE that make you say that?
Customization doesn’t break as often, and you opt out of features already built in, rather than installing third party extensions that might bug out with every update.
You feel like you can change KDE to your workflow, rather than feel the DE force you into a specific way of working.
Interesting. Thank you!
You should dual boot windows and linux if you want to keep using the Oculus Rift because there is no chance to getting it working on linux.
In my opinion its better to first test out some distros in virtual box and use them for the tasks that you would usually use your computer for. I’d recommend trying out Ubuntu, Linux Mint, Fedora, Debian, and Pop OS. These are solid distros that work.
Once you find a distro that you like, you should start dual booting it. I got a second drive for that, before eventually copying all the files I needed over to the second drive and wiping the first drive to be my main after a year. (you can still access your windows files this way without losing any storage to linux) (steam games do not work when on windows partitions so you’ll still have to redownload games)
Oh, why would the Rift not work? Just no compatibility? I’ve used it with some Steam games which I thought I understood to work fine in Linux.
Yeah its not compatible, but also even with compatible headsets VR barely works. I have never gotten VR to work on linux myself.
Oh that’s a shame.
I personally started on Linux Mint and after 6 months jumped to Artix. Mint is a very good base to learn and I recommend to just jump in and search everything you dont know how to do and eventually you will know enough to be comfortable using Mint.
Did you also hate systemd or something?
deleted by creator
Okay great! What made you make that jump?
deleted by creator
What made you want to change to KDE? Was it an issue with Mint’s (Cinnamon?) that made you want to change?
No, just that I customized the max out of Cinnamon and I wanted more options.
Removed by mod
This is perfect! Thanks for linking it!
- Install Linux Mint, whatever flavor you like the look of
- Figure out how to install whatever you need
- Enjoy!
Don’t worry about customization, just figure out how to get your stuff installed and go from there. Once everything is working as you want, then try customizing.
Thank you! When people say “customizing” (throughout this thread and others) what are they referencing? For instance, just the desktop layout/formatting, or the way the files are structured, or the kinds of software they are using for tasks?
The answer to that varies by person. But when I say it, I mean doing large changes, like switching your desktop environment (e.g. GNOME -> KDE or a tiling window manager) or trying out custom kernels (e.g. using a different scheduler, like linux-ck, linux-clear, etc). So I guess a little of the first and a little of the last.
There are a lot of “linux for beginners” blogs/videos/whatever. They’re a good way to get an overview and learn the first steps. Don’t get into a rabbit hole, though. Watch a couple and start trying it out.
You can try out Linux distros in a virtual machine (VM). You’ll have to use your web-searching-skills to find a program that can run a VM as i can’t recommend one that runs on Windows.
That program runs the operating system on top of the one you have now, so you don’t need to reinstall over and over again while you find a distribution that works for you.
A distribution is what we call “a linux”. “Linux” is just a part of the OS, and a distribution combines it with other software to make something your computer can boot. If this is a bit confusing, don’t worry, it’s not important, you just have to remember the word “distribution” (or distro)
I use a distro called Fedora, but between that and Ubuntu and Linux Mint you should find one that works for you. Don’t overthink it. They all do the same job in slightly different ways, so just pick one and start using it for the stuff you usually use your computer for. Ubuntu is the easiest to search for help for, and Linux Mint is based on Ubuntu, so 99.9% of solutions will be the same for Mint. Distros not based on Ubuntu works with the same instructions 90% of the time, but that might be too annoying when you are justvgetting your feet wet.
Note that a lot of distros have multiple “editions”, “spins” or whatever they decided to call it. They mostly differ in the way your “desktop” is presented. Just look at some Youtube videos and some screenshot and try them out.
Now go use your computer with Linux. A lot of the initial friction is from having to learn stuff over again. Search the web for solutions and if you don’t find them ask for help.
Your distrobution’s forums are usually a good place to start, so is places like this. Try to give information you think might be relevant when asking for help and and help people help you by following their instructions and providing the information they ask for. Finding solutions to problems is like a seperate skill you need to train, so if it’s confusing or you feel dumb for not understanding something, don’t get discouraged, you’re just getting better.
Welcome to the Linix community, we hope you like it.
Thank you! I’ll look into them. Why did you decide to choose Fedora over the others you mentioned?
By circumstance.
It was hard for me initially to switch over because i kept either creating or running into problems i couldn’t figure out how to solve.
This overlapped with the Snowden leaks and i got really interested in privacy and security which lead to me running Qubes OS[1] for a short while. It was a slow and almost painful experience since i didn’t actually have anything worth that effort to protect - but it got me over the edge and i wiped Qubes and reinstalled Fedora 23.
At the time i just liked the package manager better, for reasons that are no longer relevant.
Today i like it because it forces me into good habits of: figuring out what exactly is misbehaving > finding the official documentation or issue tracker for it > finding a solution or reporting the it to the developers.
Don’t tire yourself out with that in the beginning. Just do stuff you need or stuff that seems fun.
Protip: Learn how to use Toolbx or Distrobox to create a “sandbox”, (that’s both the technical term and a very descriptive one) that will make it easier to get back to a working state if you mess something up. Learn about and understand what it can’t get back to a working state. This will help keep you sane if you like to tinker.
1 A Linux-like operating system that only runs VMs and everything you do happens inside one of these. This way you can isolate you virtual “work computer” from your virtual “personal computer”, making it harder for malicious programs to access the rest if your data.
I’m not them, but I’ll give my reasons. Compared to Ubuntu or Linux Mint, Fedora is more up-to-date, I like the default desktop more, and it uses a method of installing applications called “Flatpak,” which I like more than Ubuntu’s “Snap.” (Snap can be removed on Ubuntu, but Fedora’s default setup is closer to what I want.) Compared to other distros, it is more polished and consistent, largely due to it being backed by a large company. Fedora is really good for both power users and beginners, but being up-to-date can sometimes lead to bugs or incompatibilities, and the default desktop (GNOME) can be hard to adjust to. As a result, I would recommend Linux Mint as a good option for you.
Thank you for the response!