|
|
|
|
|
by klauserc
659 days ago
|
|
Oh my! That's an amazing list. I used to perform many of these changes by hand on every new windows installation. It's such a slog. And while some of my systems now run linux, as the post says: "Sometimes using Windows is inevitable." In defense of the much maligned Windows registry, I'll say: isn't it amazing that you can make such a wide array of changes via a single tool (regedit)? If you had to automate such changes on Linux, you would probably need a whole suite of tools. In some cases, you'd write a file into a `.d` directory. In other cases, you can `echo '...' >> subsystem.cfg`. In yet other cases, you'll need `sed -i`. Maybe `awk` gets the job done where `sed` is too simple. Maybe there are more complex cases, where you'd need the power of `perl` (or python or ...) to make the edit. And some subsystems come with their own suite of manipulation tools (ZFS, systemd, etc.) where editing text files would be the more difficult option. |
|
Or NixOS, in which case it's a single file you have to load. :)