this post was submitted on 15 Aug 2023
401 points (88.6% liked)

Technology

58164 readers
4438 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. 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
[โ€“] dustyData@lemmy.world 23 points 1 year ago* (last edited 1 year ago) (1 children)

In that video he did everything that everyone recommends not to do when trying out Linux:

  • Never copy paste and execute random code from the internet.
  • Never execute commands on the terminal you don't fully understand what they do.
  • Never say yes or okay to any dialog prompt unless you understand what the dialog is asking about.

He is stupid, he paid the stupid tax. Linux didn't do any of the things that went wrong in that video, it was his own stubbornness and ignorance.

[โ€“] Construc_@lemmy.world 22 points 1 year ago

the problem with a lot of these recommendations though is that to a non-linux user: all code is random, and no commands are understood. you only learn by doing, and if you cant do until you know, you'll never get anywhere. you gotta make a few mistakes to learn anything, and thats what happened. yea he paid the stupid tax, but so does everyone else while they learn a new thing. that was the entire point of the challenge: how hard is it? and it turns out, quite! info is scattered, theres lots of commands and code that sounds like it'll do what you want but is actually a bad idea (as evidenced by the recommendations you point out), and things can break easily. thats the video.