Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

NVIDIA 575 Linux Graphics Driver Enters Public Beta with NVIDIA Smooth Motion

The NVIDIA 575 graphics driver series promises support for NVIDIA Smooth Motion, support for GLX front buffer rendering on Xwayland, support for the __NV_DISABLE_EXPLICIT_SYNC environment variable to also apply to GLX and Vulkan apps, and a new conceal_vrr_caps kernel module parameter to the nvidia-modeset kernel module.

Armbian Announces New Cloud-Optimized Images for ARM64 and x86

Based on the Debian 12 “Bookworm” or Ubuntu 24.04 LTS (Noble Numbat) operating system series, the new Armbian Linux cloud images promise ultra-fast boot, lightweight footprint, minimal attack surface, no firmware package, Docker support out of the box, built-in ZRAM memory management, and Armbian-config for easy customization.

Fedora-Based Ultramarine 41 Linux Distribution Is Now Available for Download

Codenamed “Cyberia”, Ultramarine 41 introduces WSL (Windows Subsystem for Linux) support, new default apps for the Flagship Edition, which features the Budgie desktop environment, including the Evince document viewer and Lollypop music player, a new um command line tool for advanced users to see an overview of their installation.

VirtualBox 7.1.8 Released with Initial Support for Linux Kernel 6.14

VirtualBox 7.1.8 brings initial support for Linux kernel 6.14 into Linux Guest Additions, allowing users to install and run GNU/Linux distributions powered by Linux 6.14, along with initial support for the Red Hat Enterprise Linux 9.7 kernel, additional fixes for the RHEL 9.4 kernel, and improvements to the ‘rcvboxadd status-kernel’ check.

Fedora Asahi Remix 42 Released for Apple Silicon Macs with KDE Plasma 6.3

Based on Fedora Linux 42 and using the latest and greatest KDE Plasma 6.3 desktop environment by default, Fedora Asahi Remix 42 is here to introduce a new FEX integration that provides an easier way to run x86 and x86-64 binaries out of the box via emulation.

Fedora Linux 42 Is Out Now, Powered by Linux Kernel 6.14 and GNOME 48 Desktop

Powered by Linux kernel 6.14, Fedora Linux 42 ships with the latest GNOME 48 desktop environment for the flagship Fedora Workstation edition, which now features the long-anticipated Anaconda WebUI installer by default to provide users with a more advanced and modern installation experience.

Nitrux Project Introduces NX AppHub, a New System to Provide Apps for Nitrux

NX AppHub is here as a replacement for the NX Software Center, Nitrux’s built-in GUI utility for managing AppImage bundle, and zap, a command-line package management interface for AppImages.

Manjaro 25.0 “Zetar” Released with Xfce 4.20, GNOME 48, and KDE Plasma 6.3

Powered by the long-term supported Linux 6.12 LTS kernel series, Manjaro 25.0 ships with the latest Xfce 4.20, GNOME 48, and KDE Plasma 6.3 desktop environments, Btrfs as the default file system (with automatic snapshots) for new installations instead of EXT4, which is still supported alongside XFS and F2FS filesystems in the Calamares graphical installer.

T2 Linux SDE 25.4 Released with Latest AMD ROCm for RISCV-64 and ARM64

User visible changes in T2 Linux SDE 25.4 include the port of the latest AMD ROCm to 64-bit RISC-V and ARM64 (AArch64) architectures for HPC (High Performance Computing) and AI, latest KDE Plasma, GNOME, and Xfce desktop environments, web installer sys-root / container bootstrap support, OpenCL by default, as well as Rust and QEMU support for SPARC64/32.

PanVK Open-Source Vulkan Driver for ARM Mali GPUs Is Now Vulkan 1.1 Conformant

Collabora unveiled PanVK about four years ago as a Vulkan alternative to their Panfrost OpenGL driver for ARM Mali Bifrost and Midgard GPUs, also delivered through the well-known Mesa graphics stack on Linux-based operating systems.

Tor Project blog

New Release: Tor Browser 14.5

Tor aspires to connect as many people to the free and open internet as possible. But what happens if the Tor network itself is blocked in your country, by your ISP, or on your local network? The answer lies in bridges: a type of relay that's hidden from censors using various techniques we collectively call Pluggable Transports. However, censors may have found and blocked certain bridges already, and what works for one country or network may not work for another. This means that the process to find a working bridge to unblock Tor required some trial and error, and placed an undue burden on users who are subjected to strict censorship.

New Release: Tails 6.14.2

For more details, read our changelog.

LinuxGizmos.com

Modular Cerebro Clusterboard Supports Raspberry Pi CM4/CM5, Jetson, and Radxa CM5

Cerebro is an upcoming clusterboard platform launching on Kickstarter, designed for AI, edge computing, and embedded development. It supports a range of compute modules including Raspberry Pi CM4 and CM5, NVIDIA Jetson, and Radxa CM5, providing a modular base for scalable systems.

Armbian Introduces Optimized Cloud Images for x86 and aarch64 Deployments

Armbian has expanded its support for cloud infrastructure with a new line of dedicated cloud images designed for generic x86 and aarch64 platforms. These images are tailored for performance, efficiency, and streamlined deployment in virtualized and cloud-native environments.

(Updated) Metis Compute Board with RK3588 and AI Acceleration for Edge Applications

The Metis Compute Board is a compact single-board computer designed for AI applications requiring high computational performance at the edge. Built around the ARM-based RK3588 processor, it integrates the Metis AIPU for AI acceleration and features up to 16 GB of RAM, dual Gigabit Ethernet ports, and GPIO support.

Internet Society

The Open Fibre Data Standard

The Open Fibre Data Standard (OFDS) is an open data, open standards initiative supported by the Internet Society.  

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

Fedora Magazine Reports
New in Fedora Linux
NX AppHub Introduced as Nitrux’s Minimalist AppImage Solution
NX AppHub is a new, minimal system for building and managing AppImages in Nitrux Linux
Manjaro 25.0 “Zetar” Released with Xfce 4.20, GNOME 48, and KDE Plasma 6.3
Today, the Manjaro Linux team announced the release and general availability of Manjaro 25.0 (codename Zetar) as the latest stable release for this Arch Linux-based distribution featuring Xfce, GNOME, and KDE Plasma flavors.
Fedora Linux 42 Is Out Now, Powered by Linux Kernel 6.14 and GNOME 48 Desktop
The Fedora Project released today Fedora Linux 42 as the latest stable version of this powerful, Red Hat-sponsored distribution for the masses, featuring some of the latest and greatest GNU/Linux technologies.
New Release: Tails 6.14.2
This release is an emergency release to fix security vulnerabilities in the Linux kernel and the implementation of the Perl programming language
Fedora-Based Ultramarine 41 Linux Distribution Is Now Available for Download
The makers of the Fedora-based Ultramarine Linux distribution released today the ISO images of the Ultramarine 41 release, which is built on top of Fedora Linux 41 and was already available for existing users.
VirtualBox 7.1.8 Released with Initial Support for Linux Kernel 6.14
Oracle released VirtualBox 7.1.8 today as the fourth maintenance update to the latest VirtualBox 7.1 series of this powerful, free, cross-platform, and open-source virtualization software for GNU/Linux, macOS, and Windows.
So Long, ArcoLinux
The ArcoLinux distribution is the latest Linux distribution to shut down
Manjaro Summit public Alpha now available
It has been some time since we shared an experimental version of Manjaro Immutable
Introducing Fedora Project Leader Jef Spaleta
Hello everyone! Current Fedora Project Leader Matthew Miller here, with some exciting news
 
today's howtos
nominal batch
NVIDIA 575 Linux Graphics Driver Enters Public Beta with NVIDIA Smooth Motion
NVIDIA released today the beta version of the upcoming NVIDIA 575 series of their graphics drivers for NVIDIA GPUs on Linux, BSD, and Solaris systems.
Programming Leftovers
Development of Linux and more
Security Leftovers
and Windows TCO etc.
Android Leftovers
Google doubles Android storage requirement again, now set at 32GB
Games: Ludaro, Baldur's Gate 3, MySims, and More
9 of the latest GamingOnLinux articles
Freedom Means Knowing What’s Installed
As headlines highlight Windows missteps and questionable design decisions
More than fifteen free software socials to be held globally
The Free Software Foundation (FSF) today announced that more than fifteen free software socials will be held around the world this year with the help of the FSF
Best Free and Open Source Software, howtos and Installations
Only free and open source software is eligible for inclusion here
T2 is a source-based meta distribution
T2 SDE (System Development Environment) is a highly customizable and portable build system for creating complete Linux distributions from source
PureOS Crimson Development Report: March 2025
Welcome back! Since our first update in July 2024, our PureOS Crimson updates have addressed major foundational work
Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational
Focal Fossa will reach the End of Standard Support in May 2025, also known as End Of Life (EOL)
Ubuntu Budgie 25.04 release notes
Ubuntu Budgie 25.04 (Plucky Puffin) is a Standard Release with 9 months of support by your distro maintainers and Canonical
The 6 Linux distros I recommend most for gaming in 2025 - including my favorite
The idea that Linux isn't a practical choice for gamers is slowly becoming outdated
Today in Techrights
Some of the latest articles
Armbian Announces New Cloud-Optimized Images for ARM64 and x86
The Armbian project informs 9to5Linux today about the launch of new cloud-optimized images of Armbian Linux for x86 and AArch64 (ARM64) hardware architectures with some exciting features.
Fedora Asahi Remix 42 Released for Apple Silicon Macs with KDE Plasma 6.3
The Fedora Asahi SIG and Asahi Linux projects announced the general availability of Fedora Asahi Remix 42 as the latest version of this distribution developed for Apple Silicon Macs.
today's leftovers
GNU/Linux mostly
Programming Leftovers
Development-related picks
Education and Free Software Leftovers
Education focus
Web Browsers: Retro Boy, Servo vs Ladybird, and More
Web stuff
Open Hardware: ESP32, Pimoroni, and More
hardware leftovers
Red Hat Leftovers
many Red Hat buzzwords in Red Hat's site
GNOME Foundation Update and New Concept to Selectively Pin Clipboard for GNOME
2 GNOME articles
Security and Windows TCO Leftovers
Security picks
BleachBit 4.9.2, Istio 1.24.5 and 1.25.2 Released
some releases
today's howtos
last batch for today\
Pinta 3.0 Open-Source Paint Program Released with GTK4 Port, New Effects
Pinta 3.0 has been released today as a major update to this open-source, free, and cross-platform paint program written in GTK# for GNU/Linux, macOS, and Windows platforms that brings numerous new features.
PanVK Open-Source Vulkan Driver for ARM Mali GPUs Is Now Vulkan 1.1 Conformant
Collabora informs 9to5Linux today that their PanVK open-source Vulkan driver for ARM Mali GPUs, developed as part of their Panfrost driver project, has reached Vulkan 1.1 conformance.
Nitrux Project Introduces NX AppHub, a New System to Provide Apps for Nitrux
Uri Herrera from the Nitrux Project unveiled today NX AppHub, a new system for managing and building applications for the Debian-based, systemd-free, and immutable Nitrux Linux distribution.
Audiocasts/Shows: LINUX Unplugged and Destination Linux
2 new episodes
today's howtos
Instructionals/Technical posts
Open Hardware/Modding: Video Walkie Talkie, Armbian, PINE64, and More
Hardware leftovers
OCCT, the PC Stress Testing Utility, has just arrived on Linux
Here at OC3D, we use OCCT on an almost constant basis
MX Linux 23.6 Is Out Now Based on Debian 12.10 and Powered by Linux Kernel 6.14
MX Linux 23.6 has just been officially released today as the newest ISO snapshot in the MX Linux 23 “Libretto” series of this lightweight Debian-based GNU/Linux distribution for everyday use.
Games: Prices Hikes, GNOMES, V Rising 1.1, and More
10 stories from GamingOnLinux
Android Leftovers
Why did Samsung pause One UI 7 release? These could be the possible reasons
These 5 Linux distributions are the worst for beginners
Linux is an excellent operating system with many distributions, each catering to different audiences
Free and Open Source Software, howtos and Installations
This is free and open source software
Live Raizo – live Debian-based Linux distribution
Live Raizo is a live distribution based on Debian to experiment with system administration on simulated networks and real devices
Journey to GNOME Circle: Community, App Ideas, and Getting Started
Hello, chat! I’m Revisto, and I want to share my journey to GNOME Circle and how I became a GNOME Foundation member
This SteamOS clone is the best Linux distro for gamers
Until Valve releases an official version of SteamOS
5 things to do with the Linux terminal on your Android phone - including my favorite
Google launched a Linux terminal app for Android that gives you full command-line access
I Made My Partner Use Linux for a Week–Here’s How It Went
My partner's world revolved around macOS—sleek hardware, fluid integration, and everything just working. So when I asked her to try Linux for a week, she agreed, on one condition: I owed her a cruise if she made it to the end.
Ubuntu Vs. Debian: A Look At Beginner Friendly Linux Distribution
you will compare their unique offerings
Today in Techrights
Some of the latest articles
T2 Linux SDE 25.4 Released with Latest AMD ROCm for RISCV-64 and ARM64
The T2 Linux team has release today T2 Linux SDE 25.4, codenamed “It Only Does Everything”, delivering a massive update for this highly portable source-based Linux distribution.
Open Source Security at Risk From Poor Oversight
Open-source software has become a prime target in the escalating wave of cybersecurity threats
Towards a transition from KWallet to Secret Service
Historically passwords and credentials in all of our apps and services (such as kio and our Network Manager plasmoid)
Android Leftovers
Samsung starts rolling out Android 16-based One UI 8 to developers
Allwinner T536 quad-core Arm Cortex-A55 & RISC-V industrial SoC supports ECC RAM, up to 3 TOP AI accelerator
That means we have (some) details about the software. Both companies provide a Linux 5.10 SDK with all drivers, but it’s not made publicly available
Replace Windows, Not Your Device
Messaging around the end of Windows 10 support has been loud
PeaZip 10.4 Open-Source Archive Manager Released with UI Enhancements
PeaZip 10.4 open-source and free archive manager is now available for download with various UI enhancements and updated core components.
PipeWire 1.4.2 Adds Extra MIDI Checks to Avoid 100% CPU Usage on Older Kernels
The PipeWire project released today PipeWire 1.4.2 as a minor update to the latest PipeWire 1.4 series for this popular open-source server for handling audio/video streams and hardware on Linux systems.
Ubuntu 25.10 is Officially Named ‘Questing Quokka’
Drum roll your desks to help build some suspense because the Ubuntu 25.10 codename has been confirmed as …’Questing Quokka’
qBittorrent 5.0.5 Open-Source BitTorrent Client Brings Various Improvements
qBittorrent 5.0.5 has been released as a new maintenance update to the latest qBittorrent 5.0 series of this popular, free, open-source, and cross-platform BitTorrent client for handling torrent/magnet links.
today's leftovers
GNU/Linux and BSD, FOSS and more
Open Hardware: ESP and More
hardware leftovers
Huawei MateBook 14 Linux launched with lower price than Windows version
Huawei MateBook 14 2024 Linux Edition
GoboLinux: A Distro With a Different Approach to Files
Linux distros tend to look the same after you've tried a few
Rnote 0.12 Released with Improved Linux Note-Taking Features
A major new release of Rnote, an open-source app for taking handwritten notes
Free and Open Source Software
This is free and open source software
Commodore OS is a fan-made Commodore inspired Linux distribution
Commodore OS Vision is a 64-bit Linux distribution which was originally based on Linux Mint and is now based on Debian
Review: Shebang 25.0 and EndeavourOS 2025.03.19
The Shebang project is one of the more recent additions to the DistroWatch waiting list
Linux: Five Easy Ways To Secure Any Distribution
Although Linux is the most secure major operating system on the market, that doesn’t mean it’s an impenetrable fortress
ArcoLinux Project Winds Down
the ArcoLinux community has announced that it will discontinue its distribution and related project
MX Linux 23.6 Arrives with Debian 12.10 Base and Kernel 6.14 Support
"sixth refresh of the MX-23 series"
OpenSSH in Debian and FOSS Activity Reports by Ben Hutchings
Debian leftovers
today's howtos
Instructional posts
Programming Leftovers
Development picks
9to5Linux Weekly Roundup: April 13th, 2025
The 235th installment of the 9to5Linux Weekly Roundup is here for the week ending on April 13th, 2025.
Linux 6.15-rc2
"It's Sunday, just barely afternoon, and I've pushed out the rc2 tag."
Stallman’s Shadow to Proprietary Chains: My Journey from College FOSS Enthusiast to the Walled Garden
How life and convenience led me away from free software and the renewed search for a middle ground
Today in Techrights
Some of the latest articles