- KernelScript: A Programming Language For Kernel Customization & App Optimizations24 May 2026, 10:55 am
Multikernel Technologies Inc has been working on a multi-kernel architecture for the Linux kernel while in addition to that they have been developing KernelScript as a domain-specific language for carrying out Linux kernel customizations and app-specific optimizations...... 
- Boot-Time Wizard Aims To Help Reduce Linux Boot Times24 May 2026, 10:39 am
While in the past decade or so Linux desktop/laptop users likely have little to complain about boot times and there hasn't been much emphasis around trying to make boot times even faster on the Linux desktop especially in an era where many systems are always-on and suspend/resume working more reliably these days, boot times are still an important factor in the embedded Linux world. Boot-Time Wizard is one of the new efforts aiming to help embedded Linux makers cut-down on their boot times...... 
- Rust-Based Wild Linker 0.9 Brings New Platform Coverage, Linker Plugin API24 May 2026, 12:33 am
Wild Linker 0.9 was released today as the latest version of this very fast linker for Linux systems that is written in the Rust programming language...... 
- Linux Mint Making Improvements To Its File Manager, Theme & Dialogs23 May 2026, 2:52 pm
The Linux Mint project today published their May 2026 status report to outline recent work done to this Ubuntu/Debian-based Linux platform and much of their focus in recent weeks on enhancements to their Cinnamon desktop environment......
- Intel's Latest Round Of Open-Source Projects Ended: OBS Studio Plugin, CVE Binary Tool & More23 May 2026, 2:15 pm
With Intel having been one of the most dominant open-source contributors for years across the software ecosystem, months after they began sunsetting various software projects no longer aligned with today's Intel, they continue formally sunsetting/archiving different open-source projects......
- AV2 Codec Looks Like It Will Be Officially Released Next Week23 May 2026, 10:38 am
For years already AV2 has been in development as the successor to AV1 for this wonderful open-source, royalty-free video codec. While there was talk about releasing AV2 by the end of 2025, that didn't happen but now latest indicators are pointing toward its formal debut next week......
- KDE Plasma 6.8 To Support System Monitor With Intel Xe, Plasma 6.7 Sees More Crash Fixes23 May 2026, 10:26 am
KDE developers continue to be quite busy in preparing for next month's Plasma 6.7 stable desktop release due out in mid-June while also beginning more feature work toward Plasma 6.8......
- More ASUS & HP Laptops See Platform Driver Support For Linux 7.1-rc523 May 2026, 10:17 am
This week's x86 platform driver fixes include not only a handful of bug fixes but also enabling some additional laptops within existing drivers for HP and ASUS devices......
- DreamWorks' Open-Source MoonRay Renderer Now Part Of The Academy Software Foundation23 May 2026, 10:05 am
Back in 2022 it was announced DreamWorks Animation was open-sourcing their MoonRay renderer that has been used in production feature films. It ended up being published as open-source in March 2023 as OpenMoonRay and since then has continued advancing with new feature releases and improvements. Now it's being contributed to the Academy Software Foundation as the newest project......
- FreeBSD 15.1-RC1 Released: Fixes With Now Seeing More AI-Discovered Security Issues23 May 2026, 12:52 am
In addition to the recent influx of Linux security vulnerabilities affecting Linux, FreeBSD has also begun receiving security reports via AI/LLM-driven discovery tools. FreeBSD 15.1-RC1 is out today ahead of the planned official release in June and it brings a handful of security fixes out of this new AI-driven security research space......
- A large set of stable kernel updates23 May 2026, 1:55 pm
The 7.0.10,
6.18.33,
6.12.91,
6.6.141,
6.1.174,
5.15.208, and
5.10.257
stable kernel updates have all been released. The first four are huge
(the 7.0.10
review version had 1,146 commits) while 6.1.174, 5.15.208, and 5.10.257
are small updates for the "Fragnesia" vulnerability....
- [$] Custom page-cache policies with BPF22 May 2026, 2:37 pm
The kernel's page cache is charged with maintaining pages (or, more
correctly, folios) containing copies of
data from files in the filesystem; its performance has a big effect on the
performance of the system as a whole. One of the key decisions the kernel
must make is when to evict folios from the page cache. At the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit, Tal Zussman ran a
memory-management-track session on how the page cache could be better
customized for specific ...
- [$] Toward better handling of major page faults22 May 2026, 1:50 pm
A major page fault occurs when a process attempts to access a page that is
not currently present in RAM; satisfying such faults usually involves I/O, and can thus take some time. When many threads
sharing an address space are generating page faults, the result can be
significant lock contention while that I/O
takes place. During the memory-management track at the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit, Barry Song led a session
to try, yet again, to find an enduring s...
- Security updates for Friday22 May 2026, 1:07 pm
Security updates have been issued by AlmaLinux (firefox), Debian (chromium, nss, openvpn, and thunderbird), Fedora (cockpit, kernel, and linux-firmware), Oracle (gdk-pixbuf2, kernel, and libsndfile), SUSE (container-suseconnect, cpp-httplib, dnsmasq, firefox, glibc, GraphicsMagick, java-1_8_0-openj9, kernel, mozjs115, php8, python-urllib3, rekor, rootlesskit, rsync, tiff, ucode-intel, util-linux, and xz), and Ubuntu (bind9, bubblewrap, libarchive, linux-intel-iot-realtime, postgresql-14, postgre...
- Vulnerabilities in various GTK-based PDF readers21 May 2026, 9:05 pm
Michael Catanzaro has disclosed a
command-injection vulnerability affecting a number of GTK-based PDF
readers; exploits included:
They contain a script for building malicious polyglot PDFs that are
simultaneously both valid PDF files and also valid ELF
binaries. When the user opens the PDF in the PDF viewer and clicks
on a malicious link embedded in the PDF, the PDF abuses the command
injection vulnerability to load itself as a GTK module using the
`--gtk-module` command line flag. It ca...
- [$] BPF support in GCC 16 and beyond21 May 2026, 2:52 pm
José Marchesi and the GCC-BPF developers opened the BPF track at the 2026
Linux Storage,
Filesystem, Memory-management, and BPF Summit
with a 90-minute summary of what has changed for GCC's BPF support in the past year.
This kind of session has become something of a tradition. There were similar
updates in
2025 and
2024. This time around, GCC seems to be closing in on
feature parity with the LLVM toolchain — as the slides detail.
...
- OpenBSD 7.9 released21 May 2026, 2:27 pm
The OpenBSD 7.9 release is
out, right on schedule. There is the usual long list of new features,
including improved architecture support, CPU scheduling on heterogeneous
systems, the ability to hibernate a suspended system after a configurable
delay, socket splicing, a
__pledge_open()
system call giving special access to the C library, and much more. See the
announcement and the full
changelog for details....
- [$] Support for private memory nodes21 May 2026, 1:22 pm
Gregory Price started his session in the memory-management track of the
2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit by saying that, in
current kernels, if a NUMA node has memory, the assumption is that anybody can
make use of it. He is trying to implement the opposite policy — to make
some memory off-limits for all processes except those designed specifically
to use it. The session was used to present his goals and to discuss how
they might be implemented....
- Security updates for Thursday21 May 2026, 1:19 pm
Security updates have been issued by AlmaLinux (kernel, kernel-rt, and libsndfile), Debian (bind9, evince, firefox-esr, openjpeg2, pdns, and rsync), Fedora (erlang-cowlib, evince, expat, firefox, kernel, mingw-expat, mysql8.0, mysql8.4, nss, opencryptoki, pgadmin4, proftpd, python-django5, python-django6, python-dotenv, rsync, rust-nu, rustup, and strongswan), Oracle (nginx, nginx:1.24, ruby, ruby:3.3, and squid), Slackware (bind and rsync), SUSE (buildah, distribution, distribution-registry, do...
- [$] LWN.net Weekly Edition for May 21, 202621 May 2026, 2:27 am
Inside this week's LWN.net Weekly Edition:
Front: OpenSUSE site age restrictions; Lots of LSFMM+BPF coverage; The tenth OpenPGP email summit.
Briefs: Firefox 151.0; pgBackRest funding; RIP Peter G. Neumann; Quotes; ...
Announcements: Newsletters, conferences, security updates, patches, and more.
...
- Firefox Just Saved Us All from Spammy Online PDF Tools23 May 2026, 3:42 am
Firefox's PDF viewer just got a feature that online tools have been charging for....
- In a Weird Case, German Deutsche Bahn's Website Was Locking Out Linux Users23 May 2026, 1:32 am
DB says it was not intentional, and the block seems to have been fixed....
- Good News! After Lenovo and Dell, Now HP Pledges to Support Linux Vendor Firmware Service22 May 2026, 5:31 am
More major vendors supporting LVFS is a good sign for the desktop Linux community....
- Warp's Oz Platform Can Now Run Claude Code and Codex Alongside Its Own Agent21 May 2026, 3:10 pm
The devs have also rolled out automatic multi-agent coordination and expanded self-hosting options....
- FOSS Weekly #26.21: Microsoft's Distro, Bitwarden Drama, Adobe on Linux, New Email Client and More21 May 2026, 2:24 pm
Fedora no longer trusts on AI ... or so it seems for now....
- Rust Could Eliminate 80% of Linux Kernel CVEs!21 May 2026, 1:19 pm
Linux's stable maintainer is betting on a new Rust type to address a class of bugs C has never been able to fully prevent....
- Fedora Pulls the Plug on Deepin Over Security and Maintenance Failures20 May 2026, 3:48 pm
After months of no responses and packages being left in disrepair, the FESCo has drawn a hard line....
- Open Source ONLYOFFICE Docs 9.4 Brings Dark Spreadsheets, Smarter Forms, and a Licensing Cleanup20 May 2026, 10:49 am
The community build also drops its 20-connection limit and gets a lighter, simpler architecture....
- Things Are Quietly Changing at Bitwarden, and People Are Worried19 May 2026, 3:11 pm
The password manager swapped its CEO, rewrote its core values, and briefly pulled "Always Free" from its pricing page....
- Wow! Microsoft Now Has a Fedora-based Linux Distro19 May 2026, 12:01 pm
Azure Linux 4.0 is on the way, and its GitHub repo quietly confirms it's built on Fedora....
- GNOME Sushi spacebar preview fix coming to Ubuntu 26.0422 May 2026, 4:20 pm
GNOME Sushi fans, rejoice: the spacebar preview feature is being fixed in Ubuntu 26.04. If you’re not familiar with it, GNOME Sushi is a file preview tool similar to Quick Look on macOS. Select a file in Nautilus, press space and a floating preview window appears. It works with images, video and audio files, PDFs, plain text files and more. GNOME’s Sushi isn’t preinstalled in Ubuntu but many users install it themselves as it makes it easier to find specific files when rooting through folde...
- ONLYOFFICE 9.4 is out with a stricter FOSS licence21 May 2026, 11:41 pm
A new version of ONLYOFFICE, the open-source productivity suite, is out with a small set of improvements. The new release lands a couple of months after ONLYOFFICE suspended its eight-year Nextcloud partnership over Euro-Office, a fork by a European consortium that ONLYOFFICE says violates its AGPLv3 licence terms. Totally unrelated (yes, sarcasm), ONLYOFFICE 9.4 updates its licensing to tighten language around attribution, copyright notices and the labelling of modified versions. Viva le fork; ...
- Vivaldi 8.0 released with ‘biggest design overhaul, ever’21 May 2026, 3:42 pm
A bold new look arrives in Vivaldi 8.0, the latest update to the Chromium-based web browser. The browser’s main UI elements (the bits that make a browser looks like a browser, so tabs, toolbars, panels, and content) drop their boundaries to form a continuous look. Hence the named Unified. Similar to Zen Browser, the canvas for web content is now ‘framed’ with rounded corners, rather than web pages flowing fully from edge-to-edge. “Unified is not a visual refresh. It is a rethinking of ho...
- Ubuntu Core 26 cuts OTA update size, enables ARM64 Livepatch20 May 2026, 8:04 pm
Canonical has released Ubuntu Core 26, a new long-term support (LTS) version of its immutable, snap-based OS. Among the changes Ubuntu Core 26 brings is smaller over-the-air updates, with download sizes reduced by up to 90% for most snaps thanks to a new snap-delta format. Updates to the Core base snaps specifically drop from 16 MB to 1.5 MB. Installation times are faster as the initramfs-based installer skips redundant reboots during provisioning. Core 26 also enables live kernel patching on AR...
- Firefox 151: New Tab design changes, PDF merging + more18 May 2026, 11:43 pm
The new tab page has a (slightly) new look and a new name in Firefox 151, the newest version of Mozilla’s famous open-source web browser that begins roll out today, May 19, 2026. Now called Firefox Home, the new tab page has a “new look and feel”, to quote Mozilla. It’s not quite that dramatic, though the rounded search bar draws from the upcoming Nova redesign with its rounded pill shape (it is also no longer sticky on scroll): Stories stay put, but the ‘follow’ topic button is now ...
- Canonical share Ubuntu 26.04 concept build for CIX P1 devices18 May 2026, 2:17 am
New Ubuntu Concept image for CIX P1 lets you run Ubuntu on Armv9 single-board computers, including the Radxa Orion O6 and Orange Pi 6 Plus.
You're reading Canonical share Ubuntu 26.04 concept build for CIX P1 devices, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Ubuntu 26.04 support added to VMware Workstation Pro17 May 2026, 11:25 am
VMware Workstation Pro 26H1 supports Ubuntu 26.04 LTS, letting you install Broadcom's free virtual machine software on the distro and run it in a VM.
You're reading Ubuntu 26.04 support added to VMware Workstation Pro, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Ubuntu 26.04 LTS upgrade now open for Ubuntu 25.10 users14 May 2026, 10:53 pm
Ubuntu 26.04 LTS upgrades from 25.10 are officially live – and with Ubuntu 25.10 support ending in July, you’ll want to move soon. Ubuntu 26.04 LTS released on 23 April with GNOME 50, Linux 7.0 and new default apps. Snap store and web searching features were added to the GNOME Shell Overview and you can now enable Ubuntu Pro in the Security Center. Other changes in the ‘Resolute Raccoon’ include a fresh set of folder icons, visual password feedback for sudo commands and fuss-free access ...
- BleachBit’s new TUI makes it perfect for headless servers14 May 2026, 9:52 pm
Open-source cleaning tool BleachBit has gained a text-based user interface (TUI) as an optional alternative to its standard graphical frontend. Unlike BleachBit’s existing CLI, which is intended for non-interactive use in scripts, the TUI is fully interactive, you navigate the interface with your keyboard (there’s limited mouse support) to select, preview and clean out cruft. The BleachBit TUI caters to use cases the GUI doesn’t, be that headless Linux servers managed remotely or being ava...
- KDE gets €1.2m funding from the Sovereign Tech Fund13 May 2026, 10:00 am
KDE has announced it’s getting a €1.28 million grant from the Sovereign Tech Fund (STF) to help improve the Plasma desktop, KDE Linux and the communication frameworks used by both. The German government-backed fund, which sees its work as “strategic investments in the digital infrastructure of our economy and society”, will disburse €1,285,200 ($1,512,680) to KDE across 2026 and 2027. Like all grants the fund provides, the money is earmarked for a specific set of pre-approved projects....
- Open Hardware: GNU-like Mobile Linux Update, Flipper, and More24 May 2026, 12:04 pm
Hardware news... 
- Programming Leftovers24 May 2026, 12:00 pm
Development news... 
- Nuisance or Bad Behaviour Comes With Good Weather24 May 2026, 11:43 am
Theft is just one aspect... 
- Android Leftovers24 May 2026, 11:12 am
Your Android home screen widgets are about to get a ton of upgrades... 
- The best Linux distro for beginners is getting a much snappier file explorer24 May 2026, 10:32 am
If you're on the fence about using an open-source operating system... 
- This super-minimalist GNOME theme is changing how I use Linux24 May 2026, 10:16 am
If you use GNOME, you know how this goes: install GNOME... 
- Free and Open Source Software24 May 2026, 10:15 am
This is free and open source software... 
- A Linux distro once got too close to Windows, and Microsoft came for it24 May 2026, 10:13 am
Back in 2001, a tiny startup launched an operating system called Lindows... 
- Picking a Linux distro is the wrong first question — here's what you should ask instead24 May 2026, 10:11 am
A few months before Windows 10 went into extended support, I knew I wanted to move to Linux... 
- StackOS – Ubuntu-based Linux distribution24 May 2026, 9:56 am
StackOS Genesis is an Ubuntu-based Linux distribution with its own visual identity... 
- Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure11 March 2026, 1:00 pm
By Juha Holkkola, FusionLayer Group How DHCP Changed Connectivity In the late 1990s, the DHCP (Dynamic Host Configuration Protocol) quietly catalyzed a revolution in digital connectivity. Before DHCP was introduced, connecting devices to a network involved manual entry of IP addresses, DNS servers, subnet masks, and gateways. Networks were fragile, prone to errors, and severely […]
The post Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure appeared first on Linux.com....
- From DHCP to SZTP – The Trust Revolution25 February 2026, 2:00 pm
By Juha Holkkola, FusionLayer Group The Dawn of Effortless Connectivity In the transformative years of the late 1990s, a quiet revolution took place, fundamentally altering how we connect to networks. The introduction of DHCP answered a crucial question, “Where are you on the network?”, by automating IP address assignment. This innovation eradicated the manual configuration […]
The post From DHCP to SZTP – The Trust Revolution appeared first on Linux.com....
- Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship15 January 2026, 2:29 pm
Sustaining a Core Part of the Linux Ecosystem The Linux Foundation has announced a second year of sponsorship for the ongoing maintenance of the Linux manual pages (man-pages) project, led by Alejandro (Alex) Colomar. This critical initiative is made possible through the continued support of Google, Hudson River Trading, and Meta, who have renewed their […]
The post Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship appeared first on Linux.com....
- Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two29 October 2025, 1:45 pm
In Part One of this series, we examined how the SONiC control plane and the VPP data plane form a cohesive, software-defined routing stack through the Switch Abstraction Interface. We outlined how SONiC’s Redis-based orchestration and VPP’s user-space packet engine come together to create a high-performance, open router architecture. In this second part, we’ll turn […]
The post Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two appeared first on Li...
- Disaggregated Routing with SONiC and VPP: Architecture and Integration – Part One22 October 2025, 1:44 pm
The networking industry is undergoing a fundamental architectural transformation, driven by the relentless demands of cloud-scale data centers and the rise of software-defined infrastructure. At the heart of this evolution is the principle of disaggregation: the systematic unbundling of components that were once tightly integrated within proprietary, monolithic systems. This movement began with the separation […]
The post Disaggregated Routing with SONiC and VPP: Architecture and Integration...
- Kubernetes on Bare Metal for Maximum Performance14 October 2025, 1:00 pm
When teams consider deploying Kubernetes, one of the first questions that arises is: where should it run? The default answer is often the public cloud, thanks to its flexibility and ease of use. However, a growing number of organizations are revisiting the advantages of running Kubernetes directly on bare metal servers. For workloads that demand […]
The post Kubernetes on Bare Metal for Maximum Performance appeared first on Linux.com....
- How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM6 June 2025, 10:53 am
This article was contributed by Vedrana Vidulin, Head of Responsible AI Unit at Intellias (LinkedIn). As AI becomes central to smart devices, embedded systems, and edge computing, the ability to run language models locally — without relying on the cloud — is essential. Whether it’s for reducing latency, improving data privacy, or enabling offline functionality, local AI […]
The post How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM appeared first on Linux.com....
- Automating Compliance Management with UTMStack’s Open Source SIEM & XDR13 May 2025, 12:17 pm
Achieving and maintaining compliance with regulatory frameworks can be challenging for many organizations. Managing security controls manually often leads to excessive use of time and resources, leaving less available for strategic initiatives and business growth. Standards such as CMMC, HIPAA, PCI DSS, SOC2 and GDPR demand ongoing monitoring, detailed documentation, and rigorous evidence collection. Solutions […]
The post Automating Compliance Management with UTMStack’s Open Source SIEM &am...
- A Simple Way to Install Talos Linux on Any Machine, with Any Provider27 April 2025, 11:40 pm
Talos Linux is a specialized operating system designed for running Kubernetes. First and foremost it handles full lifecycle management for Kubernetes control-plane components. On the other hand, Talos Linux focuses on security, minimizing the user’s ability to influence the system. A distinctive feature of this OS is the near-complete absence of executables, including the absence […]
The post A Simple Way to Install Talos Linux on Any Machine, with Any Provider appeared first on Linux.com....
- Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces4 April 2025, 6:16 pm
OpenTelemetry (fondly known as OTel) is an open-source project that provides a unified set of APIs, libraries, agents, and instrumentation to capture and export logs, metrics, and traces from applications. The project’s goal is to standardize observability across various services and applications, enabling better monitoring and troubleshooting. Read More at Causely
The post Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces appeared first on Linux.com....
- Live Raizo 17.26.05.2424 May 2026, 3:00 pm
Live Raizo is a live Linux distribution based on Debian "Stable". It's purpose is to experiment with system administration on simulated networks and real devices; it contains simulators of networks and systems (GNS3, QEmu, Docker, VPCS) and also Debian virtual machines already integrated into GNS3. Live Raizo also includes tools to interact with real devices, such as minicom, Putty, Wireshark, as well as DHCP, DNS, FTP, TFTP and SSH servers. The distribution uses the Fluxbox window manager and ... 
- TitalcruiseOS 5.2-2026052324 May 2026, 7:37 am
TitalcruiseOS is a desktop Linux distribution based on Debian's "Stable" branch and featuring a heavily customised GNOME desktop. It aims to deliver low-latency performance and comprehensive software compatibility for system administrators, developers and power users alike. Its GNOME desktop is enhanced with a curated selection of native extensions and utility tools. TitalcruiseOS comes pre-configured with deployment and virtualization capabilities, including a full Docker CE environment, Podma... 
- Besgnulinux 4-024 May 2026, 3:47 am
Besgnulinux is a lightweight, desktop Linux distribution based on Debian's "stable" branch. Using the JWM window manager, it is designed to be fast, lightweight and easy to use, suitable for older and low-specification computers. Besgnulinux comes with the Calamares system installer, the Brave web browser, and over 40 custom-built tools to control the systems settings as well as the desktop's look-and-feel.... 
- LazyLinux 2026052323 May 2026, 9:52 pm
LazyLinux is a Void-based desktop Linux distribution with Xfce as the preferred desktop and a vast collection of pre-installed software. It intends to be user-friendly and usable right after installation. The distribution ships with many popular productivity and multimedia applications, such as Brave browser, Thunderbird email client, LibreOffice office suite, GIMP image manipulation program, Inkscape vector graphics editor, VLC media player and many others. LazyLinux also provides out-of-the-b... 
- Alien-OS 26.0523 May 2026, 7:05 pm
Alien-OS is a German Linux distribution based on Debian's latest "Stable" release, with components borrowed from MX Linux. It uses the Regolith Desktop Environment which combines i3 and Sway window managers into a single tiling, keyboard-driven user interface. The distribution's main features include a choice of systemd or SysV init systems, the integrated MX-Tools configuration utility, the Liquorix Linux kernel for enhanced performance in gaming and multimedia applications, over 20 pre-instal...
- Manjaro 26.1.0-pre-26052323 May 2026, 10:16 am
Manjaro Linux is a fast, user-friendly, desktop-oriented operating system based on Arch Linux. Key features include intuitive installation process, automatic hardware detection, stable rolling-release model, ability to install multiple kernels, special Bash scripts for managing graphics drivers and extensive desktop configurability. Manjaro Linux offers Xfce as the core desktop options, as well as KDE, GNOME and a minimalist Net edition for more advanced users. Community-supported desktop flavo...
- TobbeOS 2026.05.2222 May 2026, 11:22 pm
TobbeOS is a minimalist, Arch-based Linux distribution featuring the Qtile tiling window manager. It provides a network installation image with a simple script that guides the user through the installation process; it downloads and installs the latest packages from Arch Linux repositories. The script offers a choice between the Btrfs and ext4 filesystem. TobbeOS also provides a pre-configured Emacs editor, while the default web browser is a privacy-focused Firefox fork called Zen Browser....
- FUSS 13.5.022 May 2026, 6:40 pm
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....
- FreeBSD 15.1-RC122 May 2026, 4:38 pm
FreeBSD is a UNIX-like operating system for the i386, amd64, IA-64, arm, MIPS, powerpc, ppc64, PC-98 and UltraSPARC platforms based on U.C. Berkeley's "4.4BSD-Lite" release, with some "4.4BSD-Lite2" enhancements. It is also based indirectly on William Jolitz's port of U.C. Berkeley's "Net/2" to the i386, known as "386BSD", though very little of the 386BSD code remains. FreeBSD is used by companies, Internet Service Providers, researchers, computer professionals, students and home users all over...
- FydeOS 22.122 May 2026, 9:34 am
FydeOS, developed by 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 ChromeOS 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...
- Rust-Based Wild Linker 0.9 Brings New Platform Coverage, Linker Plugin API24 May 2026, 11:39 am
Wild Linker 0.9 was released today as the latest version of this very fast linker for Linux systems that is written in the Rust programming language...... 
- Firefox 152 Enters Public Beta Testing with Many Changes and Improvements24 May 2026, 10:08 am
Firefox 152 open-source web browser is now available for public beta testing with new “Send to Mobile” options, HDR support on Windows, improved settings, and new features for web developers.... 
- Linux Mint Plans Faster Nemo and New Cinnamon Screenshot Tool24 May 2026, 8:36 am
Linux Mint previews upcoming Cinnamon and Nemo improvements, including faster file browsing, a new screenshot tool, and WPA3 support.... 
- HP Linux Imaging and Printing (HPLIP) 3.26.4 Drivers Add Support for New Printers24 May 2026, 7:05 am
HP Linux Imaging and Printing (HPLIP) 3.26.4 drivers are now available for download with support for new HP printers.... 
- Apache NetBeans 30 IDE Released with JDK 21 as New Baseline24 May 2026, 5:33 am
Apache NetBeans 30 is now available with JDK 21 as the minimum runtime, Maven 3.9.15, Ant 1.10.17, and Java editor fixes.... 
- DietPi 10.4 Released with Orange Pi 5B Support, DietPi-Software Improvements24 May 2026, 4:02 am
DietPi 10.4 distribution for single-board computers is now available for download with support for Orange Pi 5B, DietPi-Software improvements, and other changes. Here’s what’s new!... 
- Linux Mint Making Improvements To Its File Manager, Theme & Dialogs24 May 2026, 2:30 am
The Linux Mint project today published their May 2026 status report to outline recent work done to this Ubuntu/Debian-based Linux platform and much of their focus in recent weeks on enhancements to their Cinnamon desktop environment...... 
- Tails 7.8 Anonymous Linux OS Patches Recent Kernel Flaws, Removes Thunderbird24 May 2026, 12:59 am
Tails 7.8 anonymous Linux distribution is now available for download with an updated kernel patched against recent security vulnerabilities, Tor Browser 15.0.14, and other changes.... 
- Phosh 0.55 GNOME-Based Mobile Shell Released with Syncthing Quick Settings23 May 2026, 11:27 pm
Phosh 0.55 adds a Syncthing quick setting, screen dimming fixes, Phoc 0.55 with wlroots 0.20, and more mobile Linux updates.... 
- Wireshark 4.6.6 Is Out with Updated Protocol Support and Bug Fixes23 May 2026, 9:56 pm
Wireshark 4.6.6 open-source network protocol analyzer is now available for download with updated protocol and capture file support, as well as various bug fixes.... 
- Perfect Server Automated ISPConfig 3 Installation on Debian 12 and Debian 13, Ubuntu 22.04 and Ubuntu 24.0431 January 2026, 10:01 am
This tutorial shows you how to easily set up a web, email and DNS server with ISPConfig 3 using the ISPConfig auto-installation script....
- How to install PHP 5.6 and 7.0 - 8.4 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Debian 11 to 123 November 2025, 9:28 pm
In this guide we will take you through installing additional PHP versions (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.1, 8.2, 8.3, and 8.4) on a Debian server with ISPConfig....
- How to install PHP 5.6 and 7.0 - 8.4 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Ubuntu 22.04 - 24.043 November 2025, 9:26 pm
When using ISPConfig, by default, you only have the main PHP version for your distribution. This guide will show you how to install additional PHP versions (5.6, 7.0 - 7.4, 8.1 - 8.4) on an Ubuntu server with ISPConfig....
- Update the ISPConfig Perfect Server from Debian 11 to Debian 123 November 2025, 9:24 pm
This tutorial will take you through updating a server managed by ISPConfig from Debian 11 (bullseye) to Debian 12 (bookworm). This guide works for both single- and multiserver setups....
- How to Install CSF (Config Server Firewall) on Debian 126 October 2025, 10:58 am
CSF or Config Server Firewall is a Stateful Packet Inspection (SPI) firewall based on IPtables and Perl. it provides a daemon process that will monitor your services for failure authentication....
- How to Install Wiki.js on Debian 1226 June 2025, 8:04 pm
Wiki.js is free and open-source wiki software based on Node.js, Git, and Markdown. In this article, we'll show you how to install Wiki.js on a Debian 12 system....
- ISPConfig Perfect Multiserver setup on Ubuntu 24.04 and Debian 1219 June 2025, 5:43 pm
This tutorial will take you through installing your own ISPConfig 3 multiserver setup with dedicated servers for the panel, web, DNS, mail, and webmail using the new ISPConfig auto-installer. This tutorial is compatible with Debian 12 and Ubuntu 24.04....
- Securing your ISPConfig 3 managed mailserver with a valid Let's Encrypt SSL certificate19 June 2025, 5:18 pm
If you're running your own mailserver, it's best practice to connect to it securely with a SSL/TLS connection. You'll need a valid certificate for these secure connections. In this tutorial, we'll set up a Let's Encrypt certificate for our mailserver that renews automatically....
- How to Install OpenEMR on Ubuntu 24.04 Server29 May 2025, 4:19 pm
OpenEMR is an open-source health records and medical practice management solution. It is a fully integrated electronic health record and practice management, scheduling, electronic billing, and internationalization support....
- How to Install Moodle LMS on Debian 12 Server29 May 2025, 4:15 pm
Moodle is an open solution for the Learning Management System (LMS). It is a platform for educational purposes, from creating online courses, managing online schools, managing content, and offering collaborative learning....
- Download of the day: GIMP 3.0 is FINALLY Here!18 March 2025, 3:45 am
Wow! After years of hard work and countless commits, we have finally reached a huge milestone: GIMP 3.0 is officially released! I am excited as I write this and can't wait to share some incredible new features and improvements in this release. GIMP 2.10 was released in 2018, and the first development version of GIMP 3.0 came out in 2020. GIMP 3.0 released on 16/March/2025. Let us explore how to download and install GIMP 3.0, as well as the new features in this version.
Love this? sudo share_on: ...
- Ubuntu to Explore Rust-Based “uutils” as Potential GNU Core Utilities Replacement16 March 2025, 12:17 pm
In a move that has sparked significant discussion within the Ubuntu Linux fan-base and community, Canonical, the company behind Ubuntu, has announced its intention to explore the potential replacement of GNU Core Utilities with the Rust-based "uutils" project. They plan to introduce new changes in Ubuntu Linux 25.10, eventually changing it to Ubuntu version 26.04 LTS release in 2026 as Ubuntu is testing Rust 'uutils' to overhaul its core utilities potentially. Let us find out the pros and cons a...
- Critical Rsync Vulnerability Requires Immediate Patching on Linux and Unix systems15 January 2025, 6:04 pm
Rsync is a opensource command-line tool in Linux, macOS, *BSD and Unix-like systems that synchronizes files and directories. It is a popular tool for sending or receiving files, making backups, or setting up mirrors. It minimizes data copied by transferring only the changed parts of files, making it faster and more bandwidth-efficient than traditional copying methods provided by tools like sftp or ftp-ssl. Rsync versions 3.3.0 and below has been found with SIX serious vulnerabilities. Attackers ...
- ZFS Raidz Expansion Finally, Here in version 2.3.014 January 2025, 9:19 am
After years of development and testing, the ZFS raidz expansion is finally here and has been released as part of version 2.3.0. ZFS is a popular file system for Linux and FreeBSD. RAIDz is like RAID 5, which you find with hardware or Linux software raid devices. It protects your data by spreading it across multiple hard disks along with parity information. A raidz device can have single, double, or triple parity to sustain one, two, or three hard disk failures, respectively, without losing any d...
- lnav – Awesome terminal log file viewer for Linux and Unix16 June 2024, 11:04 am
It is no secret that whether you are a developer or sysadmin, you need to use log files to troubleshoot errors on your Linux and Unix systems. You use tools like grep, tail, cat, or journalctl to view log files. However, you may need help with so many log files. These essential Unix tools are suitable for basic text but fall short when dealing with many log files. You can get tired from sifting through endless lines of log files. The lnav utility is here to the rescue! It is a powerful log file ...
- sttr – Awesome Linux & Unix tool for transformation of the string24 May 2024, 9:17 pm
sttr demo
The sttr is a free and open-source command-line tool in Golang that lets you easily change and modify text. You can perform transformation operations on the string, such as hashing text, string manipulation, and more. sttr is beneficial for developers and *nix users requiring swift modification to strings or files directly via the command line or TUI. It is helpful in your scripting, data processing, and automation tasks at the CLI.
Love this? sudo share_on: Twitter - Facebook - Link...
- How to block AI Crawler Bots using robots.txt file29 September 2023, 8:40 pm
Are you a content creator or a blog author who generates unique, high-quality content for a living? Have you noticed that generative AI platforms like OpenAI or CCBot use your content to train their algorithms without your consent? Don't worry! You can block these AI crawlers from accessing your website or blog by using the robots.txt file.
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit
The post How to block AI Crawler Bots using robots.txt file appeared first on nix...
- Debian Linux 12.1 released with Security Updates23 July 2023, 9:30 am
Debian Linux project announces the first update of the Debian project's stable distribution, Debian 12 (codename "bookworm") named Debian 12.1. This update mainly addresses security issues and significant problems. Security advisories have been published and are now available to download.
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit
The post Debian Linux 12.1 released with Security Updates appeared first on nixCraft....
- Setting up VSCode for Ansible Lightspeed AI in Ubuntu 22.04 desktop22 July 2023, 2:01 pm
Red Hat launched the Ansible Lightspeed Code Assistant Generative AI with IBM Watson Code Assistant in May 2023. This preview is now available to all Ansible users, allowing them to explore the technology, provide feedback to Red Hat, and further train the AI model. In this brief blog post, I will share my personal experience with installing and utilizing Ansible Lightspeed AI to create playbooks in VSCode using Ubuntu Linux 20.04 LTS desktop.
Love this? sudo share_on: Twitter - Facebook - Linke...
- How to upgrade FreeBSD 13.1 to 13.2 release12 April 2023, 1:55 am
The FreeBSD Release Engineering Team is announcing the availability of FreeBSD version 13.2-RELEASE on 11/April/2023. It is the third release of the stable/13 branches. I updated my FreeBSD version 13.1 to 13.2 using the CLI over an ssh-based session. Here are my quick notes.
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit
The post How to upgrade FreeBSD 13.1 to 13.2 release appeared first on nixCraft....
- PaloAlto init-cfg.txt Bootstrap Config file Layout with Examples19 May 2022, 3:30 am
When you install and configure the PaloAlto firewall, when the firewall boots up for the first time, it does the bootstrapping process. PaloAlto uses the settings defined in the bootstrap files, including the init-cfg.txt and bootstrap.xml under the config folder to configure the initial state of the firewall. For example, during the bootstrap process, it […]...
- 21 Examples to Manage Secrets using AWS Secrets Manager CLI16 March 2022, 2:00 am
Using AWS Secrets manager you can store, retrieve, rotate and manage secrets such as database credentials, API keys and other sensitive information used by your application. Secrets are rotated without any disruption to your application, and you can also replicate secrets to multiple AWS regions. You can manage secrets from AWS console, SDK, CLI, or […]...
- 13 Examples to Manage S3 Bucket Replication Rules using AWS CLI9 December 2021, 3:30 am
Using S3 replication, you can setup automatic replication of S3 objects from one bucket to another. The source and destination bucket can be within the same AWS account or in different accounts. You can also replicate objects from one source bucket to multiple destination buckets. If you want to have a second copy of your […]...
- 5 Python Examples to Read and Write JSON files for Encode and Decode1 April 2021, 4:00 am
JSON stands for JavaScript Object Notation, which is a format for structuring data that is very similar to the concept of maps in computer programming. Maps consists of keys and corresponding values. A key has to be unique within a map. JSON is light-weight format of representing data as text in a file, whose syntax […]...
- 8 Examples to Add Static Routes in PAN-OS PaloAlto from CLI and Console10 March 2021, 4:00 am
Managing routes is an essential configuration task for network admins who are managing firewalls. If you are using the PaloAlto firewall, this tutorial explains how to add static routes using both the PAN-OS command line interface and from the PaloAlto Firewall Console. 1. CLI – View Current Routes Before adding a route, view all current […]...
- 3 Methods to Create Jenkins Pipeline – Classic UI, BlueOcean, Git7 January 2021, 3:30 am
Jenkins is a DevOps tool which can be used to automate your build, test and delivery of software code. If you are new to Jenkins, this tutorial will help you to understand how to create Jenkins pipeline using one of the following methods: Classic Jenkins User Interface Jenkins Blue Ocean User Interface which reduces clutter […]...
- 12 Examples to Manage AWS Transit Gateway Route Table from CLI7 October 2020, 3:00 am
Apart from the default route table that gets created when you create a transit gateway, you can also create additional route tables. This helps you to associate a specific attachment with a specific route table. The attachments can propagate their routes to one or more route tables. You can also add static routes to the […]...
- 10 Examples to Manage PaloAlto Firewall Users from PAN-OS CLI23 September 2020, 3:00 am
This tutorial explains how to manage PaloAlto users from CLI. You’ll learn about user and role related functionalities including how to create a new user, assign a role to an user, make regular user as an admin user, list all existing users, delete an user, etc., 1. Enter PaloAlto CLI Configuration Mode First, login to […]...
- 24 Examples to Manage AWS Transit Gateway and Attachments from CLI16 September 2020, 3:00 am
AWS Transit gateway acts as a hub to connect multiple VPC and on-prem networks. Apart from attaching a VPC to transit hub and routing traffic, you can also attach a VPN connection or Direct Connect gateway to your transit gateway. You can also peer two transit gateways and route traffic between them. In a multi-account […]...
- 5 Steps to Upgrade PaloAlto PAN-OS Firewall Software from CLI or Console9 June 2020, 3:30 am
PaloAlto releases software updates on an on-going basis. It’s essential that you stay current with the latest stable release of firewall. On a high-level the following are 5 easy steps to upgrade PaloAlto firewall: Pre-install: Verify current software version Check Available Software Versions Download Latest Version of PaloAlto Install the Latest version of Firewall Software […]...
- Amazon is giving away 2 free eBooks this May—here's how to claim them24 May 2026, 12:01 pm
Time to dive into reading again... 
- I stopped dual-booting Linux once Windows finally got the command line right24 May 2026, 11:30 am
WSL gave me the Linux tools I wanted without the reboots, partitions, and daily friction that made dual-booting annoying.... 
- Looking for a distraction-free writing tool? You need a writerDeck24 May 2026, 11:00 am
It’s like a Cyberdeck for your words.... 
- You're using Excel wrong if you're still manually cleaning data—Python does it for you in seconds24 May 2026, 10:30 am
Save your clicks with a few lines of Python code.... 
- 10 Linux commands to know for managing files23 May 2026, 8:33 pm
These commands are essential when you're working with files and directories.... 
- Forget Lexus—this Toyota sedan feels far more upscale23 May 2026, 8:30 pm
This Toyota sedan feels so upscale, you’ll wonder why anyone still pays extra for a Lexus.... 
- I ditched my Samsung foldable because Samsung ditched being Samsung23 May 2026, 7:45 pm
Samsung is becoming Google with better build quality... 
- I bought a barebones mini PC to reuse an old SSD, and it’s the smartest tech choice I've made all year23 May 2026, 7:30 pm
I built a secondary PC using a barebones mini PC and free Linux, and I’m completely sold... 
- Stop settling for an SUV: 5 convertibles that remind you why open-air driving matters23 May 2026, 7:01 pm
Nothing beats cruising with the top down....
- Open-ear earbuds aren't a gimmick, they're the future of comfortable audio23 May 2026, 6:45 pm
Finally, they made earbuds for people who don't like earbuds....
- Designing end-to-end ingress request tracing for multi-tenant SaaS platforms22 May 2026, 11:00 am
Modern SaaS platforms built on cloud‑native architectures frequently consist of dozens of independently deployed microservices. A single customer request entering the platform at the ingress layer may traverse authentication services, orchestration engines, data services, and downstream......
- Aamchi Mumbai: A KubeCon + CloudNativeCon field guide21 May 2026, 2:14 pm
Welcome to Mumbai KubeCon + CloudNativeCon India lands in Mumbai on 18-19 June 2026, at the Jio World Convention Centre in BKC. Thousands of cloud native engineers are flying in, many of you for the first......
- Cloud Native Computing Foundation Announces OpenTelemetry’s Graduation, Solidifying Status as the De Facto Observability Standard21 May 2026, 2:00 pm
The milestone for OpenTelemetry reflects widespread production adoption and a stable, vendor-neutral observability standard Key Highlights: MINNEAPOLIS – OBSERVABILITY SUMMIT – May 21, 2026 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for......
- How NetEase Games achieved 30-second LLM cold starts on Kubernetes21 May 2026, 11:00 am
At NetEase Games, we learned a hard lesson about large language model (LLM) inference in production: elastic compute is only useful if data can move just as fast. “Elastic compute is only useful if data can......
- Introducing Prempti: Policy and visibility for AI coding agents20 May 2026, 11:00 am
AI coding agents have become a real part of the developer workflow. Tools like Claude Code sit in your terminal, read your files, run shell commands, make network requests, and write code, all on your behalf.......
- Automating Confidential Containers (CoCo) infrastructure with Kyverno19 May 2026, 11:00 am
Confidential Containers (CoCo) adds a critical security layer for containerized workloads, especially in environments where parts of the platform are not inherently trusted. However, deploying CoCo-enabled workloads often requires application teams to manage infrastructure-heavy details that......
- CNCF Welcomes CVS Health as a Platinum Member To Expand Cloud Native Collaboration 18 May 2026, 4:00 pm
CVS Health strengthens commitment to secure healthcare and modernization efforts further reducing engineering complexity SAN FRANCISCO, California – May 18, 2026 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software,......
- What kubectl debug doesn’t tell you: The silent evidence gap18 May 2026, 11:00 am
The session that left no record A kubectl debug session can contain the only direct observation of a failing system state. However, once the session ends, Kubernetes does not retain the termination context of that session......
- Extending AI gateways with Rust: Custom transformations in agentgateway and kgateway15 May 2026, 11:00 am
Every gateway ships with a set of built-in policies. Authentication. Rate limiting. Request routing. Prompt guards. These cover most use cases. But what about the ones they don’t cover? What if you need to add a......
- When AI agents become contributors: How KubeStellar reached 81% PR acceptance14 May 2026, 11:00 am
In mid-December, I started building KubeStellar Console from scratch. It’s a multi-cluster management dashboard for Kubernetes, and it sits inside the KubeStellar project in the Cloud Native Computing Foundation (CNCF) Sandbox. The stack is Go on the back......
- Announcing etcd 3.7.0-beta.020 May 2026, 12:00 am
SIG-Etcd announces the availability of the first beta release of etcd v3.7.0. This new version of the popular distributed database and key Kubernetes component includes the long-requested RangeStream feature, as well as a refactoring and cleanup of multiple legacy components and interfaces. v3.7 will deliver improved security, better operational reliability, and an improved experience for working with large resultsets.
First, however, the project needs users to test the beta. You can find v3.7.0...
- Kubernetes v1.36: New Metric for Route Sync in the Cloud Controller Manager15 May 2026, 6:35 pm
This article was originally published with the wrong date. It was later republished, dated the 15th of
May 2026.
Kubernetes v1.36 introduces a new alpha counter metric route_controller_route_sync_total
to the Cloud Controller Manager (CCM) route controller implementation at
k8s.io/cloud-provider. This metric
increments each time routes are synced with the cloud provider.
A/B testing watch-based route reconciliation
This metric was added to help operators validate the
CloudControllerManagerWatchB...
- Kubernetes v1.36: Mixed Version Proxy Graduates to Beta15 May 2026, 6:00 pm
Back in Kubernetes 1.28, we introduced the Mixed Version Proxy (MVP) as an Alpha feature (under the feature gate UnknownVersionInteroperabilityProxy) in a previous blog post. The goal was simple but critical: make cluster upgrades safer by ensuring that requests for resources not yet known to an older API server are correctly routed to a newer peer API server, instead of returning an incorrect 404 Not Found.
We are excited to announce that the Mixed Version Proxy is moving to Beta in Kubernetes ...
- Kubernetes v1.36: Deprecation and removal of Service ExternalIPs14 May 2026, 6:35 pm
The .spec.externalIPs field for Service was an early attempt to provide
cloud-load-balancer-like functionality for non-cloud clusters.
Unfortunately, the API assumes that every user in the cluster is fully
trusted, and in any situation where that is not the case, it enables
various security exploits, as described in
CVE-2020-8554.
Since Kubernetes 1.21, the Kubernetes project has recommended that all users disable
.spec.externalIPs. To make that easier, Kubernetes also added an admission control...
- Kubernetes v1.36: Advancing Workload-Aware Scheduling13 May 2026, 6:35 pm
AI/ML and batch workloads introduce unique scheduling challenges that go beyond simple Pod-by-Pod scheduling.
In Kubernetes v1.35, we introduced the first tranche of workload-aware scheduling improvements,
featuring the foundational Workload API alongside basic gang scheduling support built on a Pod-based framework,
and an opportunistic batching feature to efficiently process identical Pods.
Kubernetes v1.36 introduces a significant architectural evolution by cleanly separating API concerns:
the...
- Kubernetes v1.36: PSI Metrics for Kubernetes Graduates to GA12 May 2026, 6:35 pm
Since its original implementation in the Linux kernel in 2018,
Pressure Stall Information (PSI) has provided users
with the high-fidelity signals needed to identify resource saturation before it becomes an outage.
Unlike traditional utilization metrics, PSI tells the story of tasks stalled and time lost, all in nicely-packaged percentages of time across the CPU, memory, and I/O.
With the recent release of Kubernetes v1.36, users across the ecosystem have a stable, reliable interface to observe r...
- Kubernetes v1.36: Moving Volume Group Snapshots to GA8 May 2026, 6:35 pm
Volume group snapshots were introduced as an Alpha feature with the Kubernetes v1.27 release, moved to Beta in v1.32, and to a second Beta in v1.34. We are excited to announce that in the Kubernetes v1.36 release, support for volume group snapshots has reached General Availability (GA).
The support for volume group snapshots relies on a set of extension APIs for group snapshots. These APIs allow users to take crash-consistent snapshots for a set of volumes. Behind the scenes, Kubernetes uses a l...
- Kubernetes v1.36: More Drivers, New Features, and the Next Era of DRA7 May 2026, 6:35 pm
Dynamic Resource Allocation (DRA) has fundamentally changed how platform administrators handle hardware
accelerators and specialized resources in Kubernetes. In the v1.36 release, DRA
continues to mature, bringing a wave of feature graduations, critical usability
improvements, and new capabilities that extend the flexibility of DRA to native
resources like memory and CPU, and support for ResourceClaims in PodGroups.
Driver availability continues to expand. Beyond specialized compute accelerators...
- Kubernetes v1.36: Server-Side Sharded List and Watch6 May 2026, 6:35 pm
As Kubernetes clusters grow to tens of thousands of nodes, controllers that watch
high-cardinality resources like Pods face a scaling wall. Every replica of a
horizontally scaled controller receives the full stream of events from the API
server, paying the CPU, memory, and network cost to deserialize everything, only
to discard the objects it is not responsible for. Scaling out the controller
does not reduce per-replica cost; it multiplies it.
Kubernetes v1.36 introduces server-side sharded list...
- Kubernetes v1.36: Declarative Validation Graduates to GA5 May 2026, 6:35 pm
In Kubernetes v1.36, Declarative Validation for Kubernetes native types has reached General Availability (GA).
For users, this means more reliable, predictable, and better-documented APIs. By moving to a declarative model, the project also unlocks the future ability to publish validation rules via OpenAPI and integrate with ecosystem tools like Kubebuilder. For contributors and ecosystem developers, this replaces thousands of lines of handwritten validation code with a unified, maintainable fram...
- Meet Gordon: Docker’s AI Agent For Your Entire Container Workflow19 May 2026, 7:08 pm
Gordon understands your environment, proposes fixes, and takes action across your entire Docker workflow. Now generally available. Image 1: Gordon in Docker Desktop Why Gordon Exists Developers are more productive than ever. AI coding assistants are writing code, merging PRs and cutting review cycles. But the moment something breaks in a container, or a teammate......
- Coding Agent Horror Stories: The Security Crisis Threatening Developer Infrastructure18 May 2026, 1:00 pm
This is issue 1 of a new series called Coding Agent Horror Stories where we examine critical security failures in the AI coding agent ecosystem and how Docker Sandboxes provide enterprise-grade protection against these threats. AI coding agents are everywhere. According to Anthropic's 2026 Agentic Coding Trends Report, developers are now using AI in roughly......
- Custom MCP Catalogs and Profiles: Advancing Enterprise MCP Adoption15 May 2026, 1:00 pm
We’re excited to announce the general availability of Custom Catalogs and Profiles for managing Model Context Protocol (MCP) servers. These two complementary capabilities fundamentally change how teams package, distribute, and manage AI tooling. Custom MCP Catalogs let organizations curate and distribute approved collections of MCP servers. MCP Profiles enable individual developers to easily build, run,......
- NIST Narrows the NVD: What Container Security Programs Should Reassess13 May 2026, 10:38 am
On April 15, NIST announced a prioritized enrichment model for the National Vulnerability Database. Most CVEs will still be published, but fewer will receive the CVSS scores, CPE mappings, and CWE classifications that container scanners and compliance programs have historically relied on. The change formalizes a drift that has been visible to anyone pulling NVD......
- Docker AI Governance: Unlock Agent Autonomy, Safely12 May 2026, 6:00 pm
Introducing Docker AI Governance: centralized control over how agents execute, what they can reach on the network, which credentials they can use, and which MCP tools they can call, so every developer in your company can run AI agents safely, wherever they work. Your laptop is the new prod Agents are the biggest productivity unlock......
- Comparing Different Approaches to Sandboxing7 May 2026, 1:00 pm
Whether you are a software engineer, a product manager, or a designer, this quote should fundamentally change how we approach our daily routine. We are no longer just building interfaces; we are creating environments where agents can operate autonomously with minimal human interaction. What could be the fundamental requirement for such an environment ? In......
- Generate Images Locally with Docker Model Runner and Open WebUI5 May 2026, 1:00 pm
We've all been there: you need to generate a few images for a project, you fire up an AI image service, and suddenly you're wondering what happens to your prompts, how many credits you have left, or why that "safe content" filter rejected your perfectly reasonable request for a dragon wearing a business suit. What......
- Precision Container Security with Docker and Black Duck5 May 2026, 8:00 am
The complexity of modern containerized applications often leaves developers drowning in a sea of "noise"—vulnerabilities that exist in the file system but pose zero actual risk to the application. The integration between Black Duck and Docker Hardened Images (DHI) provides a definitive answer to this challenge. By combining Docker’s secure-by-default foundations, using VEX (Vulnerability Exploitability......
- A Virtual Agent team at Docker: How the Coding Agent Sandboxes team uses a fleet of agents to ship faster1 May 2026, 1:00 pm
I work on Coding Agent Sandboxes, aka “sbx” at Docker. The project provides secure, microVM-based isolation for running AI coding agents like Claude Code, Gemini, Codex, Docker Agent and Kiro. Agents get full autonomy inside a sandbox (their own Docker daemon, network, filesystem) without touching your host system. Over the past couple of weeks, we......
- From Security Blocked to Prod Ready: ClickHouse on Docker Hardened Images30 April 2026, 3:55 pm
In November 2025, a team self-hosting Langfuse, an open-source LLM observability platform, on Kubernetes uploaded their ClickHouse image to AWS ECR as part of their production preparation. They found that the pipeline scanner had returned three critical vulnerabilities - not in ClickHouse, but in the base image. Their security team saw the findings and blocked......
- A Deep Dive into Tracing Agentic Workflows (Part 1)22 May 2026, 8:00 pm
Asking Claude, ChatGPT or any other advanced LLM “What is AI?” produces a well structured response seemingly in a matter of seconds. But between the user keystrokes, and the first token appearing, a tightly coordinated system is in play to generate this output.
Your request first hits an ingestion layer. It verifies your session, checks rate limits, and runs the query through a trust filter. Your location quietly determines which compliance policies apply. The request is then stamped with a ...
- What Nobody Tells You About Multimodal Data Pipelines for AI Training22 May 2026, 7:00 pm
Most discussions about AI model training focus on architecture choices, compute budgets, and evaluation benchmarks. The data pipeline that feeds those models? It gets a paragraph, maybe two. Maybe a diagram with an arrow labeled "data ingestion."
That gap is a real problem. In practice, data engineering is where most AI projects quietly fall apart. Not at the model level. Not at inference. At the pipeline....
- Why AI-Generated Code Breaks Your Testing Assumptions22 May 2026, 6:00 pm
You have an AI coding assistant open. You describe a function, it produces 40 lines of clean, well-structured code in under ten seconds, you review it briefly. It looks right, and you ship it.
That workflow is now routine for millions of developers. The speed is real. The problem is that looking right and being right are not the same thing....
- From Data Movement to Local Intelligence: The Shift from Centralized to Federated AI22 May 2026, 5:00 pm
Artificial Intelligence is becoming a core part of how companies operate. It helps in making decisions, predicting outcomes, and automating tasks. But one important question always comes up: “Where should data and AI live?”
As an organization grows, their data doesn’t sit in one location. It spreads across the cloud platform, on-premises, third-party systems, and even on edge devices. At the same time, expectations from AI are changing, business needs real-time decisions, faster insights, ...
- How to Prevent Data Loss in C#22 May 2026, 4:30 pm
Data loss prevention is one of those capabilities that tends to get prioritized reactively, specifically after some compliance violation surfaces, or a data leak makes its way into an incident report. By then, the damage is done; we don’t have any control over the data we lost anymore. The more practical approach is to intercept sensitive data before it leaves our application, at the point where text containing PII or other regulated information is about to be transmitted or stored somewhere d...
- Liquibase: Database Change Management and Automated Deployments22 May 2026, 4:00 pm
Database schema management is one of the most challenging aspect for modern Devops practices. Liquibase gives an open-source, database-solution for tracking, versioning, and deploying database changes across environments. This comprehensive guide explores Liquibase's architecture, implementation patterns, and automation strategies for CI/CD pipelines, with practical examples for enterprise deployment scenarios.
What is Liquibase?
Applying database schema changes with traditional SQL scripts is m...
- Why Knowing Your LLM Hallucinated Is Not Enough22 May 2026, 3:30 pm
There is a moment every developer building with LLMs knows well. The model says something wrong, completely wrong, with total confidence. You catch it. You log it. You note that a hallucination occurred. And then what?
Most teams stop there. They have a hallucination rate. They report it in evaluations. They try to push it down. But they are treating very different problems as if they were the same, which is a bit like a doctor logging "patient is sick" and calling it a diagnosis....
- How Retry Storms Crash API-Led Systems: Bounded Reliability Patterns for Distributed Architectures22 May 2026, 3:00 pm
Modern API-led architectures are built for resilience.
We add:...
- 11 Agentic Testing Tools to Know in 202622 May 2026, 2:30 pm
Agentic testing tools help teams plan, generate, adapt, and run tests with far less manual effort. They’re quickly becoming part of how modern QA scales without slowing delivery.
One thing to get right from the start is scope. Not all agentic testing tools operate at the same level of scope or strategic impact. They vary significantly in what they do and where they fit. Some are point solutions that help you author or run tests faster. Others sit inside broader AI-driven quality platforms t...
- Building a Skill-Based Agentic Reviewer with Claude Code: A Practical Guide Using Skills.MD, MCP Servers, Tools, and Tasks22 May 2026, 2:00 pm
In the evolving landscape of agentic AI development in 2026, combining Anthropic’s open Agent Skills standard with the Model Context Protocol (MCP) enables the creation of highly efficient, portable, and context-aware code reviewers. This article presents a practical, production-ready implementation of a skill-based agentic reviewer tailored for code, pull requests, and technical articles.
Leveraging a lightweight SKILL.md file for declarative workflows (with progressive context loading to min...
- More Videogames Developers Consider Unionization - Some Spurred By Changes to Remote Work Policies24 May 2026, 11:34 am
Developers for several top videogames have joined unions under the Communication Workers of America — including Call of Duty, Fallout, Overwatch, Diablo and World of Warcraft. Last month workers on the online game Magic: The Gathering Arena team announced their own CWA union.
The gaming news site Aftermath shares some interesting details:
Owner Hasbro and Wizards of the Coast could have voluntarily agreed to the union, but instead the issue is going to an official vote with the National Lab... 
- 'Underminr' CDN Vulnerability Hides Malicious Traffic Behind Trusted Domains24 May 2026, 7:34 am
Slashdot reader wiredmikey writes: Threat actors are exploiting a vulnerability in shared content delivery network (CDN) infrastructure to hide connections to malicious domains. Researchers say the vulnerability could impact roughly 88 million domains and can bypass DNS filtering and protective DNS controls, potentially enabling stealthy command-and-control communications and other evasive attacks.
Dubbed "Underminr," the exploit "presents the SNI and HTTP Host of a domain," writes SecurityWee... 
- Tesla's Electric Cybercab is Certified as the Most Efficient EV Ever24 May 2026, 3:34 am
Tesla's upcoming Cybercab "has been certified at 165 Wh/mi," reports Electrek — which makes it "the most efficient electric vehicle ever produced — by a wide margin."
The next most efficient EV on the market, the Lucid Air Pure, consumes 28% more energy per mile. Tesla VP of Vehicle Engineering Lars Moravy confirmed the figure, which represents a certified rating — not a marketing claim or internal target.
It's an impressive achievement, but it comes with a massive asterisk: Tesla acco... 
- Linus Torvalds on How AI is Impacting the Hunt for Linux Kernel Bugs24 May 2026, 1:34 am
Linus Torvalds spoke this week at the Linux Foundation's Open Source Summit North America, reports ZDNet — and described how AI is impacting Linux kernel development:
"In the last six months, we've seen a lot more commits," Torvalds noted, estimating that "the last two releases, it's been about 20% more commits than we had in the previous releases over many years.... The real change that happened in the last six months was that the AI tools actually got good enough for a lot of people... we'r... 
- Is America Closer to Ending Daylight Saving Time?23 May 2026, 10:34 pm
A proposal to make daylight saving time permanent has advanced in the U.S. House of Representative, reports California news station KCRA:
A proposal to make daylight saving time permanent has advanced in the House, reigniting an age-old American debate around the twice-annual clock changes. And this time, the proposal has the president's backing. President Donald Trump said Thursday that he will work "very hard" to sign the so-called Sunshine Protection Act into law after the House Energy and C... 
- AMD (Xilinx) is Excluding Linux From the Free Tier For Its FPGA Dev Tool23 May 2026, 9:34 pm
Long-time Slashdot reader Sun writes:
AMD has announced a change to the way they are licensing Vivado, their FPGA development tool... Hidden between the lines of the announcement [of a new model starting with the 2026.1 release] is the change to the free of charge tier. AMD is adding more devices to be supported in this tier, which is supposedly the carrot. The stick, however, is the removal of certain debug features.
The thing that's likely to hit the hobbist community the worst, however, is... 
- US Layoffs Haven't Increased, and New Tech Industry Hiring Balances Firings23 May 2026, 8:34 pm
"The numbers show that layoffs in the U.S. are roughly at or below levels from before the pandemic," reports the Washington Post, "although they are higher than in 2022 when businesses snapped up workers as the economy roared back to life...
"A different measure that accounts for the growing U.S. workforce shows that layoffs affected about 1.2% of employed people in March, a number that has been steady for years outside of the pandemic..."
In the technology industry, where Meta and other comp... 
- Air France, Airbus Guilty of Corporate Manslaughter In 2009 Air France 447 Crash23 May 2026, 7:34 pm
Long-time Slashdot reader UnknowingFool shares this report from the BBC:
Air France and Airbus have been found guilty of manslaughter over a 2009 plane crash which killed 228 people. The Paris Appeals Court found the airline and aircraft manufacturer "solely and entirely responsible" for the incident, in which flight AF447 from Rio de Janeiro to Paris crashed into the Atlantic Ocean. The passenger jet stalled during a storm and plunged into the water, killing all on board. A court had previousl... 
- Free Software Foundation's Call for 'LibreLocals' Answered on Six Continents - With More Coming23 May 2026, 6:34 pm
The Free Software Foundation announced this week that "its global call for free software supporters to organize LibreLocals this May resulted in free software supporters organizing forty-six LibreLocal events on six continents thus far." (And new dates and locations are being added daily.)
The FSF invited free software supporters to organize in-person community meetups in their area during May 2026, or LibreLocal month, to bring people together to swap ideas, learn from each other, and celebrat...
- Friday Google's AI-Powered Search Results Glitched on the Word 'Disregard'23 May 2026, 5:34 pm
On Friday TechCrunch reported they could no longer Google the word "disregard".
Google's AI Overview responded "Understood. Let me know whenever you have a new prompt or question!" below an icon for hearing the word "disregard" pronounced — then displayed several inches of blank whitespace.
"The Merriam-Webster link is still in there, but you have to scroll..."
Earlier this week, Google rolled out a completely new Search experience, foregrounding AI summaries and kicking the traditional "...
- The Worlds Left to Conquer24 May 2026, 10:48 am
Comments... 
- Greg Brockman: Inside the 72 Hours That Almost Killed OpenAI24 May 2026, 8:29 am
Comments... 
- All Lean Books and Where to Find Them24 May 2026, 8:13 am
Comments... 
- Amazon Web Services – Four Years and Out24 May 2026, 4:51 am
Comments... 
- Why is Vivado 2026.1 dropping Linux support for free tier?24 May 2026, 4:14 am
Comments... 
- The C64 Dead Test Font24 May 2026, 3:57 am
Comments... 
- Alexander Grothendieck Revolutionized 20th-Century Mathematics24 May 2026, 3:19 am
Comments... 
- Microsoft open-sources "the earliest DOS source code discovered to date"24 May 2026, 1:21 am
Comments... 
- Scammers are abusing an internal Microsoft account to send spam links24 May 2026, 12:51 am
Comments... 
- Wake up! 16b24 May 2026, 12:30 am
Comments... 
- Researchers Say the Worst Climate Future is Less Likely. But the Best One is Also Slipping Away23 May 2026, 4:34 pm
Citing new research, the Associated Press reports that "modest gains in the fight to curb climate change have dialed back the most catastrophic of future heating."
That's the good news. But the same research "also confirmed that there's no chance to limit warming to the international goal set in 2015."
Researchers' new list of seven plausible carbon pollution scenarios for the future are pushing aside two staples of climate policy: the extremes on either end. The extremes have become less prob...
- Caltech Could Lose Control of JPL For First Time In Decades23 May 2026, 7:00 am
NASA plans to open competition for the contract to operate JPL for the first time in nearly a century, meaning Caltech's historic role managing the iconic deep-space lab could come to an end when its current agreement expires in 2028. According to JPL, Caltech has managed the lab since the its inception in the 1930s, and has done so for NASA since the agency was established in 1958. Space.com reports: According to the JPL statement, Caltech has been preparing for this possible transition since l...
- SpaceX's Upgraded Starship V3 Launches For First Time23 May 2026, 12:30 am
SpaceX's upgraded Starship V3 launched today from Starbase, Texas, for the first time, successfully deploying 22 dummy Starlink satellites and completing a planned fiery splashdown in the Indian Ocean. Reuters reports: The towering vehicle, consisting of the upper-stage Starship astronaut vessel stacked atop a Super Heavy booster rocket, blasted off at about 5:30 p.m. CT on Friday (2230 GMT) from SpaceX facilities in Starbase, Texas, on the Gulf of Mexico near Brownsville. A live SpaceX webcast ...
- At Least 80% Responsibility For Ill Health In Old Age Down to Individual, Study Says22 May 2026, 7:00 am
A new Oxford Longevity Project report argues that individuals bear at least 80% of the responsibility for ill health in old age. "The report (PDF), launched at the Smart Ageing Summit in Oxford last week, argues that individuals have far greater control over their longevity than is commonly understood," reports The Guardian. "The authors call on the government to take legislative action on alcohol comparable to restrictions on smoking." From the report: Living Longer, Better -- the Oxford Longev...
- OpenAI Claims It Solved an 80-Year-Old Math Problem21 May 2026, 3:00 pm
An anonymous reader quotes a report from TechCrunch: OpenAI claims its new reasoning model has produced an original mathematical proof disproving a famous unsolved conjecture in geometry, which was first posed by Paul Erdos in 1946. If this sounds familiar to you, it's because this isn't the first time OpenAI has made such a bold claim. Seven months ago, the AI giant's former VP Kevin Weil posted on X: "GPT-5 found solutions to 10 (!) previously unsolved Erds problems and made progress on 11 oth...
- NASA Expects Chinese Crewed Mission Around the Moon In 202721 May 2026, 7:00 am
NASA Administrator Jared Isaacman says he expects China to fly taikonauts around the moon in 2027, "ratcheting up perceptions of a space race between China and the United States," reports SpaceNews. He is using that prospect to argue for a revamped Artemis strategy and an accelerated path toward a U.S. lunar return. From the report: "The next time the world tunes in to watch astronauts fly around the moon, which will likely be sometime in 2027, they will be taikonauts, and America will no longer...
- Colossal Biosciences Is Growing Chickens In a 3D-Printed Artificial Eggshell21 May 2026, 3:30 am
Colossal Biosciences says it has grown chickens inside 3D-printed artificial eggshells. "The company says the egg technology could help conserve at-risk bird species," reports MIT Technology. "It could also play a role in a project to re-create the extinct giant moa, a flightless 12-foot-tall bird that once lived in New Zealand and laid four-liter eggs, larger than those of any living bird." From the report: The biotech company today claimed it has developed a "fully artificial egg" as part of i...
- Webb Discovers One of the Universe's First Galaxies20 May 2026, 7:00 am
Astronomers using the James Webb Space Telescope have identified an ultra-faint galaxy seen just 800 million years after the Big Bang. The galaxy contains almost no heavy elements, shows signs of intense early stellar radiation, and could offer a rare glimpse into the first stages of galaxy formation. Phys.org reports: In a paper published in the journal Nature, a team of scientists led by Kimihiko Nakajima, an astronomer at Kanazawa University, Japan, describes how they used the telescope to st...
- WHO Declares Ebola Outbreak a Global Health Emergency18 May 2026, 3:00 pm
An anonymous reader quotes a report from the New York Times: The World Health Organization declared on Saturday that the spread of the Ebola virus in the Democratic Republic of Congo and Uganda was a global health emergency. The announcement was made a day after Africa's leading public health authority reported that an outbreak in a province in the northeast of the country was linked to dozens of suspected deaths. By Saturday, cases had also been confirmed in Kampala, the capital of Uganda, the ...
- 'We Still Can't See Dark Matter. But What If We Can Hear It?'17 May 2026, 7:09 pm
"We may have accidentally detected dark matter back in 2019," writes ScienceAlert.
"What if instead of trying to see dark matter, scientists attempted to hear it instead?" asks Space.com:
New research suggests dark matter could leave a tiny but discernible imprint in the cacophony of ripples in spacetime called "gravitational waves" that ring through the cosmos when two black holes slam together and merge... Fortunately, when it comes to detecting gravitational waves from colliding black holes...
- EUC Modernization Has a New Stack: How SUSE Virtualization + Kasm Workspaces Deliver the Browser-First, AI-Ready Digital Workplace20 May 2026, 8:00 am
The end-user computing (EUC) world has changed—permanently. The average enterprise worker now spends the majority of their day in a browser. SaaS applications like Microsoft 365, Salesforce, Workday, and Slack have displaced the thick-client desktop as the center of productivity. Meanwhile, AI-powered tools, containerized development environments, and remote-first work have pushed the limits of what […]
The post EUC Modernization Has a New Stack: How SUSE Virtualization + Kasm Workspaces Del...
- Powering the Grid of the Future: SUSE Commits to LF Energy’s SEAPATH Project19 May 2026, 6:16 pm
We are thrilled to announce that SUSE is officially committing to the SEAPATH (Software Enabled Automation Platform and Artifacts (THerein)) project, hosted by LF Energy. As a pioneer in enterprise open source solutions, SUSE has always believed in the power of community-driven innovation to solve the world’s most complex technical challenges. Today, there is perhaps […]
The post Powering the Grid of the Future: SUSE Commits to LF Energy’s SEAPATH Project appeared first on SUSE Communities...
- An Open Letter from Europe’s Open Source Industry18 May 2026, 10:00 am
Why we wrote the letter The conversation about digital sovereignty has changed. What was, not long ago, a concern primarily of government CISOs and Brussels policy teams has become a board-level question for organisations across every sector. In a geopolitically unstable world, controlling your own infrastructure and applications is a strategic requirement. That means knowing […]
The post An Open Letter from Europe’s Open Source Industry appeared first on SUSE Communities....
- The Open Source Procurement Agenda: A Guide for IT Leaders, Procurement Teams and Policymakers15 May 2026, 6:28 am
This five-part series from SUSE’s Sovereign Solutions Team, published ahead of the upcoming EU Tech Sovereignty Package, equips IT leaders, procurement professionals, and policymakers with the practical blueprints and frameworks needed to turn digital sovereignty into actionable, long-term resilience. Part 1: An Operational Definition for Digital Sovereignty Part 2: How Europe’s Digital Sovereignty Frameworks Are […]
The post The Open Source Procurement Agenda: A Guide for IT Leaders, Proc...
- A Global Exchange: Applying the European Sovereignty Frameworks Everywhere15 May 2026, 6:27 am
This five-part series from SUSE’s Sovereign Solutions Team, published ahead of the upcoming EU Tech Sovereignty Package, equips IT leaders, procurement professionals, and policymakers with the practical blueprints and frameworks needed to turn digital sovereignty into actionable, long-term resilience. Part 1: An Operational Definition for Digital Sovereignty Part 2: How Europe’s Digital Sovereignty Frameworks Are […]
The post A Global Exchange: Applying the European Sovereignty Frameworks ...
- Scaling SAP HANA Performance: Insights from AWS, Intel, and SUSE14 May 2026, 8:14 pm
Most SAP teams know they need to move to the cloud. The hesitation isn’t about whether they should, it’s about what happens to performance when you get there. On-premises SAP HANA appliances are predictable, but the cloud often feels like a variable you can’t fully control. In the recent webinar, “Scaling SAP HANA Performance on […]
The post Scaling SAP HANA Performance: Insights from AWS, Intel, and SUSE appeared first on SUSE Communities....
- Europe Already Has the Cards and Open Source Is the Ace14 May 2026, 6:36 am
This five-part series from SUSE’s Sovereign Solutions Team, published ahead of the upcoming EU Tech Sovereignty Package, equips IT leaders, procurement professionals, and policymakers with the practical blueprints and frameworks needed to turn digital sovereignty into actionable, long-term resilience. Part 1: An Operational Definition for Digital Sovereignty Part 2: How Europe’s Digital Sovereignty Frameworks Are […]
The post Europe Already Has the Cards and Open Source Is the Ace appeared...
- Your Amazon EKS Fleet Is Growing. Your Management Strategy Should Too.12 May 2026, 9:41 pm
As your cloud-native footprint expands, so does the complexity of managing your Amazon EKS clusters. Amazon EKS offers a robust, managed Kubernetes service. For organizations scaling their Kubernetes footprint, managing multiple clusters can become complex. This includes ensuring consistent policy enforcement and maintaining a unified operational view. SUSE Rancher for AWS enhances this experience by […]
The post Your Amazon EKS Fleet Is Growing. Your Management Strategy Should Too. appeared f...
- How Europe’s Digital Sovereignty Frameworks Are Converging12 May 2026, 7:16 pm
This five-part series from SUSE’s Sovereign Solutions Team, published ahead of the upcoming EU Tech Sovereignty Package, equips IT leaders, procurement professionals, and policymakers with the practical blueprints and frameworks needed to turn digital sovereignty into actionable, long-term resilience. Part 1: An Operational Definition for Digital Sovereignty Part 2: How Europe’s Digital Sovereignty Frameworks Are […]
The post How Europe’s Digital Sovereignty Frameworks Are Converging app...
- Extract GitHub repository URLs from BlackArch tools pages12 February 2026, 8:38 am
$ curl -sL blackarch.org/{tools,recon}.html | awk -F'"' '$4 ~ /^https:\/\/github\.com\// { print $4 }'
Downloads BlackArch tool pages and prints only GitHub links using pure awk filtering.
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Import a wireguard configuration into networkmanager11 February 2026, 8:31 pm
$ nmcli connection import type wireguard file wireguard_config.conf
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Print a full-width horizontal line using the current terminal width (custom character supported)11 February 2026, 6:27 pm
$ printf '%*s\n' "${COLUMNS:-80}" '' | tr ' ' "${1-_}"
This is good when the other option on this site not includes ´tput´ like on minimal shell
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Send a file to the first reachable KDE Connect device3 February 2026, 3:10 am
$ kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --share kdeconnect-cli-send-file.sh
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Play raw entropy noise via ALSA (bypass PulseAudio/PipeWire)27 January 2026, 1:25 pm
$ cat /dev/urandom | play -q -t raw -r 8000 -e unsigned-integer -b 8 -c 1 -t alsa default
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Trigger a notification on USB device insertion using udev27 January 2026, 12:24 pm
$ udevadm monitor --udev --subsystem-match=usb | gawk '/add/ { system("espeak \"USB device attached\"") }'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Minimal Runtime Kernel Module Dependency View26 January 2026, 7:00 pm
$ lsmod | awk 'NR>1 && $4!="-" {print $1; split($4,a,","); for(i in a) print " -> used by:", a[i]; print ""}'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Go to the Nth line of file25 November 2025, 6:40 pm
$ awk 'NR==13' /etc/services
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Quick way to sum every numbers in a file written line by line25 November 2025, 6:21 pm
$ awk '{sum += $0} END {print sum}' file
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Show tcp connections sorted by Host / Most connections25 November 2025, 6:15 pm
$ netstat -ntu | tail -n +3 | awk '{print $5}' | sed 's/:[0-9]*$//' | sort | uniq -c | sort -rn
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Ubuntu Core 26 Offers Game-Changing Enterprise Features21 May 2026, 6:22 pm
Ubuntu Core 26 could be a game-changer for organizations looking for increased security and reliability....
- AI Flooding the Linux Kernel Security Mailing List20 May 2026, 7:39 pm
AI is giving Linus Torvalds a headache, but not in the way you might think....
- Top Priorities for Open Source Pros Seeking a New Job19 May 2026, 7:04 pm
Professional fulfillment tops the list, according to LPI report....
- Container-Based Fedora Hummingbird Designed for Agent-First Builders14 May 2026, 3:31 pm
Fedora Hummingbird brings the same approach to the host OS as it does to containers to level up security....
- Linux kernel Developers Considering a Kill Switch13 May 2026, 3:30 pm
With the rise of Linux vulnerabilities, the kernel developers are now considering adding a component that could help temporarily mitigate against them… in the form of a kill switch....
- Fedora 44 Now Gaming Ready12 May 2026, 3:48 pm
The latest version of Fedora has been released with gaming support....
- Manjaro 26.1 Preview Unveils New Features11 May 2026, 3:41 pm
The latest Manjaro 26.1 preview has been released with new desktop versions, a new kernel, and more....
- 6 May 2026, 5:47 pm
This month in Linux Voice....
- The Latest Quirky and Creative Linux Distros5 May 2026, 5:13 pm
This month we explore Zenclora OS 2.0, MocaccinoOS 26.03, NebiOS 10.2, and CachyOS 260308....
- Is the Ghost CMS Ready to Replace WordPress?5 May 2026, 5:12 pm
Ghost is a powerful CMS for beginners and professionals who want to grow a business around their content....
- Alpine Linux Experiments with Systemd Compatibility While Keeping Its Lightweight Identity21 May 2026, 4:00 pm
by George Whittaker
Alpine Linux, one of the most recognizable non-systemd Linux distributions, is reportedly experimenting with an optional systemd compatibility layer, a move that has sparked intense discussion across the Linux community.
For years, Alpine has stood apart from mainstream Linux distributions by avoiding both glibc and systemd, instead relying on:
musl libc
BusyBox
OpenRC as its init system
Now, growing softw...
- Debian Experiments with AI-Assisted Bug Triage as Open-Source Projects Face Growing Report Overload19 May 2026, 4:00 pm
by George Whittaker
The Debian project has begun exploring AI-assisted bug triage workflows, joining a broader movement across the open-source world to manage the rapidly increasing volume of software bug reports and vulnerability submissions.
While Debian developers are approaching the idea cautiously, the effort reflects a growing reality for large open-source projects: modern software ecosystems are producing more bugs, duplic...
- BudsLink Brings Advanced Earbud Controls to Linux Desktops14 May 2026, 4:00 pm
by George Whittaker
Linux users have long faced a frustrating limitation with wireless earbuds: basic Bluetooth audio usually works, but advanced features often remain locked behind proprietary mobile apps. A new open-source project called BudsLink is trying to change that.
Designed specifically for Linux desktops, BudsLink adds support for battery monitoring, Active Noise Cancellation (ANC) controls, ambient sound modes, gesture...
- Ubuntu 26.10 Development Officially Begins as ‘Stonking Stingray’ Takes Shape12 May 2026, 4:00 pm
by George Whittaker
Canonical has officially kicked off development planning for Ubuntu 26.10, the next interim release of the popular Linux distribution. Codenamed “Stonking Stingray,” the release is scheduled to arrive on October 15, 2026, continuing Ubuntu’s predictable six-month development cycle.
Although Ubuntu 26.10 is still in the early planning stages, the release roadmap already offers hints about what users can e...
- Linux 7.1-rc2 Released with Driver Fixes, Steam Deck OLED Audio Repair, and Growing AI Patch Trends7 May 2026, 4:00 pm
by George Whittaker
Linus Torvalds has officially released Linux kernel 7.1-rc2, the second release candidate in the Linux 7.1 development cycle. While Torvalds described the update as a “fairly normal” RC release, the kernel includes a broad collection of driver fixes, subsystem cleanups, and stability improvements that continue shaping the next major Linux kernel release.
Although still an early testing version intended mai...
- LibreOffice 26.4 Beta Experiments with AI Writing Features and Smarter Editing Tools5 May 2026, 4:00 pm
by George Whittaker
The upcoming LibreOffice 26.4 Beta is introducing early AI-powered writing capabilities, signaling a new direction for the open-source office suite. While LibreOffice has traditionally focused on privacy, local processing, and open standards, the beta release shows that The Document Foundation is now exploring how artificial intelligence can assist users without fully embracing cloud-dependent ecosystems.
The ...
- Linux Foundation Launches Open Driver Initiative to Strengthen Hardware Support Across Linux30 April 2026, 4:00 pm
by George Whittaker
The Linux Foundation has announced a new Open Driver Initiative, a collaborative effort aimed at improving the development, maintenance, and long-term sustainability of open-source hardware drivers across the Linux ecosystem.
The initiative reflects growing demand for better hardware compatibility in areas ranging from desktops and gaming systems to cloud infrastructure, automotive platforms, AI hardware, and ...
- Canonical Unveils Ubuntu AI Strategy: Local Models, User Control, and Smarter Workflows28 April 2026, 4:00 pm
by George Whittaker
Canonical has officially revealed its long-anticipated plans to bring artificial intelligence features into Ubuntu, marking a significant shift for one of the world’s most widely used Linux distributions. Rather than rushing into the AI wave, Canonical is taking a measured, privacy-focused approach, one that aims to enhance the operating system without compromising its open-source values.
The rollout is exp...
- Thunderbird 150 Lands on Linux: Smarter Encryption, Better Tools, and a Polished Experience23 April 2026, 4:00 pm
by George Whittaker
Mozilla has officially rolled out Thunderbird 150.0, the latest version of its open-source email client, bringing a mix of security-focused enhancements, usability upgrades, and workflow improvements for Linux and other platforms. Released in April 2026, this update continues Thunderbird’s steady evolution as a powerful desktop email solution.
For Linux users, Thunderbird 150 delivers meaningful updates that...
- Linux Kernel 6.19 Reaches End of Life: Time to Move Forward21 April 2026, 4:00 pm
by George Whittaker
The Linux kernel continues its fast-paced release cycle, and with that comes an important milestone: Linux kernel 6.19 has officially reached end of life (EOL). For users and distributions still running this branch, it’s now time to upgrade to a newer kernel version.
This isn’t unexpected, Linux 6.19 was never intended to be a long-term release, but it does serve as a reminder of how quickly non-LTS kernel...
- Southwest Bans Humanoid Robots After Viral Passenger Flights22 May 2026, 5:53 pm
Southwest banned human-like and animal-like robots from cabins and checked baggage after viral flights raised concerns about lithium-ion battery safety.
The post Southwest Bans Humanoid Robots After Viral Passenger Flights appeared first on TechRepublic....
- Anthropic Reportedly Reaches Profitability as Claude Wins Over Businesses22 May 2026, 5:17 pm
Anthropic reportedly expects its first profitable quarter as enterprise AI revenue surges, but rising compute costs could test that momentum.
The post Anthropic Reportedly Reaches Profitability as Claude Wins Over Businesses appeared first on TechRepublic....
- iPhone 19 Pro Leak Hints at Apple’s Next Big Display Shift22 May 2026, 3:46 pm
Apple is reportedly testing an iPhone 19 Pro with a quad-curved OLED display, hidden Face ID, and a hole-punch camera.
The post iPhone 19 Pro Leak Hints at Apple’s Next Big Display Shift appeared first on TechRepublic....
- Microsoft Warns: Windows Zero-Day ‘YellowKey’ Can Bypass BitLocker22 May 2026, 3:28 pm
Microsoft has released a temporary mitigation for YellowKey, a Windows zero-day that can reportedly bypass BitLocker protections.
The post Microsoft Warns: Windows Zero-Day ‘YellowKey’ Can Bypass BitLocker appeared first on TechRepublic....
- 10 Gemini Tricks to Try in Google Docs22 May 2026, 3:16 pm
Learn how to use Gemini in Google Docs to draft, edit, summarize, format, generate images, pull sources, and listen to documents.
The post 10 Gemini Tricks to Try in Google Docs appeared first on TechRepublic....
- AI Overhauls, IPOs, and Cyberthreats Define This Week in Tech22 May 2026, 2:01 pm
See what you missed in Daily Tech Insider from May 18–22.
The post AI Overhauls, IPOs, and Cyberthreats Define This Week in Tech appeared first on TechRepublic....
- What Is Sales Intelligence? Tools, Benefits, and Use Cases22 May 2026, 1:57 pm
Learn what sales intelligence is, how it works, how it differs from revenue intelligence, and which use cases help sales teams find better prospects.
The post What Is Sales Intelligence? Tools, Benefits, and Use Cases appeared first on TechRepublic....
- New Verizon Report Reveals the Security Gap Attackers Are Exploiting Most21 May 2026, 7:45 pm
Verizon’s 2026 DBIR shows vulnerability exploitation, AI-enabled attacks, third-party risk, and ransomware are reshaping cyber threats.
The post New Verizon Report Reveals the Security Gap Attackers Are Exploiting Most appeared first on TechRepublic....
- Historic SpaceX IPO Filing Reveals Starlink, AI, and Mars Ambitions21 May 2026, 3:29 pm
SpaceX’s IPO filing reveals Starlink’s revenue role, major AI spending, Starship costs, Musk’s control, and legal risks facing investors.
The post Historic SpaceX IPO Filing Reveals Starlink, AI, and Mars Ambitions appeared first on TechRepublic....
- Glucose Tracking Is Turning Into the Next Big Health Data Platform21 May 2026, 3:07 pm
Glucose tracking is moving beyond diabetes care as CGMs, AI platforms, and wearable sensors reshape personalized health data and wellness tools.
The post Glucose Tracking Is Turning Into the Next Big Health Data Platform appeared first on TechRepublic....
- Kevin Fenzi: misc fedora bits third week of may 202623 May 2026, 5:50 pm
Another saturday, time for another longer form weekly recap of
what I have been up to in Fedora Infrastructure.
RHEL10 migrations
RHEL10 migrations are in full swing. Moving things we have that are
on RHEL9 over to RHEL10 with clean re-installs. Mostly this is just
pretty easy, but I did run into a few fun things:
One of our donated servers was really old and couldn't run RHEL10,
so, the provider provisioned us a new(er) one. All good, but we
like to do cle...
- Remi Collet: 📝 Redis version 8.8 🎲23 May 2026, 2:38 pm
RPMs of Redis version 8.8 are available in the remi-modular repository for Fedora ≥ 43 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...).
⚠️ Warning: this is a pre-release version not ready for production usage. 1. Installation
Packages are available in the redis:remi-8.8 module stream.
1.1. Using dnf4 on Enterprise Linux
# dnf install https://rpms.remirepo.net/enterprise/remi-release-$(rpm -E %rhel).rpm
# dnf module switch-to redis:remi-8.8/...
- Fedora Community Blog: Community Update – Week 21 202622 May 2026, 10:00 am
This is a report created by CLE Team, which is a team containing community members working in various Fedora groups for example Infrastructure, Release Engineering, Quality etc. This team is also moving forward some initiatives inside Fedora project.
Week: 18 – 22 May 2026
Fedora Infrastructure
This team is taking care of day to day business regarding Fedora Infrastructure.It’s responsible for services running in Fedora infrastructure.Ticket tra...
- Remi Collet: 🎲 PHP version 8.4.22RC1 and 8.5.7RC122 May 2026, 5:09 am
Release Candidate versions are available in the testing repository for Fedora and Enterprise Linux (RHEL / CentOS / Alma / Rocky and other clones) to allow more people to test them. They are available as Software Collections, for parallel installation, the perfect solution for such tests, and as base packages.
RPMs of PHP version 8.5.7RC1 are available
as base packages in the remi-modular-test for Fedora 42-44 and Enterprise Linux ≥ 8
as SCL in remi-test...
- Christof Damian: Friday Links 26-1721 May 2026, 10:00 pm
...
- Michael Catanzaro: Single-Click Code Execution Exploit for Evince, Atril, and Xreader21 May 2026, 8:49 pm
CVE-2026-46529 is an argument injection vulnerability in Evince, Atril, and Xreader caused by missing shell quoting when composing a command line. The reporter, João Medeiros, has published a GitHub repo for the CVE and a blog post with the story of how he discovered the flaw and developed the exploit. He also created an Atril security advisory and an Evince issue report.
The vulnerability is fixed in:
Evince 48.4 (fix commit) (I originally reported that...
- Fedora Community Blog: Fedora and CentOS @ SCALE 23x 202621 May 2026, 8:17 am
...
- Ben Cotton: How to triage security reports20 May 2026, 12:32 pm
In chapter 10 of Program Management for Open Source Projects, I talk about triaging bug reports. One of the questions in that process is “is it a security bug?” That’s good for helping you sort the security reports from the non-security reports, but what do you do when the answer is “yes”?
The crushing weight of security reports
In the first third of this year, we’ve seen a remarkable increase in security reports, particularly against popular o...
- Fedora Magazine: Fedora Verified: What Does the Community Think?20 May 2026, 8:00 am
Introduction Earlier this year, the community was invited to share their thoughts on a potential new initiative called “Fedora Verified“. The goal of this survey was not to make final decisions, but to listen – to understand what contributors value, where opinions differ, and what questions still need answering.
This is a summary of what we found.
Note: Fedora Verified is still a conceptual idea under discussion by the Fedora Council. Nothing ...
- Akashdeep Dhar: Exploration Day - FOSSAsia 202619 May 2026, 6:30 pm
I took the liberty of waking up a little later in the day on 11th March 2026 at 0730am Indochina Time. As there was not much on my schedule apart from some exploration of the Bangkok specials and some bonding with the community friends, there was no need to rush. After sharing a quick breakfast with Samyak Jain and Aaditya Singh at the Lumen Bangkok Udomsuk Station hotel, we were ready to leave for traditional sightseeing and friendly conversations. As much as I...
- YOLO Is a Terrible Strategy for Validating Production Changes7 May 2026, 12:00 am
...
- Deterministic routing is one of the most effective ways distributed systems reduce consistency…30 April 2026, 12:00 am
...
- When you think of microservices, you probably think of centralized shared services23 April 2026, 12:00 am
...
- Are you using traffic mirroring in production? If not, try it out16 April 2026, 12:00 am
...
- Agent Skills Are Becoming the Best Way to Capture Institutional Knowledge9 April 2026, 12:00 am
...
- Saved Prompts Are Dead. Agent Skills Are the Future2 April 2026, 12:00 am
...
- Generating Code Faster Is Only Valuable If You Can Validate Every Change With Confidence26 March 2026, 12:00 am
...
- When You Go to Production with gRPC, Make Sure You’ve Solved Load Distribution First19 March 2026, 12:00 am
...
- You may be building for availability, but are you building for resiliency?12 March 2026, 12:00 am
...
- When your coding agent doesn’t understand your project, you’ll get junk5 March 2026, 12:00 am
...
- Finding Top Exim Queue Abusers by cPanel Account13 May 2026, 11:07 pm
A spiking Exim queue is one of those early warning signs that something on a cPanel server has gone sideways. Sometimes it is a compromised account blasting out phishing mail. Sometimes it is a legitimate client running a poorly throttled newsletter. Sometimes it is a contact form with no captcha that a bot has discovered. […]...
- AutoSSL Let’s Encrypt Rate Limiting7 March 2026, 12:42 am
You’ve just completed a cPanel server migration. The accounts are transferred, DNS is propagating, everything looks good… until you check the AutoSSL logs and see this staring back at you: WARN AutoSSL failed to create a new certificate order because the server's Let's Encrypt account (https://acme-v02.api.letsencrypt.org/acme/acct/XXXXXXX) has reached a rate limit. (429 urn:ietf:params:acme:error:rateLimited) Every domain […]...
- How to Fix CSF/LFD “Excessive Resource Usage” Floods for PHP-FPM and dbus on AlmaLinux 95 March 2026, 12:41 am
If you have recently migrated to AlmaLinux 9 (or any RHEL 9 derivative) and run ConfigServer Security & Firewall (CSF) with Login Failure Daemon (LFD), you have probably noticed your inbox filling up with alerts like these: Time: Wed Feb 19 03:14:22 2025 Account: root Resource: Virtual Memory Size Exceeded: 384 > 256 (MB) Executable: […]...
- Why AutoSSL Fails Under Cloudflare Proxy2 March 2026, 12:38 am
If you manage domains behind Cloudflare’s proxy and run cPanel with AutoSSL, there’s a good chance you’ve woken up to an email like this: AutoSSL did not renew the certificate for “example.com”. You must take action to keep this site secure. DNS DCV: No local authority: “example.com”; HTTP DCV: “cPanel (powered by Sectigo)” forbids DCV […]...
- MariaDB Sandbox Mode Is Silently Breaking Your Database Migrations28 February 2026, 12:34 am
If you have recently tried to migrate a cPanel server and watched every single database import fail with ERROR at line 1: Unknown command '\-', you are not alone. This error has been quietly biting sysadmins for the better part of a year, and cPanel still has not published a word about it. Here is […]...
- Maildir to mdbox Conversion Silently Drops Emails for Date Ranges27 February 2026, 6:24 pm
If you have ever run a cPanel migration or triggered a mailbox format conversion in WHM and found that users are missing emails from specific date ranges, you are not alone. This is one of those issues that does not announce itself with a clear error. It simply leaves gaps in the mailbox, and unless […]...
- Bulk PHP-FPM Pool Tuner for Existing Accounts26 February 2026, 7:16 pm
WHM only applies PHP-FPM settings to new accounts, and as we know, the cPanel defaults may not be appropriate for higher-traffic sites. This script updates all existing accounts. #!/bin/bash # bulk-phpfpm-tuner.sh # Updates PHP-FPM pool settings for all accounts based on server RAM TOTAL_RAM_MB=$(free -m | awk '/^Mem:/{print $2}') RESERVED_MB=2048 # Reserve for OS/MySQL ACCOUNTS=$(whmapi1 […]...
- PHP-FPM pm.max_children Reached on cPanel Servers26 February 2026, 6:24 pm
See Also: Bulk PHP-FPM Pool Tuner for Existing Accounts If you manage cPanel servers, you have almost certainly encountered this log entry at some point: [pool username] WARNING: server reached pm.max_children setting (5), consider raising it It looks simple enough. PHP-FPM is telling you it ran out of worker processes to handle incoming requests. But […]...
- The cPanel/WHM Autofixer26 February 2026, 4:38 am
Cpanel 11.24 comes with an Autofixer that allows you to fix common problems that may prevent access to certain parts of your system....
- PCI DSS Compliance Cookbook for cPanel Servers26 February 2026, 12:20 am
If you’re running cPanel servers that process, store, or transmit credit card data, or even connect to systems that do, PCI DSS compliance isn’t optional. It’s a requirement that carries real financial and legal teeth. With PCI DSS v4.0.1 now fully enforced (the March 31, 2025 deadline for all “best practice” requirements has passed), every […]...
- Sunsetting Developer Web (User Web)9 August 2025, 7:16 pm
SourceForge will be sunsetting developer web hosting for user accounts (unrelated to project web hosting) in 60 days on October 10th, 2025. If you are using developer web ...
The post Sunsetting Developer Web (User Web) appeared first on SourceForge Community Blog....
- ProjectLibre Major Release: Day One downloads in 150+ countries… replacing Microsoft Project2 May 2025, 3:00 pm
Today marks a watershed moment for the global project-management community—and our 10-year partnership with SourceForge! We’re proud to unveil ProjectLibre Desktop 1.9.8, the most powerful update in years, delivering a ...
The post ProjectLibre Major Release: Day One downloads in 150+ countries… replacing Microsoft Project appeared first on SourceForge Community Blog....
- Display an Interactive Demo on your SourceForge Business Software Listing2 April 2024, 11:20 pm
Big News: SourceForge Just Got a Major Upgrade with Cool Demo Tools! Hey everyone! We’ve got some awesome news to share that’s going to make showcasing and exploring ...
The post Display an Interactive Demo on your SourceForge Business Software Listing appeared first on SourceForge Community Blog....
- Project Web Hosting Database Upgrade Notice20 October 2023, 1:13 am
The purpose of this blog post is to announce our scheduled maintenance window for project web hosting. We will be upgrading the database used by project websites on ...
The post Project Web Hosting Database Upgrade Notice appeared first on SourceForge Community Blog....
- GitHub is Ending Subversion (svn) Support: Subversion and SourceForge19 September 2023, 12:47 am
Earlier this year, GitHub announced that it would be sunsetting Subversion support on January 8th, 2024. Since then, SourceForge has seen high volume of projects that use Subversion migrate ...
The post GitHub is Ending Subversion (svn) Support: Subversion and SourceForge appeared first on SourceForge Community Blog....
- Welcoming OSDN Projects to SourceForge31 July 2023, 9:30 pm
—- OSDN.net has been having extended service outages since it was recently acquired. Some users are reporting that OSDN has been down on and off for over a ...
The post Welcoming OSDN Projects to SourceForge appeared first on SourceForge Community Blog....
- ProjectLibre Recognized With Open Source Excellence Award on SourceForge2 March 2022, 12:50 am
— We are happy to announce that SourceForge has recognized a number of exceptional projects on SourceForge with awards based on the value these projects provide to the ...
The post ProjectLibre Recognized With Open Source Excellence Award on SourceForge appeared first on SourceForge Community Blog....
- Does SourceForge have malware?8 March 2021, 10:17 pm
SourceForge does not have malware or viruses. All projects, downloads, and releases served from SourceForge are scanned for malware and viruses, so you can rest assured that your ...
The post Does SourceForge have malware? appeared first on SourceForge Community Blog....
- Projects of the Week, December 21, 202021 December 2020, 5:01 am
Here are the featured projects for the week, which appear on the front page of SourceForge.net: plantumlPlantUml allows you to quickly create some UML diagrams using a simple ...
The post Projects of the Week, December 21, 2020 appeared first on SourceForge Community Blog....
- Today in Tech – 200316 December 2020, 5:46 am
On this day in 2003 the Controlling the Assault of Non-Solicited Pornography And Marketing, better known as the CAN-SPAM Act of 2003 was signed into law in the ...
The post Today in Tech – 2003 appeared first on SourceForge Community Blog....
- kea >= 1:3.0.3-6 update requires manual intervention7 April 2026, 4:50 pm
The kea package has moved all services to run as a dedicated kea user (instead of root) for improved security. This change requires permission updates to the runtime files created by the kea services.
Users upgrading from an existing kea installation should therefore run the following commands after the upgrade:
chown kea: /var/lib/kea/* /var/log/kea/* /run/lock/kea/logger_lockfile
systemctl try-restart kea-ctrl-agent.service kea-dhcp{4,6,-ddns}.service
Accounts that need to interact with kea se...
- iptables now defaults to the nft backend5 April 2026, 6:28 pm
The old iptables-nft package name is replaced by iptables, and the
legacy backend is available as iptables-legacy.
When switching packages (among iptables-nft, iptables, iptables-legacy),
check for .pacsave files in /etc/iptables/ and restore your rules if needed:
/etc/iptables/iptables.rules.pacsave
/etc/iptables/ip6tables.rules.pacsave
Most setups should work unchanged, but users relying on uncommon xtables
extensions or legacy-only behavior should test carefully and use
iptables-legacy if r...
- NVIDIA 590 driver drops Pascal and lower support; main packages switch to Open Kernel Modules20 December 2025, 6:53 pm
With the update to driver version 590, the NVIDIA driver no longer supports Pascal (GTX 10xx) GPUs or older. We will replace the nvidia package with nvidia-open, nvidia-dkms with nvidia-open-dkms, and nvidia-lts with nvidia-lts-open.
Impact: Updating the NVIDIA packages on systems with Pascal, Maxwell, or older cards will fail to load the driver, which may result in a broken graphical environment.
Intervention required for Pascal/older users: Users with GTX 10xx series and older cards must switc...
- .NET packages may require manual intervention11 December 2025, 7:01 am
The following packages may require manual intervention due to the upgrade from 9.0 to 10.0:
aspnet-runtime
aspnet-targeting-pack
dotnet-runtime
dotnet-sdk
dotnet-source-built-artifacts
dotnet-targeting-pack
pacman may display the following error failed to prepare transaction (could not satisfy dependencies) for the affected packages.
If you are affected by this and require the 9.0 packages, the following commands will update e.g. aspnet-runtime to aspnet-runtime-9.0:
pacman -Syu aspnet-runtime...
- waydroid >= 1.5.4-3 update may require manual intervention6 November 2025, 12:35 am
The waydroid package prior to version 1.5.4-2 (including aur/waydroid) creates Python byte-code files (.pyc) at runtime which were untracked by pacman. This issue has been fixed in 1.5.4-3, where byte-compiling these files is now done during the packaging process.
As a result, the upgrade may conflict with the unowned files created in previous versions. If you encounter errors like the following during the update:
error: failed to commit transaction (conflicting files)
waydroid: /usr/lib/waydro...
- dovecot >= 2.4 requires manual intervention31 October 2025, 9:20 pm
The dovecot 2.4 release branch has made breaking changes which result
in it being incompatible with any <= 2.3 configuration file.
Thus, the dovecot service will no longer be able to start until the
configuration file was migrated, requiring manual intervention.
For guidance on the 2.3-to-2.4 migration, please refer to the
following upstream documentation:
Upgrading Dovecot CE from 2.3 to 2.4
Furthermore, the dovecot 2.4 branch no longer supports their
replication feature, it was removed.
For...
- Recent service outages21 August 2025, 10:01 pm
We want to provide an update on the recent service outages affecting our infrastructure. The Arch Linux Project is currently experiencing an ongoing denial of service attack that primarily impacts our main webpage, the Arch User Repository (AUR), and the Forums.
We are aware of the problems that this creates for our end users and will continue to actively work with our hosting provider to mitigate the attack. We are also evaluating DDoS protection providers while carefully considering factors in...
- zabbix >= 7.4.1-2 may require manual intervention4 August 2025, 2:58 pm
Starting with 7.4.1-2, the following Zabbix system user accounts (previously shipped by their related packages) will no longer be used. Instead, all Zabbix components will now rely on a shared zabbix user account (as originally intended by upstream and done by other distributions):
zabbix-server
zabbix-proxy
zabbix-agent (also used by the zabbix-agent2 package)
zabbix-web-service
This shared zabbix user account is provided by the newly introduced zabbix-common split package, which is now a dep...
- linux-firmware >= 20250613.12fe085f-5 upgrade requires manual intervention21 June 2025, 11:09 pm
With 20250613.12fe085f-5, we split our firmware into several vendor-focused packages. linux-firmware is now an empty package depending on our default set of firmware.
Unfortunately, this coincided with upstream reorganizing the symlink layout of the NVIDIA firmware, resulting in a situation that Pacman cannot handle. When attempting to upgrade from 20250508.788aadc8-2 or earlier, you will see the following errors:
linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad103 exists in filesystem
linux-f...
- Plasma 6.4.0 will need manual intervention if you are on X1120 June 2025, 7:08 am
On Plasma 6.4 the wayland session will be the only one installed when the users does not manually specify kwin-x11.
With the recent split of kwin into kwin-wayland and kwin-x11, users running the old X11 session needs to manually install plasma-x11-session, or they will not be able to login. Currently pacman is not able to figure out your personal setup, and it wouldn't be ok to install plasma-x11-session and kwin-x11 for every
one using Plasma.
tldr: Install plasma-x11-session if you are still ...
- When you should upgrade to a dedicated server for better website performance23 May 2026, 8:21 pm
Your first car takes you places, but as life changes, you have longer commutes, road trips, and a family. The starter car starts holding you back; you don’t keep driving it forever just because it worked in the beginning. You don’t abandon the car; you upgrade it to match where you are in life. Your […]... 
- Understanding tier IV data centers and why they matter23 May 2026, 8:20 pm
While ordering food online when you’re hungry, you usually choose a restaurant that is closer to you so you can receive the order faster, right? The relationship between a data center and hosting is similar. When choosing your hosting plan, especially if you are looking for low cost hosting in India, selecting a data center […]... 
- The backbone of play: How online gaming platforms run on modern server infrastructure in 202611 April 2026, 2:52 pm
Online gaming is probably the one area that will continually push the limits of server architecture, networking, and operating systems. The pressure on the gaming infrastructure in 2026 is astronomical. Gamers demand sub-20ms latency, large-scale simultaneous multiplayer experiences, and no downtime, as they simultaneously stream 4K assets in real-time. To the legions of systems administrators, […]...
- Flatpak security in real life: how to audit permissions and reduce data exposure25 January 2026, 5:52 am
Flatpak is an application packaging and distribution technology that makes it possible to develop an application that can be run in a sandbox across Linux distributions. Being distribution agnostic, a Flatpak application that you install in Debian can also be installed as-is in Fedora. Because it runs in a sandbox, a Flatpak app needs permissions […]...
- Ethereum architects harden the kernel for mass adoption16 January 2026, 2:43 am
Core engineers are now treating Ethereum’s mainnet like the secure, rigid Linux kernel, offloading computation to modular layer-2 rollups. All speed and experimentation are pushed to these user-space environments. This framework ensures future growth does not compromise security. Minor market action often obscures monumental architectural changes occurring deep within the protocol. Vitalik Buterin recently drew […]...
- Browser isolation for safer casino sessions in Linux19 December 2025, 7:18 pm
Linux users tend to be more privacy-aware than average. You update packages, you think twice before pasting commands from random forums and you probably have at least one hardened browser profile sitting around. But even with good habits, the web is still the web. A single sketchy ad script, a dodgy extension update or a […]...
- Online casinos and streamers: A winning combination for all involved11 November 2025, 3:07 pm
In the past several years, there has been a curious development on sites like Twitch and YouTube: casino streaming. This type of digital entertainment, which used to be limited in scope, has now grown into a worldwide phenomenon that has drawn in millions of viewers. Audiences watch as popular creators pull the lever, place bets, […]...
- 3 steps to build the perfect website for your organization6 November 2025, 12:48 am
If you’re running an organization, you must have a website to establish credibility and show that you prioritize professionalism. Companies that don’t have websites give out negative impressions to clients. Also, remember that a website will allow you to showcase your expertise and introduce visitors to your team. Building a website today is fairly easy. […]...
- Ethereum price predictions 2025: Can ETH break $7K as ETFs and Layer 2 growth drive the market?5 November 2025, 5:14 am
The crypto market is buzzing again as conversations shift toward Ethereum’s potential over the next two years. Analysts and investors alike are wondering whether ETH can realistically reach the $7,000 mark sometime 2026. Exchange-traded funds (ETFs) have already opened the doors to a new wave of institutional capital, while Layer 2 adoption continues to expand […]...
- How technology and security drive high-performance online platforms4 November 2025, 4:57 pm
People expect digital platforms to be fast, reliable, and always available. This demand has encouraged businesses to rely heavily on innovative technology and strong security systems. Behind what appears simple to users is a network of tools that keeps everything operating smoothly. Industries depend on systems that can expand quickly, protect private data, and comply […]...
- I Emailed Python’s Creator in 2007. The Language Now Runs the World.23 April 2026, 6:15 am
In August 2007, a few weeks after launching this site, I did something that still surprises me when I think about it: I emailed Guido van Rossum — the creator of Python and the language’s self-titled “Benevolent Dictator For Life” — to ask for advice on starting a Python User Group in the Philippines.To my genuine shock, he replied. Quickly. With actual instructions on how to get it started.That email led to a blog post called “Will Real Python Hackers Please Stand Up,” which becam...
- The State of Linux-Powered Robots: From Lego Kits to World Domination14 April 2026, 12:48 pm
In 2009, I wrote a TechSource article called “[5 Awesome Robot Kits to Get You Started with Robotics].”The most advanced robot on that list was a LEGO Mindstorms NXT. It had three servo motors, four sensors, and the approximate intelligence of a toaster with ambitions.Two years later, I followed it up with “[Best Robotics Software for Linux],” where we covered tools like ROS, Player, and CARMEN. At the time, the state-of-the-art in Linux robotics was getting a wheeled platform to navigat...
- Ubuntu 24.04 LTS vs. macOS 26 Tahoe: The Free OS That Rivals a Premium Experience6 April 2026, 10:04 am
I’m writing this on a MacBook Air running macOS 26 Tahoe, and I keep glancing at my Mac Mini in the corner — the one running Ubuntu 24.04 LTS.I’ve been a macOS user for a decade. I develop iOS apps. I’m neck-deep in the Apple ecosystem — iPhone, Apple Watch Ultra, AirPods, the whole cult membership. But last year, Apple released macOS Tahoe with its Liquid Glass redesign, and I found myself wondering: has the free operating system actually gotten *better* than the premium one?Short ans...
- Why the Tesla Model Y L Is the Most Feature-Packed EV for Its Price in the Philippines30 March 2026, 7:16 am
If you’re a long-time reader of TechSource, you know this site has mostly been about Linux, open-source software, and all things computing. But if you’ve been following our recent comeback, you also know we’ve expanded into covering the broader tech landscape — AI, smartwatches, crypto, and whatever else catches my persistently curious eye. Today, we’re parking (pun intended) in a topic that’s been occupying a significant amount of my brain space lately: electric vehicles. Specifical...
- Linux Won, and Nobody Noticed25 March 2026, 1:38 am
The tech industry has failed to properly acknowledge this for years: Linux won. Not "Linux is doing fine." Not "Linux is making progress." Not "maybe next year will be the year of the Linux desktop." No. Linux won. Decisively. Overwhelmingly. In nearly every category of computing that actually matters, Linux is the dominant operating system on the planet — and it happened quietly that most people, including many who use it every single day, have absolutely no idea.I've been writing about Lin...
- How I Built a Local AI Hub Using Free and Open Source Software on My Old Mac Mini16 March 2026, 1:46 am
I’m going to tell you something that would have sounded absolutely insane five years ago: I’m running artificial intelligence on a computer the size of a lunch box, it works offline, my data never leaves my house, and it costs me nothing beyond the electricity to keep it running.No monthly subscription. No API fees. No sending my private documents to some server farm in Virginia. Just me, a Mac Mini M1, and a free and open-source software called Ollama that has quietly become one of the most...
- Health Is Wealth: Why I Chose a Smartwatch Over a Rolex8 March 2026, 8:33 am
A few years ago, a friend of mine bought a Rolex Submariner. It cost him roughly the same as a decent used car. He showed it to me with the kind of pride usually reserved for newborn babies and championship trophies. It was beautiful, I’ll admit. The weight of it, the way it caught the light, the satisfying click of the rotating bezel — there’s a reason people have been obsessed with luxury watches for centuries.He then asked me what I was wearing on my wrist. I looked down at my Garmin Fe...
- The State of the Linux Desktop in 2026: A Love Letter from a Prodigal Penguin1 March 2026, 1:24 pm
Let me start with a confession. I haven’t used Linux as my daily desktop operating system in roughly a decade.I know. Take a moment. Breathe. For those of you who have been reading TechSource since the Ubuntu and Compiz days, that sentence may stung. This is, after all, the same site that published 587 posts tagged “linux” — from distro reviews and desktop customization showcases to that infamous Distrowar series where I played judge and jury as two distributions fought for supremacy lik...
- TechSource in the Age of AI20 February 2026, 1:15 am
Hello (again, again) world! If you’re reading this, congratulations — you are either one of the most patient humans on the internet, or you accidentally stumbled here while googling “tech blogs that ghost their readers.” Either way, welcome. You are appreciated. To my loyal subscribers, followers, and random visitors who have this site bookmarked after all these years — I am deeply sorry for disappearing. Again. I know, I know. This is starting to feel like that friend who keeps sayi...
- How to Easily Install a Full Bitcoin Lightning Node on a Raspberry Pi24 June 2021, 3:56 am
I recently installed a full bitcoin node on our home network, and lucky for me, I got everything up and running quickly without bumping into some issues. Before I will show you the steps on how to install a full bitcoin node, allow me to explain some of my reasons why I ended up doing this. As some of you may already know, bitcoin is a network composed of thousands of nodes. A record of every bitcoin transaction is verified and maintained inside a node. So if you are running one, you will essen...