- Linux 7.2 Proceeding To Deprecate AF_ALG Due To "Massive Attack Surface", Drops Offloading1 June 2026, 10:48 am
The Linux kernel's AF_ALG interface for user-space applications to directly access the Linux kernel's built-in cryptographic engine is proceeding with a quick deprecation cycle due to a "massive attack surface" with increased vulnerabilities coming to light due to AI/LLM-based tooling...... 
- Phoronix Marking 22 Years Of Linux Hardware Coverage This Week1 June 2026, 10:34 am
On 5 June marks 22 years since starting Phoronix.com for covering the Linux hardware space and open-source news...... 
- Some Elements Of Intel APX Not Proving Beneficial On Nova Lake / Diamond Rapids1 June 2026, 10:14 am
Some compiler tuning merged today to the GNU Compiler Collection (GCC) is disabling some features of Advanced Performance Extensions (APX) for upcoming Intel Nova Lake and Diamond Rapids processors as they are not proving worthwhile for performance...... 
- NBD-VRAM Provides Swap Space On Your NVIDIA GeForce GPUs1 June 2026, 9:57 am
An open-source developer has created NBD-VRAM as a way to create swap space on your consumer NVIDIA GPU's video memory under Linux...... 
- FreeBSD 15.1-RC2 Restores PadLock RNG For VIA & Zhaoxin CPUs1 June 2026, 9:46 am
A second release candidate of FreeBSD 15.1 was warranted and in turn released this weekend which now pushes the stable release back by one week...... 
- NVIDIA Announces RTX Spark Superchip For Laptops & Desktops1 June 2026, 9:33 am
Jensen Huang used his Computex keynote today to formally announce RTX Spark as their new superchip for compact desktop PCs and laptops...... 
- AI-Driven Security Disclosures, NVIDIA Vera & Linux 7.1 Features That Made An Exciting May1 June 2026, 4:00 am
May 2026 is now in the books after writing 275 original Linux/open-source minded news articles and another 20 featured-length benchmark articles / Linux hardware reviews. There was a lot of exciting topics in May to keep the month interesting and as we approach the Phoronix 22nd birthday this week...... 
- Intel Xeon 6+ & Intel Ethernet E835 Launch1 June 2026, 3:00 am
Last year at Tech Tour Arizona, Intel announced Clearwater Forest as the Xeon 6+ series. Details were rather light then while for Computex, Intel is announcing that Xeon 6+ is now "launching" beginning tomorrow, 1 June. In addition to Xeon 6+, the new Intel Ethernet E835 is also launching while there are updates on Crescent Island and Diamond Rapids.... 
- Dell Uses Intel Wildcat Lake To Deliver Their Cheapest XPS 13 Ever1 June 2026, 12:14 am
Dell is using Computex to announce their new XPS 13 that comes at their lowest price ever of $599 USD for students and $699 for everyone else. The new Dell XPS 13 aims to compete directly with the Apple MacBook Neo while leveraging the new Intel Wildcat Lake processors as cut-down from Panther Lake...... 
- AMD Announces Radeon RX 9070 GRE, Ryzen AI Max PRO 400 Series1 June 2026, 12:00 am
AMD is kicking off the busy Computex 2026 week with some new product announcements. The embargo is now up so meet the Radeon RX 9070 GRE and other new wares coming out this summer and later in the year from AMD.... 
- Kernel prepatch 7.1-rc61 June 2026, 3:26 am
The 7.1-rc6 kernel prepatch is out for
testing. Linus said: "Well, I wouldn't call this 'small', but it is
certainly smaller than rc5 was. And I don't think there's anything
particularly scary here, so maybe we're still on track for a normal release
cycle. Let's see."... 
- [$] A trademark dispute over MeshCore29 May 2026, 4:41 pm
MeshCore is a relatively new project, started in January 2025, that aims
to build a scalable mesh network using low-power long-distance radios. While
many other projects of the same general nature have been tried before, MeshCore
grew quickly because of its more efficient message routing and enthusiastic
community. In early 2026, an early proponent of the project made a sudden shift
that left the rest of the community stunned and embroiled in a trademark dispute.
...
- [$] A loadable crypto module for FIPS certification29 May 2026, 2:29 pm
Many organizations require US Federal Information Processing Standard (FIPS)
certification of the crypto code they are running. The certification
process is lengthy, but the bigger problem is that the way the crypto
subsystem is built into the kernel makes the result unable to be reused
across kernel updates. I have proposed a patch
series that decouples the crypto subsystem into a standalone
loadable module, allowing a certified crypto module to be reused with
multiple kernels and, thus, requ...
- Nesbitt: Protestware for coding agents29 May 2026, 2:09 pm
Andrew Nesbitt has written a blog
post detailing a recent incident with the jqwik library for property-based testing
in Java. On May 25, the 1.10.0 release of jqwik included a change
that attempts to instruct coding agents to disregard previous
instructions and delete jqwik tests and code.
I think this is a new class of supply-chain input worth keeping an eye
on, mostly because of how little of the existing tooling has any
opinion about it. A System.out.print of sixty-eight bytes of plain
AS...
- Security updates for Friday29 May 2026, 1:12 pm
Security updates have been issued by AlmaLinux (.NET 8.0, .NET 9.0, cockpit, firefox, flatpak, httpd, kernel, and kernel-rt), Debian (kernel, kitty, lemonldap-ng, nagios4, python-flask-httpauth, and roundcube), Fedora (CImg, gmic, haveged, jpegxl, kernel, libpng, mapserver, mingw-qt6-qtsvg, openbao, perl-Sereal, perl-Sereal-Decoder, perl-Sereal-Encoder, and podofo), Mageia (bind, graphicsmagick, microcode, nginx, packages, perl-Catalyst-Plugin-Authentication, perl-HTTP-Daemon, perl-IO-Compress, ...
- Rust 1.96.0 released28 May 2026, 10:16 pm
Version
1.96.0 of the Rust programming language has been released. Changes
include a new set of Copy-implementing Range types,
assertions with pattern matching, a number of stabilized APIs, and two
Cargo vulnerability fixes....
- Górny: why Gentoo?28 May 2026, 5:58 pm
Gentoo developer Michał Górny has written a lengthy
article explaining the philosophy and purpose of the Gentoo Linux
distribution, in response to a
thread on Mastodon:
Gentoo is a source-first distribution, which means the primary
method of installing software is to build it from source. Of course,
that doesn't mean manually building stuff, following some kind of
how-to: finding all the dependencies, installing them manually, going
through a series of magical incantations, and eventually en...
- [$] Policies for merging new filesystems28 May 2026, 2:29 pm
In a filesystem-track session at the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit, Amir Goldstein wanted to
discuss his proposed
documentation on adding new filesystems to the kernel. There are a
number of unmaintained and untestable filesystems already in the kernel,
which are a burden to VFS-layer developers who are trying to make sweeping
changes, such as switching to folios and the "new" mount API. Goldstein's
document is an attempt to head off the addition of filesyst...
- IBM's "Project Lightwell"28 May 2026, 1:30 pm
IBM has sent out a
press release touting a claimed $5 billion investment into an
operation called Project Lightwell:
Project Lightwell will establish a trusted enterprise clearinghouse
combined with a global force of engineers to identify and fix
vulnerabilities at scale. The clearinghouse will serve as a
security coordination layer, using advanced AI capabilities to
validate and test fixes across an unprecedented volume of open
source code. These capabilities will be offered through co...
- [$] Separating memory descriptors from struct page28 May 2026, 1:09 pm
The kernel's memory-management subsystem is currently partway through a
multi-year project to replace the page structure (which represents
a page of physical memory) with memory
descriptors. At the 2026 Linux Storage,
Filesystem, Memory Management, and BPF Summit, Vishal Moola ran a
fast-paced session in the memory-management track to describe the current
state of that work and what is likely to happen next....
- Reverse WSL? I Tried This New Tool to Integrate Windows Apps in Linux1 June 2026, 7:12 am
Not that I am a fan of Windows or need Windows-only application. But I appreciate the innovation of open source developers.... 
- Steam Deck OLED is Absurdly Overpriced Now, Yet It Sold Out in North America Overnight29 May 2026, 1:04 pm
The handheld returned at $789 and $949, sold out in North America within 24 hours, and is now back with inconsistent availability....
- FOSS Weekly #26.22: Win for Linux, Firefox New AI Feature, AMD Betrayal, Rust Linux Commands and More28 May 2026, 1:38 pm
Linux gets some relief in the absurd OS-level age verification law fiasco....
- Don't Expect a Raspberry Pi 6 Until At Least 202827 May 2026, 5:57 pm
Raspberry Pi CEO Eben Upton confirmed that in a Reddit AMA recently....
- I Tried Firefox Smart Window, and It Won Me Over a Little27 May 2026, 4:47 pm
Mozilla's new AI browsing mode is in limited beta, and it's more capable than I expected....
- A New Linux Driver Could Make USB4 Cables a Blazing Fast Way to Move Data26 May 2026, 3:19 pm
The incoming driver would let you move data between two computers over a USB4 cable without needing a network interface....
- Linux is Getting a Free Pass on Age Verification in California and Colorado26 May 2026, 11:49 am
Other open source software gets similar treatment, with Colorado going as far as explicitly excluding code repositories and container platforms....
- AMD Pulls a Bait-and-Switch on Linux Users with Vivado Licensing Changes25 May 2026, 8:27 am
Tells Linux users to either pay up or get stuck on an aging, unsupported version forever....
- Bambu Lab Has Been Violating AGPLv3 for Years, SFC Says25 May 2026, 4:41 am
They are working on a new project called 'baltobu', which will reverse-engineer Bambu's proprietary components....
- Firefox Just Saved Us All from Spammy Online PDF Tools23 May 2026, 3:42 am
Firefox's PDF viewer just got a feature that online tools have been charging for....
- Linux App Release Roundup (May 2026)31 May 2026, 10:46 pm
May 2026 delivered a sizeable set of Linux software updates, including the set I’ve rounded up for your reading pleasure in this post. The month also saw a buffet of big browser updates, including Firefox 151 with new-look new tab page, Vivaldi 8.0 with a new-look generally and a new public beta of Kagi’s Orion. Elsewhere, Ubuntu 26.04 LTS support was added to VMware Workstation (and Fusion for macOS), while open-source system cleaner BleachBit debuted a TUI for interactive command-line ... 
- Ubuntu 26.10 Snapshot 1 is now available to download30 May 2026, 12:47 am
Canonical has released the first monthly snapshot of Ubuntu 26.10 ‘Stonking Stingray’. This is the first of 4 planned testing builds in the lead up to the final, stable release of Ubuntu 26.10 on 15 October, 2026. Utkarsh Gupta announced the release on the Ubuntu developer mailing list, noting that a couple of images – including the ubiquitous Intel/AMD64 build most use – are missing from the first snapshot. Those will return in time for Snapshot 2. Ubuntu monthly snapshots are not alpha...
- Canonical takes over Flutter desktop maintenance29 May 2026, 2:58 pm
Google confirmed at Google I/O 2026 that Canonical is the new lead maintainer and ‘strategic steward’ of Flutter desktop for Windows, macOS and Linux. The announcement of an expanded partnership with Canonical came during the ‘What’s new in Flutter’ presentation at Google I/O 2026, where Kate Lovett, Engineer Manager on the Flutter Framework team at Google, touched on their existing work: “[The Flutter] desktop experience has reached a new level of maturity this year, driven by our i...
- Canonical’s Workshop: sandboxed, reproducible dev environments27 May 2026, 1:52 pm
Canonical has released Workshop, a new open-source tool to create reproducible development environments with a single command. Using YAML files, the same development setup can be reproduced across different hardware and devices, reducing dependency headaches and configuration drift. Environments in Workshop are built from SDKs (packages that install languages, frameworks and tools). Most of these come from the SDK Store, which supports versioned channels similar to the Snap Store so that project...
- Raspberry Pi 6 won’t arrive before 2028 (and won’t have an NPU)26 May 2026, 4:24 pm
The Raspberry Pi 6 won’t be released before 2028 and it won’t feature an onboard NPU to handle AI compute tasks. Insight into plans for the Pi 6 were shared by three of the company’s key engineers and leaders in an AMA (ask me anything) session on Reddit on 21 May, 2026. Based on past launches the gap between major Pi models (Raspberry Pi 2, 3, 4 and 5) is around 3-4 years. The Raspberry Pi 5 launched in 2023. That should put the Pi 6 on course for launch in 2026 or 2027. But Raspberry Pi ...
- Cinnamon desktop is getting its own, native screenshot tool24 May 2026, 11:40 pm
Linux Mint developers are building a new screenshot utility for the Cinnamon desktop, ahead of its next major release. The home-grown tool will give users more options when taking screenshots and will “accommodate the differences between CSD (Client Side Decoration) and SSD (Server Side Decoration) windows” to provide ‘cleaner’ looking screenshots. Currently, Cinnamon rolls with the GTK-based gnome-screenshot. That tool works fine, but it doesn’t render shadows in windowed app screensh...
- Canonical to shut Ubuntu Pastebin after 18 years of service24 May 2026, 6:28 pm
Canonical will decommission its long-running text-hosting service Ubuntu Pastebin on May 31. The company is pulling the plug as part of a broader “infrastructure modernization and migration project”, according to Canonical Community Engineer Aaron Prisk. Ubuntu Pastebin works similarly to GitHub’s Gist, albeit without the revision history. It’s been available as a tool the community can use since late 2007. The service was partly launched to help the distro’s official IRC support chann...
- Ubuntu 26.10 daily builds now available to download24 May 2026, 1:14 pm
Daily builds of Ubuntu 26.10 ‘Stonking Stingray’ are now available for download, as development on the distro’s next major release kicks in to gear. As the name suggests, new ISOs are produced from development code on a (mostly) daily basis, giving those keen to test October’s release in advance the ability to do so. However, because package updates can break the ability for a bootable image to be created, it’s not unusual for there to be temporary gaps between new daily builds being a...
- GNOME Sushi spacebar preview fix coming to Ubuntu 26.0422 May 2026, 4:20 pm
GNOME Sushi fans, rejoice: the spacebar preview feature is being fixed in Ubuntu 26.04. If you’re not familiar with it, GNOME Sushi is a file preview tool similar to Quick Look on macOS. Select a file in Nautilus, press space and a floating preview window appears. It works with images, video and audio files, PDFs, plain text files and more. GNOME’s Sushi isn’t preinstalled in Ubuntu but many users install it themselves as it makes it easier to find specific files when rooting through folde...
- ONLYOFFICE 9.4 is out with a stricter FOSS licence21 May 2026, 11:41 pm
A new version of ONLYOFFICE, the open-source productivity suite, is out with a small set of improvements. The new release lands a couple of months after ONLYOFFICE suspended its eight-year Nextcloud partnership over Euro-Office, a fork by a European consortium that ONLYOFFICE says violates its AGPLv3 licence terms. Totally unrelated (yes, sarcasm), ONLYOFFICE 9.4 updates its licensing. Forks are still permitted but ‘additional terms’ demand that forks credit ONLYOFFICE as the original develo...
- Two Years After Mark Lewis Stepped in to Defend Us From Americans Connected to Microsoft, Funded by Third Parties1 June 2026, 7:45 am
There's lots more to come for years, maybe 5 years... 
- Linux Lite 8.0 “Hematite” Launches with Linux Kernel 7.0, Ubuntu 26.04 LTS Base1 June 2026, 7:18 am
Linux Lite 8.0 distribution is now available for download based on Ubuntu 26.04 LTS (Resolute Raccoon) and powered by the Linux 7.0 kernel series. Here’s what’s new!... 
- Android Leftovers1 June 2026, 6:46 am
You Can Take Vibrant Photos With These 3 Tricks For Android Phones... 
- This Week in Plasma: 6.7 Beta 2 Released1 June 2026, 6:42 am
This week the team continued getting Plasma 6.7 in great shape for release... 
- Your Linux system is secretly using your hard drive as RAM, and that's a good thing1 June 2026, 6:34 am
If you spend time around serious Linux users... 
- I add KDE's best feature to every Linux GNOME system—here's why1 June 2026, 6:32 am
When you use Linux, there are two dominant and well-established desktop environments that reign supreme... 
- KDE Linux drops AUR from its build pipeline over security and reliability concerns1 June 2026, 6:30 am
During my stint with Arch Linux... 
- Linux desktops finally learned restraint, and that's the upgrade Windows still hasn't made1 June 2026, 6:28 am
Meanwhile, I've been keeping an eye on what's going on with the Linux kernel... 
- Fedora isn't the best cutting-edge Linux distro anymore1 June 2026, 6:23 am
Over the past decade, Fedora has earned its reputation as the go-to cutting-edge Linux distro... 
- Most people install Linux the hard way for no reason. Here's the easy process that's never failed me1 June 2026, 6:22 am
Installing Linux has a reputation for being difficult or technical... 
- Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure11 March 2026, 1:00 pm
By Juha Holkkola, FusionLayer Group How DHCP Changed Connectivity In the late 1990s, the DHCP (Dynamic Host Configuration Protocol) quietly catalyzed a revolution in digital connectivity. Before DHCP was introduced, connecting devices to a network involved manual entry of IP addresses, DNS servers, subnet masks, and gateways. Networks were fragile, prone to errors, and severely […]
The post Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure appeared first on Linux.com....
- From DHCP to SZTP – The Trust Revolution25 February 2026, 2:00 pm
By Juha Holkkola, FusionLayer Group The Dawn of Effortless Connectivity In the transformative years of the late 1990s, a quiet revolution took place, fundamentally altering how we connect to networks. The introduction of DHCP answered a crucial question, “Where are you on the network?”, by automating IP address assignment. This innovation eradicated the manual configuration […]
The post From DHCP to SZTP – The Trust Revolution appeared first on Linux.com....
- Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship15 January 2026, 2:29 pm
Sustaining a Core Part of the Linux Ecosystem The Linux Foundation has announced a second year of sponsorship for the ongoing maintenance of the Linux manual pages (man-pages) project, led by Alejandro (Alex) Colomar. This critical initiative is made possible through the continued support of Google, Hudson River Trading, and Meta, who have renewed their […]
The post Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship appeared first on Linux.com....
- Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two29 October 2025, 1:45 pm
In Part One of this series, we examined how the SONiC control plane and the VPP data plane form a cohesive, software-defined routing stack through the Switch Abstraction Interface. We outlined how SONiC’s Redis-based orchestration and VPP’s user-space packet engine come together to create a high-performance, open router architecture. In this second part, we’ll turn […]
The post Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two appeared first on Li...
- Disaggregated Routing with SONiC and VPP: Architecture and Integration – Part One22 October 2025, 1:44 pm
The networking industry is undergoing a fundamental architectural transformation, driven by the relentless demands of cloud-scale data centers and the rise of software-defined infrastructure. At the heart of this evolution is the principle of disaggregation: the systematic unbundling of components that were once tightly integrated within proprietary, monolithic systems. This movement began with the separation […]
The post Disaggregated Routing with SONiC and VPP: Architecture and Integration...
- Kubernetes on Bare Metal for Maximum Performance14 October 2025, 1:00 pm
When teams consider deploying Kubernetes, one of the first questions that arises is: where should it run? The default answer is often the public cloud, thanks to its flexibility and ease of use. However, a growing number of organizations are revisiting the advantages of running Kubernetes directly on bare metal servers. For workloads that demand […]
The post Kubernetes on Bare Metal for Maximum Performance appeared first on Linux.com....
- How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM6 June 2025, 10:53 am
This article was contributed by Vedrana Vidulin, Head of Responsible AI Unit at Intellias (LinkedIn). As AI becomes central to smart devices, embedded systems, and edge computing, the ability to run language models locally — without relying on the cloud — is essential. Whether it’s for reducing latency, improving data privacy, or enabling offline functionality, local AI […]
The post How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM appeared first on Linux.com....
- Automating Compliance Management with UTMStack’s Open Source SIEM & XDR13 May 2025, 12:17 pm
Achieving and maintaining compliance with regulatory frameworks can be challenging for many organizations. Managing security controls manually often leads to excessive use of time and resources, leaving less available for strategic initiatives and business growth. Standards such as CMMC, HIPAA, PCI DSS, SOC2 and GDPR demand ongoing monitoring, detailed documentation, and rigorous evidence collection. Solutions […]
The post Automating Compliance Management with UTMStack’s Open Source SIEM &am...
- A Simple Way to Install Talos Linux on Any Machine, with Any Provider27 April 2025, 11:40 pm
Talos Linux is a specialized operating system designed for running Kubernetes. First and foremost it handles full lifecycle management for Kubernetes control-plane components. On the other hand, Talos Linux focuses on security, minimizing the user’s ability to influence the system. A distinctive feature of this OS is the near-complete absence of executables, including the absence […]
The post A Simple Way to Install Talos Linux on Any Machine, with Any Provider appeared first on Linux.com....
- Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces4 April 2025, 6:16 pm
OpenTelemetry (fondly known as OTel) is an open-source project that provides a unified set of APIs, libraries, agents, and instrumentation to capture and export logs, metrics, and traces from applications. The project’s goal is to standardize observability across various services and applications, enabling better monitoring and troubleshooting. Read More at Causely
The post Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces appeared first on Linux.com....
- ArchEZ 2026.06.011 June 2026, 4:00 pm
ArchEZ (formerly ZestISO) is a rolling-release desktop Linux distribution based on Arch Linux. It comes in three editions, with the "KDE Gaming" variant designed for modern computers and with gaming and multimedia software as well as HDR (High Dynamic Range) video support included, while "Xfce" and "IceWM" are lightweight options designed for older systems. The "KDE Gaming" flavour also provides the Wine compatibility layer for running some Windows games and programs and offers support for Micr... 
- extrox 202606011 June 2026, 3:07 pm
extrox is a set of Linux distributions based either on MX Linux or Arch Linux, featuring custom art and theme, careful application selection, various user-friendly improvements, and an audio filter (developed in-house) for enhanced sound quality in music playback and streaming. The distribution uses the Xfce desktop with the Compiz compositing window manager.... 
- AgarimOS 202606011 June 2026, 2:24 pm
AgarimOS is a desktop Linux distribution based on Void. It comes in several popular desktop flavours, including Cinnamon, GNOME, KDE Plasma, LXQt, MATE and Xfce, all with a limited set of applications in their default states. Like its parent, AgarimOS does not use the systemd service manager, relying instead on the runit init scheme. It employs the XBPS package management system, together with a graphical front-end called OctoXBPS. The distribution also includes various optimisations, custom th... 
- AbeirOS 202606011 June 2026, 1:32 pm
AbeirOS is a Void-based Linux distribution featuring a vanilla KDE Plasma desktop. Its main feature is the use of the musl C library (instead of GNU's glibc library used by most Linux distributions), considered a lightweight and efficient alternative to glibc but with some compatibility challenges, more suitable for containers and embedded systems. Other than that, AbeirOS is a standard Void with the XBPS package manager and runit init system.... 
- AfagOS 202606011 June 2026, 12:24 pm
AfagOS, a sister project of AgarimOS, is a Void-based Linux distribution featuring a vanilla KDE Plasma desktop. Like all distributions based on Void, it uses the XBPS package manager with the OctoXBPS graphical frontend and the Topgrade meta-updater. The distribution is free of systemd, using the runit init system instead.... 
- Dr.Parted 26.061 June 2026, 10:18 am
Dr.Parted Live is a bootable GNU/Linux distribution based on Debian's "Testing" branch. It is a live image featuring a lightweight Openbox window manager and useful applications for disc partitioning as well as data backup, restore and recovery.... 
- Kiro 26.06.011 June 2026, 9:41 am
Kiro is a desktop Linux distribution based on Arch Linux. It pairs a curated Arch Linux base with the nemesis_repo (a repository of pre-built packages), the Calamares system installer, and ArchLinux Tweak Tool for post-install configuration. At the live system's login screen, Kiro offers a choice between the Xfce desktop environment and ohmychadwm window manager (Kiro's own tiling window manager, a fork of dwm). Once installed, it provides support for a number of popular desktop environments an... 
- Voyager 26.10-alpha11 June 2026, 6:14 am
Voyager Live is an Xubuntu-based distribution and live DVD showcasing the Xfce desktop environment. Its features include the Avant Window Navigator or AWN (a dock-like navigation bar), Conky (a program which displays useful information on the desktop), and over 300 photographs and animations that can be used as desktop backgrounds. The project also develops several other editions of Voyager Live - a "GE" edition with GNOME Shell, a "GS" variant for Gamers, and a separately-maintained flavour ba... 
- NST 44-1510531 May 2026, 5:00 pm
Network Security Toolkit (NST) is a bootable live disc based on the Fedora distribution. The toolkit was designed to provide easy access to best-of-breed open source network security applications and should run on most x86 platforms. The main intent of developing this toolkit was to provide the network security administrator with a comprehensive set of open source network security tools. What we find rather fascinating with NST is that we can transform most x86_64 systems into a system designed... 
- CookieOS 1.0.331 May 2026, 3:56 pm
CookieOS is a desktop Linux distribution based on Debian's "Stable" branch. The project provides a small live image that boots into a minimalist Xfce desktop and starts the Calamares system installer. On first boot after installation, the CookieOS Welcome wizard offers the user to select a desktop environment (Cinnamon, GNOME, KDE Plasma, MATE and Xfce), web browser (Chrome, Firefox, LibreWolf) and other applications for online installation. The distribution also integrates various custom utili...
- 9to5Linux Weekly Roundup: May 31st, 20261 June 2026, 12:03 pm
The 294th installment of the 9to5Linux Weekly Roundup is here for the week ending May 31st, 2026, keeping you updated on the most important developments in the Linux world.... 
- Rust Coreutils 0.9 Released with Security and Performance Improvements1 June 2026, 10:31 am
Rust Coreutils 0.9 adds TOCTOU-resistant copy logic, recursive traversal fixes, and broader GNU compatibility updates.... 
- Shelly 2.3.2 GUI Package Manager for Arch Linux Gets Downgrade UI, Flatpak Repair1 June 2026, 9:00 am
Shelly developer Zoey Bauer released Shelly 2.3.2 today as a new stable update to this open-source graphical package manager for Arch Linux-based distributions that adds new features and improvements.... 
- Sixfab AI HAT+ and Edge AI Expansion Board add DEEPX acceleration to Raspberry Pi 51 June 2026, 7:28 am
Sixfab has unveiled two Raspberry Pi 5 expansion products based on DEEPX NPUs: the AI HAT+ and the Edge AI Expansion Board. Both platforms are designed to accelerate computer vision workloads locally on Raspberry Pi 5 systems, but they target different deployment scenarios. The AI HAT+ is intended for prototyping and development, while the Edge […]... 
- Audacious 4.6 Media Player Released with File Browser Plugin, Many Improvements1 June 2026, 5:57 am
The Audacious 4.6 open-source, free, and cross-platform media player has been released today with several exciting new features, new plugins, and many improvements.... 
- KDE Linux Prunes Its Insecure & Unused Software1 June 2026, 4:25 am
With the end of the month comes a new KDE Linux status report from prominent KDE developer Nate Graham...... 
- Euro-Office Sets June 9 Launch in Bid for EU Digital Sovereignty1 June 2026, 2:54 am
Backed by major European vendors, Euro-Office takes on Microsoft, Google Docs, and OnlyOffice — and we have screenshots to show how the new sovereign suite is shaping up.... 
- Linuxiac Weekly Wrap-Up: Week 22, 2026 (May 25 – 31)1 June 2026, 1:22 am
Catch up on the latest Linux news: Rocky Linux 10.2, MX Linux 25.2, COSMIC Desktop 1.0.14, NVIDIA 610.43, Rust 1.96, Flatpak’s future may leave non-systemd distros behind, and more.... 
- Linux 7.1-rc6 Released Following Another "Larger-Than-I'd-Wish-For Size" Week31 May 2026, 11:51 pm
The Linux 7.1-rc6 kernel is now available for closing out the month of May and approaching the Linux 7.1 stable release that should be out by mid-June...... 
- Servo 0.2 Released With Revamped Android Browser UI31 May 2026, 9:07 pm
For ending out the month of May is a new monthly release of Servo, the open-source, Rust-based browser engine being developed by Linux Foundation Europe stakeholders and the open-source community. There are many nice enhancements on the desktop side with Servo 0.2 while also improving the Android browser UI experience with Servo too...... 
- 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 […]...
- 5 new Netflix movies to watch in June1 June 2026, 12:01 pm
Lovely rom-coms and interesting dramas are on the way.... 
- 6 Microsoft Excel features that feel like cheating1 June 2026, 11:31 am
These Excel tools turn a few quick clicks into polished, complex-looking spreadsheets that seem like they took far longer to build.... 
- AMD revives one of its best-known CPUs as a 10th anniversary model1 June 2026, 12:00 am
Everything old is new again, including Ryzen chips and a Radeon RX 9070 variant.... 
- Dell's new, redesigned XPS 13 is built to beat the MacBook Neo31 May 2026, 11:00 pm
It's lighter, faster, and offers a touchscreen.... 
- 8 new shows and movies streaming on HBO Max in June31 May 2026, 10:00 pm
House of the Dragon returns with a new season, and war is coming with it.... 
- Euphoria season 3 finale streams tonight on HBO Max. Is this the end of the show?31 May 2026, 9:40 pm
Season 3 comes to an explosive conclusion.... 
- This $40,000 Nissan SUV beats a $57,000 Lincoln on fuel economy and towing31 May 2026, 9:00 pm
And the two are closer on cargo space than most buyers would expect.... 
- Samsung finally fixed One UI's messy Quick Settings to match the Pixel31 May 2026, 8:30 pm
A huge improvement for one of Samsung's weirdest designs.... 
- Why families keep coming back to the Toyota Highlander31 May 2026, 8:00 pm
Toyota’s underrated three-row SUV is a stress-free family choice that just quietly gets on with the job without drama.... 
- The 6 settings I change on every Android phone for better Jellyfin streaming31 May 2026, 7:30 pm
Unlock better file support, offline viewing, and much more.... 
- Dynamic configuration for cloud native Swift services1 June 2026, 11:00 am
Modern Swift services increasingly run alongside the same cloud native infrastructure stacks that power much of today’s Kubernetes ecosystem — including ConfigMaps, containerized workloads, declarative deployments, and service lifecycle management. Projects such as Prometheus and OpenTelemetry...... 
- Building a cloud native internal developer platform with Kubernetes, GitOps, and supply chain security29 May 2026, 11:00 am
Modern software delivery is no longer constrained by application code — it is constrained by the platform that runs it. This article presents the design of a cloud-native Internal Developer Platform (IDP) built on Kubernetes and......
- The Kubernetes integration tax: Prometheus, Cilium and production reality28 May 2026, 11:00 am
I still remember the first time we lost sleep over something that wasn’t a bug. It was a Tuesday. Grafana dashboards showed blank panels for Cilium network metrics. Hubble was working fine — DNS visibility, TCP......
- GPU autoscaling on Kubernetes with KEDA: Building an external scaler27 May 2026, 11:00 am
If you run GPU workloads on Kubernetes — vLLM, Triton, training jobs, or the newer agentic inference stacks — you’ve probably hit a familiar problem: the default autoscaling path still reasons about CPU and memory, while......
- Three TAG leads walk into the TOC26 May 2026, 3:38 pm
The 2026 CNCF TOC cohort has an unusual pattern: three of the incoming members; Brandt, former TAG Security, lead; Mario, former TAG Operational Resilience lead, and Mauricio Salatino, former TAG Developer Experience co-chair, came straight out of......
- How Jaeger is evolving to trace AI agents with OpenTelemetry26 May 2026, 11:00 am
As software architectures evolve, observability tools must adapt. When the industry moved to microservices, distributed tracing became a necessity. Jaeger emerged as a core tool for engineers to understand those fragmented systems. Now, as organizations integrate......
- Zero-Downtime migration from ingress NGINX to Envoy Gateway25 May 2026, 11:00 am
Teams running Ingress NGINX in production are increasingly evaluating migration paths as Kubernetes networking evolves toward Gateway API. For many organizations, the challenge is not just selecting a Gateway API implementation, but designing a migration strategy......
- Why Kubernetes policy enforcement happens too late—and what to do about it25 May 2026, 11:00 am
Kubernetes has become the backbone of modern cloud-native infrastructure. Its flexibility lets teams move fast, compose complex systems from modular components, and deploy across environments with relative ease. But that flexibility comes with a well-known cost:......
- Designing end-to-end ingress request tracing for multi-tenant SaaS platforms22 May 2026, 11:00 am
Modern SaaS platforms built on cloud‑native architectures frequently consist of dozens of independently deployed microservices. A single customer request entering the platform at the ingress layer may traverse authentication services, orchestration engines, data services, and downstream......
- Aamchi Mumbai: A KubeCon + CloudNativeCon field guide21 May 2026, 2:14 pm
Welcome to Mumbai KubeCon + CloudNativeCon India lands in Mumbai on 18-19 June 2026, at the Jio World Convention Centre in BKC. Thousands of cloud native engineers are flying in, many of you for the first......
- Reconciling the Past: Correcting Records for Unfixed Kubernetes CVEs26 May 2026, 5:30 pm
The Kubernetes project relies on transparency to empower cluster administrators and security
researchers. One important way we do that is by publishing CVE records into the Common
Vulnerabilities and Exposures database. As part of our ongoing effort to mature the official
Kubernetes CVE Feed, we have identified
some discrepancies. CVE records for a few older, unfixed issues incorrectly include a
fixed version field.
The Kubernetes Security Response Committee (SRC) will correct the affected CVE r...
- Announcing etcd 3.7.0-beta.020 May 2026, 12:00 am
SIG-Etcd announces the availability of the first beta release of etcd v3.7.0. This new version of the popular distributed database and key Kubernetes component includes the long-requested RangeStream feature, as well as a refactoring and cleanup of multiple legacy components and interfaces. v3.7 will deliver improved security, better operational reliability, and an improved experience for working with large resultsets.
First, however, the project needs users to test the beta. You can find v3.7.0...
- Kubernetes v1.36: New Metric for Route Sync in the Cloud Controller Manager15 May 2026, 6:35 pm
This article was originally published with the wrong date. It was later republished, dated the 15th of
May 2026.
Kubernetes v1.36 introduces a new alpha counter metric route_controller_route_sync_total
to the Cloud Controller Manager (CCM) route controller implementation at
k8s.io/cloud-provider. This metric
increments each time routes are synced with the cloud provider.
A/B testing watch-based route reconciliationThis metric was added to help operators validate the
CloudControllerManagerWatchBa...
- 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...
- Mitigating CVE-2026-31431 (“Copy Fail”) in Docker Engine27 May 2026, 1:00 pm
CVE-2026-31431 is a Linux kernel vulnerability that was recently disclosed. This CVE does not compromise Docker infrastructure. That said, Docker Engine's default profiles prior to v29.4.3 allowed containers to create AF_ALG sockets, which is the syscall surface the exploit uses. You are not exposed if you are running Docker Engine v29.4.3 or later, OR a......
- The Untrusted Autonomous Workload: How AI Coding Agents Reshape What Isolation Has to Do26 May 2026, 1:00 pm
Earlier this year I mass-migrated my blog to Astro using Claude Code. 146 posts. 6,024 images. Canonical URLs, JSON-LD markup, sitemap generation, the whole stack. I'd spent hours writing a skills file to teach the agent about my blog's architecture, how deployment worked, what not to touch. And it worked. Claude Code rewrote components, fixed......
- 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......
- Implementing Secure API Gateways for Microservices Architecture29 May 2026, 8:00 pm
Modern microservice architectures consist of many independently deployable services, which brings new security challenges. One crucial best practice is to use an API Gateway as a centralized entry point to enforce security policies. In this article, we explore how to implement a secure API gateway in a microservices environment and demonstrate authentication configuration with code examples.
Why Use an API Gateway for Microservices Security
In a microservices architecture, each service exposes i...
- Implementing Observability in Distributed Systems Using OpenTelemetry29 May 2026, 7:00 pm
Modern distributed systems demand observability, the ability to understand internal states from external outputs. Observability is achieved by collecting traces, logs, and metrics to improve performance, reliability, and availability. No single signal is sufficient; it's the combination and correlation of these data that form a narrative for root cause analysis.
In monolithic applications, debugging was easier since one service handled a request. In contrast, microservices distribute a request...
- 5 Common Security Pitfalls in Serverless Architectures29 May 2026, 6:00 pm
Serverless architecture removes much of the overhead costs tied to infrastructure, but it shifts security responsibilities toward code and permissions. Instead of managing servers, developers must focus on how functions interact and what they trust.
1. Over-Privileged IAM Roles
One of the most widespread issues in serverless security is the use of overly permissive identity and access management (IAM) roles, or the granting of functions more permissions than they actually need. The principle...
- Slopsquatting: Building a Scanner That Catches AI-Hallucinated Packages Before They Reach Production29 May 2026, 5:00 pm
In this article, I will examine an emerging security problem in AI-assisted development: slopsquatting, a supply-chain attack that exploits hallucinated software package names generated by large language models.
As developers increasingly rely on AI coding assistants to accelerate development, hallucinated dependencies can slip into real projects. Attackers can register those phantom package names in public registries and distribute malicious code through them....
- Event-Driven Pipelines With Apache Pulsar and Go29 May 2026, 4:00 pm
A Practical Walkthrough
Most distributed systems eventually hit a wall with their messaging layer, whether it's Kafka's tight coupling between compute and storage, RabbitMQ's limited replay capabilities, or the operational overhead of managing multiple tools for queuing and streaming.
Apache Pulsar was engineered to address these gaps from the ground up. In this article, we'll dissect a working Go-based demo that wires together a Pulsar producer, consumer, and Prometheus monitoring layer into ...
- LLM-Powered Deep Parsing for Industrial Inventory Search29 May 2026, 3:00 pm
Industrial ERPs often look structured on the surface: item IDs, purchase orders, stock levels. But in many companies, they are overloaded with unintentional duplicates because the most important information is buried inside an unstructured description field.
In heavy industry, descriptions are entered manually with little guidance or validation, so the same part shows up many times under different names. A single component might live three separate lives in the system:...
- Zero-Downtime Deployments for Java Apps on Kubernetes29 May 2026, 2:00 pm
This article provides a comprehensive guide to achieving zero-downtime deployments for Java-based applications on Kubernetes.
We cover deployment strategies, Kubernetes primitives, Java-specific considerations, session state handling, database migrations, traffic shifting techniques, CI/CD pipelines, GitHub Actions, Jenkins with automated rollbacks, observability (Prometheus, Grafana, Jaeger), Helm/ArgoCD examples, testing strategies (canary analysis, chaos, smoke tests), and troubleshooting....
- Pragmatica Aether: Let Java Be Java29 May 2026, 1:00 pm
The Aberration
We build Java applications like Go or Rust programs. Fat JARs. Docker images. Kubernetes deployments. Everyone does it, so it looks normal.
It contradicts Java’s design DNA....
- Contract-First Integration: Building Scalable Systems With Flyway, OpenAPI, and Kafka29 May 2026, 12:00 pm
After implementing contract-first integration across three different microservices architectures, I've learned that the biggest bottleneck in distributed systems isn't technical; it's coordination between teams. When Team A waits for Team B to finish their API before starting integration work, you're throwing away weeks of productivity.
Contract-first development flips this model. By defining your integration contracts upfront (OpenAPI specs, Avro schemas, database migrations), you enable teams ...
- Chaos Engineering Has a Blind Spot. Agentic AI Lives in It.28 May 2026, 8:00 pm
Your chaos experiments passed. Your RAG pipeline is lying to you anyway.
I've watched this play out more times than I'd like to admit. A team runs a thorough chaos suite, including pod failures, network partitions, and database failovers. Everything recovers cleanly. Dashboards stay green. The team ships with confidence. Three weeks later, a support ticket surfaces. Then ten more. The AI is producing answers that are fluent, confident, and factually wrong....
- NVIDIA Unveils New ARM-Based AI/Graphics Superchip Coming to Windows PCs and Laptops1 June 2026, 11:34 am
"The company best known for powering the AI boom is coming for the PC," reports Axios.
Nvidia's CEO unveiled a new ARM-based "N1X processor made alongside Microsoft," reports CNBC, that "will be incorporated into a new RTX Spark superchip, debuting in the fall on a fresh line of Windows PCs from Microsoft, Dell, HP, ASUS, Lenovo and MSI."
More details from Engadget:
It was only a matter of time before NVIDIA released a powerful system-on-a-chip (SOC) to take on AMD's Ryzen AI Max and Qualc... 
- New Lawsuit Against Amazon: 'Subscribe and Save' Program Can Actually Cost You More1 June 2026, 7:34 am
Amazon's "Subscribe & Save" program — for recurring purchasees — has triggered a new lawsuit, reports Oregon Live.
"The lawsuit contends that after luring in customers with 'artificially low prices,' the world's biggest online retailer jacked up the prices in the months after their first shipments arrived."
In some cases, the lawsuit claims that customers were paying more for the exact same items through the Subscribe & Save program than they would be if they bought the items fro... 
- New Desalination System Turns Seawater Into Drinking Water and Useful Salts - Including Lithium1 June 2026, 3:54 am
"Scientists have developed a solar desalination system that turns seawater into drinking water without creating environmentally damaging brine," reports ScienceDaily.
"Special laser-textured metal panels use sunlight to evaporate water while automatically moving salt deposits away from the working surface, preventing clogging. The process was successfully tested with water from three oceans and can recover nearly all salts as solids. Those leftover materials could even become a source of valua... 
- Something Made Earth's Molten Core Reverse Direction In 20101 June 2026, 2:08 am
ScienceAlert reports:
In the molten ocean of iron churning in Earth's outer core, a section deep beneath the Pacific Ocean suddenly reversed direction and started moving eastward against the planet's usual westward flow. This happened in 2010, according to satellite measurements of Earth's magnetic field, and scientists are still trying to figure out what caused it... [I]t seemed to have a large, wave-like structure — as though a chunk of molten core material suddenly thought better of where i... 
- US, Australia, and UK Plan New Unmanned Vehicles to Protect Undersea Data Cables1 June 2026, 1:08 am
"Around 570 cables (plus a further 80 planned) carry between 95% and 99% of the world's intercontinental telecommunications data," reports CNN (since fiber cables offer speeds of terabits per second, carry much more data than satellite links). And "networks of green energy cables carrying electricity are also starting to sprawl across the world's seabeds."
Now to protect them, the U.S., Australia and the U.K. "are planning to develop new unmanned undersea vehicles" as part of their trilateral ... 
- 'The Oral Tradition That Built Software May Not Survive AI'31 May 2026, 10:15 pm
A historian-turned-software engineer warns that "so little is ever written down" by professional programmers in a new article for Fast Company:
Perhaps there's an early design doc, but then it turns out that everything was substantially revised before work began. Maybe there are a few wiki pages explaining known issues, some of which were solved a long time ago and others that have been left to molder in the codebase. Somebody might have left a comment in the code itself, but typically it's a ... 
- US Teachers' Union Urges Schools To Curb AI Chatbots and Screen Time31 May 2026, 9:15 pm
Axios reports:
The American Federation of Teachers, the second-largest teachers' union in the U.S., released a 10-point plan to introduce AI and screen-time guardrails in classrooms. The plan would limit AI use and ban screens for students in prekindergarten through second grade "unless there is a compelling reason," such as supporting students with special needs.
The teacher union's president Randi Weingarten warned that young students "are drowning in tech," according to the New York Times,... 
- New Star Wars Movie Falls to #3 Behind Two Movies Directed By YouTube Stars31 May 2026, 7:34 pm
Disney's Star Wars: The Mandalorian and Grogu "suffered a catastrophic 70% drop in its second weekend," reports Variety, suggesting the movie isn't finding audiences "beyond an aging group of core fans."
"Despite playing on far more screens, The Mandalorian and Grogu landed in third place on weekend charts behind Backrooms and Obsession." (described as "two buzzy horror films.") Suprisingly, both movies were directed by 20-something YouTube stars, "and cost nearly nothing to produce." Analys... 
- Renewable Energy is Surging in Africa31 May 2026, 6:34 pm
Almost a fifth of the earth's population lives in Africa. And Africa's next generation of power projects "is increasingly being built around solar and wind power and battery storage," reports the Associated Press, "as governments and investors shift away from coal and large hydropower dams in search of cheaper, faster and more reliable electricity."
The shift is visible in a $1.5 billion energy agreement between China and Zambia announced in early May that includes three separate 300-megawatt p... 
- AI Agents Get Their Own Directory Built Atop DNS31 May 2026, 4:34 pm
"In the future, AI agents will be able to find one another using the Domain Name System (DNS), instead of crawling about and probing ports or checking configured resources," writes The Register.
InfoWorld writes that "numerous proprietary agent registries are on the market, but the Linux Foundation suggests we simply extend the distributed, open Domain Name System (DNS) infrastructure we already have."
The foundation is now inviting contributions to the DNS-AID project, a standard way for AI...
- LLMs Are Closer to Religion Than They Appear1 June 2026, 11:03 am
Comments... 
- Nvidia announces new AI chip for personal computers1 June 2026, 10:33 am
Comments... 
- two strangers. one call. no names1 June 2026, 9:15 am
Comments... 
- Cessation of public development of Kefir C compiler1 June 2026, 8:52 am
Comments... 
- Is Python Becoming Pinyin?1 June 2026, 8:08 am
Comments... 
- Blorp Language1 June 2026, 7:35 am
Comments... 
- A 10 year old Xeon is all you need1 June 2026, 6:38 am
Comments... 
- Rubin Tracks Skyscraper-Size Asteroids and Failed Supernovas1 June 2026, 4:08 am
Comments... 
- Chuwi Minibook X31 May 2026, 10:59 pm
Comments... 
- ChatGPT for Google Sheets exfiltrates workbooks31 May 2026, 8:35 pm
Comments... 
- New Desalination System Turns Seawater Into Drinking Water and Useful Salts - Including Lithium1 June 2026, 3:54 am
"Scientists have developed a solar desalination system that turns seawater into drinking water without creating environmentally damaging brine," reports ScienceDaily.
"Special laser-textured metal panels use sunlight to evaporate water while automatically moving salt deposits away from the working surface, preventing clogging. The process was successfully tested with water from three oceans and can recover nearly all salts as solids. Those leftover materials could even become a source of valua... 
- Something Made Earth's Molten Core Reverse Direction In 20101 June 2026, 2:08 am
ScienceAlert reports:
In the molten ocean of iron churning in Earth's outer core, a section deep beneath the Pacific Ocean suddenly reversed direction and started moving eastward against the planet's usual westward flow. This happened in 2010, according to satellite measurements of Earth's magnetic field, and scientists are still trying to figure out what caused it... [I]t seemed to have a large, wave-like structure — as though a chunk of molten core material suddenly thought better of where i... 
- Mars Minerals Reveals an Ancient Ocean's Potential For Life - and a Possible Way to Make Oxygen30 May 2026, 6:34 pm
Researchers have identified a ring of minerals around the largest basin in the northern hemisphere of Mars (which past research suggests held a large body of water). Phys.org says the research provides new clues on when life may have been possible on Mars — and how future astronauts could make oxygen:
Manganese oxides and hydroxides (collectively written as manganese (hydr)oxides) can act as geological proxies for past oceans... The team involved in the new study analyzed short-wave infrar...
- Ozempic May Be Reshaping the Brain, Scientists Say30 May 2026, 4:34 pm
A research team found "extensive changes" on brain scans of 13 young women taking
GLP-1 drugs, reports the Washington Post:
Within only a few months, the brain connections in the salience network, which helps target attention, had multiplied... ["We didn't expect to see this effect, and we really don't know what it means," said an assistant professor assisting the research.] Ozempic and other GLP-1 drugs were initially understood as a metabolism breakthrough: medicines that act like hormones t...
- Blue Origin Rocket Exploded Thursday Night During Hot-Fire Test29 May 2026, 6:28 pm
Spaceflight Now shared their video of the explosion, which the Orlando Sentinel describes as showing Blue Origin's rocket "become engulfed in flames. The fireball expands out and covers the entire launch pad as the fuselage of the rocket can be seen crumbling into the flames."
Blue Origin founder Jeff Bezos said on X.com "It's too early to know the root cause but we're already working to find it. Very rough day, but we'll rebuild whatever needs rebuilding and get back to flying. It's worth it....
- NASA Details Its Plan to Build a Lunar Base At the Moon's South Pole29 May 2026, 7:00 am
NASA has outlined a three-phase plan to build a lunar base at the moon's south pole. The first phase, from 2026 to 2029, will focus on robotic missions, landers, rovers, reactors, satellites, and Blue Origin's Blue Moon Mark 1 Endurance test. Later phases will add habitats, power systems, communications, cargo logistics, and rotating crews. Wired reports: According to a recent press conference, phase one will be particularly active: at least 25 missions and 21 surface landings. Without detailing...
- MIT Researchers Develop a Low-Cost Technique To Get Lithium Out of Rocks29 May 2026, 3:30 am
An anonymous reader quotes a report from MIT News: Currently, lithium hard rock extraction involves baking the rock at over 1,000 Celsius and chemically leaching it to extract lithium. The rest of the rock is discarded. Now, a team of researchers from MIT and elsewhere has developed a low-temperature process for extracting battery-grade lithium from the most common type of lithium-bearing mineral. The process uses a liquid reagent to dissolve the rock into the useful forms of its constituent par...
- Perfect Randomness Realized For the First Time28 May 2026, 7:00 am
ETH Zurich researchers say they have generated certified "perfect randomness" for the first time by using a quantum Bell-test setup with two entangled superconducting chips connected by a 30-meter cooled link. "In the long term, this work could play a similar role in digital security as atomic clocks do for timekeeping: a physically certified source of randomness that other systems can rely on," reports Phys.org. "Possible applications range from the encryption of sensitive communications and di...
- Starlink and Amazon May Be Able To Buy Into EU Mobile Satellite Spectrum Plan27 May 2026, 11:00 am
An anonymous reader quotes a report from Reuters: Elon Musk's Starlink and Amazon's low-earth-orbit satellite business may be able to acquire some European mobile satellite spectrum next year, two people with direct knowledge of the matter said on Tuesday. But they said two-thirds of the satellite spectrum that allows mobile devices and vehicles to communicate seamlessly even in remote locations, would be reserved for European companies.
U.S. companies Viasat and EchoStar hold licenses that ar...
- A Fundamental Principle of Aeronautical Engineering Has Been Overturned27 May 2026, 3:30 am
An anonymous reader quotes a report from Wired: Aerodynamic drag is a major "barrier" in high-speed airplanes, automobiles, and bullet trains. This is because a design with less aerodynamic drag allows the aircraft to move at higher speeds with less energy. When an aircraft or car body moves at high speed, a thin layer of air called the "boundary layer" is formed on its surface. This boundary layer has two states: laminar flow, in which air flows in an orderly fashion, and turbulent flow, which ...
- Tuning Windows VM Performance on SUSE Virtualization31 May 2026, 6:31 am
SUSE Virtualization is a cloud native hyperconverged infrastructure platform solution optimized for running virtual machine and container workloads in the data center, multi-cloud and edge environments. This article focuses on tuning Windows VM performance on SUSE Virtualization since Windows guests often need a little more care to reach their full potential. You can find the […]
The post Tuning Windows VM Performance on SUSE Virtualization appeared first on SUSE Communities....
- Announcing Trento Version 3.129 May 2026, 12:38 pm
Trento 3.1 continues the road started with Trento 3.0 around automation and AI capabilities. It also strengthens the application core and brings important observability improvements. Timezone Awareness Trento 3.1 allows users to select the timezone in which date and time stamps are displayed across the UI. This facilitates the user understanding when past events collected in the […]
The post Announcing Trento Version 3.1 appeared first on SUSE Communities....
- Your Next Enterprise Linux: SUSE Linux 16.1 Public Beta is on the Way28 May 2026, 2:12 pm
Exciting news for the open-source and enterprise world! We are thrilled to announce the public beta release of the SUSE Linux 16.1 family officially arriving on May 28, 2026. As the successor to the highly successful SUSE Linux Enterprise (SLE) 15 family, this SUSE Linux release introduces a modernized Linux operating system engineered to tackle […]
The post Your Next Enterprise Linux: SUSE Linux 16.1 Public Beta is on the Way appeared first on SUSE Communities....
- The Art of Kernel Module Harmony27 May 2026, 6:09 pm
Every modern Linux system relies on a delicate runtime dance. The SUSE Linux Enterprise Server (SLES) kernel includes more than 2,000 loadable modules out of the box, with about 60 percent of them serving as hardware drivers. But what happens when you need to introduce a brand-new storage controller driver or swap out an existing […]
The post The Art of Kernel Module Harmony appeared first on SUSE Communities....
- A Modern Approach to SAP Infrastructure Observability with Grafana Alloy27 May 2026, 5:25 pm
Managing a high-availability SAP environment requires balancing strict uptime demands with infrastructure complexity. For critical applications like SAP S/4HANA, clear visibility into hardware and operating system metrics is necessary to detect and resolve issues early. Historically, tracking these components meant running multiple standalone data collectors across your network. In the latest SUSE Best Practices guide, […]
The post A Modern Approach to SAP Infrastructure Observability with Gra...
- Broadcom VMware told them to sell, instead FIS Group built something bigger.26 May 2026, 10:24 pm
At SUSECON 2026, Manuel Sammeth walked onto the keynote stage and said something that made half the room gasp. “We have been told to sell our business to a bigger partner. That came directly from Broadcom. They told us, ‘Oh, sorry. You’re not a partner anymore. Sell your business to a bigger company.” — Manuel […]
The post Broadcom VMware told them to sell, instead FIS Group built something bigger. appeared first on SUSE Communities....
- SUSE Rancher Developer Access On-Boarding26 May 2026, 10:32 am
Modern platform engineering is trapped in a tug-of-war between developer speed and enterprise security, as if they were mutually exclusive. They’re not. It’s the byproduct of a fragmented tooling landscape where the easiest path for building locally has never been the trusted path. The industry’s typical response is to add more gates, more tooling, more […]
The post SUSE Rancher Developer Access On-Boarding appeared first on SUSE Communities....
- MobileLinux Hackday #1 in České Budějovice Outperforms Prague!25 May 2026, 11:51 am
Breaking New Ground: Mobile Linux Hackday #1 in České Budějovice Outperforms Prague! If you’ve been following the Mobile Linux journey in Czechia, you know we’ve built a fantastic routine in Prague. We have a really successful series behind us consisting of 7 monthly hackdays, always hosted at the Prague SUSE office. But when the stars […]
The post MobileLinux Hackday #1 in České Budějovice Outperforms Prague! appeared first on SUSE Communities....
- 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...
- 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...
- Another Logic Bug Found in Linux Kernel1 June 2026, 2:27 pm
Qualys has discovered a vulnerability in the Linux kernel that can be used to elevate standard user privileges.... 
- Transform Your Desktop Interactions with Kando31 May 2026, 5:20 am
Launch applications and interact with the desktop using mouse gestures at an entirely new level with Kando....
- Exploring the Nexis System Manager31 May 2026, 5:20 am
Nexis lets you manage processes, applications, packages, and disk health with a single tool. We'll help you get started....
- The Latest Quirky and Creative Linux Distros31 May 2026, 5:20 am
This month we explore Solus 4.9, RakuOS 2026.04.15, Trisquel 12.0, and iDeal OS 2026.04.03....
- Foreign-Made Router Restrictions31 May 2026, 5:20 am
A recent FCC decision won't allow new authorizations for foreign-made consumer routers to be sold in the US....
- Managing Systems and Applications with pyinfra31 May 2026, 5:20 am
Keeping Linux machines in a known state requires a configuration management system. Discover how pyinfra simplifies this task with Python's full programming power....
- Running Windows Apps on Linux31 May 2026, 5:20 am
Bottles lets you run Windows apps and games on Linux in clean, isolated environments without dual-booting....
- Sneaking Around Docker and Kubernetes Isolation31 May 2026, 5:20 am
Docker containers and Kubernetes pods might not be as airtight as you think. We'll show you three potential attacks....
- Now You See It; Now You Don't31 May 2026, 5:20 am
Remember the old days when you could buy software and they gave you a permanent copy of the files on a shrink-wrapped CD? It was primitive, but at least you knew what you were getting, and you could rest assured that your new purchase would remain in your cupboard until you or one of your heirs decided to throw it away. The new service-based Internet was sold to the public as a convenience, but under the surface, it made consumer decisions even more complicated and challenged our assumptions abo...
- Retrieve Weather Data for Graphical Analysis31 May 2026, 5:20 am
Mike Schilli's new home rooftop weather station continuously provides sun, wind, and rain data. High time to create a custom analysis program....
- NixOS 26.05 ‘Yarara’ Released with Systemd Initrd by Default and Major Infrastructure Updates28 May 2026, 4:00 pm
by George Whittaker
The NixOS project has officially released NixOS 26.05, codenamed “Yarara,” continuing the distribution’s unique approach to Linux system management through declarative configuration, atomic upgrades, and reproducible deployments. The release introduces several important platform-level changes, modernized infrastructure components, and continued refinement of the Nix ecosystem.
As one of the most distinct...
- GNOME 51 Development Officially Begins as ‘A Coruña’ Cycle Gets Underway26 May 2026, 4:00 pm
by George Whittaker
The GNOME Project has officially opened the development cycle for GNOME 51, the next major release of one of Linux’s most widely used desktop environments. Following the recent launch of GNOME 50 “Tokyo,” developers are already shifting focus toward the next chapter of the desktop’s evolution, which will carry the codename “A Coruña.”
While it’s still very early in the process, the release sched...
- Alpine Linux Experiments with Systemd Compatibility While Keeping Its Lightweight Identity21 May 2026, 4:00 pm
by George Whittaker
Alpine Linux, one of the most recognizable non-systemd Linux distributions, is reportedly experimenting with an optional systemd compatibility layer, a move that has sparked intense discussion across the Linux community.
For years, Alpine has stood apart from mainstream Linux distributions by avoiding both glibc and systemd, instead relying on:
musl libc
BusyBox
OpenRC as its init system
Now, growing softw...
- Debian Experiments with AI-Assisted Bug Triage as Open-Source Projects Face Growing Report Overload19 May 2026, 4:00 pm
by George Whittaker
The Debian project has begun exploring AI-assisted bug triage workflows, joining a broader movement across the open-source world to manage the rapidly increasing volume of software bug reports and vulnerability submissions.
While Debian developers are approaching the idea cautiously, the effort reflects a growing reality for large open-source projects: modern software ecosystems are producing more bugs, duplic...
- BudsLink Brings Advanced Earbud Controls to Linux Desktops14 May 2026, 4:00 pm
by George Whittaker
Linux users have long faced a frustrating limitation with wireless earbuds: basic Bluetooth audio usually works, but advanced features often remain locked behind proprietary mobile apps. A new open-source project called BudsLink is trying to change that.
Designed specifically for Linux desktops, BudsLink adds support for battery monitoring, Active Noise Cancellation (ANC) controls, ambient sound modes, gesture...
- Ubuntu 26.10 Development Officially Begins as ‘Stonking Stingray’ Takes Shape12 May 2026, 4:00 pm
by George Whittaker
Canonical has officially kicked off development planning for Ubuntu 26.10, the next interim release of the popular Linux distribution. Codenamed “Stonking Stingray,” the release is scheduled to arrive on October 15, 2026, continuing Ubuntu’s predictable six-month development cycle.
Although Ubuntu 26.10 is still in the early planning stages, the release roadmap already offers hints about what users can e...
- Linux 7.1-rc2 Released with Driver Fixes, Steam Deck OLED Audio Repair, and Growing AI Patch Trends7 May 2026, 4:00 pm
by George Whittaker
Linus Torvalds has officially released Linux kernel 7.1-rc2, the second release candidate in the Linux 7.1 development cycle. While Torvalds described the update as a “fairly normal” RC release, the kernel includes a broad collection of driver fixes, subsystem cleanups, and stability improvements that continue shaping the next major Linux kernel release.
Although still an early testing version intended mai...
- LibreOffice 26.4 Beta Experiments with AI Writing Features and Smarter Editing Tools5 May 2026, 4:00 pm
by George Whittaker
The upcoming LibreOffice 26.4 Beta is introducing early AI-powered writing capabilities, signaling a new direction for the open-source office suite. While LibreOffice has traditionally focused on privacy, local processing, and open standards, the beta release shows that The Document Foundation is now exploring how artificial intelligence can assist users without fully embracing cloud-dependent ecosystems.
The ...
- Linux Foundation Launches Open Driver Initiative to Strengthen Hardware Support Across Linux30 April 2026, 4:00 pm
by George Whittaker
The Linux Foundation has announced a new Open Driver Initiative, a collaborative effort aimed at improving the development, maintenance, and long-term sustainability of open-source hardware drivers across the Linux ecosystem.
The initiative reflects growing demand for better hardware compatibility in areas ranging from desktops and gaming systems to cloud infrastructure, automotive platforms, AI hardware, and ...
- Canonical Unveils Ubuntu AI Strategy: Local Models, User Control, and Smarter Workflows28 April 2026, 4:00 pm
by George Whittaker
Canonical has officially revealed its long-anticipated plans to bring artificial intelligence features into Ubuntu, marking a significant shift for one of the world’s most widely used Linux distributions. Rather than rushing into the AI wave, Canonical is taking a measured, privacy-focused approach, one that aims to enhance the operating system without compromising its open-source values.
The rollout is exp...
- 10 AI Prompting Tips That Improve ChatGPT, Claude, and Gemini Results29 May 2026, 8:24 pm
Improve AI chatbot results with 10 practical prompting tips for ChatGPT, Claude, and Gemini, from clearer context to better formatting.
The post 10 AI Prompting Tips That Improve ChatGPT, Claude, and Gemini Results appeared first on TechRepublic....
- Jeff Bezos’ Blue Origin Faces Setback After New Glenn Rocket Explodes29 May 2026, 6:30 pm
Blue Origin’s New Glenn rocket exploded during a Florida ground test, leaving crews to assess launch-site damage, debris risks, and the cause of the fireball.
The post Jeff Bezos’ Blue Origin Faces Setback After New Glenn Rocket Explodes appeared first on TechRepublic....
- AI Data Centers Now Account for 17% of Australia’s Private Investment29 May 2026, 6:22 pm
Australia’s AI data center boom drove private investment sharply higher, even as weaker household spending exposed a widening economic split.
The post AI Data Centers Now Account for 17% of Australia’s Private Investment appeared first on TechRepublic....
- Dexcom Warns Stolen G7 Glucose Sensors May Pose Infection, Reading Risks29 May 2026, 6:06 pm
Dexcom says stolen G7 sensors from two scrapped lots were sold through unauthorized channels, creating infection and reading-failure risks.
The post Dexcom Warns Stolen G7 Glucose Sensors May Pose Infection, Reading Risks appeared first on TechRepublic....
- BYD Offers Crash Cost Coverage for God’s Eye Assisted Driving29 May 2026, 4:48 pm
BYD says it will cover some God’s Eye crash costs, but drivers still need to know when the guarantee applies and where the limits are.
The post BYD Offers Crash Cost Coverage for God’s Eye Assisted Driving appeared first on TechRepublic....
- Carnival Data Breach Exposes Data of Nearly 6 Million Customers29 May 2026, 3:50 pm
Carnival says a data breach exposed personal information of nearly 6 million customers after a social engineering attack tied to a single employee account.
The post Carnival Data Breach Exposes Data of Nearly 6 Million Customers appeared first on TechRepublic....
- Samsung Rolls Out Passport Verification Feature Inside Wallet App29 May 2026, 3:14 pm
Samsung Wallet now supports CLEAR-verified digital IDs based on US passports for domestic travel at more than 250 TSA checkpoints.
The post Samsung Rolls Out Passport Verification Feature Inside Wallet App appeared first on TechRepublic....
- Leaked Disney Document Points to Hulu App Shutdown After Disney+ Transition29 May 2026, 2:19 pm
A leaked internal Disney document points to a possible shutdown of the standalone Hulu app after users move to Disney+. For media and technology teams, the shift highlights the complexity of consolidating apps, profiles, recommendations, billing, and ad systems across a global streaming platform.
The post Leaked Disney Document Points to Hulu App Shutdown After Disney+ Transition appeared first on TechRepublic....
- AI Upheaval, Security Warnings, and Legal Battles Define This Week in Tech29 May 2026, 2:00 pm
See what you missed in Daily Tech Insider from May 26–29.
The post AI Upheaval, Security Warnings, and Legal Battles Define This Week in Tech appeared first on TechRepublic....
- iOS 27 Rumor: Siri Could Become Apple’s Answer to ChatGPT29 May 2026, 1:53 pm
iOS 27 could bring a rebuilt Siri, Dynamic Island AI search, chatbot-style tools, and deeper AI features across iPhone apps.
The post iOS 27 Rumor: Siri Could Become Apple’s Answer to ChatGPT appeared first on TechRepublic....
- Rénich Bon Ćirić: Migración de nubes a gran escala: de VMware a OpenStack con os-migrate y Ansible31 May 2026, 5:15 pm
La neta, la virtualización tradicional con VMware se ha vuelto un dolor de cabeza económico para muchísimas organizaciones. Con los
cambios recientes de licenciamiento y la incertidumbre del mercado, quedarse ahí amarrado ya no tiene sentido. Pero, a final de
cuentas, dar el salto a una nube abierta no es una decisión de "copiar y pegar"; es una chamba estratégica y bien técnica.
Si estás buscando migrar a OpenStack, especialmente a las arquitecturas mo... 
- Vít Smolík: I am running for Fedora Council!31 May 2026, 10:16 am
...
- Fabio Alessandro Locati: Btrfs scare31 May 2026, 12:00 am
...
- Kevin Fenzi: misc fedora bits the last week of may 202630 May 2026, 4:54 pm
Another week has gone by, time for another longer form recap.
More rhel10 migrations
Some more rhel10 migrations this last week. This time our memcached instances,
our tang servers and a few others. Slowly making progress, but this will get
us down to the 'fun' ones: Database servers, virthosts that host important
things, etc.
Fedora 42 eol
Tuesday was supposed to be the end of life for Fedora 42. For some reason, the
date was set to be wed, and then there...
- Rénich Bon Ćirić: Integrando FreeIPA como Sub-CA en mi PKI30 May 2026, 4:00 pm
Hoy tuve un problemón bien gacho en el lab intentando que los certificados de FreeIPA se llevaran chido con el resto de mi infraestructura. FreeIPA es un sistema de identidad bien chingón, la neta, pero de fábrica viene muy chiquión: se monta su propia Autoridad Certificadora (CA) autofirmada y se la pasa generando alertas de "certificado no confiable" a menos que andes copiando su maldito certificado raíz en cada pinche máquina cliente. ¡Qué hueva, comp...
- Fedora Community Blog: F44 Elections Interviews29 May 2026, 11:03 pm
The F44 election interviews are now live. With seats open across all leadership groups, this is one of our most popular election cycles yet! Use this post to navigate to candidates interview posts easily.
Voting will be open on Monday, June 1st and will close at 23:59 UTC on Friday, June 12th. Best of luck to all our candidates!
Fedora Council – 2 seats open
Miro Hrončok
Vít Smolík
Akashdeep Dhar
Aleksandra Fedorova
Tomáš Hrčka...
- Fedora Community Blog: F44 EPEL Elections: Interview with Jonathan Wright (jonathanspw)29 May 2026, 10:59 pm
This is a part of the Fedora Linux 44 EPEL Steering Committee Elections Interviews series. Voting is open to all Fedora contributors. The voting period starts Monday, June 1st and closes promptly at 23:59:59 UTC on Friday, June 12th 2026.
Interview with Jonathan Wright (jonathanspw)
What is your name and what is your FAS ID?
Jonathan Wright, jonathanspw
What is your background in EPEL? What have you worked on and what are you doing now?
I’ve b...
- Fedora Community Blog: F44 EPEL Elections: Interview with Diego Herrera (dherrera)29 May 2026, 10:56 pm
This is a part of the Fedora Linux 44 EPEL Steering Committee Elections Interviews series. Voting is open to all Fedora contributors. The voting period starts Monday, June 1st and closes promptly at 23:59:59 UTC on Friday, June 12th 2026.
Interview with Diego Herrera (dherrera)
What is your name and what is your FAS ID?
Name: Diego Herrera
FAS ID: dherrera
What is your background in EPEL? What have you worked on and what are you doing now?
...
- Fedora Community Blog: F44 EPEL Elections: Interview with Carl George (carlwgeorge)29 May 2026, 10:52 pm
This is a part of the Fedora Linux 44 EPEL Steering Committee Elections Interviews series. Voting is open to all Fedora contributors. The voting period starts Monday, June 1st and closes promptly at 23:59:59 UTC on Friday, June 12th 2026.
Interview with Carl George (carlwgeorge)
What is your name and what is your FAS ID?
Carl George
@carlwgeorge
Fedora wiki page
What is your background in EPEL? What have you worked on and what are you doin...
- Fedora Community Blog: F44 EPEL Elections: Interview with Troy Dawson (tdawson)29 May 2026, 10:45 pm
This is a part of the Fedora Linux 44 EPEL Steering Committee Elections Interviews series. Voting is open to all Fedora contributors. The voting period starts Monday, June 1st and closes promptly at 23:59:59 UTC on Friday, June 12th 2026.
Interview with Troy Dawson (tdawson)
What is your name and what is your FAS ID?
Troy Dawson (tdawson)
What is your background in EPEL? What have you worked on and what are you doing now?
I started contributing ...
- Weighted load balancing has saved me more times than I can count14 May 2026, 12:00 am
...
- 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
...
- 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....
- Breaking changes for all users of `varnish`, which is renamed to `vinyl-cache`25 May 2026, 4:58 am
The Varnish project has renamed itself to Vinyl Cache.
We followed this rename with a new vinyl-cache package.
This upgrade results in breaking changes and users are advised to study these changes and how it affects them before following the replacement.
All references to "varnish" have been changed to "vinyl" in all binaries and directories.
At minimum, users will have to:
rename /etc/varnish to /etc/vinyl-cache
rename /var/lib/varnish to /var/lib/vinyl-cache
fix up ownership of files inside /...
- 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...
- When you should upgrade to a dedicated server for better website performance23 May 2026, 8:21 pm
Your first car takes you places, but as life changes, you have longer commutes, road trips, and a family. The starter car starts holding you back; you don’t keep driving it forever just because it worked in the beginning. You don’t abandon the car; you upgrade it to match where you are in life. Your […]...
- Understanding tier IV data centers and why they matter23 May 2026, 8:20 pm
While ordering food online when you’re hungry, you usually choose a restaurant that is closer to you so you can receive the order faster, right? The relationship between a data center and hosting is similar. When choosing your hosting plan, especially if you are looking for low cost hosting in India, selecting a data center […]...
- The backbone of play: How online gaming platforms run on modern server infrastructure in 202611 April 2026, 2:52 pm
Online gaming is probably the one area that will continually push the limits of server architecture, networking, and operating systems. The pressure on the gaming infrastructure in 2026 is astronomical. Gamers demand sub-20ms latency, large-scale simultaneous multiplayer experiences, and no downtime, as they simultaneously stream 4K assets in real-time. To the legions of systems administrators, […]...
- Flatpak security in real life: how to audit permissions and reduce data exposure25 January 2026, 5:52 am
Flatpak is an application packaging and distribution technology that makes it possible to develop an application that can be run in a sandbox across Linux distributions. Being distribution agnostic, a Flatpak application that you install in Debian can also be installed as-is in Fedora. Because it runs in a sandbox, a Flatpak app needs permissions […]...
- Ethereum architects harden the kernel for mass adoption16 January 2026, 2:43 am
Core engineers are now treating Ethereum’s mainnet like the secure, rigid Linux kernel, offloading computation to modular layer-2 rollups. All speed and experimentation are pushed to these user-space environments. This framework ensures future growth does not compromise security. Minor market action often obscures monumental architectural changes occurring deep within the protocol. Vitalik Buterin recently drew […]...
- Browser isolation for safer casino sessions in Linux19 December 2025, 7:18 pm
Linux users tend to be more privacy-aware than average. You update packages, you think twice before pasting commands from random forums and you probably have at least one hardened browser profile sitting around. But even with good habits, the web is still the web. A single sketchy ad script, a dodgy extension update or a […]...
- Online casinos and streamers: A winning combination for all involved11 November 2025, 3:07 pm
In the past several years, there has been a curious development on sites like Twitch and YouTube: casino streaming. This type of digital entertainment, which used to be limited in scope, has now grown into a worldwide phenomenon that has drawn in millions of viewers. Audiences watch as popular creators pull the lever, place bets, […]...
- 3 steps to build the perfect website for your organization6 November 2025, 12:48 am
If you’re running an organization, you must have a website to establish credibility and show that you prioritize professionalism. Companies that don’t have websites give out negative impressions to clients. Also, remember that a website will allow you to showcase your expertise and introduce visitors to your team. Building a website today is fairly easy. […]...
- Ethereum price predictions 2025: Can ETH break $7K as ETFs and Layer 2 growth drive the market?5 November 2025, 5:14 am
The crypto market is buzzing again as conversations shift toward Ethereum’s potential over the next two years. Analysts and investors alike are wondering whether ETH can realistically reach the $7,000 mark sometime 2026. Exchange-traded funds (ETFs) have already opened the doors to a new wave of institutional capital, while Layer 2 adoption continues to expand […]...
- How technology and security drive high-performance online platforms4 November 2025, 4:57 pm
People expect digital platforms to be fast, reliable, and always available. This demand has encouraged businesses to rely heavily on innovative technology and strong security systems. Behind what appears simple to users is a network of tools that keeps everything operating smoothly. Industries depend on systems that can expand quickly, protect private data, and comply […]...
- I Emailed Python’s Creator in 2007. The Language Now Runs the World.23 April 2026, 6:15 am
In August 2007, a few weeks after launching this site, I did something that still surprises me when I think about it: I emailed Guido van Rossum — the creator of Python and the language’s self-titled “Benevolent Dictator For Life” — to ask for advice on starting a Python User Group in the Philippines.To my genuine shock, he replied. Quickly. With actual instructions on how to get it started.That email led to a blog post called “Will Real Python Hackers Please Stand Up,” which becam...
- The State of Linux-Powered Robots: From Lego Kits to World Domination14 April 2026, 12:48 pm
In 2009, I wrote a TechSource article called “[5 Awesome Robot Kits to Get You Started with Robotics].”The most advanced robot on that list was a LEGO Mindstorms NXT. It had three servo motors, four sensors, and the approximate intelligence of a toaster with ambitions.Two years later, I followed it up with “[Best Robotics Software for Linux],” where we covered tools like ROS, Player, and CARMEN. At the time, the state-of-the-art in Linux robotics was getting a wheeled platform to navigat...
- Ubuntu 24.04 LTS vs. macOS 26 Tahoe: The Free OS That Rivals a Premium Experience6 April 2026, 10:04 am
I’m writing this on a MacBook Air running macOS 26 Tahoe, and I keep glancing at my Mac Mini in the corner — the one running Ubuntu 24.04 LTS.I’ve been a macOS user for a decade. I develop iOS apps. I’m neck-deep in the Apple ecosystem — iPhone, Apple Watch Ultra, AirPods, the whole cult membership. But last year, Apple released macOS Tahoe with its Liquid Glass redesign, and I found myself wondering: has the free operating system actually gotten *better* than the premium one?Short ans...
- Why the Tesla Model Y L Is the Most Feature-Packed EV for Its Price in the Philippines30 March 2026, 7:16 am
If you’re a long-time reader of TechSource, you know this site has mostly been about Linux, open-source software, and all things computing. But if you’ve been following our recent comeback, you also know we’ve expanded into covering the broader tech landscape — AI, smartwatches, crypto, and whatever else catches my persistently curious eye. Today, we’re parking (pun intended) in a topic that’s been occupying a significant amount of my brain space lately: electric vehicles. Specifical...
- Linux Won, and Nobody Noticed25 March 2026, 1:38 am
The tech industry has failed to properly acknowledge this for years: Linux won. Not "Linux is doing fine." Not "Linux is making progress." Not "maybe next year will be the year of the Linux desktop." No. Linux won. Decisively. Overwhelmingly. In nearly every category of computing that actually matters, Linux is the dominant operating system on the planet — and it happened quietly that most people, including many who use it every single day, have absolutely no idea.I've been writing about Lin...
- How I Built a Local AI Hub Using Free and Open Source Software on My Old Mac Mini16 March 2026, 1:46 am
I’m going to tell you something that would have sounded absolutely insane five years ago: I’m running artificial intelligence on a computer the size of a lunch box, it works offline, my data never leaves my house, and it costs me nothing beyond the electricity to keep it running.No monthly subscription. No API fees. No sending my private documents to some server farm in Virginia. Just me, a Mac Mini M1, and a free and open-source software called Ollama that has quietly become one of the most...
- Health Is Wealth: Why I Chose a Smartwatch Over a Rolex8 March 2026, 8:33 am
A few years ago, a friend of mine bought a Rolex Submariner. It cost him roughly the same as a decent used car. He showed it to me with the kind of pride usually reserved for newborn babies and championship trophies. It was beautiful, I’ll admit. The weight of it, the way it caught the light, the satisfying click of the rotating bezel — there’s a reason people have been obsessed with luxury watches for centuries.He then asked me what I was wearing on my wrist. I looked down at my Garmin Fe...
- The State of the Linux Desktop in 2026: A Love Letter from a Prodigal Penguin1 March 2026, 1:24 pm
Let me start with a confession. I haven’t used Linux as my daily desktop operating system in roughly a decade.I know. Take a moment. Breathe. For those of you who have been reading TechSource since the Ubuntu and Compiz days, that sentence may stung. This is, after all, the same site that published 587 posts tagged “linux” — from distro reviews and desktop customization showcases to that infamous Distrowar series where I played judge and jury as two distributions fought for supremacy lik...
- TechSource in the Age of AI20 February 2026, 1:15 am
Hello (again, again) world! If you’re reading this, congratulations — you are either one of the most patient humans on the internet, or you accidentally stumbled here while googling “tech blogs that ghost their readers.” Either way, welcome. You are appreciated. To my loyal subscribers, followers, and random visitors who have this site bookmarked after all these years — I am deeply sorry for disappearing. Again. I know, I know. This is starting to feel like that friend who keeps sayi...
- How to Easily Install a Full Bitcoin Lightning Node on a Raspberry Pi24 June 2021, 3:56 am
I recently installed a full bitcoin node on our home network, and lucky for me, I got everything up and running quickly without bumping into some issues. Before I will show you the steps on how to install a full bitcoin node, allow me to explain some of my reasons why I ended up doing this. As some of you may already know, bitcoin is a network composed of thousands of nodes. A record of every bitcoin transaction is verified and maintained inside a node. So if you are running one, you will essen...