SquashFS-Tools 4.7 is out today as a big feature update to the user-space utilities for creating/modifying/extracting SquashFS read-only file-system images. SquashFS 4.7 delivers some big performance improvements and other nice enhancements...
VirtualBox 7.1.10 lands with key bug fixes for Windows and Linux hosts, plus support for kernel 6.15 and 6.16-RC0 on Linux guests.
While Intel opted against implementing Hyper Threading for their latest Arrow Lake and Lunar Lake processors, Simultaneous Multi-Threading (SMT) still proves very effective on the AMD side. Even though the top-end AMD Ryzen AI MAX "Strix Halo" SoCs provide 16 Zen 5 cores, the presence of SMT for 32 threads still proves worthwhile from both a performance and power efficiency perspective. Here is an on/off comparison for SMT with the flagship AMD Ryzen AI MAX+ PRO 395 within the HP ZBook Ultra G1a.
The UBports Foundation released Ubuntu Touch OTA-9 today as the ninth stable update to their Ubuntu Touch mobile operating system based on Ubuntu 20.04 LTS (Focal Fossa) for supported Linux devices.
The wide assortment of x86 platform driver updates have been merged for the Linux 6.16 kernel due out as stable in July. As is usually the case, there are a number of Intel and AMD platform updates along with a wide assortment of driver improvements primarily for laptops from the major OEMs/ODMs...
The Web is drowning in LLM slop and Google isn't keeping up or is simply participating in that.
RawTherapee 5.12 raw image processing program introduces powerful new color tools, tone mappers, and better support for Canon, Sony, and Fujifilm RAW formats.
Everybody knows that Alpine Linux is a great base OS for containers and IoT devices, and works great for running servers in data centers. We decided to see how well it performs on a desktop…
FriendlyElec has introduced the NanoPi M5, a compact single-board computer based on the Rockchip RK3576 processor. It features a 6 TOPS INT8 NPU, supports LPDDR4X or LPDDR5 memory, and offers UFS 2.0 storage along with dual Gigabit Ethernet and MIPI-CSI/DSI interfaces. Compared to recently launched boards such as the NanoPi Zero2 (RK3528A), NanoPi M6 (RK3588S), […]
Learn how to check disk health in Linux using smartctl, badblocks, and fsck utilities. Identify failing HDDs/SSDs early and prevent data loss.
In April we looked at the Framework 13 updated for the AMD Ryzen AI 300 series and its great out-of-the-box performance and nice power efficiency of Strix Point. Via ACPI platform profiles the power/performance mode can be tuned if desiring a longer battery life or preferring even greater performance. Today's article is looking at that power/performance impact of the different ACPI platform profiles available on the Framework 13 motherboard with the Ryzen AI 9 HX 370.
Oracle Linux 9.6 is out now, featuring UEK 8, enhanced security, better container tools, and cloud-optimized performance for x86_64 and Arm platforms.
Could Washington’s ban on US tech exports to China spark greater technological independence in Europe — and beyond?
More Rust programming language abstractions for core code of the Linux kernel continues to land for the ongoing Linux 6.16 merge window...
Grafito is a sleek, systemd journal viewer that makes reading system logs easy, with live streaming, powerful filters, and a clean web-based UI.
One day after Steam on Linux set a recent high with the Steam Survey, a new Steam client beta is out today to fix an excruciating annoyance affecting some Linux gamers...
Merged today for the Linux 6.16 kernel were all of the Watchdog subsystem updates for monitoring system health and taking action such as rebooting if the system state goes bad. With the Linux 6.16 is the introduction of the Intel Overclocking Watchdog "OC WDT" driver...
Linux's openness has led to a rich variety of distributions ("distros") – different variants of the operating system tailored to diverse preferences. This fragmentation of desktop Linux is often seen as a double-edged sword. On one hand, it provides users and developers with choice and fosters innovation; on the other, it can pose challenges for software compatibility, user adoption, and developer effort. In this report, we delve into the current state of Linux fragmentation with recent statistics, developer insights, commentary from Linux leaders, and a look at efforts to standardize the ecosystem.
Researchers from the Technical University of Munich (TUM) have announced TPDE as a fast and adaptable compiler back-end framework. The code is now open-source and they are talking up some very wild compile time improvements... Compiling code for x86_64 and AArch64 with TPDE can be ten to twenty times faster than using the LLVM Clang compiler...
As a Python developer you work hard to ensure code works correctly across different Python versions. You have to test against Python 3.11, 3.12, 3.13 and beyond, it can be tedious. But what if your continuous integration (CI) pipeline could handle it automatically? This is where GitHub Actions and tox come in – a powerful […]