Linux Today

Subscribe to Linux Today feed Linux Today
Updated: 51 min 42 sec ago

Mesa 25.1 Open-Source Graphics Stack Officially Released, This Is What’s New

Tue, 05/20/2025 - 11:08

Highlights of Mesa 25.1 include a fully mainlined Asahi driver as its UAPI was merged into the kernel, support for Mali G720/G925 GPUs in the Panfrost driver, YCbCr, dualSrcBlend, and Vulkan 1.2 support in the PanVK driver for Mali v10+ GPUs (Gxxx), and Zink/NVK as the default driver for NVIDIA GPUs, finally replacing the old nouveau driver.

The post Mesa 25.1 Open-Source Graphics Stack Officially Released, This Is What’s New appeared first on Linux Today.

Fwupd 2.0.9 Linux Firmware Updater Adds Support for Intel Arc ‘Battlemage’ GPUs

Tue, 05/20/2025 - 11:01

Coming a month after fwupd 2.0.8, this release introduces support for Intel Arc ‘Battlemage’ GPUs, the ability to allow installing multiple database certificate updates at the same time, support for showing what certificate signed the EFI authenticated variable, new documentation about updating the KEK and database, as well as the ability to use readline to look up inputs from user, and make it optional.

The post Fwupd 2.0.9 Linux Firmware Updater Adds Support for Intel Arc ‘Battlemage’ GPUs appeared first on Linux Today.

Raspberry Pi OS Gets New Printers App, Linux 6.12 LTS, and Wayland Improvements

Tue, 05/20/2025 - 10:58

The new Raspberry Pi OS release improves screen locking by adding a custom front end that gives them a bit more feedback as to what is happening, while allowing them to lock the screen by pressing Ctrl+Alt+L, or by via the ‘Lock Screen’ option in the ‘Shutdown…’ dialog.

The post Raspberry Pi OS Gets New Printers App, Linux 6.12 LTS, and Wayland Improvements appeared first on Linux Today.

4 Best Free and Open Source Graphical SSH Frontends

Tue, 05/20/2025 - 10:56

This article focuses on GUIs that help you manage and create SSH connections.

The post 4 Best Free and Open Source Graphical SSH Frontends appeared first on Linux Today.

Best Free and Open Source Alternatives to Apple Siri

Tue, 05/20/2025 - 10:51

Apple Siri (Speech Interpretation and Recognition Interface) is a digital assistant which helps you with the things you need to find, know or do every day.

Siri is proprietary software and is not available for Linux. We recommend the best free and open source alternatives.

The post Best Free and Open Source Alternatives to Apple Siri appeared first on Linux Today.

Linux Mint’s Mint-Y Theme Gets a Modern Touch

Tue, 05/20/2025 - 07:42

Linux Mint 22.2 will be called “Zara” and LMDE 7 “Gigi,” as the team tweaks Mint-Y colors to better align with modern UI trends and libAdwaita styling.

The post Linux Mint’s Mint-Y Theme Gets a Modern Touch appeared first on Linux Today.

Linux drops support for 486 and early Pentium processors – 20 years after Microsoft

Tue, 05/20/2025 - 07:40

I can still remember when the 33MHz 486DX was the fastest chip around.

The post Linux drops support for 486 and early Pentium processors – 20 years after Microsoft appeared first on Linux Today.

RISC-V and RISE Partner to a Take a Role in the Yocto Project

Tue, 05/20/2025 - 07:37

The Yocto Project, RISC-V and the Rise Project working together in tandem can’t be anything but good for the macrocosmic open source universe.

The post RISC-V and RISE Partner to a Take a Role in the Yocto Project appeared first on Linux Today.

How to Install Odoo 18 on AlmaLinux 10

Tue, 05/20/2025 - 07:35

Odoo, which was previously called OpenERP, is a comprehensive suite of open-source business applications. It is a popular open-source enterprise resource planning (ERP) software choice. Odoo includes many modules that can be integrated into one application, enhancing its appeal. The newest version, Odoo 17, offers new features that boost its ease of use. The redesigned interface now supports keyboard shortcuts, facilitating the selection of records and enabling multiple selections with ease. This tutorial will show you how to install Odoo 18 on Almalinux 10 with nginx or Apache as a reverse proxy.

The post How to Install Odoo 18 on AlmaLinux 10 appeared first on Linux Today.

5 factors steadily fueling Linux’s desktop rise

Tue, 05/20/2025 - 07:33

Linux has been quietly moving from niche to mainstream – and this is why.

The post 5 factors steadily fueling Linux’s desktop rise appeared first on Linux Today.

Final Bookworm-Based Raspberry Pi OS Released Ahead of Debian Trixie

Mon, 05/19/2025 - 11:40

A new Raspberry Pi OS update is now available for download, featuring screen lock upgrades, touchscreen improvements, and performance boosts.

The post Final Bookworm-Based Raspberry Pi OS Released Ahead of Debian Trixie appeared first on Linux Today.

Ubuntu 25.10 Will Default to Rust-Powered sudo-rs

Mon, 05/19/2025 - 11:37

Ubuntu 25.10 (Questing Quokka) will default to sudo-rs, a Rust-based reimplementation of sudo, aiming for better security and memory safety.

The post Ubuntu 25.10 Will Default to Rust-Powered sudo-rs appeared first on Linux Today.

Slimbook Launches Kymera Black Linux Desktop Computer for Gamers and Creators

Mon, 05/19/2025 - 11:34

Slimbook Kymera Black is designed to adapt to the needs of every user, offering them a high level of customization and configurability, without compromising power and reliability. It features a versatile and innovative modular design ideal for professional or gaming use.

The post Slimbook Launches Kymera Black Linux Desktop Computer for Gamers and Creators appeared first on Linux Today.

Clonezilla Live 3.2.1-28 Is Out Based on Ubuntu 25.04 and Linux Kernel 6.14

Mon, 05/19/2025 - 11:29

Coming two months after Clonezilla Live 3.2.1-9, the Clonezilla Live 3.2.1-28 release is based on the Ubuntu 25.04 (Plucky Puffin) operating system series and it’s powered by Linux kernel 6.14 to offer users the best possible hardware support when running Clonezilla Live to backup their data.

The post Clonezilla Live 3.2.1-28 Is Out Based on Ubuntu 25.04 and Linux Kernel 6.14 appeared first on Linux Today.

Ubuntu 25.10 (Questing Quokka) Daily Build ISOs Are Now Available for Download

Mon, 05/19/2025 - 11:24

As expected, the first Ubuntu 25.10 daily builds are based on the previous Ubuntu release, Ubuntu 25.04 (Plucky Puffin), which arrived last month on April 17th, which means that they include the same core components and software versions as the Plucky Puffin release, such as Linux kernel 6.14 and GNOME 48 desktop.

The post Ubuntu 25.10 (Questing Quokka) Daily Build ISOs Are Now Available for Download appeared first on Linux Today.

How to Append Text to Every File Using a Bash Script

Mon, 05/19/2025 - 11:22

Appending text to files is a common task in systems administration and development, especially when dealing with large datasets or logs.

This can be efficiently accomplished using a Bash script, which is a powerful command-line shell in Unix-like operating systems, offering a range of utilities and operators to manipulate files, including the ability to append text.

In this article, we will walk you through the process of appending text to a single file and then expand that to appending text to multiple files using a Bash script, which is a useful skill when you need to automate text insertion in log files, configuration files, or scripts.

The post How to Append Text to Every File Using a Bash Script appeared first on Linux Today.

How to Install Node.js on AlmaLinux 10

Mon, 05/19/2025 - 11:19

This blog post will show you how to install Node.js on AlmaLinux 10 OS version—the latest version of AlmaLinux. NodeJS is an open-source cross-platform JavaScript runtime compatible with multiple OSs, such as Windows, Unix, macOS, and Linux. We will stick with Linux, especially AlmaLinux 10. NodeJS offers a variety of features and lets developers use Java for command-line tools and server-side scripting. As we mentioned, it is compatible with JavaScript. It is good to note that Node.js, except for JavaScript, is also written in C, C++, and Python.

In the following paragraphs, we will show you two different ways of installing NodeJS on AlmaLinux 10. Every installation is straightforward and should not take more than 10 minutes. Let’s get things done!

The post How to Install Node.js on AlmaLinux 10 appeared first on Linux Today.

20 Useful find One-Liners to Change File and Folder Permissions

Mon, 05/19/2025 - 11:13

Managing file and directory permissions is essential for maintaining both security and control in a Linux environment. The find command, when combined with chmod, offers a powerful and flexible method to apply permission changes recursively across many files or directories.

This guide provides 20 one-liner commands using find that let you adjust permissions for files and folders within the current directory. These commands are especially useful for system administrators, developers, or anyone who wants to efficiently manage permissions on a Linux system.

The post 20 Useful find One-Liners to Change File and Folder Permissions appeared first on Linux Today.

Python Scripts for RHEL: Automate User Management, Monitoring & Backups

Mon, 05/19/2025 - 11:10

System administration often involves repetitive tasks such as file management, user account creation, service monitoring, and system backups. While Linux-based operating systems like Red Hat Enterprise Linux (RHEL) offer various tools to manage these tasks, automation can help save time, reduce human error, and improve overall efficiency.

Python, a high-level programming language, is an excellent tool for automating system administration tasks. It is easy to learn, has a rich set of libraries, and provides flexibility to perform a wide range of administrative operations.

In this article, we will explore how to use Python scripts for automating common system administration tasks on RHEL.

The post Python Scripts for RHEL: Automate User Management, Monitoring & Backups appeared first on Linux Today.

Autorize: Burp Suite Extension for Automatic Authorization Enforcement Detection

Mon, 05/19/2025 - 08:52

Autorize is an open-source Burp Suite extension that checks if users can access things they shouldn’t. It runs automatic tests to help security testers find authorization problems. To use Autorize, you’ll need Burp Suite and Jython.

The post Autorize: Burp Suite Extension for Automatic Authorization Enforcement Detection appeared first on Linux Today.

Pages