This looks great. I hate Linux desktop and Windows server, so WSL has been a blessing for me.
I hate the Windows desktop (and server). Right now I am using XFCE. Much faster than Windows, lower memory footprint and I got it to look similar to macOS to some extent. Using Windows compared to using XFCE is like pulling a stubborn donkey. No, I don't want to update, I don't want a voice assistant, I don't want absurd UIs, I don't want telemetry, I just want a goddamn menu and desktop icons.
WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
21–30 of 86 posts
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#22Earlier quoted context omitted.
I hate the Windows desktop (and server). Right now I am using XFCE. Much faster than Windows, lower memory footprint and I got it to look similar to macOS to some extent. Using Windows compared to using XFCE is like pulling a stubborn donkey. No, I don't want to update, I don't want a voice assistant, I don't want absurd UIs, I don't want telemetry, I just want a goddamn menu and desktop icons.
What do you mean I have to use iwconfig to fix my network? No, I just want to connect to a network. I don't want to write scripts for every device to suspend and resume.
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#23Earlier quoted context omitted.
yep! PAM is "Pluggable Authentication Module" which sits between applications and the auth method, so you can put anything there. LDAP and ActiveDirectory are fairly common ones
Is there any library like PAM in the Windows ecosystem?
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#24https://github.com/nullpo-head/WSL-Hello-sudo/blob/master/de...
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#25Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#26What exactly is the point of sudo/UAC these days of single-user machines? I think https://xkcd.com/1200 put it well. Anything running as an unelevated user account can access my browser sessions where it can steal my passwords, emails, other other private info. It can turn on my microphone and camera. It can read all of my documents. Those are the things I care about protecting, not whatever special things root can do like install drivers and create virtual network interfaces.
The best configuration for WSL sudo is probably to just allow all commands without any authentication.
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#27What kind of prompt is this? It looks like Windows Terminal running Bash, but are the icons PNGs (windows + home), or a specific type-face rendering emoji? https://github.com/nullpo-head/WSL-Hello-sudo/blob/master/de...
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#28What kind of prompt is this? It looks like Windows Terminal running Bash, but are the icons PNGs (windows + home), or a specific type-face rendering emoji? https://github.com/nullpo-head/WSL-Hello-sudo/blob/master/de...
It is Windows Terminal. See https://github.com/microsoft/terminal
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#29Earlier quoted context omitted.
I hate the Windows desktop (and server). Right now I am using XFCE. Much faster than Windows, lower memory footprint and I got it to look similar to macOS to some extent. Using Windows compared to using XFCE is like pulling a stubborn donkey. No, I don't want to update, I don't want a voice assistant, I don't want absurd UIs, I don't want telemetry, I just want a goddamn menu and desktop icons.
What do you mean I have to use iwconfig to fix my network? No, I just want to connect to a network. I don't want to write scripts for every device to suspend and resume.
Re: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux
#30I’m going to repost this from the Mac thread: What exactly is the point of sudo/UAC these days of single-user machines? I think https://xkcd.com/1200 put it well. Anything running as an unelevated user account can access my browser sessions where it can steal my passwords, emails, other other private info. It can turn on my microphone and camera. It can read all of my documents. Those are the things I care about prot…