Latest Linux and open source news from around the web

How Linux Works Sponsored · View on Amazon → UNIX and Linux System Administration Handbook Sponsored · View on Amazon →
Phoronix

Intel Announces The "Optimization Zone"

Intel today formally announced the Optimization Zone as a new initiative at the company that began last October and is building up a centralized repository for maximizing performance and software optimizations around Intel hardware...

Foss Force

Martin Wimpress Wants Out at Ubuntu Mate

After 12 years leading Ubuntu MATE, its founder says itโ€™s time to hand the reins to new maintainers. The post Martin Wimpress Wants Out at Ubuntu Mate appeared first on FOSS Force.

LWN.net

SystemRescue 13.00 released

SystemRescue 13.00 has been released. The SystemRescue distribution is a live boot system-rescue toolkit, based on Arch Linux, for repairing systems in the event of a crash. This release includes the 6.18.20 LTS kernel, updates bcachefs tools and kernel module to 1.37.3, and many upgraded packages. See the step-by-step guide for instructions on performing common operations such as recovering files, creating disk clones, and resetting lost passwords.

LWN.net

Rspamd version 4.0.0 released

Version 4.0.0 of the Rspamd spam-filtering system has been released. Notable new features include HTML fuzzy phishing detection, support for up to eight flags with fuzzy hashes, and more. See the changelog for more on improvements, breaking changes, and bug fixes.

Foss Force

New LibreOffice Calc 26.2 User Guide Now Available

LibreOfficeโ€™s documentation team has updated the Calc guide for 26.2, with clearer explanations, polished examples, and stepโ€‘byโ€‘step help for everyday spreadsheet tasks. The post New LibreOffice Calc 26.2 User Guide Now Available appeared first on FOSS Force.

LWN.net

[$] Rust's next-generation trait solver

Rust's compiler team has been working on a long-term project to rewrite the trait solver โ€” the part of the compiler that determines which concrete function should be called when a programmer uses a trait method that is implemented for multiple types. The rewrite is intended to simplify future changes to the trait system, fix a handful of tricky soundness bugs, and provide faster compile times. It's also nearly finished, with a relatively small number of remaining blocking bugs.