GNU/Linux
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
Coreutils for Windows
UNIX-style core utilities for Windows. The same commands and pipelines you use on Linux, macOS, and WSL - natively. A Microsoft-maintained build of uutils/coreutils, findutils, and a GNU-compatible grep packaged as a single multi-call binary for Windows.
Grep this: Microsoft grafts (most) Linux commands onto Windows
Steve Ballmer’s darkest fear has come to pass: Linux has worked itself into the deepest innards of Microsoft Windows itself. At the company’s annual Build developer conference this week, Microsoft released coreutils, a Rust-built multi-call binary file for Windows that serves over 75 Unix commands directly in the Windows CMD and PowerShell command lines – including favorites such as cat, ls, grep, and head. They join Linux favorites curl and sudo which were earlier added to the Microsoft...
Restartable Sequences
May 31st, 2026 @ justine's web page The best kept secret at the frontier of system programming right now is the Linux 4.18+ (c. 2018) concept of restartable sequences or rseq for short. They allow you to create thread-safe data structures without locks or atomics which scale to microprocessors with many cores. It's currently only possible to use rseq on Linux using handwritten assembly code.
Porting the ThinkPad X61 to Coreboot
Porting the ThinkPad x61 to coreboot Table of Contents An introduction to my IBM/Lenovo ThinkPad addiction Over 10 years ago I got my first ThinkPad x60. I got interested in free software by reading the about GNU page in the GNU Emacs editor. Free software back then and certainly now is quite usable, typically without much closed-source software.