By the way you write I now you are smart enough to learn the terminal and you should not fear it, since you are starting with linux it is expected that you will make errors and that is ok. Linux is yours to do and undo.
One of the reasons why Mac was able to take some market share from Windows is that all their computers are the same regardless of the needs of the user, so trouble shooting is easy as all are the same.
Your full backup strategy is kinda overkill, also tells me your are more than capable of learning the terminal btw, you should just back up the critical data then reinstalling/fixing your installation will take the same amount of time for backing your full drive. There are forums to ask for help in linux and there are a lot of us that try to help brother/sister in need. Also timeshift might be easier faster than the usb thing.
I do not know Zorin OS but there are other flavors of Linux that might be better for you, maybe something atomic like Bazzite which is immutable so you can’t fuck it up. One distro does not represent all.
About your Windows for the masses comment, every one of us linux users started with Windows because that’s what the computers came with, Microsoft paid a lot for that to happen, and the users got used to Windows and got used to its quirks. That is in itself technical knowledge, so there are no computer users “without technical knowledge”
About the restarting the computer to solve issues comment. That’s just not true, my work Windows computer started blue screening with no reason, no amount of restarting fixed that.
Now to the trolls, they are trolls, your are giving a proper argument for your use case and I respect you for that because you are giving linux a try. The trolls im referring to are the ones shitting on linux without even trying it or just calling people names because they dare to try something different.
About your comment for living with issues with my setup forever as a non-techy user reminded me of the 10s of toolbars my aunt had in her computer and complained when I removed them because she had gotten so used to them.
Do not fear the terminal even Windows was once DOS, install and try all the distros you can they are FREE, there are a lot of flavors for different needs.
Mangoguana@lemmy.world 4 months ago
That command terminal thing is so real. When it works, its magic. When it doesn’t work, you just messed with forces you didn’t understand and are already forced into chancing a repair and maybe make the problem worst or getting back to the original one! (Very discouraging if you are just trying to get work done, especially for non techies)
I think the problem with linux users is that they can’t imagine that the appeal for most people who want to use an OS is to make something happen in the “real world” with a top level piece of software, like you want to draw a cute cat on the screen not learn how the compositor draws the pixels to different resolution screens WHEN the monitor model is a use case supported scenario.
The objective is to use the computer as a tool NOW for a SPECIFIC thing without diving into the inner guts of the machine for some people, and that’s honestly fine.
__hetz@sh.itjust.works 4 months ago
Some of us are old enough to remember when “that command terminal thing” was computing. Now there’s something about text on a black screen that seems to make people’s eyes glaze over and their brains turn off today. You’d think they were being asked to decipher the Matrix. Too many generations removed I suppose.
The reality is I’m definitely not figuring out how my compositor works, almost never touching system files, infrequently scripting, and almost always using “a tool NOW for a SPECIFIC thing.” I’m not a tech luddite. Modern computing is shiny and awesome. You want graphical tools for graphical tasks. But there are so many excellent specific-purpose CLI tools, typically included by default across nearly every distro, that make so much more sense to use over a GUI. Maybe not always but most of the time.
Simple example, damned if I’m gonna open a file browser, navigate to my downloads directory, right click - Cut (or Ctrl X), navigate to another directory, paste, then right click - Rename. Not when I can just open a terminal (realistically, I always have it open) and
mv ~/downloads/kewlwallpapers_abstract_dark_blah_blah.jpg ~/pics/wallpaper/abstract_003.jpgEspecially when tab completion means I just have to type a partial path or filename and slap Tab to fill in the rest. It’s just so quick.