Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

LILYGO T-Impulse Plus wearable dev board comes with LoRa, GNSS, OLED, and IMU

LILYGO has listed the T-Impulse Plus, a low-power wristband-style development board based on the Nordic nRF52840 microcontroller. The device offers LoRa connectivity, Bluetooth 5 support, GNSS positioning, an IMU, a small OLED display, power management, and a vibration motor in a compact wearable enclosure.

DietPi v10.5 Updates Raspberry Pi Display and Camera Options

The June 2026 release of DietPi v10.5 updates the dietpi-config display options, with several Raspberry Pi-specific changes related to graphics drivers, camera support, and display configuration. The release also adds ARMv7 support for the RustDesk Client package and includes several bug fixes affecting NanoPi K2, RTC configuration, and ownCloud Infinite Scale installations.

QuadRF uses Raspberry Pi 5 for 4×4 MIMO SDR, RF visualization, and scalable phased-array support

Crowd Supply recently featured QuadRF, a 4×4 MIMO software-defined radio platform designed for spatial RF visualization, beamforming, and phased-array experimentation. The platform includes four coherent transmit/receive channels, swappable dual-polarization antennas, an integrated Raspberry Pi 5, and a browser-based interface for viewing nearby wireless activity.

Internet Society

Community Snapshot—May

Around the world, our community works locally, regionally, and globally to keep the Internet a force for good: open, globally connected, secure, and trustworthy. Here is an overview of just some of their activities over the last few weeks.

9to5Linux

KaOS Linux 2026.06 Launches Officially as First Release with Dinit

As previously reported, the KaOS Linux devs have decided to move away from systemd and the KDE Plasma desktop environment after more than 12 years of using them by default. Earlier this year, in February, they dropped KDE Plasma for a Niri/Noctalia setup, but they were still working on replacing systemd with another init system.

Latest Steam Client Update Improves PipeWire Session Logic on Linux

The June 23rd, 2026, Steam Client update is here to improve the PipeWire session logic on Linux, which means that when persistent capture permissions are granted to the Steam Client, there will only be an active PipeWire session when streaming or recording.

COSMIC 1.1 Desktop Environment Released with COSMIC Monitor and Improvements

COSMIC 1.1 introduces COSMIC Monitor as a drop-in replacement for GNOME System Monitor on Pop!_OS Linux, support for the pointer-warp-v1 Wayland protocol, which provides a direct cursor-warp primitive to the COSMIC Compositor, and support for using Page-Up and Page-Down to navigate through files in the COSMIC Files file manager.

GNU nano 9.1 CLI Text Editor Released with Minor Improvements and Bug Fixes

Coming two and a half months after GNU nano 9.0, the GNU nano 9.1 release is a small update that only makes the M-Ins and M-Del key bindings rebindable, shifts the viewport to the left where possible when searching, removes the ability to read and write files in old Mac format, and deprecates the ^T toggle between WhereIs and GotoLine.

KDE Plasma 6.7.1 Desktop Is Out with Fixes for Kickoff, Discover, and KWin

KDE Plasma 6.7.1 is here to add a smooth blend effect when switching between global themes, disable the game controller input plugin by default due to some issues reported by users, fix two issues related to clipboard syncing in remote desktop sessions, and address a regression causing the network details to not be visible on the Networks widget.

Canonical Announces Live Kernel Patching Support for Ubuntu on ARM64

After announcing live kernel patching support for Ubuntu HWE (Hardware Enablement Kernels) and the real-time Ubuntu kernel back in 2023, Canonical takes another step forward in expanding its security patching automation capabilities by supporting the ARM64 (AArch64) architecture for its live kernel patching.

Kubuntu Focus M2 and Zr Linux Laptops Now Ship with Intel Core Ultra 9 290HX Plus

Kubuntu Focus M2 Gen7 is a high-end portable workstation for gaming, machine learning, video editing, rendering, or development. It features an Intel Core Ultra 9 290HX Plus CPU with 24 cores, 24 threads, 36 MB cache, and up to 5.5 GHz clock speed, NVIDIA GeForce RTX 5070 Ti graphics with 12 GB GDDR7 VRAM, up to 12TB SSD storage, and up to 96 GB 5600MHz DDR5 RAM.

Tor Project blog

Sunsetting Tor 0.4.8 – Please update to 0.4.9 by September

As you know, different teams inside the Tor Project are working on the Arti Relay project where we hope to be able to begin the upgrade of the network towards our Rust implementation of Tor in the near future. To support this work, we would like to announce that we intend to actively stop compatibility for 0.4.8 and earlier C Tor versions soon. This means that these versions will no longer work on the network at all after our target date, which is currently September 1st, 2026.

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

Kubuntu Focus M2 and Zr Linux Laptops Now Ship with Intel Core Ultra 9 290HX Plus
Kubuntu Focus launches refreshed versions of the Focus M2, Focus Zr, and Focus XE laptops, along with a new Focus Ar laptop with latest generation Intel processors.
BrowserEngineKit and Mozilla (Thunderbird and Firefox)
WWW and browsing stories
WordPress bloat and a WordPress exodus
WordPress picks
postmarketOS 26.06 “Alpen Avocado” Released with GNOME 50 and KDE Plasma 6.6
postmarketOS 26.06 distribution is now available for download based on Alpine Linux 3.24 and featuring the GNOME 50, KDE Plasma 6.6, Phosh 0.55.0, and Sxmo 1.18.1 graphical interfaces.
 
Games: Proton Experimental, GE-Proton, SteamOS, and More
latest from GamingOnLinux
Android Leftovers
The Android dark mode power-pack: 5 secrets for a smarter screen setup
Vendefoul Wolf is a Linux distro that goes against the grain with terrific results
Vendefoul Wolf is everything you need and nothing you don't
5 Linux distros that are perfect for running in a VM
If you want to experiment with new software, host a home service, or try a new operating system without risking your main PC
Alpine Linux 3.24 scales new desktop heights with COSMIC
Alpine Linux 3.24 is out, bringing a new desktop environment that should make for a very high-performance combination
Best Free and Open Source Software, and Review
Only free and open source software qualifies for inclusion
Twenty glorious years of Dedoimedo!
This week marks the twentieth anniversary of Dedoimedo, a place to learn a lot about a lot
GNU/Linux Coverage in LWN (Mostly Kernel)
outside the paywall today
Today in Techrights
Some of the latest articles
Society Lost Empathy [original]
The behaviour of people in society seems to have worsened over time
The World Wide Web is Fundamentally Broken [original]
The state of the "modern" Web has become so sordid a mess that eventually people will opt out and look for something else
KaOS Linux 2026.06 Launches Officially as First Release with Dinit
KaOS Linux 2026.06 distribution is now available for download as the first ISO snapshot using Dinit as the default init system instead of systemd. Here’s what’s new!
Microsoft's Possibly Biggest-Ever Layoffs Next Week [original]
Expect GNU/Linux to truly capitalise on that
Free, Libre, and Open Source Software Leftovers
FOSS and sharing
GNU/Linux Videos/Shows: The Kernel Is Not a Museum and YouTube EasyOS Series
2 new picks
BSD: OpenBSD and FreeBSD on Its Core Team Elections
BSD leftovers
Kernel: Storage, LXC, and Upcoming Linux Release
Linux leftovers
Microsoft's Open Source Initiative Promoting Slop, as Does 'Linux' Foundation (Pay-to-Say)
Openwashing and more
Linux Devices, 3D Printing, and Open Hardware
gadgets and more
Canonical/Ubuntu: Livepatching, Ubuntu in the Wild, and More
Canonical/Ubuntu leftovers
Desktop Environments (DE)/Window Managers (WM): COSMIC and Niri
alternative ways of using GNU/Linux
Red Hat Leftovers
from Red Hat's official site
Fedora Leftovers: Report and Experiences
Fedora picks
Steam Machines, SteamOS, and Graphics With CUDA
gaming related leftovers
today's howtos
Instructionals/Technical picks
Security: Patches, Holes, and Rust
Security leftovers
Games: Godot Engine Sponsorship, Steam Machines, Forza Horizon, and More
mostly GamingOnLinux
Programming Leftovers
Development news
Android Leftovers
Can an Android tablet replace a desktop screen? I spent a week working with one
I gave my Android a terminal, and it became my most capable computer
It looks and functions like any other Android phone, but once I fire up Termux or Google's native Linux terminal
Whatever happened to Ubuntu TV? Where Linux smart TVs are now
Many of us have dreamed of running Linux on all the things, including our TVs
Inertia and Momentum [original]
Momentum is a big factor in blogging.
Latest Steam Client Update Improves PipeWire Session Logic on Linux
Valve released a new stable Steam Client update that promises to improve the PipeWire session logic on Linux systems, add support for the Malay language, and address various bugs.
Free and Open Source Software
This is free and open source software
KDE Plasma 6.7.1 Desktop Is Out with Fixes for Kickoff, Discover, and KWin
KDE Plasma 6.7.1 is now available as the first maintenance update to the latest KDE Plasma 6.7 desktop environment series with various bug and regression fixes, and some small improvements.
DietPi v10.5 Updates Raspberry Pi Display and Camera Options
DietPi is a lightweight, Debian-based operating system optimized for single-board computers and embedded devices
A Religious Take on the Lawfare Against Tux Machines [original]
Religions speak of relevant scenarios
Today in Techrights
Some of the latest articles
COSMIC 1.1 Desktop Environment Released with COSMIC Monitor and Improvements
COSMIC 1.1 desktop environment is now available with COSMIC Monitor and improvements to COSMIC Files, COSMIC Term, COSMIC Edit, COSMIC Applets, COSMIC Comp, and more.
GNU Guix on Using Codeberg and GIMP 0.54.1 Released Again in 2026
GNU Project umbrella
Microsoft Second to Unknown in Ghana [original]
What happens in Ghana is happening in many countries
Richard Stallman's FSF Looking to Raise Money This Month [original]
Led by a young man (Ian), Richard Stallman's FSF is still devoted to Software Freedom
Security Leftovers
Security incidents and more
Free, Libre, and Open Source Software and Programming Leftovers
FOSS and more
Web Browsers/Web Servers/Feed Readers Leftovers
browsers and more
GNU/Linux Distributions and Operating Systems: Nix, OpenSUSE, Debian, and EasyOS
distro news roundup
Applications: Astra and BudsLink
a pair of articles about software
Steam Machines and Valve Leftovers
mostly Steam Machine
Canonical on Arm64, RISC-V, and Ubuntu Summit
Canonical/Ubuntu news
Raspberry Pi Handhelds and A Raspberry Pi Zero 2 W-based DIY Camera
Raspberry Pi projects or products
Red Hat's Latest (Slop Promotion Dominates) and Latest From CentOS
redhat.com mostly
AUR Hit Again with Malicious Packages and 6 Essential Arch Linux Maintenance Tasks for a Stable System
Arch news
KDE: Krita, Network Shares, and More
KDE picks
Miracle-wm and preview release of Xfce's Wayland compositor
Wayland news
today's howtos
Instructionals/Technical posts
Kernel: eBPF, NVIDIA, and 7.2 (Linux)
Linux picks
Audiocasts/Shows/Videos: Late Night Linux and More
4 picks of interest
Apple and GNU/Linux Containers
a pair of reports
Games: Steam Machine, FSR Upscaling, OpenMW 0.51, and More
latest 9 from GamingOnLinux
Valnet Articles on GNU/Linux and More
mostly GNU/Linux
today's howtos
Instructionals/Technical posts
Open Hardware, Arduino, and Homelabs
Some projects for hackware/hardware hacking
Programming Leftovers
Development news
GNU nano 9.1 CLI Text Editor Released with Minor Improvements and Bug Fixes
GNU nano 9.1 open-source command line text editor for Linux-based operating systems is now available for download with a couple of improvements and various bug fixes.
12,000 Pages Per Year [original]
The team behind the site continues to grow, become more efficient, and develop better tools for improved curation
Android Leftovers
5 Android Phones That Will Stop Getting Support In 2026
Ubuntu 26.04 Gimmicks, Dumping Ubuntu Server
3 recent articles
Games: Immutable distros, SteamOS, and undervolting
gaming news
KDE: COSMIC and Leaving GNOME
two Valnet pieces
HexOS and Lightwhale OS
Two from Valnet
Valnet on Proxmox and Homelabs
4 recent articles
I finally got KDE looking the way I always wanted — and it starts with one setting most people skip
KDE isn’t particularly pretty looking out of the box
The Cyber Show on Free/Libre Software and Ethics
2 new articles
openSUSE Tumbleweed is the unsung rolling distro for people afraid of rolling distros
When you approach the world of Linux
Free and Open Source Software
This is free and open source software
Sailfish OS is Linux on a phone for people who don’t want Linux on a phone, and I love it
No terminal needed
Today in Techrights
Some of the latest articles
Canonical Announces Live Kernel Patching Support for Ubuntu on ARM64
Ubuntu maker Canonical announced today that its Canonical Livepatch live kernel patching is now available for Ubuntu systems running on the ARM64 (AArch64) architecture.