• Windows rant

    From Peter Flass -- Iron Spring Software@3:633/280.2 to All on Tue May 6 08:37:34 2025
    I generally try to avoid windows as much as possible, but I'm tech support
    for my wife's computer, so I can't avoid it completely.

    Today she got into some page "it seems like you haven't backed up your computer in a while...". I thought, OK, I back up my stuff every day, why
    not. Then we had to either remember a microsoft account, which we've used
    in like never. It wanted me to verify who I was, but somehow I could
    nevder seem to get the email it said it was sending me, and then I
    couldn't cancel out of it.

    I was stuck, so I decided to reboot. Next thing I know it's doing updates without asking. I'm sitting there watching the spinner and I have no way
    of knowing how progress is going - is this going to take ten minutes or
    ten hours? Finally got to the logon, and it decided to go to the spinner
    again for a while. I had no idea what it was doing, installing, or
    whetever.

    When I log on, I got that stupid screen asking if I wanted to upgrade to windows 11, followed by some edge thing - I never use edge either. It took over half an hour just to be able to read email.

    I contrast this with Ubuntu, that asks me nicely If I want to do updates,
    and gives me a choice of components to update. If I say NO it goes away
    and doesn't ask me again for a while. If I decide to update I can see the progress as it goes along, no hiding anything behind the curtain.

    I HATE WINDOWS!!!!!

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Tue May 6 11:37:40 2025
    On Mon, 5 May 2025 22:37:34 -0000 (UTC), Peter Flass -- Iron Spring
    Software wrote:

    I HATE WINDOWS!!!!!

    As long as you keep giving Microsoft money, they don’t have to care.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Scott Lurndal@3:633/280.2 to All on Wed May 7 00:08:36 2025
    Reply-To: slp53@pacbell.net

    rbowman <bowman@montana.com> writes:
    On Mon, 5 May 2025 22:37:34 -0000 (UTC), Peter Flass -- Iron Spring
    Software wrote:

    I was stuck, so I decided to reboot. Next thing I know it's doing
    updates without asking. I'm sitting there watching the spinner and I
    have no way of knowing how progress is going - is this going to take ten
    minutes or ten hours? Finally got to the logon, and it decided to go to
    the spinner again for a while. I had no idea what it was doing,
    installing, or whetever.

    I feel your pain. I did the update last month on Patch Tuesday. I'm pretty >sure I restarted but I'm not going to put my hand on a bible. Yesterday i >was reviewing the steps to turn on the optional sshd server feature and
    the download seemed to stall out. (yes, you can actually ssh into a
    Windows box like a real computer. It's a feature they don't advertise >heavily).

    I have one low-end windows laptop, now eight years old, that I
    turn on in April to run turbotax. Takes about a week to become
    usable while catching up on updates. During updates, it is basically
    unusable with 100% disk activity and apparently MS never heard of
    I/O priority management.


    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: UsenetServer - www.usenetserver.com (3:633/280.2@fidonet)
  • From Charlie Gibbs@3:633/280.2 to All on Wed May 7 04:38:55 2025
    On 2025-05-06, Scott Lurndal <scott@slp53.sl.home> wrote:

    I have one low-end windows laptop, now eight years old, that I
    turn on in April to run turbotax. Takes about a week to become
    usable while catching up on updates. During updates, it is basically unusable with 100% disk activity and apparently MS never heard of
    I/O priority management.

    And then there are the friends of ours who are not only running
    Windows, they have Norton on their machine. 100% disk activity
    forever. At least my wife has a Mac.

    Paraphrasing Ted Nelson in _Computer Lib_
    (he was talking about IBM at the time):

    Microsoft is not a necessary evil.
    Microsoft is not necessary.

    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Lars Poulsen@3:633/280.2 to All on Wed May 7 06:30:56 2025
    On 2025-05-05, Peter Flass -- Iron Spring Software <Peter@Iron-Spring.com> wrote:
    I was stuck, so I decided to reboot. Next thing I know it's doing updates without asking. I'm sitting there watching the spinner and I have no way
    of knowing how progress is going - is this going to take ten minutes or
    ten hours? Finally got to the logon, and it decided to go to the spinner again for a while. I had no idea what it was doing, installing, or
    whetever.

    When I log on, I got that stupid screen asking if I wanted to upgrade to windows 11, followed by some edge thing - I never use edge either. It took over half an hour just to be able to read email.

    My business partner for a while turned off his desktop at night, after I
    showed him how much it was "phoning home" in the wee hours of the night.
    But he stopped doing that after realizing that it was running a
    full-drive virus scan on every reboot.


    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lars Poulsen@3:633/280.2 to All on Wed May 7 06:41:21 2025
    On 2025-05-06, rbowman <bowman@montana.com> wrote:
    Yesterday i was reviewing the steps to turn on the optional sshd server feature and
    the download seemed to stall out. (yes, you can actually ssh into a
    Windows box like a real computer. It's a feature they don't advertise heavily).

    My windows desktop does not have that. It is a Windows 10 Home edition.
    I suspect that the "Server Manager" app that is the GUI way to do this
    only exists on a Windows Server edition. And using the command-line
    incantation they tell you to use in PowerShell yields:

    PS C:\Users\lpoul> start-service sshd
    start-service : Cannot find any service with service name 'sshd'.
    At line:1 char:1
    + start-service sshd
    + ~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (sshd:String)
    [Start-Service], ServiceCommandException
    + FullyQualifiedErrorId : NoServiceFoundForGivenName,
    Microsoft.PowerShell.Commands.StartServiceCommand

    Of course, there are 3rd-party server implementations. I suspect even
    PuTTY has a server mode.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Wed May 7 08:36:09 2025
    On Tue, 6 May 2025 20:41:21 -0000 (UTC), Lars Poulsen wrote:

    I suspect that the "Server Manager" app that is the GUI way to do this
    only exists on a Windows Server edition.

    This is why I keep saying, Linux (and other *nixes) is a “workstation” OS, not a “desktop” OS.

    The distinction between “desktop” and “server” OS products is an artificial one which was created by Microsoft (and other long-gone
    proprietary OS vendors) as a way to segment the market and boost their revenues.

    Whereas a “workstation” includes both “desktop” and “server” functionality
    in the same box, with no artificial barrier between them.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lars Poulsen@3:633/280.2 to All on Wed May 7 22:49:33 2025
    On 2025-05-06, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Tue, 6 May 2025 20:41:21 -0000 (UTC), Lars Poulsen wrote:

    I suspect that the "Server Manager" app that is the GUI way to do this
    only exists on a Windows Server edition.

    This is why I keep saying, Linux (and other *nixes) is a “workstation” OS,
    not a “desktop” OS.

    The distinction between “desktop” and “server” OS products is an artificial one which was created by Microsoft (and other long-gone proprietary OS vendors) as a way to segment the market and boost their revenues.

    Whereas a “workstation” includes both “desktop” and “server” functionality
    in the same box, with no artificial barrier between them.

    It is particularly galling, since - like Linux - the desktop and the
    server edition of Windows are pretty much the same build.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lars Poulsen@3:633/280.2 to All on Thu May 8 07:52:33 2025
    On 2025-05-07, rbowman <bowman@montana.com> wrote:
    On Tue, 6 May 2025 20:41:21 -0000 (UTC), Lars Poulsen wrote:

    My windows desktop does not have that. It is a Windows 10 Home edition.
    I suspect that the "Server Manager" app that is the GUI way to do this
    only exists on a Windows Server edition. And using the command-line
    incantation they tell you to use in PowerShell yields:

    I think the Windows 10 process is similar. In Settings you can find
    Optional Features and then search for OpenSSH Server in the View Features dialog. Check the box and it will download it. It worked in my Windows 11 Home.

    I didn't use the PowerShell stuff. After it was installed I brought up services.msc to start sshd and set it to automatic and checked that port
    22 had a incoming rule.

    On my Win10 systems (Home edition), "Optional Features" is an empty list.
    "Turn Windows features on or off" sits in "Please wait..." forever.
    "Services" does not have anything SSH related except "OpenSSH
    authentication service", which is disabled.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Thu May 8 07:57:31 2025
    On Wed, 7 May 2025 12:49:33 -0000 (UTC), Lars Poulsen wrote:

    On 2025-05-06, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Whereas a “workstation” includes both “desktop” and “server”
    functionality in the same box, with no artificial barrier between them.

    It is particularly galling, since - like Linux - the desktop and the
    server edition of Windows are pretty much the same build.

    I don’t think that’s been true for a long time.

    With early versions of Windows NT back in the 1990s, somebody discovered
    that an “NT Workstation” installation could become “NT Server” just by changing a registry key.

    Microsoft soon fixed that.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Borax Man@3:633/280.2 to All on Thu May 8 21:50:55 2025
    On 2025-05-07, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Wed, 7 May 2025 12:49:33 -0000 (UTC), Lars Poulsen wrote:

    On 2025-05-06, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    Whereas a “workstation” includes both “desktop” and “server” >>> functionality in the same box, with no artificial barrier between them.

    It is particularly galling, since - like Linux - the desktop and the
    server edition of Windows are pretty much the same build.

    I don’t think that’s been true for a long time.

    With early versions of Windows NT back in the 1990s, somebody discovered that an “NT Workstation” installation could become “NT Server” just by
    changing a registry key.

    Microsoft soon fixed that.

    I recall when first installing RedHat, you could choose between a
    "Server" install and "Workstation", which really only differed in the
    set of packages those configurations installed.

    Windows cannot be coaxed into a "server" install any easy way today, can
    it?

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)