• tate
      link
      fedilink
      2
      edit-2
      4 months ago

      I always forget that Windows Server even exists, because the name is so stupid. “windows” should mean “gui interface to os.”

      edit: fixed redundacy.

      • @[email protected]
        link
        fedilink
        5
        edit-2
        4 months ago

        But Windows Server has GUI. Although a server having GUI (not webui, desktop) is kinda stupid

        • KubeRoot
          link
          fedilink
          English
          74 months ago

          I’d say having a GUI is not inherently stupid. The stupid part is, if I understand it correctly, the GUI being a required component and the primary access method.

          • @[email protected]
            link
            fedilink
            54 months ago

            Yeah. Thankfully, Windows server cleaned up that stupidity starting around 2006 and finished in around 2018.

            Which all sounds fine until we meditate on the history that basically all other server operating systems have had efficient remote administration solutions since before 1995 (reasonable solutions existed before SSH, even).

            Windows was over 20 years late to adopt non-grapgical low latency (aka sane) options for remote administration.

            I think it’s a big part of the reason Windows doesn’t appear much on this chart.

        • @[email protected]
          link
          fedilink
          34 months ago

          The GUI is optional these days, and there’s plenty of Windows servers that don’t use it. The recommended administration approach these days is PowerShell remoting, often over SSH now that Windows has a native SSH server bundled (based on OpenSSH).

          • @[email protected]
            link
            fedilink
            1
            edit-2
            4 months ago

            That gives me the idea of windows server installed on bare metal configured as a lightweight game runner. (much like a linux distro with minimal wm)

            I’ve seen people using slightly modified windows server as an unbloated gaming OS but I’m not sure if running a custom minimal GUI on windows server is possible. You seem knowledgeable on the subject, with enough effort, is it possible?