Feed aggregator
5.4.298: longterm
Yet Another Init System? Meet Nitro, a Fresh Take on Process Supervision
The first public release of Nitro adds another option to the world of init systems, offering a minimalist process supervisor for Linux environments.
The post Yet Another Init System? Meet Nitro, a Fresh Take on Process Supervision appeared first on Linux Today.
HandBrake 1.10.1 Released with Fixes for Video Encoding and Subtitles
HandBrake 1.10.1, an open-source video transcoder, fixes x265 visual glitches, updates libraries, and improves Flatpak audio.
The post HandBrake 1.10.1 Released with Fixes for Video Encoding and Subtitles appeared first on Linux Today.
NetBeans 27 Improves JDK 25 Compatibility, Adds Gradle 9 Fixes
Apache NetBeans 27 cross-platform IDE improves JDK 25 compatibility, adds Gradle 9 fixes, Maven 3.9.11 updates, and more.
The post NetBeans 27 Improves JDK 25 Compatibility, Adds Gradle 9 Fixes appeared first on Linux Today.
Arch Linux Posts First Update on Ongoing DDoS Attack
The update from the Arch Linux project says that details of the attack will not be made available as long as it’s still ongoing.
The post Arch Linux Posts First Update on Ongoing DDoS Attack appeared first on Linux Today.
Top 7 Free Odoo Apps for Linux Users in 2025
Odoo is the ideal open-source enterprise software for teams and businesses that value flexibility, data privacy, and affordability.
Due to its vast array of productivity apps, one can simply build a unique CRM and ERP platform by choosing the right tools to meet their needs, whether it be project management, e-commerce, inventory management, email marketing or accounting.
While installing and configuring Odoo on Linux doesn’t sound like a difficult task, searching for the desired apps for your job might be challenging. Besides the official Odoo apps, there are thousands of third-party productivity tools that can be integrated into the platform.
The post Top 7 Free Odoo Apps for Linux Users in 2025 appeared first on Linux Today.
Kopia: Open-source encrypted backup tool for Windows, macOS, Linux
Kopia is an open-source backup and restore tool that lets you create encrypted snapshots of your files and store them in cloud storage, on a remote server, on network-attached storage, or on your own computer. It doesn’t create a full image of your machine. Instead, you pick the files and folders you want to back up or restore.
The post Kopia: Open-source encrypted backup tool for Windows, macOS, Linux appeared first on Linux Today.
9to5Linux Weekly Roundup: August 24th, 2025
It’s been a slow news week, but we got some nice gems, including major releases of the LibreOffice office suite, FFmpeg multimedia framework, Firefox web browser, and Thunderbird email client, as well as new updates to the Calibre e-book manager and CachyOS distribution.
On top of that, I tell you all about what’s coming in Firefox 143 and warn you about the end of life of Linux kernel 6.15, Below, you can check out this week’s hottest news and access all the distro and package downloads released this past week in the 9to5Linux weekly roundup for August 24th, 2025.
The post 9to5Linux Weekly Roundup: August 24th, 2025 appeared first on Linux Today.
CachyOS August 2025 Release Brings Package Dashboard, LTS Kernel
Arch-based CachyOS’s August 2025 update adds a package dashboard, switches the ISO to an LTS kernel, and improves stability with new bootloader fixes.
The post CachyOS August 2025 Release Brings Package Dashboard, LTS Kernel appeared first on Linux Today.
Calibre 8.9 E-Book Manager Adds Support for Embedded Fonts to HTMLZ Output
Calibre 8.9 is here to add support for embedded fonts to HTMLZ output, a color swatch in the results list of the Annotations browser to make seeing the type of highlight easier, and the ability to display the cover of the target book when merging books via drag and drop.
The post Calibre 8.9 E-Book Manager Adds Support for Embedded Fonts to HTMLZ Output appeared first on Linux Today.
next-20250904: linux-next
04/09 Pardus 23.4
04/09 ArchBang 0409
04/09 Proxmox 8.4 "Virtual Environment"
[$] LWN.net Weekly Edition for September 4, 2025
- Front: Maintaining curl; GNOME governance; Guix in Debian; Tracking untrusted data in the kernel; 32-Bit support; systemd v258.
- Briefs: bcachefs maintenance; Linux from Scratch 12.4; Elf spec; Niri 25.08; Python documentary; GNOME executive director; Quotes; ...
- Announcements: Newsletters, conferences, security updates, patches, and more.
Xray_OS 03-09-2025
Home Assistant 2025.9 released
Niri 25.08 released
Version 25.08 of the niri scrollable-tiling Wayland compositor has been released. Notable changes include xwayland-satellite integration, modal exit confirmation, and the introduction of basic support for screen readers:
A series of posts by fireborn earlier this year on the screen reader situation in Linux got me curious: how does one support screen readers in a Wayland compositor? The documentation is unfortunately scarce and difficult to find. Thankfully, @DataTriny from the AccessKit project came across my issue, pointed me at the right protocols, and answered a lot of my questions.
So, as of this release, niri has basic support for screen readers! We implement the org.freedesktop.a11y.KeyboardMonitor D-Bus interface for Orca to listen and grab keyboard keys, and we expose the main niri UI elements via AccessKit. [...]
The current screen reader support and further considerations are documented on the new Accessibility wiki page.
LWN covered niri in July.
Linux From Scratch 12.4 released
Version 12.4 of Linux From Scratch (LFS) and Beyond Linux From Scratch (BLFS) have been released. LFS provides step-by-step instructions on building a customized Linux system entirely from source, and BLFS helps to extend an LFS installation into a more usable system. Notable changes in this release include updates to GNU Binutils 2.45, GCC 15.2, GNU C Library (glibc) 2.42, and Linux 6.15.1. See the Changelog for all updates since 12.3.
[$] Tracking trust with Rust in the kernel
The Linux kernel has to handle many different sources of data that should not be trusted: user space, network connections, and removable storage, to name a few. The kernel has to remain secure even if one of these sends garbled (or malicious) data. Benno Lossin has been working on an API for kernel Rust code that makes it harder to accidentally make decisions based on data from user space. That work is now on its fourth revision, and Lossin has asked kernel developers to experiment with it and see where problems remain, making this a good time to look at the proposed API.