
Is M$ starting to sneak EEE in again – or am i just paranoid ?
https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish
In case anyone else finds themself in the fun* position I did this afternoon of needing to run sudo inside WSL, but you've forgotten the password because it's been so long since you touched Windows, you can run the following command in Powershell to drop into a root shell without authentication:
wsl --user root -d [distro]
e.g.
wsl --user root -d ubuntu
You can then use 'passwd [user]' as normal to reset the password.
Microsoft keeps turning Windows into Linux
Microsoftは、WSL 3を発表してたんだ。日本語でニュースになってなかったよね。なぜ? GPUとNPUをパススルーできるのはいいけど、GPUをパススルーしたら画面が映らなくなるのでは?と思ったら完全パススルーじゃないのか #wsl
WSL 3 at Build 2026: Near-Native GPU and NPU Passthrough Brings Local AI to Windows: https://www.techtimes.com/articles/317598/20260602/wsl-3-build-2026-near-native-gpu-npu-passthrough-brings-local-ai-windows.htm
Microsoft anuncia el nuevo WSL 3, el cual incluye grandes mejoras bajo el capó, como lo es el acceso directo al hardware. ¿De qué manera WSL 3 proporciona acceso directo al hardware? ¿Qué requisitos pide?
Microsoft has released a native Windows build of Linux coreutils, bringing commands like ls, grep, and cat directly into Windows without WSL. 🪟
The Rust-based tools are still in preview, with partial command support and ongoing compatibility work across Windows environments. ⚙️
🔗 https://itsfoss.com/news/windows-coreutils/
#TechNews #Microsoft #Windows #Linux #Coreutils #OpenSource #WSL #Rust #Developers #CLI #Software #Technology #Unix #FOSS #Programming