Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

LattePanda Mu MXM carrier kits with choice of Arc A380 or RTX 3060 graphics

DFRobot is offering two MXM GPU Carrier Board Kits for the LattePanda Mu compute module, with configurations based on either an Intel Arc A380 or NVIDIA GeForce RTX 3060 MXM graphics card. Both kits support up to six independent 4K displays, Gigabit Ethernet, USB 3.2 Gen2, M.2 expansion, and LattePanda Mu compute modules.

nRF93M1 DK with LTE Cat 1 bis, nRF54L15, and nRF Cloud support

Nordic Semiconductor’s nRF93M1 Development Kit is now available through multiple distributors, providing a platform for evaluating the company’s nRF93M1 LTE Cat 1 bis cellular module. The board combines the modem with an nRF54L15 host MCU and includes USB-C, onboard J-Link debugging, power-measurement support, and a preloaded SIM card.

Radxa Zero 3W Powers Compact IP-KVM with BIOS OCR

Crowd Supply recently featured the USBridge-KVM 2.0, a compact IP-KVM designed for remote system administration, debugging, and bare-metal recovery. The device provides HDMI video capture, USB keyboard and mouse emulation, virtual media, hardware power control, BIOS text recognition, and an integrated display while operating independently of the target computer’s operating system.

Tor Project blog

New Release: Tor Browser 15.0.20

This version includes important security updates to Firefox.

Funding internet freedom together: results from our first participatory funding round

The round officially closed on June 19th, and the results give us reason to be encouraged. Today, we can share that the community showed up: more than $200,000 USD has been raised in total, with $174,536 being distributed to  participating grantee projects.

9to5Linux

COSMIC 1.6 Desktop Environment Released with More Improvements

Coming three weeks after COSMIC 1.5, the COSMIC 1.6 release adds support for the wl-dmabuf-v6 Wayland protocol for passing direct memory buffers (dma-buf) between clients and compositors, and adds support for the EI (Emulated Input) Wayland protocol to simulate hardware input devices, such as keyboards and mice.

Mozilla Firefox 155 Enters Public Beta Testing, Here’s What to Expect

Firefox 155 promises support for Happy Eyeballs v3 for faster page loading, the ability to reorder containers in Settings, support for Nintendo Switch Pro and compatible aftermarket controllers on Windows, and support for showing how many trackers it has blocked in the address bar.

VirtualBox 7.2.16 Improves Shared Clipboard in Wayland, Adds FRED Support

Coming a month after VirtualBox 7.2.14, the VirtualBox 7.2.16 release improves shared clipboard handling in Wayland for Linux hosts and guests, improves support for RHEL (Red Hat Enterprise Linux) 9.8 kernels for Linux guests, and introduces support for FRED on Linux hosts.

Thunderbird 154 Open-Source Email Client Introduces an Optional System Tray Mode

Highlights of Mozilla Thunderbird 154 include an optional system tray mode that hides the main window when the last window closes, a “Copy To” right-click context menu on folders for message/rfc822 attachments, and support for dragging message/rfc822 type MIME attachments to the folder tree.

TUXEDO Computers Introduces New Kernel Concept for Debian-Based TUXEDO OS

As reported last month, TUXEDO Computers is currently working on rebasing its Ubuntu-based TUXEDO OS on Debian Testing, ditching Ubuntu altogether. The Debian-based TUXEDO OS will still use the KDE Plasma desktop environment tweaked by TUXEDO Computers, so users won’t notice any visible change.

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

Highlights of Firefox 154 include a new “Manage AI” quick action in the address bar that makes it easier to open the AI section of Settings, support for clearing and updating cached favicons when performing a hard reload on a web page, and the ability to highlight selected text in PDFs like in normal web pages.

GNU Linux-Libre 7.2 Kernel Is Now Available for Software Freedom Lovers

Based on the recently released Linux 7.2 kernel series, the GNU Linux-libre 7.2 kernel is here to clean up blob names in the amdgpu, nova core, qcom iris and q6v5, iwlwifi, amdxnda, adreno, r8152, and mt792x drivers, adjust the firmware loading interfaces, and drop the cleanup of the hci bt3c driver as it was removed upstream.

9to5Linux Weekly Roundup: August 16th, 2026

I want to thank everyone who sent us donations; your generosity is greatly 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.

NVIDIA’s GeForce NOW Native Linux App Now Stable, Offers Flatpak Support

GeForce NOW ships as a stable release built on feedback gathered from the Linux gaming community. The app offers support for Ubuntu 24.04 LTS and later, and NVIDIA has added a Flatpak repository to make installation and future updates simpler for Linux gamers using GeForce NOW.

The GNU C Library version 2.36 is now available

posted by Tux Machines on Aug 02, 2022

The GNU C Library 
================= 
The GNU C Library version 2.36 is now available. 
The GNU C Library is used as the C library in the GNU system and 
in GNU/Linux systems, as well as many other systems that use Linux 
as the kernel. 
The GNU C Library is primarily designed to be a portable 
and high performance C library.  It follows all relevant 
standards including ISO C11 and POSIX.1-2017.  It is also 
internationalized and has one of the most complete 
internationalization interfaces known. 
The GNU C Library webpage is at http://www.gnu.org/software/libc/ 
Packages for the 2.36 release may be downloaded from: 
        http://ftpmirror.gnu.org/libc/ 
        http://ftp.gnu.org/gnu/libc/ 
The mirror list is at http://www.gnu.org/order/ftp.html 
NEWS for version 2.36 
===================== 
Major new features: 
Support for DT_RELR relative relocation format has been added to
  glibc.  This is a new ELF dynamic tag that improves the size of 
  relative relocations in shared object files and position independent 
  executables (PIE).  DT_RELR generation requires linker support for 
  -z pack-relative-relocs option, which is supported for some targets 
  in recent binutils versions.  Lazy binding doesn't apply to DT_RELR. 
On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions
  have been added.  The pidfd functionality provides access to a process 
  while avoiding the issue of PID reuse on tranditional Unix systems. 
On Linux, the process_madvise function has been added. It has the
  same functionality as madvise but alters the target process identified 
  by the pidfd. 
On Linux, the process_mrelease function has been added.  It allows a
  caller to release the memory of a dying process.  The release of the 
  memory is carried out in the context of the caller, using the caller's 
  CPU affinity, and priority with CPU usage accounted to the caller. 
The “no-aaaa” DNS stub resolver option has been added.  System
  administrators can use it to suppress AAAA queries made by the stub 
  resolver, including AAAA lookups triggered by NSS-based interfaces 
  such as getaddrinfo.  Only DNS lookups are affected: IPv6 data in 
  /etc/hosts is still used, getaddrinfo with AI_PASSIVE will still 
  produce IPv6 addresses, and configured IPv6 name servers are still 
  used.  To produce correct Name Error (NXDOMAIN) results, AAAA queries 
  are translated to A queries.  The new resolver option is intended 
  primarily for diagnostic purposes, to rule out that AAAA DNS queries 
  have adverse impact.  It is incompatible with EDNS0 usage and DNSSEC 
  validation by applications. 
On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree,
  and mount_setattr have been added.  They are part of the new Linux kernel 
  mount APIs that allow applications to more flexibly configure and operate 
  on filesystem mounts.  The new mount APIs are specifically designed to work 
  with namespaces. 
localedef now accepts locale definition files encoded in UTF-8.
  Previously, input bytes not within the ASCII range resulted in 
  unpredictable output. 
Support for the mbrtoc8 and c8rtomb multibyte/UTF-8 character conversion
  functions has been added per the ISO C2X N2653 and C++20 P0482R6 proposals. 
  Support for the char8_t typedef has been added per the ISO C2X N2653 
  proposal.  The functions are declared in uchar.h in C2X mode or when the 
  _GNU_SOURCE macro or C++20 __cpp_char8_t feature test macro is defined.
  The char8_t typedef is declared in uchar.h in C2X mode or when the 
  _GNU_SOURCE macro is defined and the C++20 __cpp_char8_t feature test macro 
  is not defined (if __cpp_char8_t is defined, then char8_t is a builtin type). 
The functions arc4random, arc4random_buf, and arc4random_uniform have been
  added.  The functions wrap getrandom and/or /dev/urandom to return high- 
  quality randomness from the kernel. 
Support for LoongArch running on Linux has been added.  This port requires
  as least binutils 2.38, GCC 12, and Linux 5.19.  Currently only hard-float 
  ABI is supported: 
    - loongarch64-linux-gnu 
  The LoongArch ABI is 64-bit little-endian. 
Deprecated and removed features, and other changes affecting compatibility: 
Support for prelink will be removed in the next release; this includes
  removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment 
  variables and their functionality in the dynamic loader. 
The Linux kernel version check has been removed along with the
  LD_ASSUME_KERNEL environment variable.  The minimum kernel used to built 
  glibc is still provided through NT_GNU_ABI_TAG ELF note and also printed 
  when libc.so is issued directly. 
On Linux, The LD_LIBRARY_VERSION environment variable has been removed.
The following bugs are resolved with this release: 
  [14932] dynamic-link: dlsym(handle, "foo") and dlsym(RTLD_NEXT, "foo") 
    return different result with versioned "foo" 
  [16355] libc: syslog.h's SYSLOG_NAMES namespace violation and utter 
    mess 
  [23293] dynamic-link: aarch64: getauxval is broken when run as ld.so 
    ./exe and ld.so adjusts argv on the stack 
  [24595] nptl: [2.28 Regression]: Deadlock in atfork handler which 
    calls dlclose 
  [25744] locale: mbrtowc with Big5-HKSCS returns 2 instead of 1 when 
    consuming the second byte of certain double byte characters 
  [25812] stdio: Libio vtable protection is sometimes only partially 
    enforced 
  [27054] libc: pthread_atfork handlers that call pthread_atfork 
    deadlock 
  [27924] dynamic-link: ld.so: Support DT_RELR relative relocation 
    format 
  [28128] build: declare_symbol_alias doesn't work for assembly codes 
  [28566] network: getnameinfo with NI_NOFQDN is not thread safe 
  [28752] nss: Segfault in getpwuid when stat fails 
  [28815] libc: realpath should not copy to resolved buffer on error 
  [28828] stdio: fputwc crashes 
  [28838] libc: FAIL: elf/tst-p_align3 
  [28845] locale: ld-monetary.c should be updated to match ISO C and 
    other standards. 
  [28850] libc: linux: __get_nprocs_sched reads uninitialized memory 
    from the stack 
  [28852] libc: getaddrinfo leaks memory with AI_ALL 
  [28853] libc: tst-spawn6 changes current foreground process group 
    (breaks test isolation) 
  [28857] libc: FAIL: elf/tst-audit24a 
  [28860] build: --enable-kernel=5.1.0 build fails because of missing 
    __convert_scm_timestamps 
  [28865] libc: linux: _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN are 
    inaccurate without /sys and /proc 
  [28868] dynamic-link: Dynamic loader DFS algorithm segfaults on 
    missing libraries 
  [28880] libc: Program crashes if date beyone 2038 
  [28883] libc: sysdeps/unix/sysv/linux/select.c: __select64 
    !__ASSUME_TIME64_SYSCALLS && !__ASSUME_PSELECT fails on Microblaze 
  [28896] string: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on non- 
    rtm variants when avoiding overflow 
  [28922] build: The .d dependency files aren't always generated 
  [28931] libc: hosts lookup broken for SUCCESS=CONTINUE and 
    SUCCESS=MERGE 
  [28936] build: nm: No such file 
  [28950] localedata: Add locale for ISO code "tok" (Toki Pona) 
  [28953] nss: NSS lookup result can be incorrect if function lookup 
    clobbers errno 
  [28970] math: benchtest: libmvec benchmark doesn't build with make 
    bench. 
  [28991] libc: sysconf(_SC_NPROCESSORS_CONF) should read 
    /sys/devices/system/cpu/possible 
  [28993] libc: closefrom() iterates until max int if no access to 
    /proc/self/fd/ 
  [28996] libc: realpath fails to copy partial result to resolved buffer 
    on ENOENT and EACCES 
  [29027] math: [ia64] fabs fails with sNAN input 
  [29029] nptl: poll() spuriously returns EINTR during thread 
    cancellation and with cancellation disabled 
  [29030] string: GLIBC 2.35 regression - Fortify crash on certain valid 
    uses of mbsrtowcs (*** buffer overflow detected ***: terminated) 
  [29062] dynamic-link: Memory leak in _dl_find_object_update if object 
    is promoted to global scope 
  [29069] libc: fstatat64_time64_statx wrapper broken on MIPS N32 with 
    -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 
  [29071] dynamic-link: m68k: Removal of ELF_DURING_STARTUP optimization 
    broke ld.so 
  [29097] time: fchmodat does not handle 64 bit time_t for 
    AT_SYMLINK_NOFOLLOW 
  [29109] libc: posix_spawn() always returns 1 (EPERM) on clone() 
    failure 
  [29141] libc: _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35 
  [29162] string: [PATCH] string.h syntactic error: 
    include/bits/string_fortified.h:110: error: expected ',' or ';' 
    before '__fortified_attr_access' 
  [29165] libc: [Regression] broken argv adjustment 
  [29187] dynamic-link: [regression] broken argv adjustment for nios2 
  [29193] math: sincos produces a different output than sin/cos 
  [29197] string: __strncpy_power9() uses uninitialised register vs18 
    value for filling after \0 
  [29203] libc: daemon is not y2038 aware 
  [29204] libc: getusershell is not 2038 aware 
  [29207] libc: posix_fallocate fallback implementation is not y2038 
    aware 
  [29208] libc: fpathconf(_PC_ASYNC_IO) is not y2038 aware 
  [29209] libc: isfdtype is not y2038 aware 
  [29210] network: ruserpass is not y2038 aware 
  [29211] libc: __open_catalog is not y2038 aware 
  [29213] libc: gconv_parseconfdir is not y2038 aware 
  [29214] nptl: pthread_setcanceltype fails to set type 
  [29225] network: Mistyped define statement in socket/sys/socket.h in 
    line 184 
  [29274] nptl: __read_chk is not a cancellation point 
  [29279] libc: undefined reference to `mbstowcs_chk' after 
    464d189b9622932a75302290625de84931656ec0
  [29304] libc: mq_timedreceive does not handle 64 bit syscall return 
    correct for !__ASSUME_TIME64_SYSCALLS
  [29403] libc: st_atim, st_mtim, st_ctim stat struct members are 
    missing on microblaze with largefile 
Release Notes 
============= 
https://sourceware.org/glibc/wiki/Release/2.36
Contributors 
============ 
This release was made possible by the contributions of many people. 
The maintainers are grateful to everyone who has contributed 
changes or bug reports.  These include: 
=Joshua Kinard 
Adhemerval Zanella 
Adhemerval Zanella Netto 
Alan Modra 
Andreas Schwab 
Arjun Shankar 
Arnout Vandecappelle (Essensium/Mind) 
Carlos O'Donell 
Cristian Rodríguez 
DJ Delorie 
Danila Kutenin 
Darius Rad 
Dmitriy Fedchenko 
Dmitry V. Levin 
Emil Soleyman-Zomalan 
Fangrui Song 
Florian Weimer 
Gleb Fotengauer-Malinovskiy 
Guilherme Janczak 
H.J. Lu 
Ilyahoo Proshel 
Jason A. Donenfeld 
Joan Bruguera 
John David Anglin 
Jonathan Wakely 
Joseph Myers 
José Bollo 
Kito Cheng 
Maciej W. Rozycki 
Mark Wielaard 
Matheus Castanho 
Max Gautier 
Michael Hudson-Doyle 
Nicholas Guriev 
Noah Goldstein 
Paul E. Murphy 
Raghuveer Devulapalli 
Ricardo Bittencourt 
Sam James 
Samuel Thibault 
Sergei Trofimovich 
Siddhesh Poyarekar 
Stafford Horne 
Stefan Liebler 
Steve Grubb 
Su Lifan 
Sunil K Pandey 
Szabolcs Nagy 
Tejas Belagod 
Tom Coldrick 
Tom Honermann 
Tulio Magno Quites Machado Filho 
WANG Xuerui 
Wangyang Guo 
Wilco Dijkstra 
Xi Ruoyao 
Xiaoming Ni 
Yang Yanchao 
caiyinyu
Read on

Other Recent Tux Machines' Posts

Framework Laptop 12 gets Fedora KDE Linux on pre-builts, along with new Intel Core Series 3 processors
Nice to see an expansion of Linux on devices, with the Framework Laptop 12 getting support for pre-builts to ship with Fedora KDE 44 and Intel Core Series 3
KDE Announces “Bulletproof” KDE Suite with Three Years of Support
KDE announces “bullet-proof” KDE suite with three years of bug fixes and security updates for KDE Plasma 6.6 LTS and related KDE software.
Debian Deciding Whether to Ban Slop Plagiarism in Debian Development
some takes from Debian Developers
Epic Games Store Will Support Linux "Soon"
many sources today
Linux Kernel 7.2 Officially Released, This Is What’s New
Linux kernel 7.2 is now available for download with new features, enhanced hardware support through new and updated drivers, improvements to filesystems and networking, and much more.
FSF Copycat "Software Freedom Conservancy" Makes Copycat FSF Award ("Award in Software Freedom"), Gives it to IBM Staff That Tried to Cancel FSF Founder
as expected
 
Android Leftovers
I disabled one Android setting and my phone gained nearly an hour of battery daily
Fairphone 6 turns into a Linux phone running Fedora 44 with working cameras
A developer has managed to boot Fedora 44 on the Fairphone 6
Yes, Linux can do 'real work'—here are 5 things I do on my Linux PC
Do you think Linux is just for homelabs or servers
After Europe ditched Windows, China follows suit with its own home-grown Linux distros
As the world wakes up to its reliance on US tech, some countries are doing their best to move away from it
These 5 simple Linux tools make Windows 11 look outdated
I am mainly a Linux user, but sometimes I have to return to Windows for work or gaming
I ignored Linux for years because of its reputation, and it's my daily driver now
It has been about a year now since I made the jump from Windows to Linux
Still using Linux Mint? Here are the 6 Ubuntu features you're missing out on
Linux Mint has earned its reputation by being one of the easiest Linux distros to recommend
Free and Open Source Software
This is free and open source software
I tested Omarchy Quattro, one of the first Linux distros to go all in on AI - and I didn't hate it
Omarchy made me fall in love with Hyprland
SkillFishOS – Debian-based Linux distribution
SkillFishOS is a Debian-based Linux distribution designed primarily for the AMD BC-250 compute board
Planet KDE: Bigger Wasn't Better: Benchmarking Small Models for digiKam's Natural Language Search
he Benchmark, and the Fine-Tuning Decision
Why Digital Sovereignty Requires an Open Document Platform — and What That Actually Means
LibreOffice Technology exists to make genuine sovereignty possible
Want to run a full Linux distro on your Android phone? I found the easiest way
Have you ever wanted to run a Linux distribution on your Android device
I tested GNOME's glassy new look - and it's simply spectacular
GNOME is finally catching up to other desktop environments
COSMIC 1.6 Desktop Environment Released with More Improvements
COSMIC 1.6 desktop environment is now available with improvements to COSMIC Files, COSMIC Edit, COSMIC Greeter, COSMIC Applets, COSMIC Launcher, COSMIC Settings, COSMIC Term, and COSMIC Compositor.
Clownflare Saw GNU/Linux at Over 10% in Andorra [original]
Clownflare saw a surge in GNU/Linux usage this month
Today in Techrights
Some of the latest articles
Mozilla Firefox 155 Enters Public Beta Testing, Here’s What to Expect
Firefox 155 open-source web browser is now available for public beta testing with support for Happy Eyeballs v3 for faster page loading and many other changes.
Microsoft Lunduke Has Gone Nuts After COVID-19 Began [original]
For a moment there you have to pause and wonder, is this a "Tech Journalist" or the Daily Stormer?
VirtualBox 7.2.16 Improves Shared Clipboard in Wayland, Adds FRED Support
VirtualBox 7.2.16 open-source virtualization software is now available for download with improvements to shared clipboard handling in Wayland, improved support for RHEL 9.8 kernels, and more.
World's Second-Largest Economy Dumps Microsoft Windows, Citing National Security Concerns [original]
It is hardly surprising that Windows is shedding off userbase all around the world
Thunderbird 154 Open-Source Email Client Introduces an Optional System Tray Mode
Mozilla Thunderbird 154 open-source email client is now available for download with an optional system tray mode, new context menus, as well as the usual bug and security fixes.
GNU/Linux Leftovers
BSD also
Open Hardware/Modding: Radxa, Raspberry Pi, and More
Hardware news
IBM Looks for Unpaid Testers, Sells Slop Plagiarism in redhat.com
latest from Red Hat (IBM)
VRAM Management in Linux 7.3 and 'DRM' in Linux 7.2
kernel picks
Looking Beyond Tmux and Screen, Best Software for GNU/Linux (Based on One Person's Experience)
a pair of articles
today's howtos
Instructionals/Technical picks
Free Software and Openwashing Leftovers
mostly FOSS picks
Web and Net Leftovers
FTP and more
GNU Project: GNU poke 5.0 released
original and LWN
Programming Leftovers
Development related picks
Security Leftovers
Security incidents, patches, more
These Are The 5 Most Popular Linux Distros In 2026
when it comes to a Linux distro, everyone chooses one (especially their first one) for a variety of reasons
Ubuntu’s App Center Issues, Canonical Helps Microsoft's User Retention in Windows
a losing game
Proprietary Software is About Marketing and Perception, They Don't Really Value Quality or Try to Truly (Genuinely) Serve Users [original]
short new message
Games: Orc Incremental, Quake Shareware, Sally Face 2, and More
mostly from GamingOnLinux
What Clownflare Says About Yemen's Adoption of GNU/Linux on Laptops/Desktops [original]
Last month the media began paying attention to this global trend
Android Leftovers
Google rolling out Android 17 QPR1 Beta 9 for Pixel
Wordbook is a modern offline dictionary for GNOME
They say never judge a book by its cover, and few do if said book is a dictionary
Nebula Linux – Arch-based rolling release Linux distribution
Nebula Linux is an Arch-based rolling release Linux distribution built around DankMaterialShell and the niri scrollable-tiling Wayland compositor
"Linux" Isn't Turning 35 Next Week [original]
What many people call "Linux" started in the 1980s
Free and Open Source Software, howtos and Installations
This is free and open source software
Today in Techrights
Some of the latest articles
Nepal: GNU/Linux Approaches 6% [original]
Nepal is at risk from several neighbours
Egypt - and Much of Africa - Has GNU/Linux on About 1 in 20 Desktops/Laptops [original]
According to Clownflare
TUXEDO Computers Introduces New Kernel Concept for Debian-Based TUXEDO OS
TUXEDO Computers announces a new Linux kernel concept for the upcoming Debian-based TUXEDO OS operating system, which is now in public beta testing.
The Ravenports Universal Package System [original]
a cross-platform “ports” system
Free Software, Education, and Standards
FOSS leftovers mostly
Wireshark 4.6.8 Released
Wireshark 4.6.8 announcements
GNU/Linux Leftovers
Debian, KDE, and more of GNU/Linux
Devices With Linux, Open Hardware, and GrapheneOS
gadgets and mobile
Kernel: Time Stamp Counter (TSC) in Linux and New Linux Driver for ASUS ROG Astral
kernel news
BSD: OpenBSD's KARL (Kernel Address Randomized Link) and FreeBSD Home Server
BSD picks
Windows PCs Sold as "Ubuntu" (CNX Paid Pieces), Canonical Helps Microsoft Sell Windows (Calling Windows/WSL "Ubuntu"), "Windows System Embedded in your Linux"
very backwards
today's howtos
only 3 today
Games: Modded GNU/Linux Gaming Rig, Mass Layoffs in Proprietary Gaming Studios
2 stories
Windows is losing an entire generation of PC users to Linux, Apple, and Google
Simply put, there are more incentives and reassurances for switching to Linux, even if you aren't technically experienced
Mozilla Firefox 154 Is Now Available for Download, Here’s What’s New
Mozilla Firefox 154 open-source web browser is now available for download with a new “Manage AI” quick action, support for clearing and updating cached favicons, and other changes.
GNU Linux-Libre 7.2 Kernel Is Now Available for Software Freedom Lovers
GNU Linux-libre 7.2 kernel is now available for download based on Linux kernel 7.2 and targeted at those seeking 100% freedom for their PCs.
Yesterday Morning Clownflare Saw 22% of Web Traffic in Portugal Coming From GNU//Linux [original]
Clownflare saw more than a fifth of Web traffic originating from GNU/Linux
Debian developers are voting on how AI can be used to build the OS, and the ballots are already open
The world of Linux development is going through an interesting time right now
Android Leftovers
I changed one Google setting, and my Android finally held a charge
9to5Linux Weekly Roundup: August 16th, 2026
The 305th installment of the 9to5Linux Weekly Roundup is here for the week ending August 16th, 2026.
How I turned my Linux desktop setup into a portable package I can run on any machine
I had spent months refining my Linux desktop environment
Luckfox Lyra PLC Runs Linux on RK3506B with Dual 100Mbps Ethernet
The Luckfox Lyra PLC is a compact Linux-based programmable logic controller built around the Rockchip RK3506B processor
GNOME 51 Desktop Environment Is Now Available for Public Beta Testing
The GNOME 51 desktop environment is now available for public beta testing with new features and improvements across various core apps and components.
Best Free and Open Source Software
This is free and open source software
Review: Helwan Linux 5.0
I couldn't picture a scenario, for example, where I'd prefer GOffice apps (Gnumeric and AbiWord) over LibreOffice or OnlyOffice
NVIDIA’s GeForce NOW Native Linux App Now Stable, Offers Flatpak Support
NVIDIA’s GeForce NOW native Linux app has graduated from beta and it’s now available as a stable release with Flatpak and Ubuntu support.
GIMP 3.4 Promises New Project File Format, PSD Support Improvements, and More
GIMP 3.4 open-source image editor is under development promising many new features and enhancements. Here’s what to expect!
Raspberry Pi CM5-based mini PC targets local OpenClaw deployment
The system ships with 64-bit Raspberry Pi OS Desktop and comes preinstalled with JishuShell
Debian GNU/Linux is 33 [original]
Ian left this planet a decade ago
Manjaro 26.1 Bian-May - released
The GNOME edition has received several updates to Gnome 50 series
Open Hardware: Weekly GNU-like Mobile Linux Update, RISC-V, and More
hardware picks
Programming Leftovers
Development picks
Today in Techrights
Some of the latest articles