I used Windows from about 1993 to 2006. In 2006 I was given a Mac Mini as a thank you for completing an unpaid internship. I fell in love with macOS and have basically been a macOS user since. At the start of the pandemic I bought a PC to game on. 16-core Ryzen, 64 gigabytes of ram. I'd been kind of pleasantly surprised with WSL and just general improvements in cohesiveness. It's still got that Windows jank under the…
Your CPU should have a TPM built-in. It's most likely just disabled in the BIOS (it was often disabled by default on motherboard BIOSes in the pre-Windows 11 days). Have a look in the BIOS for something labeled fTPM or Firmware TPM.
My Windows Computer Just Doesn't Feel Like Mine Anymore
351–360 of 678 posts
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#352Earlier quoted context omitted.
To be fair, I still have no idea how to set the DNS server on an Ubuntu server in a way that won’t get wiped out on reboot. Is it resolv.conf? Nope, that’s generated by another tool. systemd-resolve? I think that’s getting closer… network manager? By the time I figure it out they’ll add another one to the pile.
The network config for out-of-the-box Ubuntu server has been stable for 6 years. You need to modify netplan's config: /etc/netplan/*.yaml (default is 00-installer-config.yaml). This renders volatile systemd-networkd configs in /run/systemd/network which, in turn, will configure systemd-resolved appropriately. If you've opted out of netplan, then you need to configure one of systemd-networkd or NetworkManager manually…
Unless it still insists on realizing all state or no state, I think I still prefer the things doing the work for/underneath Netplan
To your point, esoteric configurations. Netplan is all or nothing: done improperly, it can more easily break the whole house of cards.
It tries/applies everything... where the others allow more utility
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#353Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#354Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#355Stallman for all his faults at least got this fundamental message right.. these software ain't free. When I was logging into my work the other day, using MS Teams it suddenly dawned on me that my younger self is very disappointed. There I was in the process of logging into work VPN, the teams app is actually scanning my face couple of times... and god knows what else.
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#356Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#357Earlier quoted context omitted.
CAD software
I use Blender3D for everything I (as a total non-professional novice) would need 3D graphics-wise, but as I understand it, there are a few CAD options available on Linux, and several more that run fine in WINE for those who need more professional or proprietary options.
I purchased Alibre Atom3d because it was the only non-subscription affordable package I could find, but it's quite disappointing and won't run in wine anyway due to the licensing rootkit it uses. So I end up using one of the above linux capable tools, depending on the needs of the model. Each one has its strengths and weaknesses and none is satisfying overall. I reach for OnShape for any design that is going to be open source, because it is a pleasure to use (even though it is web-based), but I don't make enough money from CAD to pay for a $1500 annual subscription.
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#358Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#359Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#360Earlier quoted context omitted.
This illustrates just how ridiculously screwed up Windows is now. No one should have to resort to registry hacking or the many scripts or hacks available to regain control over basic UX, privacy, or usability selections. It is absolutely absurd.
To be fair, Linux configuration is not exactly straightforward in comparison to Windows. Dozens of obscure config files (each with a different syntax), stored in various random places in the filesystem, with the general expectation that every user should be able to run a terminal command once in a while to fix something. Don't get me wrong, I'm a Linux lover and user, but from an outside perspective Windows registry…
The big advantage of this is that you can take your local config files and take it to other system. Can you do that with the Windows registry? Ironically, the only way to port settings in Windows is to have a .reg script and execute it, the thing you critisize.
And the Windows registry might be a single centralized config file, but config values are scattered through all the tree, and usually undocumented. E.g. this is a commonly recomended tweak:
HKEY_CURRENT_USER\Control Panel\Desktop] "UserPreferencesMask"=hex(2):90,12,03,80,10,00,00,00
Can you tell what it does?