• NaibofTabr@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    35 minutes ago

    choco upgrade all

    Not a built-in, of course, but chocolatey gets you Linux-like package manager behavior on Windows. With it you can run headless software installs and automatically update software. It’s great for remote/VM management.

  • Jordan117@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    25 minutes ago

    Until Google neglects to update Google Earth and your entire system update gets hung on a no-digest error so you have to either uninstall Google Earth or run a custom update command that skips it every single time. 😩

  • taiyang@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    3 hours ago

    I just want to share that last semester, the Windows podium computer we used decided randomly to update during a student presentation. It did not help their nerves, but I did turn it into a chance to evangelize Linux.

    And no, they can’t use their own laptop, the connections to the podium computer, and thus the projector, use VGA…

    • Tetsuo@jlai.lu
      link
      fedilink
      arrow-up
      4
      ·
      2 hours ago

      Not that it matters much but isn’t there cheap adapters to/from VGA?

      • taiyang@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        2 hours ago

        Yes but it’s generally easier and less prone to issues to just open their PowerPoint (or really, Google sheets) on the podium since I’m already using it. I’m sure the admin uses adapters as their excuse not to update the hardware though… (even if they are still using Win 11 on decades old computers).

        • Tetsuo@jlai.lu
          link
          fedilink
          arrow-up
          2
          ·
          2 hours ago

          Honestly, I would prefer if a video projector wasn’t tossed as garbage if you can just buy a cheap adapter and put it in a box next to the podium.

          We have enough electronic waste as it is!

          • taiyang@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            27 minutes ago

            Yes, same; the real solution is Linux podium with an adapter in every room by default. But that’s not happening anytime soon, lol.

            Technically it’s not the projector with the issue either, the podium is more or less a very fancy hub with a monitor built in. I feel like the adapter could just be built in if necessary, lol.

      • Ooops@feddit.org
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        4 hours ago

        Is it even apt-get still? thought they changed over to apt long ago and apt-get is just a symlink for legacy reasons.

        At least that’s what I last read… (speaking as someone also loving candy) .

          • MsFlammkuchen@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            9
            ·
            4 hours ago

            apt is meant more for user interaction and apt-get is more stable and more for scripting. But apt-get is often used in online tutorials because it doesn’t really change.

            • Tetsuo@jlai.lu
              link
              fedilink
              arrow-up
              8
              ·
              3 hours ago

              I think it wasn’t for APT but I once worked for a business with a lot of RHEL, the script that was updating hundreds of servers was using the user wrapper instead of the binaries. A warning was displayed in the script to warn not to use the wrapper for scripts.

              I warned my team leader of the issue and was completely ignored and was said that it was an issue for the team that made the script in the first place.

              I gave up.

              A few weeks later, the poorly designed script botched a major update on hundred of servers because the wrapper had a tiny change and the update script didn’t handle it well.

              It’s insane to me how much money a business can waste for stupid shit like that. The devs warned us not to use their wrapper to script on, the linux team did it anyway, my warning was ignored, many hours of engineers work was wasted fixing the chaos that ensued.

  • epyon22@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 hours ago

    For those who are confident in their system setup

    sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
    
  • ToiletFlushShowerScream@piefed.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    4 hours ago

    Linux noob here. Just upgraded hardware and reinstalled Windows and Linux on the gaming computers and even though I’m a complete Linux beginner, 9 out of 10 software issues were with windows! I couldn’t believe a gazzilion dollar company with thousands of employees still couldn’t get it right?

  • wizardbeard@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 hours ago

    “Fun” fact: Windows is finally just now, in the year of our lord 2026, trying to release some updates as “live”. As in not requiring reboot.

    It’s going better than you’d expect, but still far worse than they have any excuse for.

    • y0kai [he/him]@anarchist.nexus
      link
      fedilink
      English
      arrow-up
      7
      ·
      3 hours ago

      thats only if it actually downloads and installs. our enterprise windows installs like to take 5-10 attempts to actually get the software onto the computer. “Install failed. retry?”

    • Brkdncr@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      Not exactly correct. They are releasing their hot patch service more broadly. These are updates that would normally require a restart no longer need to be restarted.

      Just like Linux though, if you didn’t want to restart after updating you never really were forced to.

  • Chee_Koala@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    3 hours ago

    On Fedora live update is turned of by default with a warning saying updating without rebooting is not recommended. As a cautious noob, I left it as is. Too cautious?

    • swab148@startrek.website
      link
      fedilink
      English
      arrow-up
      8
      ·
      3 hours ago

      Yeah, rebooting just makes sure that everything is using the new updated packages, so if you update then reboot you’ll be golden

    • Reznik@lemmy.zip
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      3 hours ago

      No. Fedora sometimes updates configs or packages (e.g. kernel) that require a reboot to take advantage of. If you’re a linux veteran you can decide by yourself if or if not you need to reboot. But fedora wants to have a stable and smooth experience for all its users.

      • BiscuityCat@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        It would be nice if they could do the update with a single reboot. It is annoying to type LUKS password multiple times.