this post was submitted on 05 Sep 2024
131 points (92.3% liked)

Linux

47331 readers
921 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
 

Let's say just like for example like MacOS. It's awesome we have so many tools but at the same time lack of some kind of standardization can seem like nothing works and you get overwhelmed. I'm asking for people that want to support Linux or not so tech-savy people.

you are viewing a single comment's thread
view the rest of the comments
[–] Integrate777@discuss.online 21 points 1 week ago* (last edited 1 week ago) (5 children)

On top of being preinstalled, we also need google search-able instructions that avoid the terminal altogether. People are afraid of the terminal, it doesn't matter why, it just is.

Currently, most solutions to linux problems come in the form of terminal commands. We would have to start creating a whole new troubleshooting forum where instructions avoid the terminal and are just lists of buttons to press in a GUI. Probably helpful screenshots too.

Of course I have no idea if some things even have GUIs at all, like configuring user groups and permissions or firewall settings, someone would need to make them. Not to mention every DE or program would need a different set of instructions, GNOME or KDE, firewalld or iptables. It'll be a lot of work.

[–] ian@feddit.uk 7 points 1 week ago* (last edited 1 week ago)

I searched but never ever found a website with Linux help specially for non IT people. This is seriously needed. Everywhere I've looked, gatekeepers with no clue about the GUI solutions, insist people use the command line for day to day user tasks. Sure things vary between desktop environments, but it's important people learn about their desktop. It's how they get comfortable, and stay. And not stuck reliant on strangers having to spoon feed them cryptic text commands each time. I'd be happy to help contribute. As I've found GUI ways to do nearly everything.

[–] TBi@lemmy.world 7 points 1 week ago

I’m tech literate and use the command line daily. I enjoy how powerful it is but I also enjoy the ease of point and click on windows.

After a hard day coding at work I much prefer poking around windows than using a command line on Linux.

[–] Revan343@lemmy.ca 6 points 1 week ago

This is the biggest thing. I'm very comfortable in Bash, but that is not the norm; the second my wife needs to run sudo apt get, she's out, fuck that

[–] fruitycoder@sh.itjust.works 2 points 1 week ago

I will say part of problem is knowledgeable volunteers will almost always want to just cp and paste a command string over the docs needed to walk someone through doing it in the current version of GUI.

I've done both. Repeatable user instructions for GUIs IS NOT FUN. Maybe if we can get some automation to turn vague directions into detailed ones and better yet testable (supporting something like OpenQA) it might help lower the burden for a project to do so.

[–] iopq@lemmy.world -4 points 1 week ago (2 children)

But that's several pages of point and click vs. a few lines to copy and paste,

[–] ian@feddit.uk 6 points 1 week ago (1 children)

Copy pasting strange commands people will not memorise does not solve it! To keep non IT people on Linux, they need to find out how their desktop GUI works, so they are in control and happy to stay. The aim is not to use the minimum possible time writing the tips. Thrusting an unfamiliar environment on people is sure to scare them away, and is bad usability.

[–] iopq@lemmy.world 1 points 1 week ago

Thrusting in an unfamiliar environment is how I got an STD

[–] Revan343@lemmy.ca 1 points 1 week ago (1 children)

Do not copy and paste into Bash if you don't understand the commands you're pasting in

[–] iopq@lemmy.world 2 points 1 week ago (2 children)

Who said I don't understand them? I've done point and click tutorials. They don't only take forever to follow, they also take forever to make.

Look at this monstrosity:

https://iopq.wordpress.com/2023/12/02/free-censorship-resistant-vpn-when-you-self-host-with-oracle-free-tier-and-cloudflare/

Holy shit, the copy and paste parts are the easiest parts of them all

[–] Revan343@lemmy.ca 3 points 1 week ago

Fair; that was mostly a general warning, not necessarily directed at you, because many people do copypaste terminal commands without knowing what they are actually doing.

As long as you understand what a command does, absolutely go for it. No point typing that shit out when somebody else already has

[–] fruitycoder@sh.itjust.works 1 points 1 week ago (1 children)

Honestly maybe we need something like a portable guided tour format (you the "see what's new in ..." things but from strangers for specific thing).

[–] iopq@lemmy.world 2 points 1 week ago (1 children)

That's an interesting idea, but the problem with UIs is you need some kind of a format to interact with all of the toolkits and legacy programs just to be able to figure out where on the screen the button you need to click is

[–] fruitycoder@sh.itjust.works 1 points 1 week ago

Right. I feel like maybe Free Desktop standard, tight integration with top toolkits (qt, gtk, etc) and a some image recognition for fall back.