Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

HydraNFC Shield v2 and Sniffer Decoder Expand Capabilities for NFC Development & Analysis

The HydraNFC Shield v2 is a high-performance NFC development platform built around the STMicroelectronics ST25R3916 NFC frontend. Designed for NFC research, development, debugging, and security analysis, it is intended to be used with the HydraBus v1.0, a versatile open-source baseboard that acts as the host interface for HydraNFC and other shield extensions.

DFRobot Previews RISC-V-Based FireBeetle 2 with ESP32-P4, Targeting Image and Video Applications

The FireBeetle 2 ESP32-P4 is an upcoming compact development board designed for real-time image processing, video streaming, and wireless communication. It targets HMI applications such as digital photo frames, security systems, home control panels, and smart doorbells.

EM1103B Board Integrates 0.5 TOPS NPU and 8MP ISP with RV1103B SoC

The EM1103B is a compact single-board computer built around the Rockchip RV1103B SoC. Designed for vision-based AIoT tasks, it targets applications like smart cameras, doorbells, and battery-powered surveillance devices, combining processing, AI acceleration, and imaging features in a small footprint.

9to5Linux

DXVK 2.6.1 Improves Support for Assassin’s Creed Origins and AMD Vega GPUs

Coming about three weeks after DXVK 2.6, this release improves support for AMD Vega GPUs by removing the sparse buffer usage introduced in DXVK 2.6, as it caused hangs and instability. However, removing the sparse buffer usage will increase peak memory usage in some games.

9to5Linux Weekly Roundup: April 6th, 2025

I want to thank everyone who sent us donations; your generosity is appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

Linus Torvalds Announces First Linux Kernel 6.15 Release Candidate

Two weeks have passed since the release of Linux kernel 6.14, and Linux 6.15’s merge window is now closed, which means that it’s time to test drive the Release Candidate (RC) development versions every Sunday until the final release in about two months from today.

You Can Now Install Linux Kernel 6.14 on Ubuntu 24.10, Here’s How

Linux kernel 6.14 was released on March 24th, 2025, with new features like Btrfs RAID1 read balancing support, a new ntsync subsystem for Win NT synchronization primitives to boost game emulation with Wine, uncached buffered I/O support, and a new accelerator driver for the AMD XDNA Ryzen AI NPUs (Neural Processing Units).

a2ps 4.15 released (UPDATED)

posted by Roy Schestowitz on Mar 08, 2023,
updated Mar 13, 2023

I am delighted to announce the first stable release of GNU a2ps since 2007!

This release contains few user-visible changes. It does however contain a
lot of changes “under the hood”: code clean-up, etc. Therefore, it’s likely
that there are new bugs. Do report them to Savannah[1], or the mailing list
please!

A big thank-you to all those who tested pre-releases, and especially to
Bruno Haible’s tireless work to promote portability: he both tested a2ps on
many systems and found lots of minor portability problems, and advised on
their solution (often, gnulib code that he wrote). Remaining problems are of
course mine!

[1] https://savannah.gnu.org/projects/a2ps


Here are the compressed sources and a GPG detached signature:
https://ftpmirror.gnu.org/a2ps/a2ps-4.15.tar.gz
https://ftpmirror.gnu.org/a2ps/a2ps-4.15.tar.gz.sig

Use a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

807667f838c29bde73bb91fae60ef98826bd460e a2ps-4.15.tar.gz
pa3FqSIvmESKV8a162lItydD6vmjDGehNN8ILpnHZlI a2ps-4.15.tar.gz

The SHA256 checksum is base64 encoded, instead of the
hexadecimal encoding that most checksum tools default to.

Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:

gpg --verify a2ps-4.15.tar.gz.sig

The signature should match the fingerprint of the following key:

pub rsa2048 2013-12-11 [SC]
2409 3F01 6FFE 8602 EF44 9BB8 4C8E F3DA 3FD3 7230
uid Reuben Thomas
uid keybase.io/rrt

If that command fails because you don't have the required public key,
or that public key has expired, try the following commands to retrieve
or refresh it, and then rerun the 'gpg --verify' command.

gpg --locate-external-key rrt@sc3d.org

gpg --recv-keys 4C8EF3DA3FD37230

wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=a2ps&download=1' | gpg --import -

As a last resort to find the key, you can try the official GNU
keyring:

wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
gpg --keyring gnu-keyring.gpg --verify a2ps-4.15.tar.gz.sig


This release was bootstrapped with the following tools:
Autoconf 2.71
Automake 1.16.5
Gnulib v0.1-5857-gf17d397771

NEWS

* Noteworthy changes in release 4.15 (2023-03-07) [stable]
* New maintainer, Reuben Thomas.
* Features:
- Replace the 'psmandup' utility with simpler 'lp2' to directly print
documents to a simplex printer.
- Remove the outdated 'psset' and 'fixnt', and simplify 'fixps' to
always process its input with Ghostscript.
- Use libpaper's paper sizes. This includes user-defined paper sizes
when using libpaper 2. It is still possible to define custom margins
using "Medium:" specifications in the configuration file, and the
one size defined by a2ps that libpaper does not know about, Quarto, is
retained for backwards compatiblity, and as an example.
* Documentation
- Remove some obsolete explanations.
- Reformat --help output consistently to 80 columns.
- Some English fixes.
* Bug fixes:
- Avoid a crash when a medium is not specified; instead, use the default
libpaper size (configured by the user or sysadmin, or the locale
default).
- Fix some other potential crashes and compiler warnings.
- Fixes for security bugs CVE-2001-1593, CVE-2015-8107 and CVE-2014-0466.
- Minor bugs fixed.
* Predefined delegations:
- Remove support for defunct Netscape and proprietary Acrobat Reader.
- Add lpr wrapper for automatic detection of different printing systems,
including CUPS support.
* Encodings:
- Use libre fonts for KOI-8.
- Composite fonts support.
* Build
- Update build system to more recent autotools and gettext versions.
- Build man pages in a simpler and more robust way.
- Document runtime dependencies.
- Minor code quality improvements.
- Minor tidy up and removal of obsolete code.
- Require libpaper.
- Remove OS/2 support.

Read on

LWN:

UPDATE

Bug fix release:

Other Recent Tux Machines' Posts

Wine 10.5 Released with Vulkan H.264 Decoding
Wine 10.5 is out with ARM64 large page support, updated Mono 10.0
DXVK 2.6.1 Improves Support for Assassin’s Creed Origins and AMD Vega GPUs
DXVK 2.6.1 Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine is now available for download with improvements for several games and various bug fixes.
Celluloid 0.28 Adds Lua Module Support, Refreshes UI
Open-source video player Celluloid premiered a new release this weekend with user-interface improvements
LibreOffice 25.2.2 Office Suite Is Now Available for Download with 83 Bug Fixes
The Document Foundation announced today the general availability of LibreOffice 25.2.2 as the second maintenance update to the latest LibreOffice 25.2 office suite series with various bug fixes.
 
OpenSSL 3.5 Released with Support for PQC Algorithms, Server-Side QUIC
OpenSSL 3.5 has been released today as a major update to this open-source, cross-platform, and free software library that provides secure communications over computer networks for applications and websites.
today's howtos
only a handful for now
Windows TCO Leftovers
Windows TCO examples
Open Hardware: Arduino abd Raspberry Pi Projects
Raspberry Pi and more
Games: Truckful, Fogpiercer, and Linux GPU Control Application (LACT)
9 new articles from GamingOnLinux
Android Leftovers
This Samsung Galaxy S25 variant will get eight years of Android updates
I tried gaming on Linux — and it's better (and worse) than you think
Gaming on Linux has come a long way, but is it ready to replace Windows yet
Free and Open Source Software, howtos and Installations
This is free and open source software
BlueOnyx is a fully-integrated Internet hosting platform
BlueOnyx is open source software, released under a Sun modified BSD license
Kernel Space: Microsoft- and Microsoft LF-Sponsored Rust-in-Linux Advocacy, Benchmarking Up To 8,192 Cores On Linux
kernel news
I'm a Linux power user, and the latest Ubuntu update put a smile on my face | ZDNET
Canonical is preparing the release of Ubuntu 25.04 (Plucky Puffin) with a new kernel, the latest desktop environment, and an improved installer.
Today in Techrights
Some of the latest articles
Android Leftovers
STMicro STM32MP23 Cortex-A35/M33 MPU features a 600 GOPS NPU for industrial IoT and ML applications
Phosh 0.46.0 brings customization, UI improvements to the mobile Linux user interface
Phosh is a user interface designed for smartphones running Linux-based operating systems
GNU/Linux, BSD, and Windows Leftovers
inc. TCO
Free Software, Education, and Programming
today's leftovers
Nvidia Breaking and Openwashing Things
some Nvidia picks
Games: KiCad, Command And Conquer, and More
gaming-related picks
IBM's Buzzwords Spree Continues
IBM Acquires Hakkoda Inc.
Open Hardware/Modding: Pi, Linux, and More
Some hardware leftovers
Audiocasts/Shows/Videos: LINUX Unplugged, This Week in Linux, and More
New shows/broadcasts
Stable kernels: Linux 6.14.1, Linux 6.13.10, Linux 6.12.22, Linux 6.6.86, and Linux 6.1.133
I'm announcing the release of the 6.14.1 kernel
Tariffs Spark Shift to Open Source
This new era of tariffs and retaliatory measures may ripple through the tech sector and accelerate interest in open-source alternatives like openSUSE
Open Hardware/Modding: Raspberry Pi, ESP32, and More
Hardware picks
Android Leftovers
The best ways to give your old Android a second life
AlphaPlot generates 2D and 3D plots
This is free and open source software
A New Uptime Record [original]
nowadays memory leaks aren't bad enough to necessitate shutdowns
My Linux Install Took 8 Hours Because I Missed This Simple Fix
Installing Linux is a fairly straightforward process, but my recent experience with a new Linux distro threw me completely off track
Best Free and Open Source Software
We recommend the best free and open source alternatives
DAT Linux is a distribution targeted at data science
DAT Linux is a Linux distribution for data science
Review: Trying on a Sense HAT
These days I often feel as though the technology industry has moved farther along the spectrum from what is fun and interesting toward what is flashy and will sell
Tools that Just Work™ …until they don’t
As a former Apple guy, it pains me a bit to say this, but I’m coming to believe that the whole “It Just Works” thing is a temporary illusion
EM1103B Board Integrates 0.5 TOPS NPU and 8MP ISP with RV1103B SoC
According to Boardcon’s software section, the EM1103B runs Linux 5.10.209 with U-Boot 2017.09
9to5Linux Weekly Roundup: April 6th, 2025
The 234th installment of the 9to5Linux Weekly Roundup is here for the week ending on April 6th, 2025.
Distro Watch on Wifislax 4.0 and Recent HowTo Geek Stories
today's leftovers/catchup
today's howtos
recent picks that we missed
Rossfest
Anderson co-developed the Serpent encryption algorithm, which was a finalist in the Advanced Encryption Standard (AES) competition
Calibre 8.0 Ebook Manager Released with Much Improved Kobo Support
Calibre developer Kovid Goyal released Calibre 8.0 today as a major update to this open-source, free, and cross-platform ebook manager, viewer, reader, and organizer.
Linus Torvalds rages against ‘random turd files’ in Linux 6.15-rc1 directories
The target of the Linux creator and lead developer’s ire was “the disgusting ‘hdrtest’ crap,”
Security Leftovers
and some leaks or breaches
Today in Techrights
Some of the latest articles
Linux Foundation Outsourcing Linux to Akamai (Privacy Issue)
as usual
Linus Torvalds Announces First Linux Kernel 6.15 Release Candidate
Today, Linus Torvalds announced the general availability of the first Release Candidate development milestone of the upcoming Linux 6.15 kernel series for public testing.
NethServer project milestone 8.4
We are excited to announce the latest updates and improvements to NethServer 8 over the last three months, bringing new features, enhanced security, and better usability.
Tails 6.14.1 Released with Improved Tor Browser Integration
Tails 6.14.1, a privacy-focused Linux distro, brings better Tor Browser usability, security fixes, and updated components
Red Hat, Hardware, Free Software and More
today's leftovers
Programming Leftovers and Security
Development and more
Operating Systems: FreeDOS and ReactOS
a couple of Microsoft copycats of sorts
Audiocasts/Shows: mintCast, Linux Out Loud, and The Linux Link Tech Show
3 new episodes
today's howtos
half a dozen howtos
Microsoft Says Throw Away Your Windows 10 Computers
We say, put Linux on them, or give them to someone else who will
Programming Leftovers
Development news
Android Leftovers
Android 16 has a new trick to speed up app installation
APT 3.0 Debian Package Manager Released with Revamped Command-Line Interface
The Debian Project released APT 3.0 today as the new stable series for Debian’s command-line interface (CLI) for managing packages, a major release that introduces new features and many enhancements.
Nvidia Drivers on Linux: What You Need to Know
While AMD continues to fight valiantly, Nvidia is a force to be reckoned with in the world of GPUs, and they’re difficult to avoid
Why Linux Rules the World of Science
Take a look at any science lab, and you might notice that the desktops and laptops scattered around the room are running Linux
8 Pins For Linux
We’ve seen a Linux-based operating system made to run on some widely varying pieces of hardware over the years
Beacon W5+ SoM – A tiny (27x15mm) Qualcomm Snapdragon W5+ System-on-Module for wearables
There’s limited information about software, although the company mentions “board support package (BSP) options with versions of Linux, Android
Free and Open Source Software
This is free and open source software
GNU/Linux Leftovers
3 stories about GNU/Linux
Perl: Perl.Wiki.html V 1.25, Type::Tiny 2.8.0, and More
Some Perl news
today's howtos
only half a dozen slightly dated ones
5 Ways to Control Your Linux Computer From Your Mobile Phone
Learn how to control a Linux computer from your mobile phone. You can transfer files and check running tasks all remotely and easily.
Videos and Shows About GNU/Linux and Free Software
The past week, via Invidious
Today in Techrights
Some of the latest articles
today's leftovers
mostly FOSS stuff
Security Leftovers
Security picks for today
Open Hardware: ESP32, Raspberry Pi, and More
Hardware leftovers
Latest From Microsoft-Sponsored FSFE
FSFE news
You Can Now Install Linux Kernel 6.14 on Ubuntu 24.10, Here’s How
Linux 6.14 is now the latest stable kernel, and Ubuntu users can install it on their machines via the official Ubuntu Mainline Kernel PPA archive. Here’s a quick tutorial on how to do that via GUI and CLI methods.