Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Raspberry Pi Adds 2.4GHz 802.11n wireless LAN and Bluetooth 5.2 To Pico 2 Board

The Raspberry Pi Pico 2 W, launched at $7, is the wireless-enabled version of the Pico 2. Featuring the RP2350 microcontroller and a CYW43439 modem, it offers Wi-Fi and Bluetooth connectivity, making it a cost-effective option for Internet of Things projects.

Pilet: A Portable Cyber-Deck Powered by Raspberry Pi 5 and Dual 8000mAh Batteries

Pilet is an upcoming open-source portable mini-computer powered by Raspberry Pi 5, offering both versatility and portability. Initially named Consolo, it will be available in two models: a 5-inch and a 7-inch, to suit different needs.

Tor Project blog

The freedom to browse with privacy

*=pseudonym.

New Release: Tor Browser 14.0.3

This version includes important security updates to Firefox.

9to5Linux

elementary OS 8 “Circe” Officially Released, Based on Ubuntu 24.04 LTS

Based on Ubuntu 24.04 LTS (Noble Numbat) and powered by Linux kernel 6.8, elementary OS 8 introduces a new Secure Session to ensure apps respect your privacy and require your consent, a brand new dock with productive multitasking and window management features, and PipeWire as the default media server.

Firefox 134 Enters Beta, Promises Support for Touchpad Hold Gestures on Linux

Firefox 134 looks like a very small release promising only support for touchpad hold gestures on Linux, allowing users to interrupt kinetic (momentum) scrolling by placing two fingers on the touchpad. This feature was initially planned for Firefox 133, but it was delayed as it was needed for testing.

KDE Plasma 6.2.4 Re-Enables HDR Mode for Users on NVIDIA 565 and Linux 6.11

One of the most interesting changes in KDE Plasma 6.2.4 is support for enabling the HDR mode on GNU/Linux distributions using the NVIDIA 565.57.1 (beta) or later graphics driver for NVIDIA GPU users and Linux kernel 6.11 or later for Intel GPU users. Using previous versions of the NVIDIA graphics driver and Linux kernel results in an unstable HDR experience.

Mozilla Firefox 133 Is Now Available for Download, Here’s What’s New

Highlights of Mozilla Firefox 133 include the ability to show tabs from other devices in the Tab overview menu, GPU-accelerated Canvas2D enabled by default for Windows users, and Bounce Tracking Protection, a new anti-tracking feature enabled in ETP (Enhanced Tracking Protection)’s Strict mode.

Fwupd 2.0.2 Firmware Updater Adds Support for ASUS ROG Ally, Raspberry Pi Pico

Coming five weeks after fwupd 2.0.1, the fwupd 2.0.2 release adds support for checking AMD hardware configuration MSR (Machine Status Register), support for enumerate-only device emulation to increase test coverage, support for passing a JSON file for emulation instead of ZIP, and new get-version-formats and vercmp commands for fwupdtool.

9to5Linux Weekly Roundup: November 24th, 2024

I want to thank all the people who sent us donations. You guys are awesome and your help is very much appreciated! 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.

grep 3.8 released

posted by Roy Schestowitz on Sep 03, 2022

This is to announce grep-3.8, a stable release.
Special thanks to Carlo Arenas for adding PCRE2 support
and to Paul Eggert for his many fine changes.

There have been 104 commits by 6 people in the 55 weeks since 3.7. See the NEWS below for a brief summary.
Thanks to everyone who has contributed! The following people contributed changes to this release:
Carlo Marcelo Arenas Belón (2) Helge Kreutzmann (1) Jim Meyering (27) Ondřej Fiala (1) Paul Eggert (71) Ulrich Eckhardt (2)
Jim [on behalf of the grep maintainers] ==================================================================
Here is the GNU grep home page: http://gnu.org/s/grep/
For a summary of changes and contributors, see: http://git.sv.gnu.org/gitweb/?p=grep.git;a=shortlog;h=v3.8 or run this command from a git-cloned grep directory: git shortlog v3.7..v3.8
To summarize the 432 gnulib-related changes, run these commands from a git-cloned grep directory: git checkout v3.8 git submodule summary v3.7
================================================================== Here are the compressed sources: https://ftp.gnu.org/gnu/grep/grep-3.8.tar.gz (2.8MB) https://ftp.gnu.org/gnu/grep/grep-3.8.tar.xz (1.7MB)
Here are the GPG detached signatures: https://ftp.gnu.org/gnu/grep/grep-3.8.tar.gz.sig https://ftp.gnu.org/gnu/grep/grep-3.8.tar.xz.sig
Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums: eb3bf741fefb2d64e67d9ea6d74c723ea0efddb6 grep-3.8.tar.gz jeYKUWnAwf3YFwvZO72ldbh7/Pp95jGbi9YNwgvi+5c grep-3.8.tar.gz 6d0d32cabaf44efac9e1d2c449eb041525c54b2e grep-3.8.tar.xz SY18wbT7CBkE2HND/rtzR1z3ceQk+35hQa/2YBOrw4I grep-3.8.tar.xz
Each SHA256 checksum is base64 encoded, preferred over the much longer 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 grep-3.8.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 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=grep&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 grep-3.8.tar.gz.sig
This release was bootstrapped with the following tools: Autoconf 2.72a.55-bc66c Automake 1.16i Gnulib v0.1-5279-g19435dc207
================================================================== NEWS
* Noteworthy changes in release 3.8 (2022-09-02) [stable]
** Changes in behavior
The -P option is now based on PCRE2 instead of the older PCRE, thanks to code contributed by Carlo Arenas.
The egrep and fgrep commands, which have been deprecated since release 2.5.3 (2007), now warn that they are obsolescent and should be replaced by grep -E and grep -F.
The confusing GREP_COLOR environment variable is now obsolescent. Instead of GREP_COLOR='xxx', use GREP_COLORS='mt=xxx'. grep now warns if GREP_COLOR is used and is not overridden by GREP_COLORS. Also, grep now treats GREP_COLOR like GREP_COLORS by silently ignoring it if it attempts to inject ANSI terminal escapes.
Regular expressions with stray backslashes now cause warnings, as their unspecified behavior can lead to unexpected results. For example, '\a' and 'a' are not always equivalent . Similarly, regular expressions or subexpressions that start with a repetition operator now also cause warnings due to their unspecified behavior; for example, *a(+b|{1}c) now has three reasons to warn. The warnings are intended as a transition aid; they are likely to be errors in future releases.
Regular expressions like [:space:] are now errors even if POSIXLY_CORRECT is set, since POSIX now allows the GNU behavior.
** Bug fixes
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 grep 3.4]
The -s option no longer suppresses "binary file matches" messages. [Bug#51860 introduced in grep 3.5]
** Documentation improvements
The manual now covers unspecified behavior in patterns like \x, (+), and range expressions outside the POSIX locale.

Other Recent Tux Machines' Posts

Elementary OS 8 continues the tradition of a beautiful, user-friendly desktop
If you're a fan of Elementary OS, then get excited because the latest major version has arrived with extra privacy and more
KDE Plasma 6.2.4 Re-Enables HDR Mode for Users on NVIDIA 565 and Linux 6.11
The KDE Project released today KDE Plasma 6.2.4 as the fourth maintenance update to the latest KDE Plasma 6.2 desktop environment series with more improvements and bug fixes.
Mozilla Firefox 133 Is Now Available for Download, Here’s What’s New
Mozilla Firefox 133 open-source web browser is now available for download with the ability to show tabs from other devices in the Tab Overview menu and other changes.
Slower News [original]
The next few days will be quieter than usual, as per expectations
 
Raspberry Pi Compute Module 5 Launches as a Modular Version of Raspberry Pi 5
The Raspberry Pi Foundation announced today the general availability of Raspberry Pi Compute Module 5 as the fifth update to their Raspberry Pi CM (Compute Module) series.
Mixxx 2.4.2 DJ App Adds Support for Intech TEK2 and Numark Scratch Controllers
Mixxx 2.4.2 has been released as a new stable version of this open-source, free, and cross-platform virtual DJ software for performing live mixes.
Games: Proton 9.0-4, Driveloop, and More
GamingOnLinux's latest 10
Android Leftovers
Delete These 15 Dangerous Apps On Your Phone—8 Million Installs So Far
This Is Why I Switched to Xfce for Linux Mint on My Older Laptop
Linux is a great operating system for older computers
FSF Ethical Tech Giving Guide: Remember to give freedom
All year long, but especially during the last two months of the year
Best Free and Open Source Software, howtos and Installations
This is free and open source software
CROWZ – Linux distro based on Devuan
CROWZ is a lightweight distro based on Devuan and uses the Calamares Installer
Web Search Keywords
Did you know about a small but very useful feature from KDE
Is a real-time OS right for your business?
A real-time operating system (RTOS) ensures precise and deterministic responses
Today in Techrights
Some of the latest articles
today's leftovers
only 3 more links for now
Programming Leftovers
coding and more
Security Leftovers
Security related picks
Open Hardware/Modding: Raspberry Pi, Arduino, and More
Raspberry Pi in particular
Server: Kubernetes, Istio, and RHEL Clones
Mostly Red Hat
Barry Kauler's Latest Work on EasyOS
2 new posts
I'm now using i3 as Window Manager
Even though I love Xfce and have been using it for years
Audiocasts/Shows: Destination Linux, Late Night Linux, and LINUX Unplugged
3 new episodes
Code of Conduct Censorship and Thomas Bonnefille Joins Bootlin
Kernel news mostly
today's howtos
many howtos for today
Celebrate Thanksgiving by switching from Windows 11 to Linux with elementary OS 8
One super cool feature of elementary OS 8 is its new Secure Session
elementary OS 8 “Circe” Officially Released, Based on Ubuntu 24.04 LTS
The elementary OS team released today elementary OS 8 (codename Circe) as the latest stable version of their Ubuntu-based distribution featuring the modern Pantheon desktop environment with new features and enhancements.
Firefox 134 Enters Beta, Promises Support for Touchpad Hold Gestures on Linux
With Firefox 133 out the door today as the latest stable version of the open-source web browser used by default on all GNU/Linux distributions, Mozilla promoted the next major release, Firefox 134, to the beta channel.
Ubuntu, Mozilla, and C
today's leftovers
Windows TCO Leftovers
True cost of Microsoft
Android Leftovers
Circle to Search could finally ditch a design element we hated back in the Android 12 days
After 16 Years, Pidgin 3 Takes Its First Steps
A blast from the past: Pidgin 3's pre-alpha debuts Dec 31
PipeWire 1.2.7 Enhances ALSA Driver Handling and Adds Lazy Scheduling
PipeWire 1.2.7 is a stable bugfix release that adds lazy scheduling, improves the v4l2 plugin, fixes module crashes, and enhances resampling performance
Fwupd 2.0.2 Firmware Updater Adds Support for ASUS ROG Ally, Raspberry Pi Pico
Fwupd 2.0.2 Linux firmware update utiltiy is now available for download with support for checking AMD hardware configuration MSR and other changes.
7 Tricks to Make Learning the Linux Command Line Easier
The Linux command line can seem impenetrable, with arcane instructions and a focus on text interfaces
Canonical wants Ubuntu 20.04 LTS users to upgrade as End of Life approaches
Canonical has issued a warning to users of Ubuntu 20.04 LTS
Call for volunteers: Help us with the GNU Press shop
People around the world are eagerly waiting to receive their GNU Press shop orders, and we need a little help sending everything out
Best Free and Open Source Software, howtos and Installations
Only free and open source software is eligible for inclusion
Vendefoul Wolf – distro based on Devuan
Vendefoul Wolf Linux is a distro based on Devuan and uses the Calamares Installer
This Week in KDE Apps: Bugfixing Week
Welcome to a new issue of "This Week in KDE Apps"! Every week we cover as much as possible of what's happening in the world of KDE apps
KDE: Criticism, KUserFeedback (KUF), and Microsoft Outsources
two KDE picks
5 ways to get the best Linux support, no matter your skill level
Where do you turn if you're new to Linux or looking for a solution to a problem? Here are your options
Games: Proton Experimental, Star Fox 64, and More
Latest 9 from GamingOnLinux
Review of "How to Make Your Career Suck Less: A Guide to a Less Painful IT Experience" by Igor Ljubuncic [original]
a concise, edited version of the review
Today in Techrights
Some of the latest articles
today's leftovers
Misc. picks
today's leftovers
GNU/Linux and FOSS picks
Programming and Development Tools
Programming leftovers mostly
Security Leftovers
only 3 for now
Linux Devices and Open Hardware Leftovers
misc. picks
EasyOS Development Updates
EasyOS's latest
Applications: Makulu Tools, Hugin, amd Email Client
4 picks regarding software
today's howtos
first big batch
10 Reasons To Choose Ubuntu Server Over the Competition
When you think of a server's operating system (OS), what comes to mind?
Android Leftovers
Why the Pixel Tablet's cancellation makes sense in light of a possible Android and Chrome OS merge
today's leftovers
security and more
Audiocasts/Shows: Linux Out Loud, GNU World Order, Open Source Security Podcast, This Week in Linux
4 new episodes
Open Hardware/Modding/Retro: GNU-like Mobile Linux, Old Amigas, and More
gadgets and hacking
Guix/Hurd on a Thinkpad X60
A lot has happened with respect to the Hurd since our Childhurds and GNU/Hurd Substitutes post
Free and Open Source Software
Magpie is used by the Budgie Desktop as its window manager
Review: Linux Lite 7.2
Linux Lite 7.2 is an update from the 7.0 release in June, and it's based on Ubuntu 24.04.1 LTS and will receive five years of support
KDE: UX Insights (that we cannot get right now)
After the criticism in the last post about the limitations of KUserFeedback (KUF) for doing data-driven UX work
9to5Linux Weekly Roundup: November 24th, 2024
The 215th installment of the 9to5Linux Weekly Roundup is here for the week ending on November 24th, 2024.
Today in Techrights
Some of the latest articles