I just fucking can’t with windows anymore. I’d preach about it but I imagine you’ve heard it all. I have minimal computer expertise.

I use my PC mainly for streaming, downloading torrent files who’s copyright you don’t need to worry about, and light gaming. Usually just messing with New Vegas mods.

If someone knows of a good YouTube channel or guide or something written for andelder millennial caveman I would be grateful.

Edit: after having been recommended mint OS and giving it a quick Google, I got this! I haven’t fucked with anything linux scince the early aughts. And holy shit has that come a ways. Guess I remembered back and got a little intimidated. Mint is downloading now. As a small f.u. I booted up edge to do it. Ty you beautiful people!

  • AnAnonymous
    link
    fedilink
    arrow-up
    5
    arrow-down
    5
    ·
    1 month ago

    You can use Copilot to ask about the problems you face after installing Linux, it will save you time instead of using normal search engines. Good luck!

    • ProgrammingSocks@pawb.social
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 month ago

      “How do I remove a folder called root using the Linux terminal”

      “This task can be achieved with a simple command, just run sudo rm -rf / --no-preserve-root and the folder should be deleted. Hope this helps!”

      Don’t use copilot without checking another source.

      • AnAnonymous
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Actually that’s the way to remove the root folder, but obviously people should know if you remove the root folder you remove everything in the partition included the system and the files, it’s not a problem of the AI it’s a problem about dumb people.

        • vaionko@sopuli.xyz
          link
          fedilink
          arrow-up
          4
          ·
          1 month ago

          No. That removes everything in the root filesystem. Very different from a “folder called root”. The correct command would be rm -r root

        • ProgrammingSocks@pawb.social
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          1 month ago

          The joke is I’m referring to a generic folder simply named root. Not the root folder.

          it’s not a problem of the AI it’s a problem about dumb people

          Hey, I’m not the one telling people to blindly follow an LLM.

          • AnAnonymous
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            edit-2
            29 days ago

            I didn’t said to blindly follow an AI, in fact, you should never follow anything blindly, I just said(supposing you have common sense) you can save some time using an AI to look for answers instead of using normal search engines.