• TrickDacy@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      5 months ago

      Wait what? I have been running silver blue and vanilla fedora recently and I don’t remember this happening. I always run my update script manually every day or so though. When do you see this screen?

      • krooklochurm@lemmy.ca
        link
        fedilink
        arrow-up
        5
        ·
        5 months ago

        When it updatedssystem files it’ll do this when you shut down your computer.

        If you never shut it down it never will lol

      • minkymunkey_7_7@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        5 months ago

        It updates just like Windows automatically, in Discover. Then it asks to restart and upgrade and it’s just like Windows. I did this just today. Nice UI and UX with Fedora with Plasma.

      • greedytacothief@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 months ago

        What? I’ve never had fedora reboot itself. Sometimes it asks if I want to install updates on reboot or shutdown. But I am always in charge of when that happens.

  • ohshit604@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    29
    ·
    edit-2
    5 months ago

    Be me -

    Gets the Ok from IT to switch to a Linux Distro for my work desktop.

    Gets the Ok from my direct manager.

    Gets the Ok from our contracts manager who used to be in my direct managers position before.

    Direct manager reaches out to lead developer, who happens to be a windows fanboy, for the web app we use to ensure “compatibility”, gets told to be careful of what I do and our cybersecurity insurance won’t cover it.

    Be me, looking around at all the minuscule pieces of hardware connected to the internet likely running some form of Linux or Unix.

    • Infernal_pizza@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 months ago

      Install Windows - does updates as part of the installation process. Get to desktop and check for updates - more updates to install. Reboot and check for updates again - yet more updates.

    • groet@feddit.org
      link
      fedilink
      arrow-up
      3
      ·
      5 months ago

      No it will update and once that is done it will shut down. But the update includes a restart so it will restart and then require you to type your password so it can finish the update, after which it will shut down.

  • LoafedBurrito@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    5 months ago

    It’s insanity. I had to upgrade my work laptop to windows 11 this week.

    IT didn’t do their research and turns out our main software isn’t compatible with windows 11 at all. So i had to downgrade back to windows 10. When i did, photos don’t work and the microsoft store wont open.

    Windows is such a horrible system, i have no idea why they made it so poorly. I could have installed any distro of linux and had it working well in less than 20 minutes. Upgrading to windows 11 took almost 2 hours and it still didn’t work.

    Now IT has to scramble to find a solution before the 14th and we lose all security updates, which they are very concerned about. What a nightmare to be in IT.

    • WhatsHerBucket@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      5 months ago

      It’s always a nightmare being in IT lol

      Nobody ever calls to say, “Hey! Just wanted to let you know that my email is working great, keep up the good work!”

      We only hear from people when shit is broken.

      Being in a windows shop only makes it 100x more difficult and expensive.

  • gari_9812@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    5 months ago

    Nothing like the joy of my system upgrading without a hassle… just need to press the up arrow key until I find the command… I’ll get there eventually

    • Bappity@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      5 months ago

      I did this until my coworker got annoyed enough that they told me to start using history | grep lmaoo

      • felbane@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        5 months ago

        Or ctrl+r and start typing what you’re searching for, and repeat ctrl+r to find the next newest match.

        For example, [C-r] ssh [C-r] [C-r] will auto fill the 3rd most recent ssh command you’ve run. Try it, your life will be filled with rainbows and unicorns.

    • BlueKey@fedia.io
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      fish shell and you can type the first chars of the command and it will show an autocompleate.

        • Arthur Besse@lemmy.ml
          link
          fedilink
          English
          arrow-up
          10
          ·
          edit-2
          5 months ago

          sudo apt --update --autoremove upgrade -y

          note

          this doesn’t actually do the same thing as the previous comment running autoremove afterwards does; the former will remove things which were rendered removable by the upgrade while the latter will only remove things which were already autoremovable prior the upgrade.