Showing all newswire headlines

View by date, instead?

« Previous ( 1 2 3 4 5 6 7 8 9 ... 7359 ) Next »

VirtualBox 7.1.10 Rolls Out With Windows and Linux Improvements

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.

SMT Proves Very Advantageous For AMD Ryzen AI MAX Strix Halo Performance

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.

Ubuntu Touch OTA-9 Released with VoLTE and Waydroid Improvements

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.

Linux 6.16 Brings Many Laptop Driver Improvements, New Dasharo ACPI Driver

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...

Slopwatch: Linux FUD From Slopfarms, Blaming Linux for Microsoft Issues; Even WebProNews Has Become a Slopfarm (Googlebombing "Linux" With Slop Images and Fake/Plagiarised Text)

  • Techrights; By Roy Schestowitz (Posted by schestowitz on Jun 3, 2025 8:21 PM CST)
  • Groups: Linux
The Web is drowning in LLM slop and Google isn't keeping up or is simply participating in that.

RawTherapee 5.12 Enhances Color Tools and Camera Compatibility

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Jun 3, 2025 6:18 PM CST)
  • Story Type: News Story
RawTherapee 5.12 raw image processing program introduces powerful new color tools, tone mappers, and better support for Canon, Sony, and Fujifilm RAW formats.

Alpine Linux 3.22.0: Not Just for Servers, Containers, and IoT

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 NanoPi M5 Offers RK3576, Dual LAN, MIPI-CSI, and 6 TOPS NPU

  • LinuxGizmos.com (Posted by bob on Jun 3, 2025 1:07 PM CST)
  • Story Type: News Story
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), […]

How To Check Disk Health In Linux: A Beginners Guide

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Jun 3, 2025 9:31 AM CST)
  • Story Type: Tutorial; Groups: Linux
Learn how to check disk health in Linux using smartctl, badblocks, and fsck utilities. Identify failing HDDs/SSDs early and prevent data loss.

Power & Performance Tuning For The Framework 13 With AMD Ryzen AI 300 Series

  • Phoronix (Posted by bob on Jun 3, 2025 8:00 AM CST)
  • Story Type: News Story
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 Released with UEK 8 and Enhanced Security Features

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.

As EDA Ban Hits China Will Europe Step Up on Open Hardware?

Could Washington’s ban on US tech exports to China spark greater technological independence in Europe — and beyond?

New Rust Abstractions Added In Linux 6.16 For More Core Areas

More Rust programming language abstractions for core code of the Linux kernel continues to land for the ongoing Linux 6.16 merge window...

Grafito: Systemd Journal Log Viewer with a Beautiful Web UI

Grafito is a sleek, systemd journal viewer that makes reading system logs easy, with live streaming, powerful filters, and a clean web-based UI.

Updated Steam Client Beta For Linux Fixes Slow Install Speeds For Updates

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...

Intel Overclocking Watchdog Driver Merged For Linux 6.16

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...

The Fragmentation Dilemma: Is Linux Its Own Worst Enemy?

  • linuxcareers.com; By Lucas Rees (Posted by linuxer on Jun 2, 2025 6:27 PM CST)
  • Story Type: News Story; Groups: Linux
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.

Open-Source TPDE Can Compile Code 10-20x Faster Than LLVM

  • Phoronix (Posted by bob on Jun 2, 2025 4:56 PM CST)
  • Story Type: News Story
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...

Python CI on Fedora with GitHub Actions

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 […]

Fix Slow Linux Boot Issue and Speed Up Your Linux System in Less Than 5 Minutes

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Jun 2, 2025 1:53 PM CST)
  • Story Type: Tutorial; Groups: Linux
Fix slow Linux boot issues using the systemd-analyze command. Learn how to find and disable slow services to speed up your Linux startup.

« Previous ( 1 2 3 4 5 6 7 8 9 ... 7359 ) Next »