this post was submitted on 03 Jul 2024
26 points (58.6% liked)
Linux
48338 readers
403 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just this weekend I had the pleasure of installing Win 10 on a blank disk. The install went ok, but then it bothered me logging into the MS Account. After cursing for a while and since it wasn't my PC, I gave in. I know I can fight it, but it's not worth it here. Then it continued trying to get me to consent to all kinds of shit. NO, I DON'T WANT FUCKING OFFICE AND I DON'T WANT MY FILES IN ONEDRIVE you assholes!
Then it forces me to choose a PIN for "secure login". DUDE! That motherfucking PC is used for a bit of office work and gaming. Just let these poor people boot up the machine and use it! 0000? Too simple. 1234 too. Fuck you, MS. Ok, random PIN and a sticky note it is, asshats.
Anyway, after getting it to fuck off, I continue to the desktop. Oh wow, 10 updates and a ton of missing drivers? It's a fresh install! What the fuck did it install?! Of course the installation of all these updates takes an hour and countless restarts... AFTER A FRESH INSTALL! Not even my overblown super slow Ubuntu server takes that long for updates; and that runs on a HDD not a SSD like that PC I set up.
But wait. One update failed. Why? Ah, the rescue partition is too small.... THE ONE THAT DUMB SON-OF-BITCH CREATED ON ITS OWN AS PART OF THE INSTALL! How to fix? Ah, execute a bunch of commandline foo with
diskpart
and other tools. Wait, isn't that exactly the kind of shit that Windows fans laugh about when looking down on us Linux nerds?!So ... ugh .... just one simple anecdote of why Windows can fuck off.
The PIN is stored locally on the machine only. It doesn't get synced with anything anywhere. It's actually much safer to use a PIN for authentication because it's four digits that you (well, maybe not you) don't have to write down, and the only time it works is on the physical machine. The user account password can be long and/or complex, but if you're only ever authenticating at the keyboard, all you have to remember is the PIN.
I know. My point was that I don't wanted any local auth at all. It should boot right to desktop, no PIN or password asked. The linked MS account is completely worthless and only used to satisfy the installer.
It's also possible to have Windows log in as a specific user at boot, without user input. Regardless of operating system, your logged on session is in the context of some user account, whether you interactively log in or the system does it for you.
And that's exactly what I said: the installer didn't give me that choice. I had to use a MS account and I had to set up a PIN. Everything else required completely nonintuitive changes (plural!) afterwards.