Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Geniatech XPI-3576-CM5 brings 6-TOPS RK3576 performance with Raspberry Pi CM5 compatibility

The RK3576 integrates four Arm Cortex-A72 cores running at up to 2.2GHz and four Cortex-A53 cores clocked at up to 1.8GHz. Graphics are handled by a Mali-G52 MC3 GPU supporting OpenGL ES 3.2, OpenCL 2.0, and Vulkan 1.1, while the onboard NPU delivers up to 6 TOPS of INT8 performance with support for INT4, INT8, INT16, BF16, and TF32 workloads.

M5Stack broadens embedded lineup with wireless, industrial, and handheld devices

The Stamp-C5 is based on Espressif’s ESP32-C5HF4 and measures 17.6 × 19.1 × 3.4mm. The device combines a single-core 32-bit RISC-V processor running at up to 240MHz with 384KB of SRAM and 4MB of flash storage. Wireless support includes 2.4GHz and 5GHz Wi-Fi 6, Bluetooth Low Energy 5, and IEEE 802.15.4 for Zigbee and Thread applications.

9to5Linux

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

Mozilla Firefox 153 is an Extended Support Release (ESR) that will receive updates for the next 15 months. It will accompany both Firefox 140 ESR, which will receive updates until September 2026, and the Firefox 115 ESR series. Once Firefox 140 ESR support ends, Firefox 153 ESR will take its place alongside Firefox 115 ESR.

IPFire 2.29 Core Update 203 Firewall Distro Replaces Unbound with Knot Resolver

Coming one and a half months after IPFire 2.29 Core Update 202, the IPFire 2.29 Core Update 203 is here to revamp the DNS resolution from the ground up by replacing Unbound with Knot Resolver, which introduces encrypted upstream forwarding (DNS over TLS), DNS firewall, encrypted zone data (over TLS), SafeSearch, conditional forwarding, local overrides, DHCP integration, persistent cache, and shared state across multiple workers.

9to5Linux Weekly Roundup: July 19th, 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.

KDE Plasma 6.8 Desktop Environment Lands on October 14th, Here’s What to Expect

Some of the biggest changes, so far, in KDE Plasma 6.8 include triple buffering for NVIDIA GPUs enabled by default, support for recording audio in Spectacle during screen recording, and automatic logic support for Plasma Login Manager on distros with older systemd versions, such as KDE neon.

Valve and Collabora Announce Official Arch Linux ARM64 Port for Steam Frame

Steam Frame uses an ARM64 processor, so Collabora, in collaboration with Valve, has been developing Holo Core as a full AArch64 port of Arch Linux intended as the base for the operating system that will power the gaming VR headset. Since Arch Linux has no official ARM64 support, Collabora had to build new tooling and CI infrastructure from scratch.

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

We were in the better place before. Before they forced their LLM slop fantasies on us. [original]
Slop makes us worse off
GNU/Linux Measured as Highly Adopted in Isle Of Man This Month [original]
Is it premature to look forward to 10% "market share"?
 
Linux 7.2-rc4
typo though
Free and Open Source Software
This is free and open source software
Android Leftovers
Motorola Edge 70 Max gets more Android updates than suggested, but support remains lackluster
CapivaraOS – family of Brazilian Linux distributions based on Fedora
This is free and open source software
red1900 – Debian-based live Linux distribution
red1900 is a Debian-based live Linux distribution with the Cinnamon desktop
How I configure DNS on Ubuntu Linux distros via the command line - it's easier than you think
If you want to learn how to set it up on Ubuntu-based distros from the command line
Cote D'ivoire: Windows All-Time Low, GNU/Linux on the Rise [original]
We used to write about it 2 years ago
NetworkManager 1.58 Officially Released with New Features and Improvements
NetworkManager 1.58 open-source network connection manager for Linux-based operating systems is now available for download as a major update with many new features and improvements.
Daniel Pocock Combats "Codes of Conduct Phenomena" [original]
recognising Daniel Pocock as an individual
Rust and Slop Ruining GNU/Linux
2 picks
Mozilla Firefox 153 ESR Is Now Available for Download, Here’s What’s New
Mozilla Firefox 153 ESR open-source web browser is now available for download as the new Extended Support Release series with various new features and enhancements.
IPFire 2.29 Core Update 203 Firewall Distro Replaces Unbound with Knot Resolver
IPFire 2.29 Core Update 203 hardened Linux firewall distro is now available for download with Knot Resolver, 6 GHz Wi-Fi band support, and other changes.
Still Improving the Sites [original]
We are also beta-testing a new feature for the site; we plan to announce it some time soon
A GNOME Calendar developer calls Linux Mint a "hostile downstream" for refusing to work with them
We, and many Linux veterans, often recommend Linux Mint as the best distro for newcomers
Ditching Windows is the loudest feedback you can ever give Microsoft
Linux is waiting, and it naturally positions itself on Microsoft's weaknesses: cost and freedom
Ubuntu’s desktop icons extension completes its GTK4 port
The Desktop Icons NG (aka DING) GNOME Shell extension Ubuntu uses to put icons on your literal desktop
GNOME Adwaita Re-coloring Tool ‘Rewaita’ 1.1.4 added GDM Support
Rewaita, the free open-source tool to change the color scheme of GTK4/LibAwaita apps
Free and Open Source Software
This is free and open source software
Review: Smaller, community-oriented, open source solutions
This worked well enough until Discord announced they would be putting age verification checks into place and limiting access to their services
Planet KDE: Who’s responsible for bug reports on old software versions?
A user on that OS experiences an issue in version 1.5, or has an idea for a new feature. Who should they contact
Geniatech XPI-3576-CM5 brings 6-TOPS RK3576 performance with Raspberry Pi CM5 compatibility
Software support includes Android 14 and Debian 12. Geniatech also lists an adapted Raspberry Pi OS image
Microsoft’s Formats Are the Real Cancer Redmond Blamed on FOSS
Redmond once branded Linux the “cancer,” but the real infection was already inside Microsoft Office...
Slowing Down With Links to Produce More Articles [original]
Looking back at 22+ years of this site, this is what we've long needed to do
Seven Years of COVID-19 [original]
In 7 years from now (2033) we'll see what effects soaring energy costs and conflicts may have
GNU/Linux at 6% in Spain [original]
Last month statCounter measured GNU/Linux at 5.86% in Spain
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: July 19th, 2026
The 301st installment of the 9to5Linux Weekly Roundup is here for the week ending July 19th, 2026.
Family Updates and Site Updates [original]
Updates about curators and co.
Android Leftovers
Android Auto is cooking your phone on long trips—here are 6 ways to stop it
Microsoft's own mistakes are pushing users toward Linux faster than anyone expected
Desktop Linux has seen a massive surge in popularity in the past few years alone
I found the Linux desktop that finally gives me tiling windows without the config-file rabbit hole
With the launch of the COSMIC desktop for Linux, though, things finally changed
Free and Open Source Software
This is free and open source software
Valtux OS – Debian-based Linux distribution
Valtux OS is a Debian-based Linux distribution offering a familiar, ready-to-use desktop for everyday computing
Been a Busy Week in England [original]
next month we'll start preparing for Rianne's birthday
KDE Plasma 6.8 Desktop Environment Lands on October 14th, Here’s What to Expect
The upcoming KDE Plasma 6.8 desktop environment is expected on October 14th, 2026, with many new features and improvements. Here’s what’s to expect.
Security Leftovers
Security picks and misc.
GNU/Linux Leftovers
On GNU/Linux, FOSS, and more
Open Hardware Projects and Proprietary "Smart" "Phones"
Gadgets and more
Free, Libre, and Open Source Software Leftovers
FOSS and standards
Programming Leftovers
Development picks
Episodes of Linux Saloon 210 and 211
2 new ones
Fedora and AlmaLinux: Report and VFX Edition
RHEL and more
Games: Steam Machines, Nostalgia, and More
gaming leftovers
today's howtos
Instructionals/Technical picks
Linux Patches and Slop
slop and the kernel
DebConf26 and Other Events
events leftovers
GNU/Linux Continues to Climb Internationally [original]
Funnily enough, as far as we can tell we are the only site to point this out
today's leftovers
GNU/Linux and more
Debian development at DebConf 2026 and final normal Debian bookworm release
Debian leftovers
Kernel, Operating Systems, and Graphics
Linux and more
Android Leftovers
All Android backup data now counts toward your Google Account storage
I tried every major file manager on Linux and only this one felt right
I bounce between Linux programs like a bad habit
Linux finally does HDR gaming right — here's the exact setup
Linux can be complex, and support varies from desktop environment to window manager
I've tried dozens of Linux desktops, and COSMIC feels like the future
Pop!_OS has a strong following, and one reason is its COSMIC desktop
Immutable Linux Gets Safe Mode: GNOME OS Fixes Broken Driver Boot at GUADEC
GNOME OS pioneers a bootloader fix for sysext driver failures, one the rest of immutable Linux will need
These 5 Unix ideas from the 1970s are why Linux still works so well
While people think of Linux as a modern operating system
Free and Open Source Software
The Community Edition is free and open source software
Odyssey Linux – approachable Void-based Linux distribution
Odyssey Linux is a Void Linux-based rolling-release distribution that aims to make a systemd-free environment accessible to desktop users
Stable kernels: Linux 7.1.4, Linux 6.18.39, and Linux 6.12.96
I'm announcing the release of the 7.1.4 kernel
Daniel Pocock in BBC [original]
"Daniel Pocock is a software engineer"
Three Lions, Third Place [original]
Many in England were asleep, too tired and pessimistic to watch
Today in Techrights
Some of the latest articles
Only Those Who Never Give Up Will Pick Up a Prize [original]
Patience and perseverance almost always pay off
Security Leftovers and Windows TCO
not so many today
GNU/Linux Distributions and Other Operating Systems
today's leftovers
KDE Contribution and This Week in GNOME
a couple of updates
Games: Malware in Steam Games and Cartridges Concept Recreated
a pair of stories
Free, Libre, and Open Source Software and Standards Leftovers
FOSS and more
Building a CMS and WordPress 7.0.2 Release
Content Management Systems (CMS) news
Mozilla/Firefox: Tor Browser 15.0.18 and Mozilla's Privacy Posturing
a pair of links
Programming With Python and Java
Development leftovers
OpenSUSE Planet News Roundup and Tumbleweed Review of the Week
OpenSUSE leftovers
IBM Absurdity: Promoting Slop Non-Stop, Also Banning Slop in Red Hat's Flathub
Red Hat is a mess
Open Hardware, Gadgets, SBCs, and Mobile
hardware related leftovers
Applications: Yazi, Upscayl, and Shotcut
software news about GNU/Linux
today's howtos
Instructionals/Technical picks
Linux Patches Keep 1980s–90s Macs Spinning Their Floppies and New Vulnerability Discovered in Linux Kernel
kernel leftovers
Collabora's Work on Graphics and Games
a pair of picks
Anti-DRM Linux Bounty (PlayStation)
nice move
Money Talks to Torvalds: 90% Marketing Hype Becomes Obligatory, Opposition to Slop Told to "F--- Off"
really bad
The Rain in Spain [original]
We need rain
"MElon‑speak": Twitter Source Code Liberated or Just Vapourware/Openwashing
Openwashing probably
Africa: Windows Sinks to All-Time Low [original]
GNU/Linux is still measured at around 6%
Windows is Collapsing, More Layoffs Coming [original]
investment in Windows seems to have decreased a lot, even reduced to sticking slop prompts in things in order to fake "demand" for so-called "hey hi" (AI)
More Than Half a Million Files [original]
we add close to 50,000 more files each year
IRC is Extremely Informal (the Case of Techrights) [original]
Only desperate detractors would try to present something (cherry-picked) from IRC as some sort of official statement for Techrights
Daniel Pocock (Independent) in Political Race With "The Highest Number Ever Recorded in a UK Parliamentary Election" [original]
Someone who can speak for (or about) Free software
Games: Elder Scrolls VI, DayZ Badlands, Band Together, and More
GamingOnLinux latest
Android Leftovers
This is the perfect smart ring for Android users who want to skip the subscription
These 5 Linux distros finally got DNS privacy right—most others don't
Your Linux distro may have a way of tightening up these security holes
Valve and Collabora Announce Official Arch Linux ARM64 Port for Steam Frame
Valve and Collabora announce Holo Core as the official Arch Linux ARM64 port for the Steam Frame gaming VR headset with an early preview for developers.
Linux Mint isn't the best Windows replacement anymore
ZorinOS has been getting a lot of hype ever since Microsoft dropped support for Windows 10
I tried this Linux distro that looks like Windows, is made by a Microsoft engineer, and is based on Ubuntu
Well, while something like Ubuntu or Linux Mint already makes the transition fairly easy
Free and Open Source Software
This is free and open source software
SageOS – lean Debian-based Linux distribution
SageOS is a lean Debian-based Linux distribution designed for security work
Anatol-X – Debian-based Linux distribution
Anatol-X is a Debian Testing-based Linux distribution designed for gaming, software development, multimedia and everyday desktop workloads
Gnome Working on Test Center App to Make Testing Easier
It's now possible to test experimental features on the Gnome desktop without worrying that you'll break things
This Week in Plasma: Shadows for Steam and Discord
This week the bug-fixing spree of the past few weeks wound down as feature work and user interface polishing moved into the foreground
Become More Productive With These GNOME Extensions
Here's my recommended list of GNOME extensions that might help you focus more on work and be (more) productive
Torvalds challenged the haters to fork Linux. Someone said 'hold my beer'
Never mind not being a fork – Poseidon's kernel isn't even really a port of Linux
Today in Techrights
Some of the latest articles