… Bill Gates said “And as long as they’re going to steal it, we want them to steal ours. They’ll get sort of addicted, and then we’ll somehow figure out how to collect sometime in the next decade.”
The practice allowed Microsoft to gain some dominance over the Chinese market and only then taking measures against unauthorized copies. In 2008, by means of the Windows update mechanism, a verification program called “Windows Genuine Advantage” (WGA) was downloaded and installed. When WGA detects that the copy of Windows is not genuine, it periodically turns the user’s screen black. This behavior angered users and generated complaints in China with a lawyer stating that “Microsoft uses its monopoly to bundle its updates with the validation programs and forces its users to verify the genuineness of their software”.
… the documents identified open-source software, and in particular the Linux operating system, as a major threat to Microsoft’s domination of the software industry, and suggested tactics Microsoft could use to disrupt the progress of open-source software.
Just the other day I was looking into how to use a single shared WINE prefix for multiple users since it’s not like any 2 users would ever use the same PC at the same time… TIL I was wrong
Unfortunately I don’t really have anything helpful to add except it seems like Linux is more or less inherently built to support what you’re looking for.
As a kid I had windows 98 (and later xp) dual booted with debian and at some point some version of suse. This was ~20 years ago
Well I used it just fine and I knew a bout the mysterious “root” and “sudo” that my dad would use but I was just playing some games and maybe using the web browser.
Using the GUI I never learned Linux and it wasn’t until a few years ago that I started using Linux again, and it was only because I wouldn’t be able to continue using Windows 7 anymore.
So I don’t have any experience with teaching Linux and especially not to kids, but I think kids are actually really good at learning stuff if they need too, so give them a PC and the tools to figure things out, if they want to use it they’ve got to learn, and don’t give them other options where they don’t have to learn anything.
If you’re going to be using a DE and mostly do stuff through the GUI instead of terminal/command-line then make sure you can go admin mode (Root/Sudo).
Besides small annoyances I had with KDE Plasma 5’s UX the main reason I didn’t like it was that often enough I would have to use admin privileges but I couldn’t do it through the GUI File Manager (Dolphin) so I frequently had to use the terminal.
It should be possible to have admin privileges in Dolphin but I was a noob and didn’t know how (and still don’t even now).
If you end up facing that issue then either be a bit smarter than me and look up how to do that or use Nemo, another file manager, which is more or less the same thing as Dolphin except when I ended up using it on Linux Mint a while back it let me use it as Root as a feature out of the box.
And for the record I don’t like Linux Mint, apt package manager sucks (package managers are basically app stores where you get all your stuff), but at least it was super easy to install and Nemo was a good file manager.
If you don’t mind tinkering and have a secondary device with an internet connection in case you break something then I would recommend Arch Linux. Or you could try it in a Virtual Machine I guess.
Pacman (Arch’s package manager) is a hundred times better than Apt, and then there’s the AUR on top.
Also while I’ve never used it I hear a lot of good things about EndeavorOS, Arch Linux but supposedly easier
Does windows add an extra character at the end that gets converted to new line on linux? Because the other day I were copying a script and after pasting it an extra line was added after every single line, even the empty lines.