Don’t get me wrong. I love Linux and FOSS. I have been using and installing distros on my own since I was 12. Now that I’m working in tech-related positions, after the Reddit migration happened, etc. I recovered my interest in all the Linux environment. I use Ubuntu as my main operating system in my Desktop, but I always end up feeling very limited. There’s always software I can’t use properly (and not just Windows stuff), some stuff badly configured with weird error messages… last time I was not able to even use the apt command. Sometimes I lack time and energy for troubleshooting and sometimes I just fail at it.

I usually end up in need of redoing a fresh install until it breaks up again. Maybe Linux is not good for beginners working full time? Maybe we should do something like that Cisco course that teaches you the basic commands?

  • @QuazarOmega@lemmy.world
    link
    fedilink
    61 year ago

    I usually end up in need of redoing a fresh install until it breaks up again.

    That’s common when you start adding random PPAs, running some commands without understanding (we all do 👀) and whatnot, but you can save yourself from reinstalling over and over by using an immutable distribution so at any point you will know what changed in your system and if it breaks you can just roll back to the previous working point and either fix your mistake or wait for a fix from upstream when an issue happens there (this year there were a few kinda major hiccups on Fedora for example).
    I suggest you try one of the Fedora immutable spins (Silverblue, Kinoite, Sericea) or Vanilla OS, though I would hold off from it until Orchid comes out.
    If you want to go all in you can use NixOS, but it takes a lot of reading

    • @plumbercraic
      link
      21 year ago

      As someone who has needed to use random PPAs and inevitably wound up needing to reinstall many times, I think this is good advice. I’ll do this if I ever get the nerve to try again.

      • @QuazarOmega@lemmy.world
        link
        fedilink
        11 year ago

        If Flatpak doesn’t cover your needs you can already use Distrobox on your current distro for that purpose, you’d make an Ubuntu container and add the PPAs to it, if/when it breaks your system will still remain intact