Showing all newswire headlines
View by date, instead?« Previous ( 1 2 3 4 5 6 7 8 9 10 ... 7359 ) Next »
Xojo 2025r1: Big Updates for Developers with Linux ARM Support, Web Drag and Drop, and Direct App Store Publishing
Xojo has just rolled out its latest release, Xojo 2025 Release 1, and it’s packed with features that developers have been eagerly waiting for. This major update introduces support for running Xojo on Linux ARM, including Raspberry Pi, brings drag-and-drop functionality to the Web framework, and simplifies app deployment with the ability to directly submit apps to the macOS and iOS App Stores. Here’s a quick overview of what’s new in Xojo 2025r1.
IBM Says Goodbye To Cell Blade Servers With Linux 6.15
The Linux 6.15 kernel is set to remove support for IBM Cell Blade servers for those server platforms from around two decades ago that used the Cell Broadband Engine Architecture processors. IBM Cell Blades at the time powered a few supercomputers but these IBM QS20 / QS21 / QS22 platforms are no longer relevant and the IBM Linux kernel maintainers no longer even have these platforms available/running. With no apparent users remaining, it's time to say goodbye to the IBM Cell Blades from the mainline kernel...
Immich 1.130 Released with Massive Speed Gains
Immich 1.130, a self-hosted photo and video backup solution, is here with a folder view for mobile, faster timelines, and massive external library scan speed boosts.
Docker Run With Logs – Capturing and Debugging Output
Logs are an invaluable aspect of troubleshooting and debugging Docker containers. When running applications within Docker, capturing logs efficiently allows developers to diagnose issues quicker and remediate them effectively. In this article, we will explore various methods to capture and analyze logs from Docker containers to gain insights into their behavior and resolve any arising issues.
Linux 6.15 Continues Improving Laptop Support
The x86 platform drivers co-maintainer Ilpo Järvinen sent out the pull request today of all the feature additions set for the in-development Linux 6.15 kernel. As usual, most of the platform-drivers-x86 material is around improvements to benefit modern Intel Core and AMD Ryzen laptops...
GRUB Gets a Taste of Rust with New Prototype
Rust lands in GRUB as an experiment—initial i386-pc support and dynamic modules, promising safer system code.
Cloudflare Open-Sources OPKSSH: SSH with Single Sign-On
Cloudflare open-sources OPKSSH, bringing single sign-on to SSH with OpenID Connect and eliminating the need to manage long-lived SSH keys.
Linux 6.15 Adds AMD Zen 5 SRSO Mitigation For KVM, Preps For Attack Vector Controls
While there is a lot of exciting new x86_64 CPU features coming with Linux 6.15, there is also some of the not so fun changes too: namely the "x86/bugs" pull request to bring the latest CPU security mitigation work to the mainline kernel...
KDE Proposes New Plasma Login Manager to Replace SDDM
KDE developers propose a new Plasma Login Manager to replace SDDM, aiming for deeper integration and a more feature-rich, modern login experience.
8 Best Free and Open Source Font Viewers
This roundup highlights useful tools to view your fonts. We only feature free and open source software here.
How to Create a Video from Images with FFmpeg (and Add Audio)
This guide will walk you through the steps to create a video from images and add a background audio for a professional touch.
Open-source AI is hard. Blueprints can help!
“I spend 8 hours per week trying to keep up to date, it’s overwhelming!” “Integrating new libraries is difficult. They’re either poorly maintained or updated in ways that break compatibility.” “I want to be able to experiment quickly, without relying on APIs for closed-source models.” These were just a few of the challenges we heard […]
Zorin OS 17.3 Tries to Attract Windows 10 Users
Zorin OS 17.3 rolls out with new features, enhanced privacy, and a seamless experience aimed at pleasing Windows 10 users.
EU OS drafts a locked-down Linux blueprint for Eurocrats
Thoughtful and considered … even if it is based on an American distro
EU OS is a proposal for an immutable KDE-based Linux distribution with a Windows-like desktop, designed for use in European public-sector organizations.…
AerynOS (former Serpent OS) Makes Its Debut with 2025.03
Ikey Doherty's AerynOS 2025.03, previously known as Serpent OS, arrives with GNOME 48, Linux kernel 6.13, and more, but still in the Alpha stage.
Docker Basic Commands on Linux
Docker is an essential tool for developers and system administrators working with containerized applications. This guide provides a comprehensive overview of Docker’s basic commands on Linux, covering everything from creating and managing containers to troubleshooting common issues.
XZ Utils 5.8 Introduces Performance Improvements in the LZMA/LZMA2 Decoder
XZ Utils, an open-source complete C99 implementation of the .xz file format, has been updated today to version 5.8, a release that introduces performance improvements and new features.
End of OpenID authentication in Fedora Account System
The Fedora Infrastructure Team is announcing the end of OpenID in Fedora Account System (FAS). This will occur on 20th May 2025. Why the change? OpenID is being replaced by OpenIDConnect (OIDC) in most of the modern web and most of the Fedora infrastructure is already using OIDC as the default authentication method. OIDC offers better security by […]
NVIDIA GeForce RTX 5070 Linux Gaming/Graphics Performance
Earlier this month for launch-day there were NVIDIA GeForce RTX 5070 Linux GPU compute benchmarks. The graphics/gaming benchmarks of the GeForce RTX 5070 on Linux were held up by waiting for a new R570 Linux driver release with proper support for this new Blackwell graphics card. Last week that new Linux driver arrived in the form of the NVIDIA 570.133.07 Linux build. That new NVIDIA Linux driver is working out great with the GeForce RTX 5070 Founder's Edition and in this article are some initial Linux gaming/graphics performance benchmarks for that new graphics card competing with the AMD Radeon RX 9070 series.
Check If Docker Is Running – Linux Commands
Checking if Docker is running on your Linux system is crucial for managing containerized applications effectively. Understanding how to verify the status of Docker can help mitigate issues with your Docker environment, especially during development and deployment.