• 1984@lemmy.today
      link
      fedilink
      arrow-up
      7
      ·
      6 months ago

      Just ask people here, people just love anyone who switches over to Linux and want to learn about it. Because we actually love this operating system. Its so good.

      When my kid started using Linux, once he knew how to start programs and install things, we went through where the files are on the file system and how to get there in a terminal. I think thats a good starting point so you understand the foundation of the system.

      And then go though a basic Linux command line tutorial to learn about the common tools for listing files, filtering results, renaming and deleting files etc.

      You can do that stuff in a graphical file manager too but you dont really get that understanding of how things work until you do it in the terminal.

      • Bluefalcon@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        6 months ago

        The terminal commands is where I feel lost. I feel like Im trying to hack the main frame.lol just a bunch of typing and no clue what it means.

    • upsidedown@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      4
      ·
      6 months ago

      For all their faults, LLMs are pretty damn good at basic trouble shooting of Linux. Ideally prepare context for them with installation details. Use CLI client, recommend opencode CLI, plan agent is good to inspect the commands it will plan to run and let’s you inspect and think through what it is doing. Can also ask for clarifications along the way.

      It’s not perfect but very good.

    • DarkAri@lemmy.blahaj.zoneBanned
      link
      fedilink
      arrow-up
      2
      arrow-down
      5
      ·
      6 months ago

      If you are new I suggest bazzite, and get lutris to install windows apps outside of steam. It takes care of most of the stuff and to install software, on bazzite you use “sudo rpm-ostree install <package name>” and then reboot because bazzite uses an ostree system, or just get it in a flatpak if available. Between bazzite and knowing how to install packages outside of the flatpak repository, that should cover most of your bases for a few years and you can learn other stuff when you have the inclination. ChatGPT is really knowledgeable about Linux since it’s open source. It’s often much faster than digging through forums just be specific when you speak to it.

      Also if you get your setup in a decent shape, you can shrink the partition and image it with dd with a single command, and then compress it to have a full system backup, which is basically your own image. Then you just write it back with a program like etcher later if you screw up your system and then just reexpand the partition to the full drive. If you get bazzite though you won’t have much need to use the terminal or install anything outside flathub which will keep you from breaking the system. Also update the system occasionally, to get security fixes once a week or two is probably fine if you don’t have open ports to run a server and aren’t running random software.

      • Hemingways_Shotgun@lemmy.ca
        link
        fedilink
        English
        arrow-up
        15
        ·
        6 months ago

        Is this satire?

        Seriously, if I was new to Linux, coming from Windows, asking for a cheat sheet or Linux for dummies manual, everything you wrote would sound like absolute gibberish to me.

        If this was someone’s response to me when asking for advice I’d immediately reinstall windows where at least (from the perspective of a typical end user) they speak words that make sense.

        • DarkAri@lemmy.blahaj.zoneBanned
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          6 months ago

          It’s the easiest way to get into Linux if you need good GPU support and I assume most people play video games. Bazzite is what finally got me into Linux because it mostly just worked out of the box which is something most Linux distros I tried before that never did. I would always end up breaking them in a day or two trying to get the GPU driver installed or something. Bazzite is really good for beginning users. Not the greatest for mid tier when you are trying to gain a deeper understanding because it replies heavily on containers and file system overlays.

          Also you have to remember that for people who aren’t ultra Linux nerds. It’s an incredible amount of work to get Linux to work. It’s often days of painful configuration and research per machine. This, and a lack of gaming support is the main reason I think most people avoid Linux, which is why I suggest bazzite, as the shit just works distro.