- The Very Exciting Cache Aware Scheduling Looks Like It Will Land For Linux 7.220 May 2026, 7:44 pm
As a very exciting development ahead of the Linux 7.2 kernel merge window opening in about one month's time, it looks like the long-awaited Cache Aware Scheduling support will finally be merged! CONFIG_SCHED_CACHE has made it into a TIP branch with all the Cache Aware Scheduling code for helping with Linux performance on modern CPUs sporting multiple last level caches...... 
- Firefox 153 Nightly Rolls Out New Settings UI20 May 2026, 4:50 pm
The latest nightly builds of Firefox 153 have rolled out a new appearance for the browser's settings area...... 
- Initial Benchmarks Of The SpacemiT K3 RVA23 RISC-V CPU With The K3 Pico-ITX20 May 2026, 3:43 pm
One of the RISC-V SoCs we have been most looking forward to this year is the SpacemiT K3 that features the X100 RISC-V cores that are RVA23 compliant and among the first readily available RVA23 RISC-V platform for running on the likes of Ubuntu 26.04 LTS. In this article is a preview of some very early benchmarks of the SpacemiT K3 with the new Pico-ITX single board computer offering.... 
- Patches Trying To Bring Mainline Linux Support For The Infineon/Intel XMM6260 Modem20 May 2026, 2:25 pm
While it has been nearly seven years since Apple acquired the Intel Mobile Communications' smartphone modem business and fifteen years since Intel acquired the wireless solutions division of Infineon, in 2026 we might see mainline Linux kernel support for the out-of-date XMM6260 modem...... 
- RHEL 10.2 Released With New AI Command Line Assistance20 May 2026, 1:51 pm
Red Hat today announced the releases of both Red Hat Enterprise Linux 10.2 as well as RHEL 9.8...... 
- Greg KH Calls For More Rust Linux Developers20 May 2026, 12:29 pm
Greg Kroah-Hartman took time away from his duties as Linux's second-in-command as stable maintainer, various subsystem maintainer, and recent hobby of using AI/LLMs for uncovering Linux kernel bugs to present at the Rust Week conference...... 
- HP Now Sponsoring The Linux Vendor Firmware Service / Fwupd20 May 2026, 10:32 am
That didn't take long. Mere days after Dell and Lenovo began sponsoring the Linux Vendor Firmware Service (LVFS) as premiere sponsors in contributing $100k+ annually to this open-source firmware updating initiative, HP is also now a premiere sponsor...... 
- FFmpeg Introduces Vulkan Accelerated Decoding For APV Video20 May 2026, 10:25 am
FFmpeg already supports CPU-based decoding for Samsung's APV as the Advanced Professional Video Codec. FFmpeg also has APV encode support too while now an interesting addition was merged this week: Vulkan-based acceleration for APV...... 
- Intel llm-scaler-vllm PV 1.4 Released With Updated Components, Arc Pro B70 Support20 May 2026, 10:18 am
Intel software engineers today rolled out the llm-scaler-vllm PV v1.4 as the Docker build of their latest software stack for those wishing to run vLLM in a pre-configured, performant setup on their Arc (Pro) Graphics hardware...... 
- Valkey 9.1 Delivers More Performance & Enhanced Security20 May 2026, 10:04 am
Valkey 9.1 released on Tuesday as the latest version of this popular fork of the Redis in-memory, key-value database...... 
- [$] What is to be done about MGLRU?20 May 2026, 1:14 pm
"Reclaim" is the task of finding memory that can be taken away from its
current user and put to better uses within the system; it is a core part of
the memory-management picture. The addition of the multi-generational LRU (MGLRU) was meant to
provide a better reclaim implementation than the "traditional LRU" that
preceded it, but MGLRU has complicated the situation instead. No fewer than
three memory-management-track sessions at the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Su... 
- Security updates for Wednesday20 May 2026, 1:04 pm
Security updates have been issued by AlmaLinux (kernel, libpng, nginx, nginx:1.24, ruby, and ruby:3.3), Debian (gnutls28 and linux-6.1), Fedora (dnsmasq, kernel, keylime-agent-rust, perl-Net-CIDR-Lite, python-pysam, python-urllib3, rust-cargo-vendor-filterer, rust-ingredients, rust-oo7-cli, rust-rpki, rust-sevctl, and rust-tealdeer), Mageia (bind), Oracle (bind, giflib, gimp:2.8, kernel, libpng, rsync, ruby, and vim), Slackware (haveged and mozilla), SUSE (cockpit, dnsmasq, erlang26, freeipmi, g... 
- [$] The tenth OpenPGP email summit20 May 2026, 11:00 am
The OpenPGP Email Summit is
an annual meeting for those who work on encrypted email and related
topics. The tenth
installment of this meeting took place in March 2026 and the minutes
have now been published. As usual, a wide range of topics were
discussed. Highlights included support for post-quantum cryptography
(PQC) with multiple actors planning rollouts within this year, a
promising new approach for making email signatures ubiquitous with the
plan of making OpenPGP signed email a default, a ... 
- Firefox 151.0 released19 May 2026, 4:10 pm
Version
151.0 of the Firefox browser has been released. Significant changes
include the ability to clear and restart a private-browsing session, better
fingerprinting protection, control over the apparent location when using the
Firefox VPN, and more....
- [$] openSUSE "terms of site" raise complaints about age restrictions19 May 2026, 3:27 pm
Many people in the Linux community began using the operating system—and
contributing to open source—at a tender age, often well before
their 16th birthday. Thus, a recent change in openSUSE's terms of site (ToS)
that required users of the project's web site to be "at least 16
years of age or the age of majority" in their jurisdiction has
raised objections. The terms have since been modified, though users
must still have parental approval to create accounts if they are
younger than 16....
- [$] In search of faster this_cpu operations19 May 2026, 2:30 pm
The kernel's this_cpu
operations are meant to speed access to per-CPU variables. They are
more optimal on some CPUs than others, though. During a
memory-management-track session at the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit, Yang Shi proposed a
fundamental, and somewhat controversial, change to how these operations
work in order to provide better performance on a wider range of architectures....
- [$] What's brewing in CXL19 May 2026, 2:15 pm
Compute
Express Link (CXL) is a technology intended to enable the provision of
"memory nodes" in data centers that provide (possibly shared) memory to
nearby CPUs. It has, Dan Williams said at the beginning of his
memory-management-track session on the topic at the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit, "been making
memory-management problems worse since 2021". He used the session to
provide an overview of the ways in which CXL can be expected to extend that
record ...
- [$] Improving the per-CPU memory allocator19 May 2026, 1:27 pm
There are many places in the kernel where performance can be improved by
using per-CPU data. But, as it turns out, the kernel's allocator for
per-CPU data has some performance problems of its own. Harry Yoo led a
session in the memory-management track of the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit to explore ways to
address those problems and accelerate the allocation and initialization of
per-CPU data....
- Security updates for Tuesday19 May 2026, 1:24 pm
Security updates have been issued by AlmaLinux (libpng and nginx), Debian (erlang, netatalk, and nginx), Fedora (mod_md and SDL2_image), Mageia (perl-libwww-perl, perl-HTTP-Message, perl-WWW-Mechanize-Cached, perl-File-XDG, perl-Path-Tiny, perl-YAML-Syck, postgresql15, and rclone), SUSE (agama, alloy, cacti, cloud-init, dnsmasq, emacs, firefox, glibc, go1.25, go1.26, google-cloud-sap-agent, google-guest-agent, ibus-rime, librime, imagemagick, kernel, libsndfile, nginx, ongres-scram, ongres-strin...
- pgBackRest will continue19 May 2026, 12:05 pm
In April, David Steele, maintainer of the popular pgBackRest backup and restore project for
PostgreSQL, announced that he had archived
the project and it would no longer be maintained due to lack of
sponsorship. On May 18, he announced
that a number of sponsors have stepped forward to ensure its continued
development:
Over the last few weeks, a coalition of sponsors has come together
to fund ongoing development. Their support means the project is no
longer reliant on a single sponsor, giving ...
- 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....
- The Famous Linux System Cleaner BleachBit Now Has a TUI (And I Tried It Out)19 May 2026, 4:29 am
Still in alpha, it brings keyboard-first system cleaning to servers, headless machines, and remote SSH sessions....
- How I Finally Added Tapo L530 Bulb to Home Assistant18 May 2026, 3:08 pm
Sharing my home automation journey as I keep on exploring and troubleshooting....
- LibrePlan 1.6.0 Released With Better Collaboration Tools and 15 New Languages18 May 2026, 3:02 pm
The open source web-based project management platform adds email workflows, risk tracking, and AI-assisted translations in its latest release....
- Someone Vibe-Coded Lightroom CC Into Running on Linux, and I am Not Touching It18 May 2026, 11:51 am
It works if you trust the AI agent that also took screenshots as proof....
- I Gave Desktop Email Clients Another Shot and This New App Delivered16 May 2026, 5:45 am
Btw, it is lightweight, open source, and not built on Electron....
- Heavy Community Backlash Blocks Fedora's AI Developer Desktop Initiative15 May 2026, 10:34 am
Two council members have retracted their approval votes after people raised concerns....
- Firefox 151: New Tab design changes, PDF merging + more18 May 2026, 11:43 pm
The new tab page has a (ever-so-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...
- 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....
- Malware found in Linux builds of Cemu (Wii U emulator)12 May 2026, 9:34 pm
If you’ve downloaded the Cemu Wii U emulator for Linux from the project’s official GitHub in the past few weeks, bad news: it added malware to your system when you ran it. An announcement made by the team developing the open-source app say they recently discovered the Linux AppImage and ZIP of the Cemu 2.6 release available from their Github had been “compromised” with malware between 6 May and 12 May, 2026. The Cemu Flatpak, as well as installers for other operating systems, were not a...
- Fix HEIC images not loading in Ubuntu 26.04 LTS11 May 2026, 10:00 pm
If your HEIC photos show a “Could not load image” error in Ubuntu 26.04’s Image Viewer, you’re not alone – it’s an intentional breakage, albeit one that’s easy to fix. HEIC files are a variant of HEIF which use H.265/HEVC compression. If you own an iPhone or a newer Android device, the stock camera app uses this format by default. But Ubuntu 26.04 LTS no longer preinstalls a decoder library for HEIC (though more accurately, it’s tweaked dependency chains to ensure one is no longe...
- Ubuntu’s app permission prompting has got a lot better7 May 2026, 11:52 am
...
- Ubuntu’s old Unity desktop remade in Wayfire and Libadwaita6 May 2026, 10:31 pm
If Canonical hadn’t burned through cash and goodwill during its smartphone detour in the mid-2010s, Ubuntu would likely still ship with the Unity desktop today – albeit in an evolved form. What would that form actually look like? Well, you don’t have to shut your eyes and imagine, thanks to Ubuntu community member Muqtxdir, who’s experiment in “re-building ubuntu’s unity shell in a wayfire session through gtk4-layer-shell and libadwaita widgetry” (sic) gives us a sideways glimpse. ...
- Free, Libre, and Open Source Software, Openwashing, and Standards20 May 2026, 7:01 pm
mostly FOSS leftovers... 
- Web Browsers, Dead Web, and Making Sites Better20 May 2026, 7:00 pm
Web related picks... 
- today's leftovers20 May 2026, 6:58 pm
GNU/Linux and BSD mostly... 
- Audiocasts/Shows: What’s in the SOSS?, LINUX Unplugged, Raspberry Pi on BBC, and More20 May 2026, 6:57 pm
a few more shows... 
- Latest From Red Hat's redhat.com (After Red Hat Summit 2026)20 May 2026, 6:55 pm
3 more today... 
- Linux Devices and Open Hardware: 8-bit Web Server, RISC-V, Raspberry Pi, and More20 May 2026, 6:53 pm
hardware picks... 
- PSQL Database: pgBackRest Update, Barman 3.18.0, and plpgsql_wrap v1.020 May 2026, 6:52 pm
postgres news... 
- Mozilla is Subverting Firefox Into Slop-Pushing Plagiarism-Excusing 'App', Tor Browser 15.0.14 and Firefox 151.0 in the News20 May 2026, 6:51 pm
Firefox gone weird... 
- Kernel Space Bugs: Still a Lot of Coverage About Local Privilege Escalation20 May 2026, 6:46 pm
some exaggerate it... 
- Linus Torvalds says AI-powered bug hunters have made Linux security mailing list ‘almost entirely unmanageable’20 May 2026, 6:45 pm
He then pointed kernelistas to the project’s documentation... 
- 🎮 Mega May Cyber Deals — Level up & save up to 65%!11 May 2026, 7:36 pm
Power up your career with savings up to 65% off training, certifications, bundles, and subscriptions. Offer ends May 20. SAVE NOW
The post 🎮 Mega May Cyber Deals — Level up & save up to 65%! appeared first on Linux.com....
- 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....
- Quarkos 26.04-r120 May 2026, 10:00 pm
Quarkos is a desktop Linux distribution based on Ubuntu's long-term support branch, with a choice of two user interfaces - the modern KDE Plasma desktop or the lightweight Trinity desktop environment (a fork of KDE 3.5). It is a sister project of the Debian-based Q4OS distribution.... 
- Tails 7.820 May 2026, 7:41 pm
The Amnesic Incognito Live System (Tails) is a Debian-based live DVD/USB with the goal of providing complete Internet anonymity for the user. The product ships with several Internet applications, including web browser, IRC client, mail client and instant messenger, all pre-configured with security in mind and with all traffic anonymised. To achieve this, Incognito uses the Tor network to make Internet traffic very hard to trace.... 
- Porteus 5.1-alpha420 May 2026, 1:38 pm
Porteus is a fast, portable and modular live CD/USB medium based on Slackware Linux. The distribution started as a community remix of Slax, another Slackware-based live CD, with KDE 3 as the default desktop for the i486 edition and a stripped-down KDE 4 as the desktop environment for the x86_64 flavour. There are now several desktop flavours of the distribution, which include editions running Cinnamon, GNOME, KDE Plasma, LXQt, MATE, and Xfce.... 
- MODICIA 6.12.8820 May 2026, 1:31 pm
MODICIA O.S. is a Linux multimedia distribution designed primarily for musicians, graphic designers and video makers. It is based on Debian's "stable" branch, but uses the Cinnamon desktop and a recent Linux kernel. MODICIA O.S. comes with a set of carefully-selected, open-source multimedia software and tools, such as Audacity (audio editor), Brasero (disc-burning utility), Cheese (webcam application), Curlew (multimedia converter), GIMP (graphics editor), HandBrake (video transcoder), Kdenlive... 
- WM Live 13.520 May 2026, 1:45 am
Window Maker Live is a Debian-based Linux distribution that applies the Window Maker window manager as the default graphical user interface and integrates well-known open-source components in an attractive and usable user interface. The distribution includes integrated GNOME components.... 
- Hardenwing 3.020 May 2026, 12:39 am
Hardenwing OS (formerly Hardened Slarpx) is a security-focused Linux distribution based on Debian's "Stable" branch. It adopts a multi-layered defense architecture against cyber attacks, incorporating aggressive mitigation techniques alongside kernel, system and network-hardening configurations. The distribution offers comprehensive security measures, including BadUSB protection, permission-hardening services, package manager hardening, module blacklisting, PAM and sudoers hardening. Due to its... 
- Gnoppix 27-alpha19 May 2026, 10:22 pm
Gnoppix AI Linux is a Debian-based distribution which can be run from a USB thumb drive or from a local drive. It is pre-loaded with essential Artificial Intelligence (AI) frameworks, libraries and development tools. It uses several popular desktop environments, including GNOME, KDE Plasma and Xfce. The project is an attempt to revive a Knoppix-based live distribution with the GNOME desktop that was first launched back in 2002....
- Armbian 26.5.119 May 2026, 9:38 pm
Armbian is a Linux distribution designed for ARM development boards. It is usually based on one of the stable or development versions of Debian or Ubuntu and it supports a wide variety of popular ARM-based devices, including Banana Pi, Cubieboard, Olimex, Orange Pi, Odroid, Pine64 and others. Armbian includes a menu-driven configuration tool along with stock Debian utilities, the Bash shell, and a choice of Cinnamon or Xfce desktop....
- Br OS 13.519 May 2026, 8:00 pm
Br OS is a Brazilian Linux distribution based on Debian and featuring the KDE Plasma desktop. It is designed as an intuitive, easy-to-use, general-purpose operating system for web navigation and content creation, providing a selection of useful applications for daily use....
- TileOS 2.019 May 2026, 6:58 pm
TileOS is a Debian-based desktop Linux distribution featuring a selection of several Wayland tiling compositors, notably Sway, River, Qtile and miracle-wm. It is based on the latest stable Debian release, with some packages, such as the Mesa graphics drivers, back-ported from Debian's "Testing" repository. The distribution comes with many device drivers and non-free firmware included in the base system, some performance optimizations and system tweaks, additional repositories for installing pro...
- Greg KH Calls For More Rust Linux Developers20 May 2026, 4:39 pm
Greg Kroah-Hartman took time away from his duties as Linux's second-in-command as stable maintainer, various subsystem maintainer, and recent hobby of using AI/LLMs for uncovering Linux kernel bugs to present at the Rust Week conference...... 
- Microsoft Azure Linux 4 Moves to a Fedora-Based Foundation20 May 2026, 3:08 pm
Microsoft’s Azure Linux 4 development branch confirms a move to Fedora-based packaging sources and standard RPM tooling.... 
- Vim Merges GTK4 Toolkit Support, Co-Authored-By Claude20 May 2026, 1:36 pm
The GTK-based GUI version of the Vim text editor, gVim, now has support in place for the modern GTK4 toolkit as an alternative to its long present GTK2/GTK3 support...... 
- Canonical Launches Ubuntu Core 26 for IoT and Edge Devices20 May 2026, 12:05 pm
Ubuntu Core 26 arrives for IoT and edge devices with smaller OTA updates, ARM64 Livepatch, and up to 15 years of security maintenance.... 
- Mageia 10 RC1 Released With Newer Packages20 May 2026, 10:33 am
Following the ISOs dropping a few days ago, today the Mageia 10 release candidate was officially announced for those fond of this Linux distribution with its roots tracing back to Mageia and Mandrake Linux...... 
- Ardour 9.5 Open-Source DAW Released with Chord Editing and Quantization20 May 2026, 9:02 am
Ardour 9.5 has been released today as the latest stable version of this powerful, free, cross-platform, and open-source digital audio workstation (DAW) software for GNU/Linux, macOS, and Windows systems.... 
- Wireshark 4.6.6 Packet Analyzer Released with ROHC Security Fix20 May 2026, 7:30 am
Wireshark 4.6.6 network protocol analyzer fixes a ROHC dissector crash, updates Npcap to 1.88, and resolves several Windows and protocol-related bugs.... 
- How to Install Scratch on Linux for Fun Coding Adventures20 May 2026, 5:59 am
Discover how to install Scratch, an engaging visual programming language for kids and beginners, on your preferred Linux distribution.... 
- ODROID-H5 is a low-power x86 SBC with 10GbE and four M.2 slots20 May 2026, 4:27 am
Hardkernel has introduced the ODROID-H5, a new x86 single-board computer based on Intel’s Core i3-N300 processor. The board updates the ODROID H-series with onboard 10GbE networking, four M.2 expansion slots, DDR5 memory support, and a revised HSIO configuration intended for storage, networking, and accelerator expansion. The new model succeeds the ODROID-H4 family and shifts the […]... 
- Mozilla Thunderbird 151 Released with Thundermail OAuth Sign-In20 May 2026, 2:56 am
Thunderbird 151 email client adds Thundermail OAuth sign-in, EWS account improvements, task sorting options, crash fixes, and security updates.... 
- 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 […]...
- 8 great soccer shows and movies for people who don’t actually like soccer20 May 2026, 8:00 pm
Not a soccer fan but bracing for the World Cup chatter? These 8 streaming picks work anyway—from a Welsh success story to a kung-fu kickabout.... 
- The 2027 Volvo EX60 solves three big reasons Americans won't buy an EV20 May 2026, 7:45 pm
Volvo may have found the formula for success in the EV market.... 
- I "de-Googled" my Android phone, and it finally feels like mine again20 May 2026, 7:30 pm
Yes, it is possible to go Google-free on Android.... 
- I let ChatGPT and Claude build my Spotify playlists, and this one was the clear winner20 May 2026, 7:00 pm
Which integration has the upper hand?... 
- Docker Compose made my homelab 10 times easier to manage—here’s why20 May 2026, 6:30 pm
Docker Compose makes moving my homelab between systems trivial... 
- The Mercedes-AMG GT 4-Door is now an EV—and it can match Tesla in a drag race20 May 2026, 6:06 pm
Mercedes claims continuous performance that could beat the Model S Plaid.... 
- Forget BMW—this Lincoln SUV is the $15K X3 alternative20 May 2026, 6:00 pm
This Lincoln SUV flew under the radar for years, but now it’s cheap enough to make you seriously take a second look.... 
- Reddit’s favorite NAS advice is destroying your drives20 May 2026, 5:26 pm
Reddit told me to spin down my NAS drives—here's why that was a bad idea... 
- 5 intense shark movies to watch if Netflix’s Thrash wasn’t enough for you20 May 2026, 5:00 pm
Sink your teeth into summer with these terrifying shark thrillers.... 
- Android's golden age was built on apps that don't exist anymore—here's what happened to them20 May 2026, 4:46 pm
Apps that defined early Android.... 
- 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......
- CNCF Debuts KubeCon + CloudNativeCon Japan 2026 Schedule13 May 2026, 4:00 pm
Second annual Japanese event to spotlight AI, observability, platform engineering and more Key Highlights: YOKOHAMA, Japan, May 13, 2026 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software, today announced......
- Building a cloud native platform from the ground up with Kairos, k0rdent, and bindy13 May 2026, 11:30 am
As we shared in our earlier post on FluxCD, RBC Capital Markets has been on a deliberate journey to modernize our Kubernetes platform. GitOps with FluxCD gave us a solid deployment foundation. But as our platform grew,......
- A decade of governance: Cloud Custodian at 10 and its role in the agentic AI era12 May 2026, 11:00 am
What is Cloud Custodian? It is an open source, stateless policy engine used to manage public cloud environments, Kubernetes and infrastructure as code through a unified DSL. As an incubating project within CNCF, it allows organizations......
- How to get engineering time back from Kubernetes upgrades11 May 2026, 11:00 am
Kubernetes powers your products, but with that power and flexibility comes organizational challenges around managing complexity and maintenance. It can be tough for an organization to keep up with the speed of open source, especially at......
- 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...
- Kubernetes v1.36: Admission Policies That Can't Be Deleted4 May 2026, 6:35 pm
If you've ever tried to enforce a security policy across a fleet of
Kubernetes clusters, you've probably run into a frustrating chicken-and-egg
problem. Your admission policies are API objects, which means they don't
exist until someone creates them, and they can be deleted by anyone with
the right permissions. There's always a window during cluster bootstrap
where your policies aren't active yet, and there's no way to prevent a
privileged user from removing them.
Kubernetes v1.36 introduces an ...
- 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......
- From APIs to Actions: Rethinking Back-End Design for Agents20 May 2026, 7:00 pm
Back-end systems over the last twenty years have been constructed on one very simple notion: Define functionalities through APIs and enable the clients to consume them. REST, GraphQL, RPC — diverse variants but identical basic principle.
A customer is clear about their needs. It triggers a call to an endpoint. It seeks the answer.... 
- Detecting Bugs and Vulnerabilities in Java With SonarQube20 May 2026, 6:00 pm
The security audit report landed unexpectedly. It highlighted a critical vulnerability in our payment processing module. We had passed all unit tests. We had passed all integration tests. The code review looked clean. Yet the auditors found a hardcoded API key hidden in a utility class. This key allowed access to our third-party payment gateway. Anyone with access to the repository could see it. We were lucky the auditors found it before a malicious actor did. This incident was a wake-up call. W... 
- Stop Writing Dialect-Specific SQL: A Unified Query Builder for Node.js20 May 2026, 5:00 pm
The Problem Most Backend Developers Face
You're building a SaaS application that needs to support multiple databases. Or maybe you're migrating from MySQL to PostgreSQL. Or you have different clients using different database engines.
Whatever the reason, you've likely encountered this nightmare:... 
- Why SAP S/4HANA Landscape Design Impacts Cloud TCO More Than Compute Costs20 May 2026, 4:00 pm
Introduction: Beyond Compute Prices
When migrating or running SAP S/4HANA on AWS, many organizations fixate on EC2 instance prices and assume that choosing the cheapest instance types will yield the biggest savings. In reality, cloud TCO is heavily impacted by landscape design choices, how many environments you run, how they’re sized, how data is managed and what auxiliary services you use. Cutting cloud costs isn’t just about shrinking VM sizes it’s about architecting an efficient SAP lan... 
- Introduction to Tactical DDD With Java: Steps to Build Semantic Code20 May 2026, 3:30 pm
Modern software systems rarely fail due to poor coding skills. Most failures occur when teams lose sight of the business problem they are addressing. As systems evolve, requirements shift, teams expand, and new integrations are added, codebases often become collections of technical decisions that lack business context. Classes become generic managers and services, methods devolve into procedural scripts, and communication between developers and domain experts diminishes. Tactical Domain-Driven D... 
- AI Agents in Java: Architecting Intelligent Health Data Systems20 May 2026, 3:00 pm
Executive Summary
Modern health data analytics increasingly leverage AI agent software components that process information and make decisions, often using large language models (LLMs) or machine learning models. In Java, you can build agentic systems using libraries like DJL (Deep Java Library), Spring AI, or by integrating LLM APIs. This document includes Maven setup, minimal Spring Boot code (controllers and services), a simple agent example, diagrams, and a comparison of different agent appro... 
- No More Cheap Claude: 4 First Principles of Token Economics in 202620 May 2026, 2:30 pm
TL;DR: Token Economics in the Era of Scarcity
Your Claude Pro subscription hits limits faster than it did in January, as Anthropic quietly re-priced the ceiling, and every AI provider is rationing compute. If you keep working with Claude the way you did six months ago, you are in for a rude awakening. This article gives you four principles that explain how Token Economics actually works, so you can stop accepting the black box and start using your budget deliberately.
Token Economics Principle 1... 
- Beyond Chatbots: How AI Is Rewriting Entire Business Models20 May 2026, 2:00 pm
For many organizations, AI started as a way to automate customer support through chatbots or virtual assistants. While that was a good starting point, it barely scratches the surface of what AI is truly capable of.
Today, AI is not just improving processes. It is redefining how businesses create value, deliver services, and generate revenue.... 
- Context Is the New Schema20 May 2026, 1:00 pm
In the early days of business intelligence, organizations struggled with fragmented data, inconsistent reporting, and decisions that moved more slowly than the problems they were meant to solve. The breakthrough came with dimensional modeling. Ralph Kimball gave us a structured way to transform raw operational data into something meaningful and query-friendly. It was not just a technical advance, but a trust advance. Analysts could finally explain where a number came from.
Today, AI faces a simi... 
- How AI Coding Assistants Are Changing Developer Flow20 May 2026, 12:00 pm
As someone who runs a software development company, I’m closely watching how AI is changing the way developers work day to day. I see it in our team as well. AI coding assistants are not just speeding things up, but reshaping how developers think, build, and collaborate.
At the same time, I stay cautious. AI doesn’t always produce correct output, and overrelying on AI tools in developing software products can lead to a false sense of confidence, where code looks right but lacks a solid syste... 
- GitHub's Internal Repos Breached Via Employee's Use of Malicious VS Code Extension20 May 2026, 8:00 pm
Longtime Slashdot reader Himmy32 writes: GitHub has announced on X that their internal repositories have been breached through a compromised VS Code Extension on an employee's workstation. Bleeping Computer reported that the attack is linked to TeamPCP who have been in the news for a recent campaign affecting Checkmarx, Trivy, SAP, TanStack, and Bitwarden. The group appears to be attempting to sell the stolen code on cybercrime forums. "Yesterday we detected and contained a compromise of an empl... 
- Anna's Archive Hit With Global Domain Takedown Order20 May 2026, 7:00 pm
An anonymous reader quotes a report from TorrentFreak: A coalition of thirteen major publishers has won a massive $19.5 million default judgment against shadow library Anna's Archive. A New York federal judge fully approved the publishers' requests, issuing a broad permanent injunction that orders more than twenty specific global registries, hosts, and service providers to immediately disable the site's remaining domains. [...] At first glance, the damages award is the headline figure. Judge Rak... 
- Seagate Sparks Memory Sell-Off As CEO Says It Would 'Take Too Long' To Build New Factories20 May 2026, 6:00 pm
Seagate CEO Dave Mosley said Monday that building new memory chip factories or adding capacity would "take too long" to keep up with AI-driven storage demand. "If we took the teams off and started building new factories or bringing up new machines, that would just take too long. You would end up with more capacity, but then you'd slow the rate of growth on that technology," Mosely said. CNBC reports: Memory chip stocks have soared in recent months as a flood of AI investing has sent demand soari... 
- Yearslong Fight Over Users' Right To Tweak Smart TV Software Heads To Trial20 May 2026, 5:00 pm
A long-running lawsuit over Vizio's Linux-based smart TV software is headed to trial in August, with the Software Freedom Conservancy arguing that GPL rules require Vizio to release complete source code owners could use to modify, maintain, or strip ads and tracking from their TVs. Ars Technica reports: The outcome could reverberate across the industry. Because many of today's popular smart TV operating systems are Linux-based, the case may help determine how much control many owners have over t... 
- Regional Winners of Prestigious Literary Prize Suspected of Using Chatbots20 May 2026, 4:00 pm
The 2026 Commonwealth Short Story Prize is facing backlash after several winning entries were accused of being AI-generated, with one Caribbean winner's story flagged as fully AI-written by a detector that WIRED says it independently confirmed. From the report: Each year, the Commonwealth Foundation, a nongovernmental organization in London, awards its short story prize to one writer in each of five regions: Africa, Asia, Canada and Europe, the Caribbean, and the Pacific. One overall winner is t... 
- Google's AI Studio Now Lets Anyone Build Android Apps In Minutes20 May 2026, 3:00 pm
An anonymous reader quotes a report from TechCrunch: The AI coding boom is now coming directly for Android app development. On Tuesday at Google IO 2026, the company announced new native Android app creation capabilities in its web-based Google AI Studio, shrinking a process that takes weeks of setup and coding down to minutes. The company also said that consumers will be able to use Gemini AI to find the apps they need, both on the Play Store and the web, expanding opportunities for developers ... 
- Google Accused of Pushing 'Free For Life' G Suite Users Onto Paid Plans20 May 2026, 11:00 am
Google is again pressuring some longtime G Suite Legacy users to move onto paid Workspace plans, warning that accounts flagged as "commercial use" could lose access to Gmail, Drive, Calendar, and other services if appeals fail. "The trouble, according to users, is that the appeals system appears about as transparent as a brick," adds The Register. From the report: A reader alerted The Register to what appears to be a new crackdown on long-standing G Suite Legacy accounts, with similar complaints... 
- 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... 
- Minnesota Becomes First State To Ban Prediction Markets20 May 2026, 3:30 am
An anonymous reader quotes a report from NPR: Minnesota Gov. Tim Walz has signed the nation's first law banning prediction market sites from operating in the state, and in response, the Trump administration has sued, teeing up a legal battle over the most far-reaching crackdown on popular services like Kalshi and Polymarket. It comes as states confront a growing standoff with the Trump administration over how to regulate the industry, which allows people to bet on virtually anything.
The new s... 
- Plex Triples Lifetime Subscription Cost To $75019 May 2026, 11:00 pm
BrianFagioli shares a report from NERDS.xyz: Plex is raising the price of a new Lifetime Plex Pass from $249.99 to $749.99 on July 1. That's a $500 increase for media server software. Plex says it needs the money for "long-term development" and future features, but a lot of self-hosting folks are already wondering if this is basically a soft way of killing the Lifetime option without officially removing it. At nearly $750, are people just going to move to Jellyfin instead? As for those future im... 
- An OpenAI model has disproved a central conjecture in discrete geometry20 May 2026, 7:05 pm
Comments... 
- Tracking Starbucks' 'widely recyclable' cups: none ended up at recycling20 May 2026, 6:50 pm
Comments... 
- Node.js 26.0.0 (Now with Temporal)20 May 2026, 6:48 pm
Comments... 
- Flipper One Tech Specs20 May 2026, 6:33 pm
Comments... 
- Qian Xuesen: The missile genius America lost and China gained (2025)20 May 2026, 5:48 pm
Comments... 
- Why is Inkwell stuck in review20 May 2026, 5:30 pm
Comments... 
- Apparently Google hates us now20 May 2026, 4:27 pm
Comments... 
- Show HN: Lance – image/video generation and understanding in one model20 May 2026, 3:45 pm
Comments... 
- SBCL: the ultimate assembly code breadboard (2014)20 May 2026, 3:39 pm
Comments... 
- Formal Verification Gates for AI Coding Loops20 May 2026, 3:25 pm
Comments... 
- 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...
- US Math/Reading Scores Continue 13-Year Decline. Researchers Blame Reduced Testing and Social Media17 May 2026, 5:34 pm
Test scores "are lower than they were a decade ago in school districts across the U.S.," reports Times magazine, citing new data released Wednesday by Stanford researchers. "Reading scores were down roughly 0.6 grades in 2025 compared to 2015, and math scores were down about 0.4 grades. This means that students were 60% of one school year behind where their peers were in reading a decade earlier and 40% of one school year behind in math."
But Stanford's announcement notes that America's school...
- Python Stays #1, R Rises in Popularity, Says TIOBE17 May 2026, 2:34 pm
Are statistical programmers coalescing around a handful of popular languages? That's the question asked by the CEO of software assessment site TIOBE, which every month estimates the popularity of programming languages based on their frequency in search results:
This month, the programming language R matched its all-time high by reaching position #8 in the TIOBE index once again. This is not a coincidence. The statistical programming language market is clearly undergoing a major consolidation. T...
- SpaceX Unveils Sweeping Starship V3 Upgrades15 May 2026, 7:00 am
SpaceX has detailed major Starship V3 upgrades ahead of a launch targeted as early as May 19. The changes are meant to move Starship closer to its core goals: rapid reuse, Starlink deployment, orbital refueling, and eventually Moon and Mars missions. Longtime Slashdot reader schwit1 shares a report from Teslarati: Here is an explicit, broken-down list of the key changes, first starting with the changes to Super Heavy V3:
- Grid Fin Redesign: Reduced from four fins to three. Each fin is now 50%...
- Physicists Find Possible Errors In 100-Year-Old Model of the Universe14 May 2026, 7:00 am
A trio of preprint papers suggests the universe may not be perfectly uniform on the largest scales, finding tentative 2-to-4-sigma deviations from a core assumption of standard cosmology known as FLRW geometry. Live Science reports: The work combines observations of distant exploding stars and large-scale galaxy surveys to probe whether the universe truly follows a nearly 100-year-old mathematical framework known as Friedmann-Lemaitre-Robertson-Walker (FLRW) cosmology. The analyses revealed mild...
- Why Are Some People Mosquito Magnets?13 May 2026, 7:00 am
fjo3 shares a report from Phys.org: Ever felt like mosquitoes bite you while ignoring everyone else? Scientists are now making progress in deciphering the complex chemical cocktail that makes particular people more enticing to these disease-spreading bloodsuckers. "It's not a misconception -- mosquitoes are attracted to some people more than others," Frederic Simard of France's Institute of Research for Development told AFP. "But we are not all magnets all the time," the medical entomologist add...
- First Real-Time Brain-Controlled Hearing Device12 May 2026, 3:00 pm
Researchers at Columbia demonstrated the first real-time brain-controlled hearing system that can identify which speaker a listener is focusing on in a noisy environment and automatically amplify that voice while suppressing others. "This breakthrough addresses the 'cocktail party effect,' a major limitation of conventional hearing aids, which often struggle to distinguish between overlapping conversations in noisy settings," reports Neuroscience News. From the report: In the new study, Columbia...
- Arts and Cultural Engagement 'Linked To Slower Pace of Biological Aging'12 May 2026, 11:00 am
An anonymous reader quotes a report from the Guardian: Singing, painting or visiting a gallery or museum helps people age more slowly, according to the latest study to link taking an active interest in art and culture with improved health. The findings are the first to show that both participating in arts activities and attending events, such as viewing an exhibition, lead to people staying biologically younger. "These results demonstrate the health impact of the arts at a biological level. They...
- 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...
- 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....
- Exploring the Matrix Communication Protocol5 May 2026, 5:12 pm
Corporate communication platforms might be convenient, but they put your privacy at risk. The Matrix open communication standard offers a different approach....
- 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...
- Archinstall 4.2 Shifts to Wayland-First Profiles, Leaving X.Org Behind16 April 2026, 4:00 pm
by George Whittaker
The Arch Linux installer continues evolving alongside the broader Linux desktop ecosystem. With the release of Archinstall 4.2, a notable change has arrived: Wayland is now the default focus for graphical installation profiles, while traditional X.Org-based profiles have been removed or deprioritized.
This move reflects a wider transition happening across Linux, one that is gradually redefining how graphical e...
- OpenClaw in 2026: What It Is, Who’s Using It, and Whether Your Business Should Adopt It14 April 2026, 4:00 pm
by George Whittaker
“probably the single most important release of software, probably ever.”
— Jensen Huang, CEO of NVIDIA
Wow! That’s a bold statement from one of the most influential figures in modern computing.
But is it true? Some people think so. Others think it’s hype. Most are somewhere in between, aware of OpenClaw, but not entirely sure what to make of it. Are people actually using it? Yes. Who’s using it? Mo...
- CISA Contractor Exposed Sensitive Credentials in Public GitHub Repository20 May 2026, 2:59 pm
CISA is investigating after a contractor’s public GitHub repository exposed AWS GovCloud credentials, internal files, and passwords.
The post CISA Contractor Exposed Sensitive Credentials in Public GitHub Repository appeared first on TechRepublic.... 
- New Zealand Plans to Cut 9,000 Public Sector Jobs as AI Push Accelerates20 May 2026, 2:41 pm
New Zealand’s government plans to cut thousands of public service jobs while pushing agencies to adopt AI and tighter budgets.
The post New Zealand Plans to Cut 9,000 Public Sector Jobs as AI Push Accelerates appeared first on TechRepublic.... 
- What Is Data Cleansing? Tools, Process & Best Practices20 May 2026, 2:00 pm
Data cleansing is a process by which a computer program detects, records, and corrects inconsistencies and errors within a collection of data.
The post What Is Data Cleansing? Tools, Process & Best Practices appeared first on TechRepublic.... 
- This $25 Subscription Will Bring AI Into Your Business20 May 2026, 1:00 pm
Tap into the power of OpenAI, Meta, Midjourney, and additional powerful AI models with 1min.AI.
The post This $25 Subscription Will Bring AI Into Your Business appeared first on TechRepublic.... 
- Discord DAVE Encrypts Calls, but Not Text Chats20 May 2026, 9:54 am
Discord’s DAVE protocol now protects eligible voice and video calls, but text chats and Stage channels remain outside end-to-end encryption.
The post Discord DAVE Encrypts Calls, but Not Text Chats appeared first on TechRepublic.... 
- 6 Best Free Inventory Management Software in 202620 May 2026, 5:00 am
Inventory management software provides automation tools for repetitive, but crucial, tasks in running any type of business.
The post 6 Best Free Inventory Management Software in 2026 appeared first on TechRepublic.... 
- Asana Alternatives I’d Recommend for Project Managers in 202620 May 2026, 5:00 am
Not sold on Asana? I compared the best Asana alternatives in 2026 to help you find a tool that fits your team and your budget.
The post Asana Alternatives I’d Recommend for Project Managers in 2026 appeared first on TechRepublic.... 
- 6 Best Bank Reconciliation Software in 202620 May 2026, 5:00 am
Bank reconciliation software programs help businesses automate the matching of their bank transactions with their bank register, ensuring the accuracy of their books. We review the six best bank reconciliation software for businesses.
The post 6 Best Bank Reconciliation Software in 2026 appeared first on TechRepublic.... 
- Microsoft Launches New Surface AI PCs for Business Buyers19 May 2026, 7:12 pm
Microsoft launched new Surface for Business PCs with Intel Core Ultra Series 3 chips, AI features, 5G options, and enterprise security tools.
The post Microsoft Launches New Surface AI PCs for Business Buyers appeared first on TechRepublic....
- Anthropic Just Bought a Developer Tool Used by OpenAI, Google19 May 2026, 7:03 pm
Anthropic acquired SDK startup Stainless, signaling a deeper push into developer tooling as AI labs compete beyond model performance.
The post Anthropic Just Bought a Developer Tool Used by OpenAI, Google appeared first on TechRepublic....
- 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...
- Guillaume Kulakowski: Copyous : le gestionnaire de presse-papiers GNOME que j’attendais19 May 2026, 5:04 pm
...
- Peter Czanik: Learning syslog-ng19 May 2026, 11:15 am
...
- Justin Wheeler: The Fedora AI Developer Desktop Debate: Reflections from Red Hat Summit 202619 May 2026, 8:00 am
...
- Fedora Badges: New badge: Contributor Recognition 2025 Winner !19 May 2026, 2:52 am
...
- Guillaume Kulakowski: Ghostty : mon nouveau terminal sous Fedora 4417 May 2026, 7:45 am
...
- Kevin Fenzi: misc fedora bits second week of may 202616 May 2026, 4:30 pm
RHEL10 and Fedora44 migrations
Did a number of reinstalls for RHEL9 hosts moving to RHEL10 and some Fedora 42
hosts moving to Fedora 44. Most of these are pretty easy, just setup things
and run ansible, but there's a few tricky hosts that are not in our main
datacenter I've been trying to do.
This includes a donated server that was 12 years old. It's served long and
well, but it's too old for RHEL10. Luckily the donating company was happy
to provision us a n...
- Fedora Community Blog: Community Update – Week 2015 May 2026, 3:09 pm
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: 11 – 15 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 tracker...
- 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 ...
- 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 […]...
- How to run a repository of casino games in Linux using Wine or Proton22 September 2025, 10:46 am
Linux is one of the most flexible operating systems in the world, but gaming has traditionally been its weak spot. A lot of games, especially the casino game library, are designed for Windows computers. So, if you trust running them straight on Linux, you’ll often run into problems. These issues vary from the installer not […]...
- Enhancing privacy measures for Linux gaming enthusiasts25 August 2025, 4:31 am
In the ever-expanding universe of online activities, ensuring your privacy as a Linux gamer is vital. Engaging in gaming requires connecting with communities and online platforms, which can expose your personal information to potential threats. By implementing effective privacy measures, you not only protect yourself but also contribute to a safer gaming environment for all. […]...
- 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...