this post was submitted on 10 Oct 2024
1146 points (97.9% liked)
Technology
59378 readers
3721 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Linux is here to welcome you
unfortunately it isn't. I cannot imagine a less welcoming and beginner friendly community. the reason no one uses Linux is because your communities are indecipherable and you all act like everyone is or should be an engineer in computing.
I spent much of yesterday getting Debian to work on my old MacBook.
In theory it's relatively straightforward, but there are so many little niggles and roadblocks that it really sours the experience.
I set up a user account upon install, as it asked me to, but when I tried to do something with sudo it just kept telling me that I wasn't in the Sudoers group. Mine is the only account on the machine, why isn't that set up by default? So I searched for a solution, which appears to have a bunch of different ways to do it, but none of them quite worked, or worked first time. The first few solutions involved using the terminal, but in the end it was easier to open the document in the file manager and edit it as a root user. Linux users are hard for using a terminal when they could just open a document in a text editor.
In the end I got everything set up how I wanted, but it probably shouldn't have taken a whole day of irritation.
The command line is always there and always has the same basic tools, assuming the system is bootable at all. You can't guarantee that a given system has a working GUI—it may be broken, inaccessable, or never installed. Having some kind of TUI editor installed is usual on non-embedded systems, but you can't guarantee which one or that it's fit for purpose (coaching a newbie through a
vi
session isn't something anyone wants to do). That means that the generic instructions that get passed around because they're fit for most systems (regardless of distro or purpose) use the command line tools.So there is method to the madness, but if you're coming from a "GUI or bust!" OS it can take a while to get used to.