• Masterbaexunn@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    I just wanted to say this is all very confusing. I barely installed Ubuntu on my laptop as a daily driver mostly due to the MS Recall debacle. It’s fine, it’s great. However, reading all the Linux Lemmy posts makes me feel like I’ll never understand. I know all these words and what they mean, just not in an OS context.

    • TheGrandNagus@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Think about it this way: going onto Linux communities and listening to what people say can be like listening to car mechanics chat.

      But do you need to know what all of that stuff means to drive your car? Nah. But that info could come in handy, if you wanted to modify your car or something like that.

      You don’t need to know what Wayland/X11, PipeWire, GTK4/Qt6, or anything like that is, in much the same way you don’t need to know what PowerShell, Event Viewer, NT kernel, or registry are to use Windows.

    • shrugal@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      Welcome to the Linux community. :)

      You will probably never understand everything about Linux and all of its included and associated systems. That’s completely fine, no one does! That’s why we are many, and it’s what asking for advice or help is for. You can just learn whatever interests you at your own pace, and know that there will always be interesting things you haven’t seen yet.

    • cerement@slrpnk.net
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago
      • repeat the “Don’t sweat it.”
      • Ubuntu is a perfectly fine starting point (the other “beginner distro” that’s commonly recommended is LinuxMint)
      • »AFTER« you become comfortable with what you have:
        • try familiarizing yourself with the command line
        • get overwhelmed with all the distro choices available
          • get bitten by the distro-hopping bug (“Gotta try them all!”)
            • and then try Distrobox (“ALL the distros at once!”)
      • »THEN« take a look at immutable distros
        • “immutable distro” is a catch-all term that embraces several concepts
          • immutable – the root filesystem is set to read-only – makes it harder to mess up your system
          • declarative – your hardware and packages and configs are declared in a master configuration file
          • atomic / transactional – updates are checked as they’re applied, if it fails, it gets rolled back to a previous “safe state”
          • container / sandbox – ex. Flatpak or Docker or OCI – apps are isolated in their own sandbox and not allowed to mess up anything else