Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

Connect, Discuss, Inspire: Dive Deep with Special Interest Groups

The Internet is as vast and diverse as the people around the world who use it every day. Because of this diversity—both in uses and users alike—there are countless topics or initiatives we could focus on to maintain and improve the Internet for everyone. 

LinuxGizmos.com

Silicon Labs SixG301 Series 3 SoCs Target Zigbee, Matter, and Thread Development

Silicon Labs has announced general availability of its new Series 3 platform, debuting with the SiMG301 and SiBG301 wireless SoCs. Built on a 22 nm process, the Series 3 family targets compute-intensive IoT applications that require higher security, integrated connectivity, and support for modern 2.4 GHz wireless protocols.

ASUS Adds Amston Lake Atom x7000RE Based Models to Its Windows 11 IoT Lineup

ASUS has expanded its industrial motherboard lineup with new Amston Lake models built on Intel’s Atom x7000RE processors. Designed for Windows 11 IoT environments, these compact boards combine low power operation with support for high resolution video, extended temperature tolerance, and flexible connectivity for automation and embedded computing.

Astra SL2600 processors from Synaptics combine Arm cores and RISC-V Coral NPU

Synaptics has unveiled the Astra SL2600, a family of multimodal processors designed for edge computing across consumer, enterprise, and industrial IoT applications. The lineup debuts with the SL2610 product line, targeting low-power and high-performance designs used in smart home, automation, robotics, and retail systems.

9to5Linux

Ubuntu 26.04 LTS “Resolute Raccoon” Daily Builds Are Now Available for Download

As expected, the first Ubuntu 26.04 LTS daily builds are based on the previous Ubuntu release, Ubuntu 25.10 “Questing Quokka”, which arrived earlier this month on October 9th. This means that the Ubuntu 26.04 LTS builds are powered by Linux kernel 6.17 and use the GNOME 49 desktop environment.

Clonezilla Live 3.3.0-33 Adds Support for Cloning MTD Block and eMMC Boot Devices

Powered by the Linux 6.16 kernel series, the Clonezilla Live 3.3.0-33 release adds support for imaging MTD block and eMMC boot devices in expert mode, adds a new ocs-blkdev-sorter tool that allows udev to create Clonezilla alias block devices in /dev/ocs-disks/, and adds a new ocs-live-time-sync tool used by ocs-live-netcfg for time synchronization.

VirtualBox 7.2.4 Released with Initial Support for Linux Kernel 6.18

Coming five weeks after VirtualBox 7.2.2, the VirtualBox 7.2.4 release introduces initial support for the upcoming Linux 6.18 kernel series for both Linux hosts and guests, which means that you will be able to virtualize Linux distributions powered by Linux 6.18 and also install VirtualBox on a machine powered by Linux 6.18.

KDE Plasma 6.5 Desktop Environment Officially Released, This Is What’s New

Highlights of KDE Plasma 6.5 include rounded bottom corners for Breeze-decorated windows, the ability to display ink levels on supported printers, improved tone mapping curve when displaying HDR content, and a grayscale mode to colorblindness correction filters to desaturate all the colors on the screen.

GNU Binutils 2.41 release

posted by Roy Schestowitz on Jul 30, 2023

Hi Everyone,

We are pleased to announce that version 2.41 of the GNU Binutils project sources have been released and are now available for download at:
https://ftp.gnu.org/gnu/binutils https://sourceware.org/pub/binutils/releases/
Checksums: a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b binutils-2.41.tar.bz2 2d046bc2ba09732a2da04f633aaab573e75c785c006dec1382d922532b60c1f7 binutils-2.41.tar.bz2.sig 48d00a8dc73aa7d2394a7dc069b96191d95e8de8f0da6dc91da5cce655c20e45 binutils-2.41.tar.gz 4b1de75756c497d913df84fdef8e7dfb977c77c8ad95ccfdaa2512bcc8983afe binutils-2.41.tar.gz.sig eab3444055882ed5eb04e2743d03f0c0e1bc950197a4ddd31898cd5a2843d065 binutils-2.41.tar.lz 2c13b50fc6e51d1044a6734e13e30c3cfdb02edd146552276e793b44a5e39c87 binutils-2.41.tar.lz.sig ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450 binutils-2.41.tar.xz 6f72b25f95614ecbfd050ffdae628e00e90aec9073e30d8ab366e4fc9d1e9e2d binutils-2.41.tar.xz.sig
As an experiment these tarballs were made with the new "-r <date>" option supported by the src-release.sh script. This attempts to make reproducible tarballs by sorting the files and passing the "--mtime=<date>" option to tar. The date used for these tarballs was obtained by running:
git log -1 --format=%cd --date=format:%F bfd/version.m4
This release contains numerous bug fixes, and also the following new features:
In the assembler: * Add support for Intel FRED instructions. * Add support for Intel LKGS instructions. * Add support for Intel AMX-COMPLEX instructions. * Add SME2 support to the AArch64 port. * A new .insn directive is recognized by x86 gas. * Add support for LoongArch LSX instructions. * Add support for LoongArch LASX instructions. * Add support for LoongArch LVZ instructions. * Add support for LoongArch LBT instructions. * Initial LoongArch support for linker relaxation has been added. * Deprecate the LoongArch register aliases $v0, $v1, $x, $fv0 and $fv1.
In the linker: * The linker now accepts a command line option of --remap-inputs <PATTERN>=<FILE> to relace any input file that matches <PATTERN> with <FILE>. In addition the option --remap-inputs-file=<FILE> can be used to specify a file containing any number of these remapping directives.
* The linker command line option --print-map-locals can be used to include local symbols in a linker map. (ELF targets only).
* For most ELF based targets, if the --enable-linker-version option is used then the version of the linker will be inserted as a string into the .comment section.
* The linker script syntax has a new command for output sections: ASCIZ "string" This will insert a zero-terminated string at the current location.
* Add command-line option, -z nosectionheader, to omit ELF section header. In the other binary tools: * The MIPS port now supports the Sony Interactive Entertainment Allegrex processor, used with the PlayStation Portable, which implements the MIPS II ISA along with a single-precision FPU and a few implementation-specific integer instructions.
* Objdump's --private option can now be used on PE format files to display the fields in the file header and section headers.
* New versioned release of libsframe: libsframe.so.1. This release introduces versioned symbols with version node name LIBSFRAME_1.0. This release also updates the ABI in an incompatible way: this includes removal of sframe_get_funcdesc_with_addr API, change in the behavior of sframe_fre_get_ra_offset and sframe_fre_get_fp_offset APIs.
* SFrame Version 2 is now the default (and only) format version supported by gas, ld, readelf and objdump. * Add command-line option, --strip-section-headers, to objcopy and strip to remove ELF section header from ELF file.
* The RISC-V port now supports the following new standard extensions: - Zicond (conditional zero instructions) - Zfa (additional floating-point instructions) - Zvbb, Zvbc, Zvkg, Zvkned, Zvknh[ab], Zvksed, Zvksh, Zvkn, Zvknc, Zvkng, Zvks, Zvksc, Zvkg, Zvkt (vector crypto instructions)
* The RISC-V port now supports the following vendor-defined extensions: - XVentanaCondOps
* The LoongArch port now supports the following extensions: - LSX (Loongson SIMD eXtension; 128-bit vectors) - LASX (Loongson Advanced SIMD eXtension; 256-bit vectors) - LVZ (Loongson Virtualization extension) - LBT (Loongson Binary Translation extension)
* The LoongArch disassembly output received the following tweaks: - Colored output is now supported. - Some pseudo-instructions are now shown in place of the canonical forms, where semantics are equivalent. A disassembler option '-M no-aliases' is added to disable the new behavior. - Signed immediates are no longer printed with their hex representation. - Unrecognized instruction words are now shown with '.word'.
For more information see:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gas/NEWS;;hb=refs/tags/binutils-2_41 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=ld/NEWS;hb=refs/tags/binutils-2_41 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_41
Our thanks go out to all of the binutils contributors, past and present, for helping to make this release possible.
Cheers Nick Clifton GNU Binutils Chief Maintainer

Read on

Other Recent Tux Machines' Posts

New Release of OpenBSD
new OpenBSD
SuperTuxKart 1.5 Open-Source Kart Racing Game Released with Major Changes
After several years of development, SuperTuxKart 1.5 has been officially released today for this free, open-source, and cross-platform kart racing game, a major update that brings new features and improvements.
Links 23/10/2025: LLM 'Hallucinations' (Defects) in Practical Code 'Generation', China Becomes More Economically and Technologically Independent
Links for the day
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
GNU/Linux: Kernel, KDE, EasyOS, and Mobile Systems
today's leftovers
Applications: devise-otp 2.0, Valkey 9.0.0, RustDesk Released 1.4.3, Tinkercad, and More
Application releases and more
AlmaLinux 10.1 Adds Native Btrfs Filesystem Support
The upcoming AlmaLinux 10.1 will introduce native Btrfs support
Zorin OS 18 Downloads Skyrocket in the Last 48 Hours
Over 100K users downloaded Zorin OS 18 in 48 hours
VirtualBox 7.2.4 Released with Initial Support for Linux Kernel 6.18
Oracle released today VirtualBox 7.2.4 as the second maintenance update to the latest VirtualBox 7.2 series for this open-source, free, and cross-platform virtualization solution from Oracle.
KDE Plasma 6.5 Desktop Environment Officially Released, This Is What’s New
The KDE Project released today KDE Plasma 6.5 as the latest stable version to this popular desktop environment for Linux-based operating system that brings new features, improvements, and bug fixes.
Microsoft's Graveley, a Serial Strangler of Women, Pays People on Motorcycle (Dressed Like Hells Angels) to Drive in Heavy Rain From London to My Home's Doorstep [original]
Mentioning someone was in prison for bad things isn't a crime, it's a public service
Open Hardware/Modding: RISC-V, Retro, and Linux
Hardware bits
Ubuntu 26.04 LTS “Resolute Raccoon” Daily Builds Are Now Available for Download
As of today, October 22nd, 2025, Canonical has published the first working daily build ISO images of the upcoming Ubuntu 26.04 LTS (codename Resolute Raccoon) for early adopters, application developers, and general public testing. Previous daily builds released until today were broken.
 
Free and Open Source Software
This is free and open source software
Quirinux – Devuan-based Linux distribution
Quirinux is a Devuan-based Linux distribution designed for the development of animated films
SVG in GTK
GTK has been using SVG for symbolic icons since essentially forever
Audiocasts/Shows: Destination Linux and FLOSS Weekly
2 episodes
Programming Leftovers
Development related picks
Ubuntu: Recent Version, Next Version, and Latest From ubuntu.com
ubuntu.com and more
Security Leftovers
Security and more
Red Hat Leftovers
Red Hat dot com
Fedora Under IBM Permits Slop as Code
bad idea
today's howtos
Instructionals/Technical picks
Games: GNOME Crosswords, New Steam Games with Native GNU/Linux Clients, GNU/Linux Outperforms Windows
GNU/Linux centric gaming news
Android Leftovers
Google Photos brings 3D photo ‘experiences’ to Samsung’s Android XR headset
DietPi 9.18 Adds NanoPi R3S, R76S, and M5 Support
DietPi 9.18 adds support for NanoPi R3S, R76S, and M5
I finally switched to Linux, and these 5 apps made it painless
I recently made the switch from Linux on all my ex-Windows devices
Free and Open Source Software, howtos and Installations
This is free and open source software
Ubuntu upgrade adventures, a rollercoaster with mostly down
Going from one major release of Ubuntu to another
Games: MARVEL Cosmic Invasion, Kingdoms of the Dump, and Cult of the Lamb DLC Woolhave
gaming picks
Mobile Systems/Mobile Applications: GNU/Linux on Gadgets and GNU/Linux Inside Android
some mobile picks
Linux and GNU/Linux Leftovers
howtos and more
Free, Libre, and Open Source Software Leftovers
FSFE and more
Debian Technical Committee overrides systemd change
Debian Policy still cites the FHS, even though the FHS has gone unmaintained for more than a decade
The FSF considers large language models
Nick Clifton asked whether the FSF is working on a new version of the GNU General Public License — a GPLv4 — that takes LLM-generated code into account
Today in Techrights
Some of the latest articles
Recent Videos About GNU/Linux and BSD
Via Invidious
This Linux app will make you ditch your mouse for good
What makes Hints stand out isn’t just what it does, but how naturally it becomes part of your rhythm
The end of Windows 10 has been a boon for one particular Linux distro - and I'm not surprised
One distribution, Zorin OS, decided to take advantage of the end of Windows 10 support by releasing its biggest upgrade to date
Servers, IBM, and GNU/Linux Leftovers
mostly GNU/Linux news
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Embedded World, Hackaday Supercon, Linux Day, Free Software Directory (FSD) Meeting
updates and announcements
Mozilla's Web Browser/Web Server Commentary
leftovers WWW news
Programming Leftovers
Development picks for today
Security Leftovers
Security picks for now
today's howtos
many for today
Free Software: The Next Step
From its inception, free software has been about ethics
Review: Kubuntu 25.10
Throughout my trial with Kubuntu I found my thoughts swinging back and forth
Fedora and Red Hat Leftovers
mostly Red Hat's blog
Open Hardware/Modding Leftovers
gadgets and more
Pulling a Microsoft OOXML on an Independent Publisher [original]
They try to overcompensate with sheer volume for a lack of solid, clear arguments (we are the victims here)
Games: THRASHER, The Outlast Trials, UTOPIA MUST FALL, and More
six stories from GamingOnLinux
User Flags Possible Malware Incident on Xubuntu.org
A Reddit user reports that Xubuntu.org may have been compromised
Brett Wilson LLP Has Just Again (Implicitly) Admitted Breaching Civil Procedure Rules in Frivolous Case Against Tux Machines [original]
This wasn't done by accident because they know the rules
Android Leftovers
4 Android Auto apps that make my road trips so much better
Hopefully Tux Machines Site Search Will be Ready in 2026 [original]
2026 is already looking good for us
digiKam 8.8 Adds Support to Automatically Use Monitor Color Profiles on Wayland
digiKam 8.8 has been released today for this powerful, open-source, free, and cross-platform digital photo management solution that introduces new features and improvements.
Clonezilla Live 3.3.0-33 Adds Support for Cloning MTD Block and eMMC Boot Devices
Clonezilla Live developer Steven Shiau released Clonezilla Live 3.3.0-33 as a new version of this Debian-based, free, and open-source bootable live system for cloning disk drives and partitions.
I tried Arch Linux as an ex-Windows fanboy
I'll be upfront; I don't have a lot of experience with Linux
The SLAPPs Against Us Are Funded by Rich People Who Hide Their Identity [original]
We're actually sort of flattered or proud that such despicable people are so desperate to censor us
Mobile Systems: Mobian 13.0 released, GrapheneOS could break Pixel exclusivity in 2026 with major OEM deal
mobile platforms in the news
5 free Linux distros built for speed and power - and your new PC
Linux isn't just for older, sluggish hardware
Free and Open Source Software
The software is in a very early stage of development. It’s free and open source
LangitKetujuh OS – Linux distribution
LangitKetujuh OS is an Indonesian desktop and multimedia Linux distribution based on Void Linux
Today in Techrights
Some of the latest articles
The Fall of Windows: Vista 10 and 11 [original]
Windows is rotting to death
The Fall of Windows: Vista 7 and 8 [original]
Microsoft kept comparing "7" to its predecessor to make it look like the "lesser pig"
The Fall of Windows: Vista [original]
Vista flopped, so Microsoft needed to focus on attacking the counterpart
The Fall of Windows: XP [original]
XP rode the inertia of prior versions of Windows
The Fall of Windows: ME and 2000 [original]
It was time for Microsoft to pull off some more dirty tricks, including bribery, FUD campaigns, and entryism
The Fall of Windows: 98 [original]
Windows 98 was not particularly special in any way
The Fall of Windows: 95 [original]
After Microsoft had weakened IBM (by cheating) it was trying to acquire a market monopoly in operating systems
The Fall of Windows: 3.1 and 3.11 [original]
Apple and IBM had alternatives
New Audio: "Free/Libre software and freedom in the digital society" by Richard Stallman [original]
Hours ago a talk by Richard Stallman in Munich (Germany) ended
GNU/Linux and BSD Leftovers
GNU/Linux mostly
Security Leftovers
Security breaches and more
Open Hardware/Modding: Raspberry Pi, ESP32, and More
Hardware stories
Release of GNUnet 0.25.2 and Free Software Directory meeting on IRC this week
Some GNU news
Programming Leftovers
Development related picks
Latest Updates on EasyOS Development
By BK on Monday
GNU/Linux and BSD Leftovers
mostly GNU/Linux links
Free, Libre, and Open Source Software and Web Browsers
some FOSS leftovers
Programming Leftovers
Development related picks
Databases: PostgreSQL-Related Releases and News
psql leftovers for today
Audiocasts/Shows: Late Night Linux and Linux User Space
2 episodes
Security Leftovers
Security picks
Kernel prepatch 6.18-rc2
RC2 of Linux 6.18
today's howtos
only 7 for the time being
Proprietary Software in the Loo [original]
This year our uptime was spectacular
Halloweendows Next Friday [original]
"Halloweendows" is a term I came up with around 2005 and used as a joke in Digg.com because Vista was threatening Microsoft's dominance
Buying Food for Winter [original]
more sacks of seeds for the birds, which increasingly depend on our feeding
Security Leftovers and Windows TCO
4 more picks
Kubernetes: Autoscaling, Minikube on Debian 13, and Common Kubernetes Pitfalls
some Kube-related picks
Games: EdenSpark, Coal LLC, and More
GamingOnLinux's latest
Android Leftovers
One of the best Android Auto dongles now plays nice with Apple CarPlay
Wine 10.17 Released with Default EGL Renderer and Updated Mono Engine
Wine 10.17 introduces EGL as the default OpenGL renderer
News Cycles Perish, But GNU/Linux is Getting More (Relative) Limelight [original]
We expect that as more people adopt GNU/Linux more will blog about it
Implementing Search for Tux Machines Would Help Find Old Articles [original]
It's working (internal beta for now), but we have reservations due to LLM bots and other Web junk
Uptime Kuma 2.0 Arrives with MariaDB Support, Modern UI Refresh
Major Uptime Kuma 2.0 update adds MariaDB
Free and Open Source Software
This is free and open source software
Astra SL2600 processors from Synaptics combine Arm cores and RISC-V Coral NPU
According to the official Astra documentation, the kit includes a 15 V @ 1.8 A USB-PD power adapter, USB-C cable, and a pre-installed Yocto Linux image on eMMC storage
Today in Techrights
Some of the latest articles
Vista 10 Died One Week Ago and GNU/Linux is Gaining [original]
7 days ago Vista 10 died
The Real Xubuntu Story is a Story of Neglect by Microsoft Canonical [original]
What has Microsoft Canonical become?