@thomasfuchs@gsuberland Make sure you install the latest driver from the network card chipset manufacturer, especially if it's a Realtek card (but also Intel; if it's Broadcom, buy an Intel or Realtek card, they'll work better). For wired NICs, both the inbox drivers, and drivers from Windows update are problematic (for wireless NICs, download the latest driver offered on https://catalog.update.microsoft.com/, it'll usually be newer than what Windows Update installs automatically, and getting WiFi drivers from chipset manufacturer seems to be practically impossible).
@thomasfuchs Interesting. Never noticed that before. And you're right, the first suggestion has last post from September 2023, third one from February 2024.
@990000@thomasfuchs These are some of the possible combinations for cables that have USB-C connectors on both sides:
USB 2.0 only
USB 3.0/3.1/3.2
Thunderbolt3
Thunderbolt4/USB4
Thunderbolt5
And these can each support either 3 A or 5 A power and either up to 20 or up to 48 V. TB3/4/5 cables are usually marked by having number 3/4/5 next to the connector, but the others typically have no markings. Good luck figuring out what the cable supports!
@ryanc When I called service for my garage doors (after one of the cables snapped), the tech told me that they're supposed to be serviced every two years, but also that nobody ever does that.
@soatok I'm running a few mail servers, and I had to set up explicit TLS for some destinations (basically, refuse unencrypted connections when delivering to specific domains; apparently that's deemed secure enough in some circles). Had a funny anecdote, too – Let's Encrypt switched to ec certificates, which caused postfix to automatically disable some older encryption types, and suddenly one of those servers couldn't deliver to my client any more, because they were still running Exchange 2016 which does not support TLS 1.3…
@simontatham It's OpenVPN using the service (config-auto) to establish VPN connection. For most users I don't bother setting up an option to stop the service, only for those that also need other VPNs, as there have been conflicts when multiple VPN connections were running (I do this with a script that adjusts permissions on OpenVPNService to allow regular users to start and stop it, and then places icons to do that on the Desktop).