My crippled kernel count is around 6, how about yours?

  • Ada@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    39
    ·
    21 hours ago

    The “starting over” part is what made it take so long for linux to “stick” with me.

    Once it became “restore from an earlier image”, it was a game changer!

    • IngeniousRocks (They/She) @lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      25
      ·
      edit-2
      19 hours ago

      My game changer was circa 2014 when I broke something and got dropped to a basic shell and for the first time instead of panicking and immediately reinstalling I thought for a moment about what I had just done to break it, and undid the change manually. Wouldn’t you know it booted right up like normal.

      The lesson here: if it broke, you probably broke it, and if you know how you broke it, you know how to fix it.

      • deadbeef79000@lemmy.nz
        link
        fedilink
        arrow-up
        16
        ·
        edit-2
        17 hours ago

        100%

        The alternative being variations on:

        Hi my name is [redacted], I have [X] years experience.

        Please run sfc /scannow.

        You can find more help at [Irrelevant KB URL].

        Please rank me 5 stars.

        Ticket closed

    • ComradeSharkfucker@lemmy.ml
      link
      fedilink
      English
      arrow-up
      11
      ·
      edit-2
      20 hours ago

      I could be weird for this but the starting over part actually contributed to me continuing to use linux tbh. Trying out a new distro, figuring out how to use it, and building a new user interface each time I killed my system kept me engaged with linux beyond its utility. It functioned essentially as a way to learn about computers and as a creative outlet. I don’t fuck around and find out as much as I used to but I still swap distro every year or so.

      • Ada@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        8
        ·
        20 hours ago

        It was similar for me, but not quite the same. The thing I hated was starting from scratch. I’m very much not a distro hopper. Back in the day, I enjoyed the challenge of trying to troubleshoot issues and get the system working again, and that kept me interested, but eventually, I’d hit a problem I couldn’t resolve, and I’d have to start again from scratch, and at that point, I’d just go back to Windows.

        Now, I still get to do the same thing. If I break it, I get to learn how I broke it and try and fix it, and I find that process compelling. But because I’m using btrfs restore points now, I don’t get to the point where I have to start again from scratch. So I can work at solving it to the limit of my abilities, with confidence that if I can’t work it out, it’s not a huge issue.

        • over_clox@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          21 hours ago

          Timeshift itself borked my shit up. I had to reinstall all registered packages to fix its fuckups…

          sudo aptitude reinstall '~i'

          Edit: Sure it took a long while, about as long as a full OS reinstall, but never once was there any issue with the kernel.

          • bobs_monkey@lemm.ee
            link
            fedilink
            arrow-up
            3
            ·
            20 hours ago

            While only once, timeshift destroyed my bootloader. Don’t update and reboot before a meeting, kids

            • over_clox@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              20 hours ago

              My test of Timeshift was pretty simple and straightforward.

              1. Fresh install Linux Mint

              2. Install most of the main software I wanted.

              3. Do a Timeshift backup.

              4. Install some extra software I didn’t necessarily need, but might want to use someday.

              5. Restore the backup from step 3.

              Results: Everything from step 4 was still registered as installed, but almost nothing from step 4 actually worked.

              So I brute force reinstalled everything in place, and haven’t used Timeshift since. I’m perfectly comfortable using the terminal, and at worst a live boot media, to fix any issues that might come up.

              • FauxLiving@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                15 hours ago

                Timeshift is a good piece of software doing a tired trick.

                The new hotness is copy on write file systems and snapshots. I can snapshot, instantly, then do a system update and revert to the previous snapshot also instantly.

                Instead of using symlinks files, like Timeshift, the filesystem is keeping track of things at the block level.

                If you update a block it writes a new copy of the block (copy on write). The old copy is still there and will be overwritten unless it is part of a snapshot. Since the block is already written, snapshots don’t require any data to be copied so they’re instant.

                Once you finish the system update, all of the overwritten blocks are still there (part of the snapshot) and reverting is also just a filesystem operation, theres no mass data to be copied and so it is also instant.

                It does use disk space, as allocated blocks AND snapshotted blocks are stored. It uses less than Timeshift though, since Timeshift copies the entire file when it changes

                ZFS and btrfs are the ones to use.

                • ABetterTomorrow@lemm.ee
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  11 hours ago

                  Didn’t quite follow what you were saying completely. Are you suggesting a new program over time shift or change the file system type like ZFS and Btrfs? I’m using Ubuntu and not sure if I seen those before.

          • Kairos@lemmy.today
            link
            fedilink
            arrow-up
            1
            ·
            20 hours ago

            I also can’t get over the fact that it doesn’t understand RAID or filesystems somehow.