• slazer2au@lemmy.world
            link
            fedilink
            English
            arrow-up
            17
            ·
            1 month ago

            Execute order

            Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y
            

            Needs a more concise order name…

            • Skullgrid@lemmy.world
              link
              fedilink
              arrow-up
              10
              ·
              edit-2
              1 month ago
              cd ~
              nano .bash_aliases
              

              At the end of the file

              alias executeOrder="sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y"
              

              Ctrl+X
              Y
              Enter.

              source .bash_aliases
              

              There. Now it’s executeOrder

              Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~

            • loweffortname@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              7
              ·
              edit-2
              1 month ago

              Tiny nits:

              1. apt dist-upgrade is more potentially destructive.
              2. It’s apt autoremove (no spaces)

              Otherwise, I do this every morning on my work machine. It’s very satisfying to have updates.

            • JackbyDev@programming.dev
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 month ago

              There’s a flag for upgrade that will do an update as well. I don’t have it memorized, but you don’t need to “update and upgrade” anymore.

          • 9bananas@feddit.org
            link
            fedilink
            arrow-up
            3
            ·
            1 month ago

            windows just completely screwed up another update…it’s like, what, the 5th or so this year alone? so almost every month or so they screw up real big.

            including some that bricked systems completely…

            at least atomic distros let you roll back without hassle…

  • twinnie@feddit.uk
    link
    fedilink
    arrow-up
    15
    ·
    1 month ago

    I used to get this with Tumbleweed by the time I’ve finished my previous update.

    I jest of course but I once had to update it after being away for a week and it had like 14 GB of updates. By the time it finished another 450 MB of updates were available.

    • TropicalDingdong@lemmy.worldOP
      link
      fedilink
      arrow-up
      13
      ·
      edit-2
      1 month ago

      Machine learning.

      It’s a strix halo machine so I can go big on ram (up to 128gb).

      Currently it’s set up for a research project that’ coming to an end. In this paper we’re using time series climate and satellite imagery data to model the long term climate and ecological impact of plantation agriculture.

      I basically paused updating because the set up was working and I didn’t want to have it break on me mid project.

      edit: also used for piss and shit posting

    • TropicalDingdong@lemmy.worldOP
      link
      fedilink
      arrow-up
      10
      ·
      1 month ago

      I’m litterally shocked. It took about 30 minutes, I restarted and its working like it was no-thing-but-a-chicken-wing…

  • Skullgrid@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    This feels relevant, I recently did my first apt upgrade because I was a dumbass and should have done npm/npx upgrade.

    So… The quick trial of a new API/SDK turned into a pant shitting wait to see if I broke my system.

    It all worked out in the end