Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

siduction Linux 2024.1.0 Released with Xfce 4.20, KDE Plasma 6.2, and LXQt 2.1

Dubbed “Shine on…”, powered by the latest Linux 6.12 LTS kernel series, and synced with the Debian Sid (Unstable) repositories as of December 23rd, 2024, siduction 2024.1.0 ships with the KDE Plasma 6.2, the recently released Xfce 4.20, and the LXQt 2.1 desktop environments.

postmarketOS 24.12 Released with KDE Plasma Mobile 6.2.4, GNOME Shell 46

Highlights of postmarketOS 24.12 include updated interfaces with KDE Plasma Mobile 6.2.4, GNOME Shell on Mobile 46, Phosh 0.43.1, and Sxmo 1.17.0. The Phosh UI now supports accent colors, while the Sxmo UI switches to wofi as the new menu with smooth scrolling and line wrapping, and improves device support.

Serpent OS Enters Alpha with GNOME and COSMIC Spins, Powered by Linux 6.12 LTS

Powered by Linux kernel 6.12 LTS, Serpent OS Alpha has two official flavors featuring the latest GNOME 47.2 and COSMIC 1.0 alpha 4 desktop environments. Both editions are supported equally, but the devs recommend using the GNOME edition because the Rust-based COSMIC is not yet mature and it’s subject to frequent potentially breaking changes.

9to5Linux Weekly Roundup: December 22nd, 2024

I want to thank all the people who sent us donations. I also want to thank you all for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and last but not least thank you for sending us feedback. I also want to wish you all a Merry Christmas and happy holidays!

OpenShot 3.3 Open-Source Video Editor Is Now Available, Here’s What’s New

Highlights of OpenShot 3.3 include Cosmic Dusk as the default theme for a modern and stylish look, a Wayland-compatible color picker that allows color picking only from the OpenShot main window, customizable audio buffer size in preferences for optimal playback, and a Recovery menu for recovering previous auto-saved files.

sed-4.9 released

posted by Roy Schestowitz on Nov 07, 2022

This is to announce sed-4.9, a stable release.

There have been 51 commits by 9 people in the nearly three years since 4.8.
See the NEWS below for a brief summary.
Thanks to everyone who has contributed! The following people contributed changes to this release:
Antonio Diaz Diaz (1) Assaf Gordon (5) Chris Marusich (1) Jim Meyering (28) Marvin Schmidt (1) Oğuz (1) Paul Eggert (11) Renaud Pacalet (1) Tobias Stoeckmann (2)
Jim [on behalf of the sed maintainers] ==================================================================
Here is the GNU sed home page: http://gnu.org/s/sed/
For a summary of changes and contributors, see: http://git.sv.gnu.org/gitweb/?p=sed.git;a=shortlog;h=v4.9 or run this command from a git-cloned sed directory: git shortlog v4.8..v4.9
To summarize the 2383 gnulib-related changes, run these commands from a git-cloned sed directory: git checkout v4.9 git submodule summary v4.8
================================================================== Here are the compressed sources: https://ftp.gnu.org/gnu/sed/sed-4.9.tar.gz (2.2MB) https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz (1.4MB)
Here are the GPG detached signatures: https://ftp.gnu.org/gnu/sed/sed-4.9.tar.gz.sig https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz.sig
Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums:
69ad1f6be316fff4b23594287f16dfd14cd88093 sed-4.9.tar.gz 0UeKGPAzpzrBaCKQH2Uz0wtr5WG8vORv/Xq86TYCKC4 sed-4.9.tar.gz 8ded1b543f1f558cbd5d7b713602f6a8ee84bde4 sed-4.9.tar.xz biJrcy4c1zlGStaGK9Ghq6QteYKSLaelNRljHSSXUYE sed-4.9.tar.xz
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 sed-4.9.tar.gz.sig
The signature should match the fingerprint of the following key:
pub rsa4096/0x7FD9FCCB000BEEEE 2010-06-14 [SCEA] Key fingerprint = 155D 3FC5 00C8 3448 6D1E EA67 7FD9 FCCB 000B EEEE uid [ unknown] Jim Meyering uid [ unknown] Jim Meyering uid [ unknown] Jim Meyering
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 jim@meyering.net
gpg --recv-keys 7FD9FCCB000BEEEE
wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=sed&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 sed-4.9.tar.gz.sig
This release was bootstrapped with the following tools: Autoconf 2.72a.65-d081 Automake 1.16i Gnulib v0.1-5550-g0524746392
NEWS
* Noteworthy changes in release 4.9 (2022-11-06) [stable]
** Bug fixes
'sed --follow-symlinks -i' no longer loops forever when its operand is a symbolic link cycle. [bug introduced in sed 4.2]
a program with an execution line longer than 2GB can no longer trigger an out-of-bounds memory write.
using the R command to read an input line of length longer than 2GB can no longer trigger an out-of-bounds memory read.
In locales using UTF-8 encoding, the regular expression '.' no longer sometimes fails to match Unicode characters U+D400 through U+D7FF (some Hangul Syllables, and Hangul Jamo Extended-B) and Unicode characters U+108000 through U+10FFFF (half of Supplemental Private Use Area plane B). [bug introduced in sed 4.8]
I/O errors involving temp files no longer confuse sed into using a FILE * pointer after fclosing it, which has undefined behavior in C.
** New Features
The 'r' command now accepts address 0, allowing inserting a file before the first line.
** Changes in behavior
Sed now prints the less-surprising variant in a corner case of POSIX-unspecified behavior. Before, this would print "n". Now, it prints "X":
printf n | sed 'sn\nnXn'; echo

Read on

Other Recent Tux Machines' Posts

Serpent OS Enters Alpha with GNOME and COSMIC Spins, Powered by Linux 6.12 LTS
Ikey Doherty released today the long-anticipated alpha version of his new independent Linux distro, Serpent OS, which features some of the latest and greatest technologies and applications.
Want a Really Lightweight Desktop Linux Experience? Try a Window Manager
Window managers manage only windows in the X Window System, providing you an alternative to Linux desktop environments
Darktable 5.0 Open-Source RAW Image Editor Officially Released, Here’s What’s New
Darktable 5.0 open-source raw image editor has been released today as a major update introducing new features, improvements, and enhanced camera support.
Linux 6.13-rc4
So this definitely is looking a bit smaller than most rc4s
OpenShot 3.3 Open-Source Video Editor Is Now Available, Here’s What’s New
OpenShot creator Jonathan Thomas announced today the release and general availability of OpenShot 3.3 as a major update to this open-source, cross-platform, and free video editing software.
AlmaLinux 10 Beta Offers Early Access to Key Upgrades
Get hands-on with AlmaLinux 10 Beta, featuring new x86_64_v2 support, top-tier toolsets
 
siduction Linux 2024.1.0 Released with Xfce 4.20, KDE Plasma 6.2, and LXQt 2.1
siduction 2024.1.0 has been released today as a major update to this Debian-based GNU/Linux distribution featuring some of the latest and greatest technologies and desktop environments.
postmarketOS 24.12 Released with KDE Plasma Mobile 6.2.4, GNOME Shell 46
postmarketOS 24.12 was released today as the latest version of this Linux-based operating system for mobile devices that brings new features, support for new devices, and updated components.
GNU/Linux and Free Software Stories
today's leftovers
Only 166 Voters in Fedora Elections Under IBM
very low
Programming Leftovers
Development news
Distributions and Operating Systems: NixOS Hates Precompiled Programs, EasyOS File Information App
2 OS related picks
Applications: Popcorn Time, Flatpak, ScummVM, Calibre
Software and news about "apps" (Applications)
BSD Leftovers
BSD people and their reasonably technical posts
Audiocasts/Shows: LINUX Unplugged and Open Source Security Podcast
a pair of episodes
Kernel: Unleashing the kernel with eBPF Steinar H. Gunderson's Kernel adventures
some Linux pieces
Open Hardware/Modding/Retro: Raspberry Pi, ESP32, and More
Hardware picks for today
today's howtos
many for today
Security Leftovers
Security related picks, Windows too
Android Leftovers
Google proposes Android, browser contract changes to address Search antitrust ruling
OpenShot 3.3 Pre-Release Introduces Fresh UI and Performance Boosts
The pre-release OpenShot 3.3 open-source video editor debuts the "Cosmic Dusk" theme
9to5Linux Weekly Roundup: December 22nd, 2024
The 219th installment of the 9to5Linux Weekly Roundup is here for the week ending on December 22nd, 2024.
Free and Open Source Software
This is free and open source software
Review: The best of 2024
Another calendar year is drawing to a close
Archman XFCE Edition 2024-12 Stable Release
Archman XFCE Edition 2024-12, the final stable release of the year
Today in Techrights
Some of the latest articles
All-Time High for Linux in Qatar [original]
Qatar has money to spend, but not much of it will be spent on Microsoft, or so one can hope
8 Defining Moments in the Open Source and Linux World: 2024 Edition
Ready to recap the biggest moments in 2024? Let's go
Elive 3.8.46 released
The Elive Team is pleased to announce the release of 3.8.46
Your Own Linux Desktop in the Cloud and in Your Pocket, for Free
Cloud desktop subscriptions can be expensive, so here's how I set one up for free using Raspberry Pi Connect
This Week in KDE Apps: Search in Merkuro Mail, Tokodon For Android, LabPlot new documentation and more
Welcome to a new issue of "This Week in KDE Apps"
Operating Systems and Free Software Leftovers
mostly FOSS links
Security Leftovers
Security scopes on
Programming and Hardware Development
Development centric news
Web Browsers: Hyper Dropped From Curl, Blocking Ads Made Simpler
4 picks for today
Audiocasts/Shows: GNU World Order, Linux Out Loud, and Confusion Over the Term "Free Software"
3 new shows or videos
Richard Stallman on Love
“Childhood Sweetheart” is particularly revealing of Stallman's rather uncommon approach to romantic relationships
Android Leftovers
Android 14 Breaks Phone as a Key for Some Cars
today's howtos
Instructionals/Technical posts
Mesa 24.3.2 and wayland-protocols 1.39
graphics tools
Games: GamingOnLinux Hibernates, Warside, and Sid Meier's Civilization VII
Latest from GamingOnLinux
Wine 10.0-rc3
The Wine development release 10.0-rc3 is now available
CachyOS Now Uses AutoFDO Kernel as Default Across All Supported Architectures
Today, the development team behind the Arch Linux-based CachyOS distribution released a new ISO snapshot for December 2024 with various improvements, updated components, a new default kernel, and other changes.
Rhino Linux Is One of the Most Innovative Linux Distros
Rhino Linux is a gorgeous desktop that will appease both new users and those with plenty of Linux skills
Free and Open Source Software
This is free and open source software
I converted this Windows 11 Mini PC into a Linux workstation - and didn't regret it
The Herk Orion is a capable Ryzen-powered Mini PC in its own right
2024 Was a Good Year for GNU/Linux and ChromeOS in Malaysia [original]
Microsoft's cash cow, Windows, seems to be dying
Today in Techrights
Some of the latest articles
Linux, BSD, and Free, Libre Software
today's leftovers
Security Leftovers
Security and back doors
Programming Leftovers
Development related picks
CMS/SSG Updates: Ghost, WordPress, and More
Content Management Systems (CMS) / Static Site Generators (SSG) picks
Open Hardware/Modding: RISC-V, Amiga, and More
some hardware picks
Christian Hergert's December Projects and This Week in GNOME
GNOME projects' updates and developers
GNU/Linux Benchmarks on x86
Benchmarks from two sites
Debian-Based Grml 2024.12 Linux Distro Is Out with Support for 64-Bit ARM CPUs
Grml, a live bootable Linux distro based on Debian GNU/Linux and designed for system administrators and users of text tools, has been updated today to version 2024.12, a release that extends hardware support and brings updated components.
DXVK 2.5.2 Improves Support for Alpha Protocol, Borderlands 2, and Other Games
DXVK 2.5.2 is out today as the second maintenance update to the DXVK 2.5 series for this Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine.
Rockchip RK3588 mainline Linux support – Current status and future work for 2025
The Rockchip RK3588 is one of the most popular Arm SoCs for single board computers, and while good progress has been made with regards to mainline u-boot and Linux support
today's leftovers
BSD, SUSE, and more
Programming Leftovers
Development and more
Open Hardware/Modding: Arduino, Raspberry Pi, and More
Hardware links
New in Red Hat's Site and Some Red Hat Fluff
redhat.com and more
today's howtos
Instructionals/Technical articles and posts
Security and Windows TCO
incidents and more
Android Leftovers
Android 16 may promote this Google app to a core app that cannot be uninstalled
openSUSE Unveils YQPkg, a Standalone GUI Package Management Tool
YQPkg is a new Qt-based GUI package management tool for openSUSE
Adélie Linux 1.0 – small, fast, but not quite grown up
Remarkably compact, remarkably cross-platform, remarkably long beta period
When World Collides : the new and improved Pepper&Carrot website
It's been a month and a half of intense work, but I'm thrilled to finally share the results with you
NGINX vs Apache; Web Server Comparison
NGINX and Apache are leading web server solutions utilized for hosting websites and web applications
LibreOffice Themes will replace the color customization
Since the first implementation of a dark color theme we continuously improved the customization of LibreOffice
DeLinuxCo Workstation – Manjaro spin
DeLinuxCo Workstation is a Linux distribution that’s based on Manjaro
Best Free and Open Source Software
Only free and open source software is eligible for inclusion here
New: the Fast Sketch Plugin for Krita
Together with Intel, we have been working a new plugin for Krita
New LabPlot User Documentation
In recent weeks we have been working on transferring LabPlot’s documentation to a new format
Games: Team Fortress, OFF, and More
8 new articles
This Week in Plasma: end-of-year bug fixing
Lots of KDE folks are winding down for well-deserved end-of-year breaks
A systemd-sysupdate Plugin for GNOME Software
Towards Making GNOME OS' Boot Trusted
LXC/LXCFS/Incus 6.0.3 LTS release
The Linux Containers project maintains Long Term Support (LTS) releases for its core projects
Today in Techrights
Some of the latest articles