I’m moving my posts from Reddit to Lemmy before delete them.

This post is from 2020-08-12.

  • TheDarkBanana87@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Used to hate when windows update between my work.

    But since trying Arch, i do pacman Syu almost everyday.

    Its kinda addicting, and it give some statisfactions for myself, i dont know why

    But now I’m past that stage, and just update it like every 2 weeks.

    Going to Gentoo, i repeat the same process again. Seeing the console log is hipnotising and give a statisfaction for me when it complete successfully. I update like every 3 days

    Now i update once a month hahaha

  • somedaysoon@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Which are you?

    alias update=sudo timeshift --create --comments update && sudo pacman -Syu

    or

    alias yolo=yes | sudo pacman -Syu

        • skillissuer@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          timeshift saved my ass when wine installation removed xorg. rewind one day back, note to self: wine is probably badly broken, do not use, and you’re good to go

        • MentalEdge@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          When you install or update something that breaks something, like has happened to me many times, to the point that the system cannot boot, you can pick a snapshot from the grub menu from before those changes occurred, allowing you to recover your system to a working state without the use of a live boot usb.

          It’s also been useful when some program or other stops working due to some change in a dependency somewhere, like OBS sometimes does. Then you can just hop backwards in time to a point where it works and get to actually using your system, instead of spending hours tracking down exactly where an error is occurring right then and there. “fixing it later” becomes a valid way of dealing with problems with your system, when just pressing a button lets you make it temporarily go away.