Looking to change to a Linux-based OS on a laptop, but I don't really understand coding so I haven't tried any of them. Is LinuxMint a good place to start?
-
Does it even matter that it’s Mint in particular? I’ve never used mint, but isn’t the DE (or WM if you abhor DEs) more important? They all come with a package manager. And it’s pretty much all the same from there.
Except maybe Nix, from what I’ve heard
but isn’t the DE (or WM if you abhor DEs) more important?
Yes, the most important thing is actually the DE/WM, most mainstream distros are exactly the same in how they are structured/configured, and the variations if you ignore the DE/WM come mostly from package manager, same packages with different names, and different default apps/configuration installed by default.
-
The command prompt is not a GUI.
I WOULD have cared to read the explanations, there just weren't any or they sent me down a billion rabbit holes. Just yesterday in fact I did try Linux Mint (after having tried various Linux distributions over the years, ending in confusion every time). I hate (HATE) just following instructions without knowing why I'm doing what I'm doing so I tried very hard to understand every step. It was nothing but frustrating because my earlier post is only a slight exaggeration.
I relate. There's a lot of people on Lemmy that feel Linux is better in every way over MacOS or Windows and it's simply not true. I'm following some vague instructions right now to bring a device up-to-date that appear to be re-compiling kernel unexpectedly. I just wanted my display to rotate correctly, and be able to play some games.
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
Some great responses here. One thing I'd add is while Mint is considered "beginner friendly", it's still a Linux based os. If you decide you want to get into more advanced topics in the future (programming, networking, etc.) you can absolutely do those things with Mint if it's the distro your comfortable with. You wouldn't be stuck with an os with limited functionality in that regard.
-
I relate. There's a lot of people on Lemmy that feel Linux is better in every way over MacOS or Windows and it's simply not true. I'm following some vague instructions right now to bring a device up-to-date that appear to be re-compiling kernel unexpectedly. I just wanted my display to rotate correctly, and be able to play some games.
wrote last edited by [email protected](sorry, rant incoming)
See, I'd be absolutely willing to learn that Linux is indeed "better" than Windows (in fact, I do suspect it probably is - once you know your way around it). What annoys me absolutely endlessly is how people go on and on about how eeeeasy it all is and modern distros are juuuust like your current OS, really, and there's absolutely zero need to be intimidated because it's all so very intuitive and you can't do anything wrong*! It isn't easy. And it doesn't have to be easy, I'd be okay with looking shit up - if explanations and guides didn't assume you already know your way around the OS ("do cryptic thing xYz, duh"), if they weren't out of date because they were published an entire month ago and if people didn't pretend.
* I almost broke my display tablet in my Mint experiment because while trying to get the driver to work, I followed a guide that explained nothing (so for every step I looked up another guide which lead to another guide to another guide to another guide.......). No I don't know what went wrong because I don't know what the guide was making me do. Luckily, I'm tech savvy enough to fix it on my own - under Windows.
Edit, 3 days later: lolnope trying to get the thing running under Mint did break the tablet, I just thought it was fixed, but the problem is more serious. Brilliant.
-
I would recommend Mint over Ubuntu because of compatibility reasons.
In what ways is mint more compatible? I would expect them to be exactly the same since isn't mint based on Ubuntu?
-
Using the command prompt is not coding. You sometimes need to use the command prompt in Windows to solve certain problems, the terminal in Linux is just easier to use and more powerful so it's often an easier way to solve problems or get information.
Also, they're all explained, you just don't care to read the explanations. One of the best things about the Linux terminal is that most commands have exhaustive and clear documentation.
wrote last edited by [email protected]Using the command prompt is not coding.
Ackshually, whenever you write something into the command prompt and it works, you're writing valid Bash (or whatever shell you're using) code. Bash is a programming language, so technically you are coding.
For example, try typing the following into a terminal:
for ((i = 0; i < 10; i++)); do echo $i; done
You just counted to nine using a loop and a variable!
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
Parroting the no need to code.
Follow the comments about trying a distro/type of Linux.
Something you may not know is what is called a live disc. You can run a type of Operating system without installing it. This lets you try it out without actually installing anything. However know that if you install a program to try out it will it safe when you reboot or shut down.
Please use this.
NetBoot.xyzIt essentially lets you burn a cd that you boot from. This then lets you try out countless types of Linux before you install them. This way you don’t need to burn 20 discs or flash a new usb drive each time you want to try a different Linux.
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
I think the Ubuntu haters are overly enthusiastic. It's perfectly fine. Actually pretty good.
Mint is extremely popular as a recommendation for good reasons as well.
Both have excellent support communities, which is important. Linux in general has become a lot more "plug and play" in recent years, meaning that it will do more of what you want right out of the box. In all likelihood, you will want to do something with it that requires help, so having a robust community makes a big difference.
-
Mint is good. It might be worth trying a few different desktop environments to see what you like - you can probably run all of the major ones from a LiveBoot device.
BUT, and this is VERY important, ypu do not need to do any programming or coding on a Linux desktop. Ever.
If you're not a programmer then you are never forced to peel that onion. You can do EVERYTHING from a GUI if you want.
You'll lose the ability to run some games and software, but between alternatives and emulation, that list is getting smaller.
Sudo I don't accept your lies.
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
wrote last edited by [email protected]Mint is a good option, yeah. Should feel familiar if you're coming from windows.
Note that coding experience isn't really relevant. Only the most advanced users ever really need to write code for their system. 99% of linux users, including the experienced and power users, don't have to regularly code, per se. Note that I'm referring to actually writing programs, not terminal use. Using a terminal isn't coding but that may be what you were thinking of, it's similar but imo not the same. If you wanna do more advances stuff, you'll definitely want to learn the terminal, but for most stuff you'll get by just fine with GUIs like you're probably used to. Mint is particularly good at keeping stuff to GUIs.
Something to note: coming from windows, you'll be used to getting programs by finding downloads on the internet. On linux, that's generally best avoided - you should always look on your distro's package manager first. On mint is believe it's called something like "software center" or "software manager," can't remember off the top of my head but it will be preinstalled for you.
-
I have several older laptops that would not perform well on windows 11 running Linux mint, Debian, Ubuntu with no problem. If you stick with distributions that let you try the os from a bootable usb first, this should increase your comfort level and help you feel better about your decision.
One note, depending on your laptop BIOS, you may have trouble booting a live USB. I experienced this with Ubuntu and Pop-os, but the issue is solved by creating the bootable USB with a GPT partition instead of the default MBR. The only reliable way I have found to do this is using Rufus on Windows, so keep in mind you may need a Windows machine around for this purpose.
Good luck and have fun!
This worked for me when I was first setting up Proxmox.
dd bs=1M conv=fdatasync if=./proxmox-ve_*.iso of=/dev/XYZ
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
My 80+ year old mom has been using Debian for over 2 decades now. She is very much not a coder. Just pick whatever distro and try it out, as others have said.
-
(sorry, rant incoming)
See, I'd be absolutely willing to learn that Linux is indeed "better" than Windows (in fact, I do suspect it probably is - once you know your way around it). What annoys me absolutely endlessly is how people go on and on about how eeeeasy it all is and modern distros are juuuust like your current OS, really, and there's absolutely zero need to be intimidated because it's all so very intuitive and you can't do anything wrong*! It isn't easy. And it doesn't have to be easy, I'd be okay with looking shit up - if explanations and guides didn't assume you already know your way around the OS ("do cryptic thing xYz, duh"), if they weren't out of date because they were published an entire month ago and if people didn't pretend.
* I almost broke my display tablet in my Mint experiment because while trying to get the driver to work, I followed a guide that explained nothing (so for every step I looked up another guide which lead to another guide to another guide to another guide.......). No I don't know what went wrong because I don't know what the guide was making me do. Luckily, I'm tech savvy enough to fix it on my own - under Windows.
Edit, 3 days later: lolnope trying to get the thing running under Mint did break the tablet, I just thought it was fixed, but the problem is more serious. Brilliant.
Thank god I'm not the only one. I was convinced it was me! i used Mint for two months, and when everything works it's good, but the second you encounter a problem it becomes a nightmare.
-
In what ways is mint more compatible? I would expect them to be exactly the same since isn't mint based on Ubuntu?
Kind of. Mint is based on Ubuntu but both are also based on Debian. They're familiar but not the same. I had much more issues with hardware not working at all under Ubuntu, it also needs more resources as well.
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
wrote last edited by [email protected]Yes. I main Mint in my laptop, and it's been my go-to for general purpose use (gaming included) for the past 10-15 years. On servers I prefer other distros, but Mint has consistently been the one that works best out of the box in a laptop desktop environment.
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
I run immutable Fedora distros (Bluefin, Bazzite) and they are the most stable distros I've ever used. Immutable distros restrict writing to sensitive parts of the OS so you're less likely to break things. You'll mostly install Flatpaks which looks pretty similar to using the Windows app store.
I've seen some people say that immutable distros aren't good for beginners. I'm really not sure why. My best guess is because they're not the norm and you might run into support issues if things do go wrong.
If all of that sounds too scary then Linux Mint is a good choice. Never used PopOS myself but I hear that's a good starter OS too.
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
How did you use Windows without understanding coding? lol
-
Thank god I'm not the only one. I was convinced it was me! i used Mint for two months, and when everything works it's good, but the second you encounter a problem it becomes a nightmare.
It's been great for standard use, but yeah some things just get weird sometimes in every OS. 2 mint cinnamon OS's acted different, over and over with power and lid settings. pop-os had stupid shit with an old laptop that no matter what I did the airplane mode would enable when you opened the screen, not closed. I use RustDesk for remote access across my machines and phone, where you install from matters, if you install from the software manager their website or the flatpack... You will have different results/features. Run your own server for it, now the docker container is continuously restarting. Fix that and my file server, jellyfin server, Pihole server, or something else is doing something wonky. It's 100% my fault I'm trying to run to much off of one device, but once I get it all working I say hmm... What if I try to run a Piefed instance off of it, and realize no matter how I run the reverse proxy the incoming ports may have overlap. So I need to divide things up more.
-
So like it says in the title. I'm looking to make a change. The only coding I ever did was like, some very light HTML on stuff like LiveJournal 20 years ago (because I'm ancient in internet years, haha) and even that I barely remember.
I've seen people talk about LinuxMint in other comment sections and how that one might be closest to something like Windows (in that a layman like myself can use it out of the box like buying a new laptop from Best Buy or whatever store). Is that actually a good one or is there something better for somebody like me?
I've seen enough people go 'NO UBUNTU!!!!' to steer me away from that one, but otherwise I have no clue what would actually be good for somebody in my shoes.
I have a laptop that still technically runs Windows 8 that I just use for downloads so I'd be trying it on there so that if something goes wonky I'm not fucked. After looking at the LinuxMint website, the specs on that laptop meet the requirements for it.
Thanks so much!
ETA: Because it's come up a few times and after the first time I didn't want to reply the same thing a over and over, I associate Linux with coding because everybody I've personally known that uses Linux is a programmer by trade, by hobby, or at least has a CompSci degree and understands this stuff on a level a million times higher than I do (even if they didn't end up in the field). Clearly I misunderstood something about what they were doing with Linux somewhere along the way. It looked like coding to a layperson at any rate so that's what stuck in my mind.
wrote last edited by [email protected]You don’t need to know how to code to use Linux. It helps to know how to use the terminal, but you don’t even really need to know that anymore either.
Mint is a great choice. Fedora is another great choice, and it’s what I use. IMHO, Cinnamon (Mint) and KDE are easier to use coming from Windows than Gnome (Fedora). So yeah, I’d agree with the sentiments you’ve read and cited in your post. You can also use Cinnamon or KDE on Fedora if you like though.
-
Pop! OS is also a good beginner distro.
I found the software manager to be much nicer in Mint than Pop, so if someone is looking for GUI preference, I could understand the lean towards Mint