Feed aggregator

SysLinuxOS 13.1

Updated Linux Distributions - Wed, 01/28/2026 - 09:35
SysLinuxOS is a Debian-based GNU/Linux live distribution designed for system administrators and system integrators. It offers a complete networking environment that is organised to integrate various software tools and has a friendly graphical interface using the MATE and GNOME desktops. SysLinuxOS was built to work right out of the box, with all networking tools already installed by default. It includes all major Virtual Private Networks (VPNs), several remote control clients, various browsers, as well as WINE, Wireshark, Etherape, Ettercap, PackETH, Packet Sender, Putty, Nmap, Cutecom, Packet Tracer, tools for serial console, and the latest stable Linux kernel.

Parrot 7.1

Updated Linux Distributions - Wed, 01/28/2026 - 09:07
Parrot (formerly Parrot Security OS) is a Debian-based, security-oriented distribution featuring a collection of utilities designed for penetration testing, computer forensics, reverse engineering, hacking, privacy, anonymity and cryptography. The product, developed by Frozenbox, comes with MATE as the default desktop environment.

Zorin 18-r3

Updated Linux Distributions - Wed, 01/28/2026 - 07:40
Zorin OS is an Ubuntu-based Linux distribution designed especially for newcomers to Linux. It has a Windows-like graphical user interface and many programs similar to those found in Windows. Zorin OS also comes with an application that lets users run many Windows programs. The distribution's ultimate goal is to provide a Linux alternative to Windows and let Windows users enjoy all the features of Linux without complications.

FydeOS 22.0

Updated Linux Distributions - Wed, 01/28/2026 - 06:37
FydeOS, developed by China's Fyde Innovations, is a lightweight operating system that carries a Linux kernel, a browser platform and a container technology driver. It is very similar to Google Chrome OS in use. FydeOS supports the latest web application standards, and is able to run Android and Linux applications (by activating the included Android and Debian subsystems), providing a Google Chromebook-like experience. Users have a choice to use cloud services provided by Google, services powered by Fyde Innovations, or a local account. FydeOS is based on the open-source ChromiumOS and includes the Chromium browser; it is available free of charge for most standard Intel/AMD personal computers.

GParted 1.8.0-2

Updated Linux Distributions - Wed, 01/28/2026 - 03:00
GParted Live is a live distribution with a single purpose - to provide tools for partitioning hard disks in an intuitive, graphical environment. The distribution uses X.Org, the light-weight Fluxbox window manager, and the latest 4.x Linux kernel. GParted Live runs on most x86 machines with a Pentium II or better.

Alpine 3.23.3

Updated Linux Distributions - Tue, 01/27/2026 - 19:00
Alpine Linux is a community developed operating system designed for routers, firewalls, VPNs, VoIP boxes, containers, and servers. It was designed with security in mind; it has proactive security features like PaX and SSP that prevent security holes in the software to be exploited. The C library used is musl and the base tools are all in BusyBox. Those are normally found in embedded systems and are smaller than the tools found in GNU/Linux systems.

FUSS 13.3.0

Updated Linux Distributions - Tue, 01/27/2026 - 18:41
FUSS is a Debian-based Linux distribution for managing an educational network. It provides server, thin client and desktop solutions based on free software that go beyond any economic or technical reasons, maintaining an ethical choice of freedom and knowledge sharing. FUSS, which stands for "Free Upgrade in South Tyrol's Schools" started in 2005 in Italy's autonomous province of Bolza, with the aim of bringing free software to schools.

A critical GnuPG security update

Linux Weekly News - Tue, 01/27/2026 - 13:31
There is a new GnuPG update for a "critical security bug" in recent GnuPG releases.

A crafted CMS (S/MIME) EnvelopedData message carrying an oversized wrapped session key can cause a stack buffer overflow in gpg-agent during the PKDECRYPT--kem=CMS handling. This can easily be used for a DoS but, worse, the memory corruption can very likley also be used to mount a remote code execution attack. The bug was introduced while changing an internal API to the FIPS required KEM API.

Only versions 2.5.13 through 2.5.16 are affected.

next-20260127: linux-next

Latest Linux Kernel - Tue, 01/27/2026 - 13:26
Version:next-20260127 (linux-next) Released:2026-01-27

The GNU C Library is moving from Sourceware

Linux Weekly News - Tue, 01/27/2026 - 12:58
GNU C Library maintainer Carlos O'Donell has announced that the project will be moving its core services away from Sourceware in favor of services hosted at the Linux Foundation.

While it was clear to the GNU Toolchain leadership that requirements were coming to improve the toolchain cyber-security posture, these requirements were not clear to all project developers. As part of receiving this feedback we have worked to document and define a secure development policy for glibc and at a higher level the GNU Toolchain. While Sourceware has started making some critical technical changes, the GNU Toolchain still faces serious, systemic concerns about securing a global, highly available service and building a sustainable, diverse sponsorship model.

This has been a long-running discussion; see this 2022 article for some background.

Flatcar 4459.2.3

Updated Linux Distributions - Tue, 01/27/2026 - 12:03
Flatcar Container Linux is a container-optimized operating system based on Gentoo Linux. It is a minimal operating system image which includes only the tools needed to run containers and it supports all of the popular methods for running containers. The distribution ships an immutable filesystem and includes automatic atomic updates. Flatcar Container Linux runs on most cloud providers, virtualization platforms and bare metal servers.

[$] Implicit arguments for BPF kfuncs

Linux Weekly News - Tue, 01/27/2026 - 11:41
The kernel's "kfunc" mechanism is a way of exporting kernel functions so that they can be called directly from BPF programs. There are over 300 kfuncs in current kernels, ranging in functionality from string processing (bpf_strnlen()) to custom schedulers (scx_bpf_kick_cpu()) and beyond. Sometimes these kfuncs need access to context information that is not directly available to BPF programs, and which thus cannot be passed in as arguments. The implicit arguments patch set from Ihor Solodrai is the latest attempt to solve this problem.

Xfwl4: the roadmap for a Xfce Wayland compositor

Linux Weekly News - Tue, 01/27/2026 - 10:20

The Xfce team has announced that it will be providing funding to Brian Tarricone to work on xfwl4, a Wayland compositor for Xfce:

Xfwl4 will not be based on the existing xfwm4 code. Instead, it will be written from scratch in rust, using smithay building blocks.

The first attempt at creating an Xfce Wayland compositor involved modifying the existing xfwm4 code to support both X11 and Wayland in parallel. However, this approach turned out to be the wrong path forward for several reasons:

  • Xfwm4 is architected in a way that makes it very difficult to put the window management behavior behind generic interfaces that don't include X11 specifics.
  • Refactoring Xfwm4 is risky, since it might introduce new bugs to X11. Having two parallel code bases will allow for rapid development and experimentation with the Wayland compositor, with zero risk to break xfwm4.
  • Some X11 window management concepts just aren't available or supported by Wayland protocols at this time, and dealing with those differences can be difficult in an X11-first code base.
  • Using the existing codebase would require us to use C and wlroots, even if a better alternative is available.

Work has already commenced on the project, and the project hopes to share a development release in mid-2026.

Security updates for Tuesday

Linux Weekly News - Tue, 01/27/2026 - 10:07
Security updates have been issued by AlmaLinux (kernel, kernel-rt, python-urllib3, python3.11-urllib3, and python3.12-urllib3), Debian (imagemagick, openjdk-11, openjdk-17, and openjdk-21), Fedora (bind, bind-dyndb-ldap, chromium, ghostscript, glibc, mingw-glib2, mingw-harfbuzz, mingw-libsoup, mingw-openexr, and qownnotes), Mageia (kernel-linus), Red Hat (osbuild-composer), SUSE (go1.24-openssl, go1.25-openssl, govulncheck-vulndb, kernel, nodejs22, openCryptoki, openvswitch3, python-pyasn1, python311, and qemu), and Ubuntu (git-lfs, node-form-data, and screen).

CentOS 10-20260126

Updated Linux Distributions - Tue, 01/27/2026 - 08:49
CentOS as a group is a community of open source contributors and users which started in 2003 and has been sponsored by Red Hat since 2014. CentOS Linux versions up to CentOS Linux 8 are 100% compatible rebuilds of Red Hat Enterprise Linux, in full compliance with Red Hat's redistribution requirements. In 2020 it was announced CentOS Linux is being discontinued and replaced with CentOS Stream, a developer-focused distribution which acts as a middle-stream between Fedora and Red Hat Enterprise Linux.

Essora 20260127

Updated Linux Distributions - Tue, 01/27/2026 - 06:48
Essora Eos is a set of desktop Linux distributions based either on Debian's "Stable" branch or Devuan, featuring the lightweight JWM or Openbox window managers or the heavyweight KDE Plasma desktop environment. The Devuan edition uses the OpenRC init system. The distribution aims to be clean, minimal, fast and customisable, with only the essential tools installed by default. Essora Eos uses the Calamares system installer and provides a custom graphical configuration utility called "Essora Control Centre".

next-20260126: linux-next

Latest Linux Kernel - Mon, 01/26/2026 - 19:54
Version:next-20260126 (linux-next) Released:2026-01-26

Emmabuntüs DE5-1.05

Updated Linux Distributions - Mon, 01/26/2026 - 15:09
Emmabuntüs is a desktop Linux distribution with editions based on Debian's Stable branch with both the Xfce and LXQt desktop environments available. It strives to be beginner-friendly and reasonably light on resources so that it can be used on older computers. It also includes many modern features, such as large number of pre-configured programs for everyday use, dockbar for launching applications, easy installation of non-free software and media codecs, and quick setup through automated scripts. In addition, this distribution addresses accessibility issues, for both installation and day to day usage, and includes a large set of applications supporting visually impaired people. The distribution supports English, French, German, Italian, Portuguese and Spanish languages.

[$] Fedora and GPG 2.5

Linux Weekly News - Mon, 01/26/2026 - 13:28

The GNU Privacy Guard (GPG) project decided to break from the OpenPGP standard for email encryption in 2023, and instead adopted its own homegrown LibrePGP specification. The GPG 2.4 branch, the last one to adhere to OpenPGP, will be reaching the end of life in mid-2026. The Fedora project is currently having a discussion about how that affects the distribution, its users, and what to offer once 2.4 is no longer receiving updates.

Stenberg: The end of the curl bug-bounty program

Linux Weekly News - Mon, 01/26/2026 - 12:52

Curl creator Daniel Stenberg has written a blog post explaining why the project is ending its bug-bounty program, which started in April 2019:

The never-ending slop submissions take a serious mental toll to manage and sometimes also a long time to debunk. Time and energy that is completely wasted while also hampering our will to live.

I have also started to get the feeling that a lot of the security reporters submit reports with a bad faith attitude. These "helpers" try too hard to twist whatever they find into something horribly bad and a critical vulnerability, but they rarely actively contribute to actually improve curl. They can go to extreme efforts to argue and insist on their specific current finding, but not to write a fix or work with the team on improving curl long-term etc. I don't think we need more of that.

There are these three bad trends combined that makes us take this step: the mind-numbing AI slop, humans doing worse than ever and the apparent will to poke holes rather than to help.

Stenberg writes that he still expects "the best and our most valued security reporters" to continue informing the project when security vulnerabilities are discovered. The program will officially end on January 31, 2026.

Pages

Subscribe to Just Linux aggregator