- KDE Plasma 6.8 Improvements For UI, Built-In Remote Desktop Server8 August 2026, 1:01 am
It's been another busy summertime week of KDE developers working toward a great Plasma 6.8 desktop release in October...... 
- Linux 7.3 To Support Logitech HID++ 2.0 Reprogrammable Button Support7 August 2026, 7:28 pm
For those with newer, high-end Logitech input devices, coming with Linux 7.3 is support for the re-programmable button support of the HID++ 2.0 protocol...... 
- Initial Apple M3 Pro / Max / Ultra Support Being Upstreamed For Linux 7.37 August 2026, 5:31 pm
Upstreamed for the Linux 7.2 kernel was the Device Tree (DT) support for booting the mainline Linux kernel on the base Apple M3 SoC. Though it's not yet useful for end-users with many features remaining to be supported and upstreamed. Now for the upcoming Linux 7.3 kernel, the M3 Pro, Max, and Ultra variants will also have initial support for booting on the mainline kernel...... 
- Intel QATlib 26.08 Released With Gen6 Device Support, 2MB Hugepages7 August 2026, 4:57 pm
Intel today released an updated version of their QuickAssist Technology library (QATlib) as the user-space component for making use of QuickAssist accelerators under Linux...... 
- TTM Memory Management For Graphics To Be More Aggresive With Linux 7.37 August 2026, 3:57 pm
This week a final batch of DRM-Misc-Next feature material was submitted for DRM-Next to queue ahead of the Linux 7.3 merge window opening later in the month. Most notable is the TTM memory management code is now being more agressive when allocating below protection limits. This is an improvement coming thanks to Valve's open-source Linux graphics team...... 
- Intel Makes Progress On HDMI 2.1 FRL With Their Linux Driver For Meteor Lake & Newer7 August 2026, 2:00 pm
Following AMD making progress with HDMI Fixed Rate Link (FRL) and other HDMI 2.1 functionality for their open-source Linux kernel graphics driver, Intel is out today with a big set of 44 patches working on HDMI 2.1 FRL support for their kernel graphics driver with Meteor Lake hardware and newer...... 
- PoCL 7.2-RC1 Brings Official OpenCL 3.0 Conformance On RISC-V & x86_64 CPUs7 August 2026, 1:39 pm
The release candidate of PoCL 7.2 is now available for testing of this Portable Computing Language implementation of OpenCL that allows for CPU-based execution or via alternative LLVM back-ends allows for OpenCL on Level Zero, NVIDIA GPUs, and even remote devices/hardware...... 
- HyperX Driver Coming For Linux 7.3 Just To Report A Microphone's Mute Status7 August 2026, 12:23 pm
A new driver coming for the Linux 7.3 kernel is HID-HyperX. It's not some new driver to support fancy hardware and some nifty features but rather mundane in nature due to the poor behavior of a high-end HyperX USB gaming microphone...... 
- NetworkManager Adopts Policy For AI Coding Assistants7 August 2026, 10:42 am
The latest high profile open-source project to commit to an AI coding policy is NetworkManager, the widely-used software for Linux network configuration...... 
- AMD ROCm Spur: Providing AI-Native, Rust-Based Job Scheduling7 August 2026, 10:33 am
The newest ROCm component for AMD's open-source GPU compute stack is Spur as an AI-native, Rust-written job scheduler for scaling up GPU workloads to multi-thousand GPU clusters...... 
- [$] Changes in shadow-utils password-expiration features7 August 2026, 3:54 pm
The shadow-utils
project provides the tools that handle /etc/shadow,
/etc/passwd, and other related databases; in
general, manages users and groups on many Linux systems. While most
software releases are notable for what is added, the recent shadow-utils 4.20.0
release is most noteworthy for what has been removed. Specifically,
several utilities and functionality related to periodic password
expiry, which were deprecated in the December 2025 4.19.0
release, have been removed as planned. It is s... 
- The Software Stewardship Lab launches7 August 2026, 2:12 pm
The Software Stewardship Lab, a
nonprofit organization based in Scotland, has announced
its existence.
Our current research focuses are:
Software supply chain security — We're working on an observatory that
allows users to identify and monitor the world's critical Open Source
packages in real time, including previously hidden parts of the
dependency graph.
Maintainer burnout — Our report on burnout in Open Source has been
well-received. We're working on yearly fol... 
- LightDM lives: version 1.33.0 released7 August 2026, 1:52 pm
Version
1.33.0 of the LightDM
display manager has been released. This is the first
release in four years: the project had been sponsored by Canonical
but was effectively
unmaintained in recent years. It has been transferred
to a new community repository and is now maintained by Joshua
Peisach and Neal Gompa.
The new release includes Qt6 support, code optimizations, and a
list of other fixes that had been in limbo pending a new release.
... 
- Stable kernel releases for Friday with a single bug fix7 August 2026, 1:35 pm
Greg Kroah-Hartman has announced the release of the 6.12.102, 6.6.150, 6.1.182, 5.15.215, 5.10.264 stable kernels. This round of
stable kernel releases contains a fix for a single bug, found
by Thomas Lamprecht, that affected several of the kernels released yesterday in
response to a security
vulnerability (CVE-2026-68480)
that could allow data leakage through speculative execution.
The 6.12.102 release adds the backported security fix for CVE-2026-68480 to the 6.12
series. As always, users are... 
- Security updates for Friday7 August 2026, 1:12 pm
Security updates have been issued by AlmaLinux (compat-libtiff3, fence-agents, firefox, freerdp, frr, gimp, gstreamer1-plugins-bad-free, java-25-openjdk, kernel, kernel-rt, ldns, libgcrypt, libXfont2, nodejs:22, nodejs:24, p11-kit, pipewire, resource-agents, sg3_utils, thunderbird, and yelp), Debian (async-http-client, jq, kernel, linux-6.1, linux-6.12, redis, and udisks2), Fedora (abrt, chromium, coreutils, curl, freeipa, gst-devtools, gst-editing-services, gstreamer1, gstreamer1-doc, gstreamer... 
- Six stable kernels with a security fix6 August 2026, 6:13 pm
Greg Kroah-Hartman has announced the release of the 7.1.7, 6.18.43, 6.6.149, 6.1.181, 5.15.214, and 5.10.263 stable kernels. These kernels
fix a single
security vulnerability (CVE-2026-68480)
that could allow data leakage through speculative execution. Users of
those kernels are advised to upgrade.
...
- [$] Bringing BPF to binfmt_misc6 August 2026, 1:47 pm
The kernel is able to run a few types of executable files, including native
binaries in the ELF format and interpreted programs that begin with the
#! marker. It also, however, has a mechanism, called binfmt_misc,
that can be configured from user space to enable the transparent execution
of programs in just about any format. This feature has been relatively
static for years, but it seems likely to receive some significant updates
in the near future, including the ability to load BPF programs t...
- Rust Coreutils 0.10 released6 August 2026, 1:37 pm
Version
0.10 of the uutils project's Rust Coreutils has been released. This
release focused on compatibility with the GNU Core Utilities suite,
with Rust Coreutils now passing 645 of 690 tests, up from 625 with version 0.9.0. Notable
changes in this release include addition of the mv --exchange
option, an OpenSSL backend for checksum utilities, applying SELinux labels at
creation when using mkdir, mkfifo, and mknod, as well
as a number of performance and security improvements.
The project has...
- Security updates for Thursday6 August 2026, 1:00 pm
Security updates have been issued by Debian (7zip, kernel, libde265, and p7zip), Mageia (tomcat), Oracle (fence-agents, frr10, kernel, ldns, libgcrypt, mingw-glib2, nodejs24, osbuild-composer, p11-kit, php8.4, sg3_utils, and thunderbird), Red Hat (libXfont2), and SUSE (containerd, evince, libXfont2, nginx, openssl-3, pcp, php7, php8, python-Django, python-httplib2, python-nltk, rrdtool, vifm, and wireshark)....
- [$] LWN.net Weekly Edition for August 6, 20266 August 2026, 12:40 am
Inside this week's LWN.net Weekly Edition:
Front: Process-builder API; Fedora COI; FUSE io_uring buffer sizes; BPF network namespaces; FUSE plans; BPF libraries; directory creation system call.
Briefs: AISI hack; JFrog on CVEs; npm worm; AUR adoption; NetBSD 11.0; b4 0.16.0; C-Kermit 11; Rust LLM policy; Servo 0.4.0; Quotes; ...
Announcements: Newsletters, conferences, security updates, patches, and more.
...
- Illinois Just Told Every Operating System to Start Reporting Your Kid's Age7 August 2026, 9:57 am
The Children's Online Social Media Safety Act has device makers collect the age bracket, but apps still have to act on it.... 
- Proxmox Virtual Environment Officially Runs on ARM64, But Your Raspberry Pi Isn't Supported Yet7 August 2026, 6:22 am
The release is powered by Debian 13.5 and Linux 7.0, with NVIDIA Grace and Vera systems fully supported.... 
- Nobody Touched This Linux Driver for Years, Until AI Started Poking Around and It Got Removed7 August 2026, 4:11 am
Moxa confirmed the Intellio hardware was discontinued back in 2021, but the driver only left the kernel recently after AI agents started poking at the dead code.... 
- FOSS Weekly #26.32: Kittens, Feed Readers, Free Bash Course, No AI in Kernel Staging and More6 August 2026, 12:30 pm
RSS feed is one way to escape the clutches of algorithms....
- After Nearly a Decade of Distro Hopping, I Realized It Was Never About the Distro6 August 2026, 11:59 am
Some lessons are learned the hard way....or in this case, the looong way....
- This New Open Source Project Wants to Be the AI-First Alternative to Microsoft Office5 August 2026, 1:29 pm
Built by a single engineer using open source components, GenOffice bundles editors like Docs, Sheets, Slides, and PDF....
- While Torvalds Makes Peace With AI in Linux, Greg Kroah-Hartman Draws a Line (Sort of)5 August 2026, 10:44 am
His new policy keeps AI patches out of drivers/staging, the tree meant for newcomers to learn kernel development....
- Linux's Favorite Music Player Rhythmbox 3.5 Lands After Nearly a Decade in the 3.4 Series4 August 2026, 4:08 pm
The release also adds lrclib.net, sidecar .lrc files, and embedded Ogg lyrics as new sources....
- Escape the Algorithm: 10 RSS Feed Readers You Can Self Host in Your Homelab4 August 2026, 2:15 pm
Create your own feed. Read from the websites you follow. Cut the noise. Ditch the big tech algorithms. Self-host your own feed reader. Here are the best choices....
- GNOME Boxes Won't Look Ancient Anymore Thanks to a Glow-Up4 August 2026, 10:55 am
A full rewrite moves it to GTK4 and Libadwaita, with Windows 11 support being tidied up....
- Dynamic Music Pill adds word-by-word lyrics highlighting8 August 2026, 2:44 am
An updated version of Dynamic Music Pill, the GNOME Shell extension to put now playing track info and lyrics in your panel or dock with animated flourishes, is out. If you’re prone some desk-side crooning, Dynamic Music Pill v1.3.0 brings two new lyrics provider APIs, BetterLyrics and BiniLyrics, with TTML parsing to provide word-by-word karaoke-style highlighting. If there’s word-level synced lyrics for the track being played, the extension shows them in the applet controller (click on the ... 
- Calibre 9.13 fixes broken ebook search in the content server7 August 2026, 3:07 pm
A new bug-fix release of Calibre, the open-source e-book manger, view and converter, is available for download. Calibre 9.13 fixes a number of PDF-related issues, including a conversion error that could occur on Linux distributions shipping an ‘ancient’ version of the libxml2 library, which is mainly older Debian installs. The cause was a clash between Qt’s GPU detection and Calibre’s PDF parser, which both need different versions of libxml2. Calibre now preloads the version it needs bef... 
- Resources (Linux system monitor) adds new PowerPC, NPU stats5 August 2026, 11:43 pm
Resources 51 beta, the system monitor Ubuntu now uses, adds AMD NPU stats, PowerPC CPU temps and alternative memory-usage metrics.
You're reading Resources (Linux system monitor) adds new PowerPC, NPU stats, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Rhythmbox 3.5 lets you sync your podcast listening across apps5 August 2026, 4:22 pm
Rhythmbox 3.5.0 is out and it now lets you sync podcast subscriptions and listening progress across apps – the standout feature in the music player’s first major release in nine months
You're reading Rhythmbox 3.5 lets you sync your podcast listening across apps, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Papirus icon set gets first update in over a year with 80+ new icons4 August 2026, 2:54 pm
Fans of the Papirus icon theme will be pleased to hear there’s a new update – the first since May 2025. Papirus’s first update in 2026 (the tardiness of which its maintainer, Serhii Yeremenko, apologises for) brings more than 80 new or updated icons spanning applications, games and user-interface icons, plus new file-mimetypes and revised symlinks. Frequent updates are why Papirus icons are popular with Linux users, and they have been for many years. Often, Linux icon packs debut with a ...
- Dropbeat is yet another flashy music controller for GNOME Shell3 August 2026, 11:31 pm
Dropbeat is a new riff on an old tune, a panel-based music applet for GNOME Shell that gives you an alternate way to pause, play and skip tracks in MPRIS-friendly Linux media players. Applets of this ilk are legion, and this panel applet doesn’t do anything that different to ones you may have tried in the past or currently use. But it does do some things differently. When installed, it adds a button to your panel that, when clicked, “shows a cool card to control your media player”, to quot...
- Ubuntu’s turning another system Deb package into a snap3 August 2026, 9:56 pm
Ubuntu is moving hwctl from Deb package to snap-only distribution, a change Canonical says improves security and desktop integration.
You're reading Ubuntu’s turning another system Deb package into a snap, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Curl dropped from Ubuntu 26.04 minimal cloud images by mistake3 August 2026, 2:34 pm
Ubuntu 26.04 LTS’s minimal cloud images have been missing curl – accidentally, it turns out, so Canonical has put it back. Curl is a commonly-used command-line tool for fetching files from remote servers. It’s called on in countless install scripts, CI pipelines and one-liners you’ve no doubt pasted into your terminal without thinking twice about. But the package has been missing from the server-cloud-minimal images of 26.04 to date. That caught those running pared-back cloud installs un...
- Linux App Release Roundup (July 2026)2 August 2026, 10:48 pm
If you spent July dodging the summer heatwave, catch up on the best Linux app releases and updates you might have missed last month in this roundup. You likely already know about the Firefox 153 release, with its “new” container tabs confusing those who swear they’ve had ’em for ages. That update also enabled rounded window bottom corners on GTK-based Linux desktops, Ubuntu included. Slick system monitor Mission Center also dropped a big update, so if you like swotting over resource stat...
- Ubuntu’s ready for Alberta and Morocco time zone changes1 August 2026, 4:36 pm
Times are literally changing and Ubuntu’s keeping pace – well, kinda. In November, most of Canada will turn its clocks back an hour, but the Western Canadian province of Alberta won’t. It’s decided to stay on daylight saving time permanently rather than fall back to standard time. Meanwhile, in September, Morocco is doing the reverse: after eight years of running an hour ahead of Greenwich Mean Time, it’s going back to GMT. So Ubuntu has updated its tzdata package so that users in ei...
- New Debian 13 Kernel Security Update Fixes “Zapscape” and “SCTPhantom”7 August 2026, 10:58 pm
A new Linux kernel security update has been released for Debian GNU/Linux 13 “Trixie” to fix 28 security vulnerabilities in Linux 6.12 LTS. Update as soon as possible!... 
- Billions of Sessions' Web Survey: GNU/Linux at 7%7 August 2026, 9:38 pm
Days ago it said 6.4%, now it's up to 6.8%... 
- GNU/Linux Desktop Share More Than Doubled in a Year in Guam7 August 2026, 9:09 pm
That seems to be changing this year... 
- Next Week It'll be 3 Months of Shell Tank7 August 2026, 6:37 pm
Today ends the first week of August... 
- Signing Off for a Bit7 August 2026, 4:33 pm
We already average at about 35 new pages per day... 
- GNU/Linux and BSD Leftovers7 August 2026, 3:56 pm
mostly GNU/Linux... 
- Free Software, Digital Sovereignty, and Standards7 August 2026, 3:55 pm
FOSS and more... 
- WordPress 7.0.3 is Out, "I Built a Blog and Forgot to Write"7 August 2026, 3:54 pm
blogging news... 
- Programming Leftovers7 August 2026, 3:52 pm
Development picks... 
- GNOME: Icon for KawaiiFi and Sovereign Tech Fellowship for GNOME Design & Community Management7 August 2026, 3:51 pm
GNOME aesthetics... 
- Building Autonomous ML Experimentation with Tangle and Tangent9 July 2026, 3:49 pm
Tangent is an autonomous agent that automates the ML experimentation loop on top of Tangle, building pipelines, running them, and analyzing results with minimal hand-holding.
The post Building Autonomous ML Experimentation with Tangle and Tangent appeared first on Linux.com....
- Score Big on Your Tech Career22 June 2026, 8:46 pm
Save up to 40% on training, certifications, and bundles to build new skills and advance your tech career. SAVE NOW
The post Score Big on Your Tech Career appeared first on Linux.com....
- Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure11 March 2026, 1:00 pm
By Juha Holkkola, FusionLayer Group How DHCP Changed Connectivity In the late 1990s, the DHCP (Dynamic Host Configuration Protocol) quietly catalyzed a revolution in digital connectivity. Before DHCP was introduced, connecting devices to a network involved manual entry of IP addresses, DNS servers, subnet masks, and gateways. Networks were fragile, prone to errors, and severely […]
The post Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure appeared first on Linux.com....
- From DHCP to SZTP – The Trust Revolution25 February 2026, 2:00 pm
By Juha Holkkola, FusionLayer Group The Dawn of Effortless Connectivity In the transformative years of the late 1990s, a quiet revolution took place, fundamentally altering how we connect to networks. The introduction of DHCP answered a crucial question, “Where are you on the network?”, by automating IP address assignment. This innovation eradicated the manual configuration […]
The post From DHCP to SZTP – The Trust Revolution appeared first on Linux.com....
- Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship15 January 2026, 2:29 pm
Sustaining a Core Part of the Linux Ecosystem The Linux Foundation has announced a second year of sponsorship for the ongoing maintenance of the Linux manual pages (man-pages) project, led by Alejandro (Alex) Colomar. This critical initiative is made possible through the continued support of Google, Hudson River Trading, and Meta, who have renewed their […]
The post Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship appeared first on Linux.com....
- Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two29 October 2025, 1:45 pm
In Part One of this series, we examined how the SONiC control plane and the VPP data plane form a cohesive, software-defined routing stack through the Switch Abstraction Interface. We outlined how SONiC’s Redis-based orchestration and VPP’s user-space packet engine come together to create a high-performance, open router architecture. In this second part, we’ll turn […]
The post Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two appeared first on Li...
- Disaggregated Routing with SONiC and VPP: Architecture and Integration – Part One22 October 2025, 1:44 pm
The networking industry is undergoing a fundamental architectural transformation, driven by the relentless demands of cloud-scale data centers and the rise of software-defined infrastructure. At the heart of this evolution is the principle of disaggregation: the systematic unbundling of components that were once tightly integrated within proprietary, monolithic systems. This movement began with the separation […]
The post Disaggregated Routing with SONiC and VPP: Architecture and Integration...
- Kubernetes on Bare Metal for Maximum Performance14 October 2025, 1:00 pm
When teams consider deploying Kubernetes, one of the first questions that arises is: where should it run? The default answer is often the public cloud, thanks to its flexibility and ease of use. However, a growing number of organizations are revisiting the advantages of running Kubernetes directly on bare metal servers. For workloads that demand […]
The post Kubernetes on Bare Metal for Maximum Performance appeared first on Linux.com....
- How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM6 June 2025, 10:53 am
This article was contributed by Vedrana Vidulin, Head of Responsible AI Unit at Intellias (LinkedIn). As AI becomes central to smart devices, embedded systems, and edge computing, the ability to run language models locally — without relying on the cloud — is essential. Whether it’s for reducing latency, improving data privacy, or enabling offline functionality, local AI […]
The post How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM appeared first on Linux.com....
- Automating Compliance Management with UTMStack’s Open Source SIEM & XDR13 May 2025, 12:17 pm
Achieving and maintaining compliance with regulatory frameworks can be challenging for many organizations. Managing security controls manually often leads to excessive use of time and resources, leaving less available for strategic initiatives and business growth. Standards such as CMMC, HIPAA, PCI DSS, SOC2 and GDPR demand ongoing monitoring, detailed documentation, and rigorous evidence collection. Solutions […]
The post Automating Compliance Management with UTMStack’s Open Source SIEM &am...
- Neko-Void 202608058 August 2026, 12:36 am
Neko-Void is a Void-based rolling-release distribution featuring a preconfigured MATE desktop environment with carefully selected software. It is designed for users who want Void Linux's stability and minimalism with modern desktop functionality. The distribution ships with a custom system installer called Kasha Installer, and is available in two separate editions, with either X.Org or Xlibre display servers.... 
- Oreon 10-26087 August 2026, 9:57 pm
Oreon is a desktop-oriented live Linux distribution based on AlmaLinux, attempting to combine the stability and security of an enterprise Linux distribution with user-friendly features for desktop and laptop users. Its main features include GNOME desktop with a custom Oreon theme, ten years of support, and access to thousands of packages from AlmaLinux and Oreon-specific repositories.... 
- CaramOS 1.0.167 August 2026, 8:05 pm
CaramOS is a Vietnamese desktop Linux distribution based on Linux Mint and featuring the Cinnamon desktop. The project's focus is to make Linux easier for Vietnamese users switching from proprietary operating systems, such as a familiar desktop layout and out-of-the-box support for Vietnamese input. The distribution bundles various popular applications, including browsers (Chrome and Firefox), an office suite (WPS Office), and practical utilities for daily use.... 
- ArchBANG 0708267 August 2026, 6:56 pm
ArchBang Linux is a lightweight distribution based on Arch Linux. Using the labwc Wayland compositor, it is fast, up-to-date and suitable for both desktop and portable systems. Besides GreenBANG, the project also develops a distribution called SwayBang featuring the Sway Wayland compositor.... 
- TitalcruiseOS 5.47 August 2026, 5:48 pm
TitalcruiseOS is a Debian-based desktop Linux distribution featuring a heavily customised GNOME desktop. It aims to deliver low-latency performance and comprehensive software compatibility for system administrators, developers and power users alike. Its GNOME desktop is enhanced with a curated selection of native extensions and utility tools. TitalcruiseOS comes pre-configured with deployment and virtualization capabilities, including a full Docker CE environment, Podman tools, Flatpak integrat... 
- HackerOS 4.97 August 2026, 1:26 pm
HackerOS is a live Linux distribution based on Debian's "Testing" branch and designed for regular users, gamers and cybersecurity enthusiasts. Some of its features include an optimised XanMod Linux kernel for faster boot times and reduced resource usage, out-of-the-box support for NVIDIA graphics cards, and a collection of cybersecurity tools, such as enhanced firewalls and intrusion detection software. The distribution uses the KDE Plasma desktop.... 
- Manjaro 26.1.0-rc47 August 2026, 9:20 am
Manjaro Linux is a fast, user-friendly, desktop-oriented operating system based on Arch Linux. Key features include intuitive installation process, automatic hardware detection, stable rolling-release model, ability to install multiple kernels, special Bash scripts for managing graphics drivers and extensive desktop configurability. Manjaro Linux offers Xfce as the core desktop options, as well as KDE, GNOME and a minimalist Net edition for more advanced users. Community-supported desktop flavo... 
- SmartOS 202608066 August 2026, 8:11 am
SmartOS is an open-source UNIX-like operating system based on illumos, a community fork of OpenSolaris. It features four technologies - ZFS (a combined file system and logical volume manager), DTrace (a dynamic tracing framework for troubleshooting kernel and application problems), Zones (a lightweight virtualisation solution), KVM and bhyve (two full virtualisation solutions for running a variety of guest operating systems, including Linux, Windows, BSD and Plan9). SmartOS is designed to be pa...
- CalamaroOS 202608056 August 2026, 7:43 am
CalamaroOS is a Gentoo-based Linux distribution for the desktop, using either KDE Plasma or Xfce desktop environment. It features the Calamares system installer, out-of-the-box support for Flatpak packages, support for BTRFS, XFS and F2FS filesystems, and the systemd software suite for system and service management. The project's goal is to bring the power of Gentoo Linux to an average user by eliminating the complex and time-consuming process associated with the classic Gentoo install method....
- CatOS 2026.08.055 August 2026, 7:01 pm
CatOS is a Chinese Linux distribution based on Arch Linux and featuring a customised KDE Plasma desktop. Its main characteristics include out-of-the-box support for simplified Chinese input method, Calamares system installer, custom software repositories, and support for virtualization. It also provides a choice of Linux kernels, including the long-term supported variant, as well as mainline, Zen and hardened kernels. CatOS intends to be a user-friendly Linux distribution, especially for Chines...
- Fastfetch 2.67 System Information Tool Adds New Interactive Configuration Generator7 August 2026, 8:23 pm
Fastfetch 2.67 adds an experimental browser-based config editor, interactive TUI generation, watch mode, and multiple Linux-related fixes.... 
- NetworkManager Adopts Policy For AI Coding Assistants7 August 2026, 6:51 pm
The latest high profile open-source project to commit to an AI coding policy is NetworkManager, the widely-used software for Linux network configuration...... 
- Proxmox VE Officially Expands Beyond x86 With Arm64 Support7 August 2026, 5:20 pm
Proxmox VE gains its first official Arm64 edition, bringing KVM, LXC, ZFS, Ceph, clustering, and enterprise support to Arm servers.... 
- Linux Networking Continues Being Bombarded With AI Patches7 August 2026, 11:29 am
While the Linux WiFi/wireless maintainer just announced taking a stand against AI/LLM generated slop patches with a new "three second review" rule, the broader Linux networking subsystem continues to be bombarded with AI-generated patches...... 
- Rust Adopts Official Policy for AI-Generated Contributions7 August 2026, 9:58 am
Two months after proposing the changes, several Rust teams have officially adopted a policy restricting AI-generated contributions.... 
- Apple NVMe Linux Driver Sees Fixes After Being Bitten By New Firmware7 August 2026, 8:26 am
A set of patches providing fixes for the Apple Silicon NVMe driver for the Linux kernel were sent out today due to new issues cropping up when running newer Apple firmware. Firmware shipped by macOS 15+ is causing issues with the current Apple NVMe open-source Linux driver developed by the Asahi Linux crew...... 
- Calibre 9.13 E-Book Manager Improves PDF Output, Content Server, and More7 August 2026, 6:55 am
Calibre developer Kovid Goyal released Calibre 9.13 today as a new update to this open-source, free, and cross-platform e-book management software for GNU/Linux, macOS, and Windows.... 
- Zapscape Is The Latest Linux Vulnerability For KVM Guest-To-Host Escape, LPE7 August 2026, 5:23 am
Made public earlier today is Zapscape as a guest-to-host escape vulnerability affecting the Linux KVM x86 code for the past six years. This 2020 kernel change to KVM x86 can also be used as a local privilege escalation (LPE) exploit too where /dev/kvm is world-writable on some Linux distributions like RHEL...... 
- Fedora Server 44 OverlayFS BTRFS setup (Assisted by Google AI)7 August 2026, 3:52 am
OverlayFS is primarily used automatically by the system to mount read-only Btrfs system snapshots as writable environments. This allows you to safely boot into a broken system snapshot from GRUB, run tests, or perform a system restoration while keeping the actual snapshot pristine....
- Linux 7.2-rc7 Restoring Btrfs Fixup Worker Infrastructure To Address Silent Data Loss7 August 2026, 2:20 am
Back during the Linux 7.2 merge window the Btrfs file-system dropped its COW fixup mechanism, which was used to detect dirty pages without an ordered extent. This code was removed as it was believed the kernel's memory management layer had solved the underlying conditions but in reality it ended up leading to silent data loss. That Btrfs fixup worker infrastructure is now restored in time for Linux 7.2-rc7 this weekend and the stable v7.2 kernel later this month......
- 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 […]...
- 3 brilliant HBO Max documentaries to watch this weekend (August 7-9)7 August 2026, 10:00 pm
An homage to the quiet Beatle, the stunning deep blue sea, and a new wild reptile-smuggling saga from the Tiger King director.... 
- Can't upgrade your laptop's storage? Here's the cheap workaround I've been using for years7 August 2026, 8:45 pm
I ditched expensive external SSDs for a $15 USB hub and a stack of flash drives.... 
- Framework customer data leaked in zero-day attack: What you need to know7 August 2026, 8:30 pm
Your identity is at risk, and so is Framework.... 
- 4 excellent new Netflix shows to binge this weekend (August 7-9)7 August 2026, 8:30 pm
A doomed family saga concludes, foul-mouthed stray cats, a small-town doc with a chip, and bingable lessons in cocktail making.... 
- 4 ways to repurpose an old Xbox Kinect camera7 August 2026, 7:36 pm
It's time to dig out Microsoft's failed motion control experiment.... 
- These 5 self-hosted apps run great on your Raspberry Pi—until they don't7 August 2026, 7:30 pm
Before long, you're going to want to upgrade.... 
- 3 award-winning Netflix movies to watch this weekend (August 7-9)7 August 2026, 7:00 pm
Settle into your weekend with this decorated watch list.... 
- The BMW M2 is overkill—its cheaper sibling is all the sports car you really need7 August 2026, 6:45 pm
This coupe delivers 90 percent of the M2 experience for $15,400 less.... 
- I simplified my desk with one USB cable and it completely changed how I use my computer7 August 2026, 6:00 pm
One USB-C cable to rule them all.... 
- Clear filament transforms cheap LED strips into high-end accent lighting for pennies7 August 2026, 5:30 pm
No failing strip adhesive or expensive custom channel required.... 
- Does Kubernetes DRA Replace HAMi?7 August 2026, 11:30 am
Projects that want to share a GPU on Kubernetes have to work around an API instead of with it. The device plugin interface could count devices, and that was the whole vocabulary: nvidia.com/gpu: 1. It meant one...... 
- Shadow AI in CI/CD: Threat-modeling the path from developer laptop to Kubernetes7 August 2026, 11:00 am
Artificial intelligence is becoming part of daily software delivery, often before it becomes part of the security architecture. That gap has a name: Shadow AI. It is any AI tool, model, agent, extension, or integration used...... 
- LitmusChaos Q1-Q2 2026 update: community, contributions, and project progress6 August 2026, 11:30 am
About LitmusChaos LitmusChaos is an open source chaos engineering platform that helps teams identify weaknesses and potential outages in their infrastructure by running controlled chaos experiments. Built on cloud native principles, LitmusChaos enables teams to validate......
- K8gb becomes a CNCF incubating project5 August 2026, 4:00 pm
The CNCF Technical Oversight Committee (TOC) has voted to accept Kubernetes Global Balancer (K8gb) as a CNCF incubating project. About K8gb K8gb is an open source, cloud native Global Server Load Balancing (GSLB) solution designed specifically......
- OpenCost 1.121.0: First-of-a-kind Kubernetes inference cost tracking5 August 2026, 11:00 am
Your GPU bill is rising. Your models are serving billions of tokens. Yet one question remains unanswered: what does each token actually cost? This is not a hypothetical problem. Platform teams today operate in a fog......
- You can’t debug what you can’t see — Observability for AI Agents 4 August 2026, 11:00 am
This article reflects practical experience building and operating production AI agent systems. Traditional APM can’t tell you why your agent spent far more than usual asking the same question three times. We’ve been running AI agents......
- Kubeflow SDK evolution- One million downloads and counting3 August 2026, 8:25 pm
The unified kubeflow-sdk has officially crossed 1 million downloads on PyPI! This milestone reflects the rapid adoption of this streamlined interface. In this post, we celebrate this community milestone and highlight the core concepts driving the......
- Cortex completes OSTIF security audit3 August 2026, 11:30 am
The Open Source Technology Improvement Fund is proud to share the results of our security audit of Cortex. Cortex functions as a long-term, multi-tenant scalable open source storage for Prometheus and OpenTelemetry. Thanks to Quarkslab and......
- Scaling Kubernetes pods with KEDA based on Amazon SQS queue depth31 July 2026, 11:00 am
In event-driven Kubernetes architectures, CPU and memory utilization often fail to reflect real system pressure. A worker pod may sit idle from a CPU perspective while thousands of messages pile up in an Amazon SQS queue.......
- Runtime Supply Chain Verification using the Node Resource Interface (NRI)30 July 2026, 11:09 am
The widely used container supply chain verification tools today operate at the Kubernetes API layer as admission webhooks (such as Kyverno, OPA Gatekeeper, and Sigstore Policy Controller). They intercept pod creation, check signatures and attestations, and......
- Gateway API v1.6: TCPRoute and UDPRoute Graduate to Standard3 August 2026, 4:00 pm
The Kubernetes SIG Network community is thrilled to share the release of Gateway API v1.6.0, which was released on June 30th of this year!
Gateway API has become the standard for modern, role-oriented,
and expressive service networking in Kubernetes.
In previous releases, Gateway API established a production-grade foundation
for HTTP and TLS layer 7 traffic.
With version 1.6.0, Gateway API takes a major step forward by expanding
standard layer 4 protocol routing and introducing cleaner API boun...
- Kubernetes v1.37 Sneak Peek31 July 2026, 4:00 pm
As we get closer to the release date for Kubernetes v1.37, the project develops and matures,
features may be deprecated, removed, or replaced with better ones for the project's overall
health. This blog outlines some of the planned changes for the Kubernetes v1.37 release that the
release team feels you should be aware of for the continued maintenance of your Kubernetes
environment and keeping up to date with the latest changes. The information below reflects the
current status of the v1.37 rele...
- How the controller-runtime Cache Actually Works, and Why Your Controller Does Not Crash the API Server29 July 2026, 6:00 pm
This article has been revised since it was first published, to correct several significant technical inaccuracies in the original text.
Kubernetes has long been the default platform for distributed workloads, and writing your own
controller for it is now a matter of a few hours. The common path — Golang, using kubebuilder on top of
controller-runtime — gives you a project scaffold, types, and a reconciler. For typical
scenarios that is more than enough. But as soon as load grows or the con...
- Building a Custom Metrics Exporter for Kubernetes14 July 2026, 6:00 pm
Kubernetes ships with built-in awareness of CPU and memory, but most
real-world scaling decisions depend on signals that live entirely outside
that narrow window: how many messages are waiting in a queue, how long
the last batch job took, how many active WebSocket connections a pod is
holding. When the built-in metrics are not enough, a metrics exporter
bridges that gap.
This post walks through writing one from scratch, packaging it as a
container, and wiring it into a cluster so that Prometheus...
- Operating AI/ML Workloads on Kubernetes: A Headlamp Plugin for Kubeflow13 July 2026, 8:00 pm
Kubernetes has quietly become the default platform for AI and machine learning. Whether you run notebook servers for data scientists, schedule distributed training jobs, tune hyperparameters, or orchestrate multi-step ML pipelines, those workloads increasingly land on a Kubernetes cluster. Kubeflow is one of the most popular ways to assemble that stack, and it does so the Kubernetes-native way: every capability is exposed as a Custom Resource Definition (CRD).
That design is a gift to cluster op...
- Kubernetes Dashboard to Headlamp: A Step-by-Step Guide13 July 2026, 6:00 pm
1. Before you start: know what is changingKubernetes Dashboard and Headlamp both show what is running in a cluster, but they work differently. When Headlamp runs on the desktop, it uses your existing kubeconfig to connect to one or more clusters and can be extended with plugins. When Headlamp runs inside a cluster, it uses a Kubernetes ServiceAccount to access the API and follow RBAC rules. Kubernetes Dashboard, in contrast, only runs in-cluster and always relies on service account tokens. Under...
- Announcing etcd v3.7.08 July 2026, 12:00 pm
This article is a mirror of the original announcement
Today, SIG etcd is releasing etcd v3.7.0, the latest minor release of the popular distributed key-value store and core Kubernetes component. v3.7 ships the long-requested RangeStream feature, delivers several other performance improvements, removes the last remnants of the legacy v2store, and completes a major protobuf overhaul.
You can download etcd v3.7.0 here:
Source code
Binaries
Official container images
This release also includes new ...
- Open source maintainership in the age of AI26 June 2026, 6:00 pm
AI has really changed the game around software development.
More people are leveraging AI than ever to contribute patches to projects they use.
To me, this is a good thing as more folks will contribute patches rather than fork or not fix them.
The main problem is that AI has made generating code fast but there has been very little improvement in maintaining code bases.
In this post, we will highlight the ways the Kubernetes community is adapting to the world of AI assisted coding.
The first step...
- Introducing the Cluster API plugin for Headlamp25 June 2026, 10:00 pm
Headlamp is an open-source, extensible Kubernetes SIG UI
project designed to let you explore, manage, and debug cluster resources directly
from a browser.
Cluster API (CAPI) is a Kubernetes sub-project
that brings declarative, Kubernetes-style APIs to cluster lifecycle management. It
lets platform teams provision, upgrade, and manage the lifecycle of Kubernetes
clusters using standard Kubernetes objects stored and reconciled in a management
cluster.
Managing Cluster API resources has historicall...
- Inspect Volcano workloads faster with Headlamp25 June 2026, 8:00 pm
Volcano is a cloud native batch scheduler for Kubernetes, built for high-performance computing, AI/ML, and other batch workloads.
Headlamp is an extensible Kubernetes web UI. With its plugin system, Headlamp can surface APIs and workflows beyond the built-in Kubernetes resources. The Volcano plugin brings core Volcano resources into Headlamp so you can inspect workload state, queue behavior, and gang scheduling details in one place.
Kubernetes was originally designed around long-running services...
- Governance Is a Developer Experience Problem5 August 2026, 1:00 pm
Learn why AI governance is about more than security. Discover how trust, clear boundaries, and developer experience enable AI adoption at scale....
- The Software Supply Chain Is Under Siege. Devs Are Still the First Line of Defense4 August 2026, 3:10 pm
77% of organizations experienced a software supply chain incident in the past year. Explore Omdia's latest research on top risks, security gaps, and why developers are your first line of defense....
- Docker AI Governance: Audit Logs, Now Where Your Security Team Already Works3 August 2026, 1:00 pm
Now in Docker AI Governance: a single searchable record of every policy decision your agents trigger, streamed to the SIEM your security team already runs, so you can show what your agents did and what your policy stopped. Today, Docker AI Governance now streams every policy decision in your organization into the SIEM your security......
- Empty sandboxes break developer experience3 August 2026, 1:00 pm
Learn how Docker Sandbox kits turn empty sandboxes into productive development environments with repeatable tooling, credentials, and configuration....
- Docker OIDC connections for GitHub Actions available for Docker Orgs31 July 2026, 4:30 pm
Eliminate Stored Credentials in Your CI/CD Pipelines TL;DR: Docker now supports OpenID Connect (OIDC) for GitHub Actions. Your workflows can authenticate with short-lived, per-run tokens instead of stored PATs or OATs. No secrets to rotate, no credentials to leak. GitHub OIDC connections are available to organizations with Docker Team, Docker Business, or Docker Hardened Images......
- The Future of Agentic AI Depends on Openness and Trust. That’s Why Docker Is Joining Nvidia’s Open Secure AI Alliance.30 July 2026, 7:31 pm
Docker joins NVIDIA's Open Secure AI Alliance to help build the security, governance, and trust frameworks that agentic AI systems demand....
- Coding Agent Horror Stories: The 29 Million Secret Problem28 July 2026, 1:00 pm
Learn how AI coding agents can expose credentials in supply chain attacks and how Docker Sandboxes keep secrets out of an agent's reach....
- Agentic AI Needs Guardrails, Not Guesswork24 July 2026, 5:19 pm
Docker brought together enterprise security leaders to tackle agentic AI's biggest challenge: how to govern AI agents without slowing developers down. Here's what they said....
- Runtime Enforcement, Not Runtime Advice22 July 2026, 1:00 pm
Explore governance at the runtime layer and learn why isolation, policy enforcement, and controlled tool access are becoming foundational for agentic systems....
- Coding Agent Horror Stories: The Agent That Deleted Production20 July 2026, 1:00 pm
Learn how an AI coding agent caused a 13-hour outage and how Docker Sandboxes help reduce risk with scoped identities and isolated execution....
- Mastering Enterprise Security in Microsoft Power Platform7 August 2026, 7:00 pm
Citizen development was supposed to free up IT teams, not give them a new category of risk to manage. Yet that is precisely what has happened in many organizations running Microsoft Power Platform at scale. Business users build apps, automate workflows, and connect data sources at a pace that traditional governance models were never designed to keep up with. Each new app or flow is a small decision about data access, and when hundreds of these decisions are made independently across departments,... 
- Microsoft Foundry Tool Search: Your Agent Pays a Tax on Every Tool It Never Calls7 August 2026, 6:00 pm
Most agents are billed for tools they don't use. Not once — on every single turn.
The mechanics are simple enough that it's easy to miss. When you give a model a set of tools, the full JSON schema for every tool goes into the request. Names, descriptions, parameter types, enum values, nested objects, the lot. The model reads all of it, picks one, and calls it. Next turn, the whole catalog goes over the wire again, because the API is stateless and the tool list is part of the request.... 
- Database Bottlenecks Nobody Talks About: Optimizing SQL Queries Beyond Indexing7 August 2026, 5:00 pm
Every performance guide starts the same way. "Add an index." And yes, indexes matter. But I've spent years fixing production databases, and here's the truth: indexing is the easy 20%. The hard 80% is everything nobody writes blog posts about.
I once spent three days chasing a query that had a perfect index. The index wasn't the problem. The problem was that the database's own statistics were lying to it.... 
- How We Cut PyFlink Pipeline p99 Latency from 3-5 Seconds to ~500ms7 August 2026, 4:00 pm
The Problem: Our p99 Was 3-5 Seconds
Our PyFlink pipeline was missing its latency SLO by seconds. The pipeline itself was straightforward: consume events from Kafka, transform them, serialize them as Protobuf, and write the results to downstream systems. Yet under production load, p99 end-to-end latency was consistently in the 3-5 second range.
Profiling pointed us to an unexpected bottleneck: we were deserializing Protobuf messages in Python, even though the Flink runtime processing our stream ... 
- Orchestration Meets MCP: Building Governed Agentic Workflows With Quarkus Flow and AGENTS.md7 August 2026, 3:00 pm
Building autonomous AI agents with large language models (LLMs) is easy when writing single-turn demo scripts. However, moving multi-agent loops into production introduces serious architectural challenges. Agents hallucinate, loop infinitely without reaching convergence, require human approval for high-risk operations, and need standard tool-calling integrations alongside clear operational governance.
Historically, Java developers faced a tough choice: either rely on heavyweight, external workfl... 
- A Zero-Trust Implementation Framework for Cloud Migrations: Lessons From Enterprise Deployments7 August 2026, 1:00 pm
Cloud migration projects almost always treat security as a downstream concern something to bolt on after workloads have already moved, once the “real” migration work is done. Across dozens of enterprise migrations spanning finance, healthcare, and manufacturing workloads, that ordering is consistently the source of the costliest rework: reopened firewall rules, retrofitted identity models, and access reviews that should have happened before a single virtual machine was provisioned.
The patte... 
- Building Internal Developer Platforms as Products: A Practical Guide for IDP Architects7 August 2026, 12:00 pm
Why Most Platforms Fail to Become Products
Many companies are heavily investing in internal developer platforms (IDPs) with the expectation that they will speed up delivery and governance, and increase developer productivity. Despite significant investment in Kubernetes, CI/CD, observability, security tooling, and cloud infrastructure, many platforms struggle to gain adoption.
The reason is simple: they are built and operated like infrastructure projects, not products.... 
- How to Design a Distributed Job Scheduler6 August 2026, 7:00 pm
Almost every backend eventually needs to run code on a schedule. Send the invoice at midnight. Retry the failed payment in five minutes. Generate the weekly report every Monday at 7 AM. Clean up expired sessions every hour.
On one server, this is easy. You write a cron line and move on. The trouble starts when one server becomes ten. Now the same cron line lives on every box, so the invoice job fires ten times instead of once. Move the cron to a single “scheduler” box, and that box becomes a...
- How RAG Cuts Hallucinations in Generative AI Chatbots6 August 2026, 6:00 pm
Retrieval-augmented generation (RAG) reduces hallucinations in generative AI chatbots by grounding each response in retrieved source data instead of relying only on what the model learned during training. Before the model writes a reply, the system fetches relevant passages from a trusted knowledge store and passes them in as context. The model then answers from that evidence, which shrinks the room it has to invent facts.
This article looks at why hallucinations happen at the token level, how a...
- HTTP QUERY Method Explained: RFC 10008, Ecosystem Adoption, and a Quarkus Implementation6 August 2026, 5:00 pm
Then the search form grows, filters multiply, and nested criteria appear. Since using GET means placing the query inside the URI, a length limit problem emerges. Worse, placing sensitive query values in the URI increases the chance of exposure through access logs, browser history, proxies, and monitoring systems. Because the HTTP protocol does not forbid it, sending a body with GET may look like a way out, but building your design on behavior the standards leave undefined is not a recommended pr...
- Kalshi and Polymarket Bets On Clinical Trials Criticized As 'Ghastly'7 August 2026, 9:00 pm
An anonymous reader quotes a report from NPR: Billions of dollars are traded every week on the lightly regulated prediction market sites, where users bet on everything from movie reviews to elections to conflicts in the Middle East. Clinical trials are just the latest area where the industry's rapid growth is raising ethical questions. Kalshi claims such bets will provide a new source of information about which drugs will get approved, and what clinical trials will show promising results, which ... 
- 'Asimov Was Right' About Rules For Robots, Says Ex-US Cyber Director7 August 2026, 8:00 pm
Former U.S. National Cyber Director Chris Inglis says the biggest AI risk isn't sentience but autonomy. "What I'm worried about is that they get to choose what and where they do something, and under what rules they do it," he said, citing recent cases of AI agents from OpenAI, Anthropic, and Meta escaping security sandboxes. He argues developers need stronger safeguards, monitoring, and human accountability, invoking Asimov's idea that protecting humans should come before simply obeying them. Th... 
- Framework Notifies 'All Customers' of a Data Breach Via Compromised Metabase BI Service7 August 2026, 7:00 pm
"Framework has been sending out email notifications to customers alerting of a limited data breach in which customer information was accessed through a Metabase BI service zero-day exploit," writes Slashdot reader DuoDreamer. Data includes customer names, email addresses, phone numbers, and physical addresses. "Framework is investigating whether or not this included Framework for Business customers as well." TechCrunch reports: Framework's spokesperson Eric Schumacher told TechCrunch that the br... 
- Suno Says It Will Start Watermarking Songs7 August 2026, 6:00 pm
Suno says it will begin watermarking and fingerprinting AI-generated songs, tighten download policies to curb mass distribution, and explicitly prohibit deceptive audio and unauthorized voice or likeness cloning. The changes come as the company faces mounting copyright lawsuits, a recent adverse ruling in Germany, and scrutiny over a past data breach that revealed training-data sources. TechCrunch reports: In a blog post, co-founder and CEO Mikey Shulman shared core principles and said that the ... 
- ByteDance Is Training a 10-Trillion-Parameter Model To Chase the Frontier7 August 2026, 5:07 pm
ByteDance is reportedly training an AI model with roughly 10 trillion parameters as it tries to close the gap with leading frontier systems such as Anthropic's Mythos. The model is still in early pre-training, and its eventual performance will depend on more than scale alone, but the project underscores how aggressively Chinese firms are pushing frontier AI despite limits on access to advanced chips. The Next Web reports: The size is itself the statement. At roughly 10 trillion parameters, the m... 
- Trump Orders New 15% Tariff On Key Material For Solar Panels, Microchips7 August 2026, 4:00 pm
President Trump has ordered a 15% tariff on imported products made with polysilicon, a key material for semiconductors and solar panels. The new tariff will take effect on December 4th. The Guardian reports: The executive order signed by the president on Thursday evening said: "The plan of action in this proclamation will, among other things, help ensure the commercial viability of United States production of polysilicon and its derivatives that is necessary to meet United States economic and na... 
- AMD Buys AI Chip Startup Taalas That Hardwires AI Models Into Its Silicon7 August 2026, 3:00 pm
An anonymous reader quotes a report from CNBC: On Thursday, AMD said it's entered into an agreement to acquire Taalas, a Toronto-based startup that makes chips for inference. Taalas' accelerators are customized, or hard-wired for a single AI model, rather than being general purpose. In exchange for that loss of flexibility, Taalas' technology promises a less-expensive chip that it says can produce output for specific models thousands of times faster than a traditional GPU. An AMD representative ... 
- Radical Study Suggests Life on Earth Arose Twice7 August 2026, 11:00 am
A new study argues that life may have emerged twice on Earth. "Two of the main lineages of life -- bacteria and archaea -- may have independently figured out the secrets of metabolism that upgraded them from non-living to living," reports ScienceAlert, citing a new study that "focused on the most rudimentary set of chemical reactions thought to enable this transformation." From the report: "The surprise is that the enzymes that catalyze those reactions are not conserved across the evolutionary d... 
- Dress Made of Living Mycelium Can Renew and Repair Itself7 August 2026, 7:00 am
Researchers in China have developed a living mycelium textile that can self-clean, renew its surface, and partially repair holes when treated with a nutrient solution and fresh fungus. The material can also gain added properties such as blue pigmentation or UV resistance by co-culturing it with yeast or other fungi. Dezeen reports: The breakthrough from the researchers at the Shenzhen Institutes of Advanced Technology is a type of engineered living material (ELM) -- a material built off living o... 
- Scientists Make First Viruses Designed By AI7 August 2026, 3:30 am
An anonymous reader quotes a report from The Guardian: Scientists have made the first viruses designed by artificial intelligence in a milestone that raises hopes for new medicines but also concerns over how to ensure the technology remains safe. The viruses are specific kinds known as bacteriophages, which only infect bacteria and are used around the world to treat patients with persistent infections. In lab tests, a cocktail of the AI-designed viruses killed E coli bugs that were resistant to ...
- Mythos social engineering AISI INC-2026-07-28-018 August 2026, 3:41 am
Comments... 
- NASA to keep its 48-year-old Voyager 2 probe running for yet another year8 August 2026, 1:49 am
Comments... 
- The Nixpkgs core team has disbanded8 August 2026, 1:12 am
Comments... 
- Show HN: Modern C++ Build Tools for Module Feature8 August 2026, 12:30 am
Comments... 
- U.S. Department of Energy Launches the Genesis Open Models Initiative7 August 2026, 10:24 pm
Comments... 
- Water system controllers don't belong on the internet, says ex-NSA chief7 August 2026, 9:19 pm
Comments... 
- Psychological Warfare in Reverse Engineering (2015)7 August 2026, 6:51 pm
Comments... 
- Ancient Library – 1,060 Greek/Latin texts, click any word to parse it7 August 2026, 6:51 pm
Comments... 
- Managing AI Coding Costs at Scale7 August 2026, 6:25 pm
Comments... 
- Assembly Hall of Shame7 August 2026, 6:01 pm
Comments... 
- NixOS: The Nixpkgs core team has disbanded8 August 2026, 1:52 am
... 
- Just read “Just for fun”8 August 2026, 1:35 am
... 
- Linux Accidentally Left Legacy I/O & Memory Handlers Open In Kernel Lockdown Mode7 August 2026, 5:15 pm
... 
- Zapscape: Guest-to-Host Escape in KVM/x867 August 2026, 5:07 pm
... 
- Linux keeps getting better the more I use it7 August 2026, 4:53 pm
... 
- PULS DiskInfo - Disk Monitoring and Benchmark Project for Linux7 August 2026, 1:21 pm
... 
- Why and how the Austrian Military moved to LibreOffice (Part 1)7 August 2026, 9:37 am
... 
- WinBoat is alpha testing the GPU acceleration7 August 2026, 8:07 am
... 
- Lumen v2.26 August 2026, 10:56 pm
...
- Illinois's new law requires operating system providers to add age verification by 2028 including open-source projects6 August 2026, 8:12 pm
...
- How many times have you jumped jobs?8 August 2026, 1:19 am
... 
- Are Outlook for Android "favorites only" email notifications broken for anyone else?8 August 2026, 12:02 am
... 
- Thoughts on allowing Cronofy calendar access to MS365?7 August 2026, 9:28 pm
... 
- Looking for ransomware specific security tools7 August 2026, 9:17 pm
... 
- O365 quarantine notifications7 August 2026, 8:23 pm
... 
- WTF's up with Cisco right now?7 August 2026, 7:31 pm
... 
- Code Review of Administration Scripts7 August 2026, 6:51 pm
... 
- Weird one: nView (RTX Desktop Manager) was closing Chromium browsers instantly, only for one user7 August 2026, 6:02 pm
... 
- Trying to find an affordable ticketing system7 August 2026, 6:00 pm
... 
- Goodbye Mitel, you really were shit.7 August 2026, 5:46 pm
... 
- Radical Study Suggests Life on Earth Arose Twice7 August 2026, 11:00 am
A new study argues that life may have emerged twice on Earth. "Two of the main lineages of life -- bacteria and archaea -- may have independently figured out the secrets of metabolism that upgraded them from non-living to living," reports ScienceAlert, citing a new study that "focused on the most rudimentary set of chemical reactions thought to enable this transformation." From the report: "The surprise is that the enzymes that catalyze those reactions are not conserved across the evolutionary d... 
- Dress Made of Living Mycelium Can Renew and Repair Itself7 August 2026, 7:00 am
Researchers in China have developed a living mycelium textile that can self-clean, renew its surface, and partially repair holes when treated with a nutrient solution and fresh fungus. The material can also gain added properties such as blue pigmentation or UV resistance by co-culturing it with yeast or other fungi. Dezeen reports: The breakthrough from the researchers at the Shenzhen Institutes of Advanced Technology is a type of engineered living material (ELM) -- a material built off living o... 
- Scientists Make First Viruses Designed By AI7 August 2026, 3:30 am
An anonymous reader quotes a report from The Guardian: Scientists have made the first viruses designed by artificial intelligence in a milestone that raises hopes for new medicines but also concerns over how to ensure the technology remains safe. The viruses are specific kinds known as bacteriophages, which only infect bacteria and are used around the world to treat patients with persistent infections. In lab tests, a cocktail of the AI-designed viruses killed E coli bugs that were resistant to ...
- FDA Approves First mRNA Flu Shot6 August 2026, 11:00 am
The FDA has approved the first mRNA flu vaccine in the United States after a clinical trial found it was about 27% more effective than a standard flu shot. Manufactured by Moderna and marketed as mFlusiva, the vaccine is expected to be available this fall for adults ages 50 to 64 and those 65 and older, though approval for the older group is conditional on Moderna conducting an additional clinical trial, NBC News reports. From the report: Many scientists and public health experts have touted the...
- New Images of the Sun Show Its Surface In the Finest Detail Yet6 August 2026, 3:30 am
An anonymous reader quotes a report from the Associated Press: Scientists have captured images of the sun's surface in the finest detail yet, revealing a strange and dynamic facade. It's dangerous to look directly at the sun without proper eye protection. But researchers were able to peek at its scorching surface with the help of the National Science Foundation's Daniel K. Inouye Solar Telescope, located on the island of Maui in Hawaii.
Scientists originally took the images for a different rea...
- Watch a SpaceX Rocket Crash Into the Moon5 August 2026, 6:00 am
A four-ton SpaceX Falcon 9 upper stage left drifting after a 2025 lunar mission is expected to crash into the Moon at about 5,400 mph, likely striking Einstein Crater. The impact should occur at approximately 2:35 a.m. ET (0635GMT). Reuters reports: Such stages typically fall back into Earth's atmosphere and burn up or plunge into the ocean after boosting the rocket's payload to a precise spot in orbit. But because the January lunar lander mission required more thrust than missions closer to Ear...
- Spain Offers $1.14 Billion To Get Thirty Meter Telescope Moved To Canary Islands4 August 2026, 7:00 am
Longtime Slashdot reader schwit1 shares a report from Behind the Black: In a new bid to get the Thirty Meter Telescope (TMT) to move from Hawaii, which has blocked its construction for more than a decade, the Spanish government has put together a $1.14 billion package that would not only pay for construction on the Canary Islands, but would finance an additional half century of operations. Tech Times provides some additional details: The package is conditional on the TMT International Observator...
- OpenAI's Astra Solved Decades-Old Math Problems For $2,0004 August 2026, 3:30 am
An anonymous reader quotes a report from Forbes: The cost of producing new results on ten longstanding mathematical problems just fell to $2,000, according to OpenAI, which says its Astra model generated machine-checkable proofs for questions that had resisted human progress for decades. OpenAI published the work on August 1 and used it to give its next major model family a name: Astra. The results run across group theory, high-dimensional geometry, coding theory, quantum complexity, lattice cry...
- Does Eating Less Protein Produce Healthier Aging and Metabolism?2 August 2026, 4:34 pm
"A major scientific review is challenging the idea that more protein is always better," reports ABC News:
The review, led by pathologist and biomedical researcher Dudley Lamming and published in the journal Cell Press Blue, examined more than 350 studies involving humans, mice, insects, yeast, and other organisms. The review found that eating less protein, or less of certain amino acids that make up protein, may turn on body processes linked to healthier aging, as well as metabolism, the proce...
- In a First, 'Super-Earth' Planet Shows It Could Have an Atmosphere2 August 2026, 3:34 pm
"Scientists say they have detected promising signs that a planet orbiting a star 49 light-years from Earth could have an atmosphere," reports CNN, "making it potentially suitable for life."
Called LHS 1140b, the object is about five times the mass of our planet, or a "super-Earth." This planet orbits around its star in the "Goldilocks zone," also known as the habitable zone, meaning its surface temperature is not too hot or too cold for liquid water to exist... "It appears to be consistent w...
- AI Architecture: Moving Past the Washing to the Truth6 August 2026, 3:30 pm
In the current hype cycle, “AI” has become a linguistic junk drawer—a catch-all term that vendors use to mask everything from basic if-then statements to massive neural networks. For the modern enterprise, this “AI Washing” isn’t just annoying, it’s a strategic risk. To build a resilient, sovereign infrastructure, we have to stop treating AI as […]
The post AI Architecture: Moving Past the Washing to the Truth appeared first on SUSE Communities....
- Proactive patch management & compliance: Hardening the hybrid Azure fleet at scale6 August 2026, 6:17 am
Welcome back to SUSE Solutions on Azure: The Technical Series. Bridging the Gap Between Linux Freedom and Azure Scale Enterprise Linux on Azure requires a careful balance between open source flexibility and corporate security control. This series provides technical blueprints to help you shift away from managing individual distributions. Learn to build a unified, secure and […]
The post Proactive patch management & compliance: Hardening the hybrid Azure fleet at scale appeared first on SU...
- Direct from Your Peers: Why Enterprises Trust SUSE for Linux, Virtualization and Container Management5 August 2026, 3:44 pm
As Chief Customer Officer (CCO) at SUSE, I always think about one thing above everything else: how does our technology perform in the moments that matter most to you, and how do our teams show up for yours when you need them? My philosophy has always been that enterprise technology should meet you where you […]
The post Direct from Your Peers: Why Enterprises Trust SUSE for Linux, Virtualization and Container Management appeared first on SUSE Communities....
- What Is Agentic AI for Kubernetes? A Platform Engineer’s Guide4 August 2026, 9:27 pm
AI has been the main topic of conversation in infrastructure circles for a while now. Recently, however, the conversation moved from “AI that answers questions” to “AI that takes action,” and that shift has real implications for platform engineers managing and securing Kubernetes at scale. Agentic AI for Kubernetes refers to autonomous software agents that […]
The post What Is Agentic AI for Kubernetes? A Platform Engineer’s Guide appeared first on SUSE Communities....
- The path to modern observability: Why we’re evolving the SUSE Rancher observability stack4 August 2026, 7:08 am
When I co-founded StackState, my goal was always to simplify complex IT environments. Now, as SUSE’s Senior Product Manager for Cloud Native Observability, I’m bridging that founding passion with the rigorous security demands of enterprise-grade infrastructure. Today, I want to share the story behind the most significant evolution of SUSE Rancher’s monitoring architecture since we […]
The post The path to modern observability: Why we’re evolving the SUSE Rancher observability stack app...
- Unlocking agentic AI with Arm AGI CPU & SUSE AI Factory3 August 2026, 5:03 pm
SUSE collaborating with Arm for Day 0 readiness of the new Arm AGI CPU across SUSE portfolio Key takeaways Day 0 silicon innovation: The collaboration between SUSE and Arm highlights the ongoing work for Day 0 enablement of the new Arm® AGI CPU in SUSE Linux Enterprise Server (SLES) 16.1 and SUSE AI Factory, […]
The post Unlocking agentic AI with Arm AGI CPU & SUSE AI Factory appeared first on SUSE Communities....
- What Is Agentic AI for Kubernetes? A Platform Engineer’s Guide1 August 2026, 6:08 am
AI has been the main topic of conversation in infrastructure circles for a while now. Recently, however, the conversation moved from “AI that answers questions” to “AI that takes action,” and that shift has real implications for platform engineers managing and securing Kubernetes at scale. Agentic AI for Kubernetes refers to autonomous software agents that […]
The post What Is Agentic AI for Kubernetes? A Platform Engineer’s Guide appeared first on SUSE Communities....
- Secure and Simple AI Deployment with SUSE and Supermicro28 July 2026, 11:04 pm
Overview – A Unified, Secure AI Stack Most enterprises are not limited by lack of AI ambition. They are limited by the difficulty of deploying AI safely. Governance, security, and data sovereignty have become primary barriers to production AI. Building a secure platform from multiple vendors increases complexity and risk. Supermicro and SUSE address this […]
The post Secure and Simple AI Deployment with SUSE and Supermicro appeared first on SUSE Communities....
- Early Bird Registration Is Open for SUSECON 2027 in Barcelona28 July 2026, 10:37 pm
Key takeaways Early Bird registration for SUSECON 2027 is officially open, offering the lowest rates for a limited time. SUSE brings its flagship global open source conference to Barcelona, Spain, taking place February 15-17, 2027. Attendees gain full access to keynotes, technical sessions, networking and direct community collaboration. Registering early secures maximum savings and reserves […]
The post Early Bird Registration Is Open for SUSECON 2027 in Barcelona appeared first on SUSE Commun...
- xorshift32 RNG in Bash31 July 2026, 3:42 am
$ n(){ s=$[s^s<<13];s=$[s^s>>17];s=$[s^s<<5];echo $[s&2**32-1]; }
The xorshift32 PRNG written by George Marsaglia in Bash, code golfed. Bash already has the $RANDOM and $SRANDOM environment variables, so this isn't all that useful. The seed "s" must be non-zero.
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Show top 100 DJ's on DJMAG17 July 2026, 4:30 pm
$ elinks -dump https://djmag.com/top100djs | awk '/^[0-9]+$/ { rank=$0; next } rank && /^\[[0-9]+\]/ { gsub(/^\[[0-9]+\]/, ""); gsub(/^[ \t]+|[ \t]+$/, ""); print rank ". " $0; rank="" }'|sort -u
https://djmag.com/top100djs
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Quick regional screen recording to MP4 via slurp15 July 2026, 4:44 am
$ gpu-screen-recorder -w "$(slurp -f "%wx%h+%x+%y")" -f 60 -o "$HOME/rec_$(date +%Y%m%d_%H%M%S).mp4"
A lightweight and dependency-minimal way to record a selected region of your Wayland screen.
By using `slurp`'s custom formatting directly (`%wx%h+%x+%y`), we eliminate the need for piping through helper tools like `sed` or `awk` to construct the geometry argument for `gpu-screen-recorder`.
Requirements: slurp, gpu-screen-recorder
View this command to comment, vote or add to favourites
...
- Ensure an EOF-newline for every git-tracked text file (that changed since the main branch), except for .meta files23 June 2026, 3:50 am
$ git diff --diff-filter=ACMRTUX --name-only main -z | grep -zvE '(.meta)' | xargs -0 dos2unix --add-eol
Ignores deleted files since main. dos2unix already skips binary files. Safely NUL-delimited. Add -i for a dry run.
View this command to comment, vote or add to favourites
View all commands by Hype
Diff your entire server config at ScriptRock.com...
- 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...
- Linux Surpasses Double-Digit Market Share7 August 2026, 4:01 pm
According to two sources, the Linux operating system has hit a major milestone in market share that naysayers thought would never happen.... 
- Server Statistics and Alerts with Beszel5 August 2026, 7:59 am
If you're managing more than just a few servers, a monitoring system keeps you informed of any issues requiring your attention. Beszel provides a comprehensive solution that's easy to set up, yet incredibly powerful and flexible....
- Star Labs' New Linux Laptop5 August 2026, 7:59 am
Built for security and efficiency, this recent Linux laptop has a few teething problems....
- The Latest Quirky and Creative Linux Distros5 August 2026, 7:59 am
This month we explore Hardenwing 3.5, Redcore Linux 2601, RefreshOS 3.0, and AnduinOS 2.0.0....
- Linux Tools that Help You Manage Your Books and CDs5 August 2026, 7:59 am
Whether it's books or CDs, many of us take pride in our collections. As they grow in size, we need tools to keep track of what we have. Why not use your Linux machine and try out an app that helps you organize?...
- Network Administration and Security with Ncat5 August 2026, 7:59 am
From simple TCP pipes to encrypted relays and ad hoc services, Ncat modernizes Netcat, the classic Swiss Army knife for network administrators....
- We're All Just Guessing5 August 2026, 7:59 am
AI data centers are on everyone's mind, and, at least in the public media, the opinions tend to the extremes....
- 5 August 2026, 7:58 am
This month in Linux Voice and Elvie....
- KDE's Multi-Format Document Viewer5 August 2026, 7:58 am
View and annotate documents with Okular, a powerful and extensible document viewer for Linux, macOS, and Windows....
- 5 August 2026, 7:58 am
This month we explore the top FOSS, including a privacy-focused YouTube client, a browser extension for annotating web pages, and an open source AirDrop alternative....
- New AMD P-State Patch Delivers Major Linux Gaming Performance Boost6 August 2026, 4:00 pm
by George Whittaker
A newly proposed patch for the Linux kernel's AMD P-State CPU frequency scaling driver is showing impressive gaming performance improvements, potentially delivering a noticeable boost for Ryzen users without requiring new hardware. Early benchmarks indicate that the optimization can significantly improve frame rates in CPU-bound games by allowing processors to respond more quickly to changing workloads. (phoron...
- Linux Kernel Begins Phasing Out the crypto_rng Layer to Simplify Random Number Generation4 August 2026, 4:00 pm
by George Whittaker
Linux kernel developers are moving forward with plans to remove the crypto_rng API layer, a long-standing component of the kernel's cryptographic subsystem. The proposed change is part of a broader effort to simplify the kernel's internal architecture by eliminating redundant code paths and encouraging developers to rely on the kernel's modern random number generation interfaces instead. (phoronix.com)
Althoug...
- GNU Binutils 2.47 Released with New RISC-V Features, Linker Improvements, and Reproducible Builds30 July 2026, 4:00 pm
by George Whittaker
The GNU Project has officially released GNU Binutils 2.47, the latest version of its essential collection of binary development tools for Linux and other Unix-like systems. The release delivers numerous bug fixes alongside new assembler, linker, and disassembler capabilities, expanded RISC-V support, reproducible source archives, and continued modernization of the GNU toolchain.
Used by developers worldwide, G...
- GOG Officially Expands Linux Support with Native Galaxy Client in Development28 July 2026, 4:00 pm
by George Whittaker
After years of requests from the Linux gaming community, GOG has officially confirmed that it is developing native Linux support for the GOG Galaxy launcher. The announcement marks one of the biggest shifts in the company's history and signals a stronger commitment to Linux as a first-class gaming platform. While GOG has offered DRM-free Linux game downloads since 2014, its Galaxy launcher has remained exclusiv...
- Linux Kernel 7.1.4 Released with Bug Fixes, Security Updates, and Hardware Improvements23 July 2026, 4:00 pm
by George Whittaker
Greg Kroah-Hartman has announced the release of Linux Kernel 7.1.4, the latest stable maintenance update for the Linux 7.1 series. As with other stable kernel releases, version 7.1.4 focuses on fixing bugs, improving hardware compatibility, and addressing security and reliability issues without introducing new features. The update became available on July 18, 2026, and users of the Linux 7.1 branch are encourag...
- Firefox 153 Released with HDR Video, Smarter PDF Tools, Better Privacy, and New Linux Improvements21 July 2026, 4:00 pm
by George Whittaker
Mozilla has officially released Firefox 153, bringing another round of improvements to its open-source web browser. The latest version introduces new multimedia capabilities, enhanced PDF editing tools, stronger privacy protections, better support for modern web technologies, and several features aimed at improving the browsing experience across Linux, Windows, and macOS. Firefox 153 became available on the sta...
- NanoKVM-Go Brings AI-Powered Hardware Control to Linux with a Compact USB-C KVM16 July 2026, 4:00 pm
by George Whittaker
Sipeed has introduced NanoKVM-Go, a compact USB-C KVM-over-IP device that combines remote hardware management with AI integration. Designed for Linux, Windows, macOS, and other USB-C devices, NanoKVM-Go allows users to remotely view and control a system through a web browser while exposing its keyboard, mouse, and display functions to AI agents via the Model Context Protocol (MCP).
Unlike traditional KVM-over-...
- AI Uncovers a 15-Year-Old Linux Kernel Root Vulnerability Hidden Since 201114 July 2026, 4:00 pm
by George Whittaker
Artificial intelligence has helped uncover one of the most significant Linux kernel security flaws in recent years. Security researchers at Nebula Security announced the discovery of GhostLock (CVE-2026-43499), a critical local privilege escalation vulnerability that remained hidden in the Linux kernel for approximately 15 years before being identified by the company's AI-powered vulnerability research platform...
- Azure Linux 4.0 Released: Microsoft Expands Its Enterprise Linux Platform Beyond the Cloud9 July 2026, 4:00 pm
by George Whittaker
Microsoft has officially unveiled Azure Linux 4.0, the latest version of its open-source Linux distribution designed for cloud infrastructure, enterprise workloads, and modern data centers. Formerly known as CBL-Mariner, Azure Linux has powered Microsoft's internal cloud services for years, but version 4.0 marks its biggest evolution yet by becoming a general-purpose server operating system that organizations c...
- KDE Plasma 6.7.1 Released with Stability Fixes, UI Improvements, and Better Wayland Reliability7 July 2026, 4:00 pm
by George Whittaker
The KDE Project has officially released KDE Plasma 6.7.1, the first maintenance update for the Plasma 6.7 desktop environment. Rather than introducing major new features, this point release focuses on polishing the desktop with a broad collection of bug fixes, translation updates, and performance improvements aimed at making Plasma 6.7 more reliable for everyday use.
As with previous Plasma maintenance release...
- Cloudflare Launches Kitesurf, a Lightweight Browser Built for AI Agents7 August 2026, 7:59 pm
Cloudflare’s Kitesurf browser promises lower resource use and stronger isolation for AI agents, but enterprises should assess its beta limitations.
The post Cloudflare Launches Kitesurf, a Lightweight Browser Built for AI Agents appeared first on TechRepublic.... 
- Boston Dynamics’ Atlas Robot Can Change Its Own Battery in Under 3 Minutes7 August 2026, 7:49 pm
Boston Dynamics’ Atlas humanoid robot can swap its own battery in under three minutes, a feature designed to reduce downtime during industrial work.
The post Boston Dynamics’ Atlas Robot Can Change Its Own Battery in Under 3 Minutes appeared first on TechRepublic.... 
- Meta Ordered to Pay $567M and Overhaul Teen Safety on Facebook, Instagram7 August 2026, 6:23 pm
Meta must pay $567 million and change Facebook and Instagram protections for minors under a New Mexico court order it plans to appeal.
The post Meta Ordered to Pay $567M and Overhaul Teen Safety on Facebook, Instagram appeared first on TechRepublic.... 
- Samsung’s August Update Patches 56 Security Vulnerabilities Across Galaxy Devices7 August 2026, 6:20 pm
Samsung’s August 2026 Galaxy update fixes 56 Android and One UI security flaws, including critical vulnerabilities and clipboard access risks.
The post Samsung’s August Update Patches 56 Security Vulnerabilities Across Galaxy Devices appeared first on TechRepublic.... 
- OpenAI’s ‘Doughnut-Shaped’ AI Speaker Could Launch in 20277 August 2026, 5:09 pm
OpenAI’s rumored $300–$400 smart speaker could signal a bigger shift as the ChatGPT maker looks to bring AI beyond phones, laptops, and screens.
The post OpenAI’s ‘Doughnut-Shaped’ AI Speaker Could Launch in 2027 appeared first on TechRepublic.... 
- Apple Has $1 Billion in Chips Waiting — and Memory Is the Problem7 August 2026, 4:49 pm
Apple is reportedly racing to secure DRAM for the iPhone 18 Pro and foldable iPhone as a memory shortage threatens to tighten launch supply.
The post Apple Has $1 Billion in Chips Waiting — and Memory Is the Problem appeared first on TechRepublic.... 
- OpenAI Asks Judge to Dismiss Apple Trade-Secrets Lawsuit7 August 2026, 4:41 pm
OpenAI asks a federal judge to dismiss Apple’s trade-secrets lawsuit over former employees and alleged misuse of confidential hardware information.
The post OpenAI Asks Judge to Dismiss Apple Trade-Secrets Lawsuit appeared first on TechRepublic.... 
- Taiwan Investigates Chinese Firms for Poaching Tech Talent7 August 2026, 2:52 pm
Taiwan’s latest crackdown targets 17 Chinese-funded companies accused of using hidden ownership and unauthorized offices to recruit high-tech engineers.
The post Taiwan Investigates Chinese Firms for Poaching Tech Talent appeared first on TechRepublic.... 
- Samsung Galaxy S26 FE Color Leak Shows Three Finishes7 August 2026, 2:11 pm
New leaks show the Samsung Galaxy S26 FE in three apparent finishes as certification records and prelaunch sightings reveal more about its design, charging and expected specifications.
The post Samsung Galaxy S26 FE Color Leak Shows Three Finishes appeared first on TechRepublic.... 
- What Is Spiralism? The Strange AI Chatbot Movement Explained7 August 2026, 1:59 pm
Thousands of chatbot conversations began producing the same strange ideas about AI consciousness, identity, and “The Spiral.” Researchers still do not know exactly why.
The post What Is Spiralism? The Strange AI Chatbot Movement Explained appeared first on TechRepublic.... 
- Rénich Bon Ćirić: When Your Code Starts Seeing Ghosts7 August 2026, 1:00 pm
Let us be real for a moment: we have all been burned by AI hallucinations.
You sit down, ask an LLM to write a helper script or refactor an awkward class, and it hands back something that looks strikingly professional. The indentation is crisp, variable names are elegant, and docstrings read like poetry. You compile it, and... kaboom.
The model confidently imported a non-existent package, called an API method that exists only in its imagination, and invented thr... 
- Remi Collet: 🚫 No AI7 August 2026, 9:42 am
Because artificial intelligence competes with humans, especially for our planet’s resources, I’ve chosen my side: the human.
I also think that AI is terribly bad for what should be our priorities:
AI doesn't stop wars
AI doesn't help with the climate crisis
AI doesn't solve the world's nutrition problem
AI doesn't reduce the hate between humans
AI doesn't improve the distribution of wealth
AI doesn't enhance education
AI doesn't contribute to Op... 
- Christof Damian: Friday Links 26-256 August 2026, 10:00 pm
...
- Fedora Infrastructure Status: Migration of fedora-scm-requests from Pagure to Forgejo5 August 2026, 12:00 pm
...
- Fedora Magazine: Running Ollama Locally with Podman on Fedora Linux5 August 2026, 8:00 am
Running Large Language Models (LLMs) locally has become increasingly popular for development, privacy, and offline testing. Ollama makes this incredibly straightforward, allowing you to run models like Llama 3 or Mistral directly on your machine.
By leveraging Podman on Fedora Linux, you can isolate Ollama inside a container. This approach keeps your host system clean while making it effortless to spin up, manage, and tear down your AI development environmen...
- Fedora Badges: New badge: FrOSCon 2026 Attendee !5 August 2026, 4:49 am
...
- Felipe Borges: The Future of GNOME Boxes3 August 2026, 11:28 am
I have spent the last two years rebuilding GNOME Boxes from the ground up, driven by three main factors. I spoke extensively about this effort in my recent Linux App Summit, GUADEC 2025 and 2026 talks, but today I am excited to share the result for general testing.
First, shifting to a Flatpak-first (and only) model. As a solo developer, maintaining code paths for countless distributions isn’t sustainable. Since Boxes acts as a frontend for libvirt/qemu, its ...
- Brian (bex) Exelbierd: Things I Read: 15 Jul – 03 Aug 20263 August 2026, 8:20 am
This one is a bit light. I think that reflects the craziness of the summer and how I have worked through the backlog of my Instapaper. I’ve also been reading actual books (see below) so maybe you should too :D.
People
Chasing life goals is a recipe for disaster – so try these tiny experiments instead
Becoming the kind of parent you didn’t have a model for.
These are amazing words and regardless of our actual lived experien...
- Fedora Magazine: Developing with Fedora, first flock, and not the last!3 August 2026, 8:00 am
Flock 2026 was my first Fedora conference, and it won’t be my last. I came home with new ideas, new friendships, and even a new project to work on for next year.
Appreciation
I want to start by appreciating the Flock organizers and volunteers. Putting together an event like this takes a lot of quiet, unglamorous work, and it showed in how smoothly everything ran. Thanks for that!
I’d also like to thank the event sponsors. Their support makes it...
- Aurélien Bompard: From July 27 to August 023 August 2026, 6:41 am
Across the various Fedora teams, a major shared focus is the ongoing infrastructure migration to Fedora Forge (Forgejo) and the formalization of its usage policies, a coordinated effort involving the Council, Infrastructure, Release Engineering, and Security groups. Quality assurance and release readiness for Fedora 45 also dominate the updates, highlighted by approaching testable deadlines, mass branching preparations, and FESCo's system-wide approval of gating...
- Caching isn’t hard. Some data is hard to cache7 August 2026, 5:11 pm
... 
- The closer to the edge, the more stable a platform must be31 July 2026, 5:06 pm
...
- Sometimes, the most resilient thing a system can do isn’t retry24 July 2026, 5:06 pm
...
- Should retries and timeouts live in your application or your service mesh?17 July 2026, 4:46 pm
...
- Need to migrate from one database to another without downtime?10 July 2026, 4:41 pm
...
- Glue Services: Part Two — Data Synchronization3 July 2026, 4:41 pm
...
- When modernizing legacy systems, don’t be afraid to build glue services26 June 2026, 4:36 pm
...
- Coding agents can’t see your architecture diagrams — fix that19 June 2026, 4:31 pm
...
- Most teams put low-level architecture in the wrong place4 June 2026, 12:00 am
...
- Your coding agent is missing one thing: architectural context28 May 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....
- virtualbox-ext-vnc >= 7.2.12-2 requires manual intervention21 July 2026, 1:01 pm
Previously, we installed its contents in a way that made pacman not
aware of the files (using VBoxManage extpack install ... from an
install script). To mitigate issues during upgrade, you can use one of
the following methods:
Uninstall virtualbox-ext-vnc before upgrading the system, then
installing it again.
Run VBoxManage extpack uninstall 'VNC' as root before upgrading the
system.
Instruct pacman once to overwrite the existing files:
pacman -Syu --overwrite '/usr/lib/virtualbox/ExtensionPac...
- Active AUR malicious packages incident12 June 2026, 6:41 pm
We are currently experiencing a high volume of malicious package adoptions and updates in the Arch User Repository.
We are actively working to track down existing malicious commits and attempting to prevent additional malicious commits from being pushed.
While this is happening, and while we work to create a more permanent solution, users may see issues with the following:
Creating new accounts on the AUR
Pushing package updates
Adopting or creating new packages
We continue to encourage all us...
- Arch Linux 2026 Leader Election Results4 June 2026, 12:27 pm
Recently we held our leader elections and after a lively discussion period on the (internal) mailing lists and voting phase with two candidates Levente "anthraxx" Polyák was re-elected as Arch Linux Project Lead.
As per our election rules he is re-elected with the term lasting two years.
The role of of the project lead within Arch Linux is connected to a bunch of
responsibilities regarding decision making (when no consensus can be reached), community leadership, Code of Conduct enforcement, han...
- 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...
- The backbone of play: How online gaming platforms run on modern server infrastructure in 202611 April 2026, 2:52 pm
Online gaming is probably the one area that will continually push the limits of server architecture, networking, and operating systems. The pressure on the gaming infrastructure in 2026 is astronomical. Gamers demand sub-20ms latency, large-scale simultaneous multiplayer experiences, and no downtime, as they simultaneously stream 4K assets in real-time. To the legions of systems administrators, […]...
- Flatpak security in real life: how to audit permissions and reduce data exposure25 January 2026, 5:52 am
Flatpak is an application packaging and distribution technology that makes it possible to develop an application that can be run in a sandbox across Linux distributions. Being distribution agnostic, a Flatpak application that you install in Debian can also be installed as-is in Fedora. Because it runs in a sandbox, a Flatpak app needs permissions […]...
- Ethereum architects harden the kernel for mass adoption16 January 2026, 2:43 am
Core engineers are now treating Ethereum’s mainnet like the secure, rigid Linux kernel, offloading computation to modular layer-2 rollups. All speed and experimentation are pushed to these user-space environments. This framework ensures future growth does not compromise security. Minor market action often obscures monumental architectural changes occurring deep within the protocol. Vitalik Buterin recently drew […]...
- Browser isolation for safer casino sessions in Linux19 December 2025, 7:18 pm
Linux users tend to be more privacy-aware than average. You update packages, you think twice before pasting commands from random forums and you probably have at least one hardened browser profile sitting around. But even with good habits, the web is still the web. A single sketchy ad script, a dodgy extension update or a […]...
- Online casinos and streamers: A winning combination for all involved11 November 2025, 3:07 pm
In the past several years, there has been a curious development on sites like Twitch and YouTube: casino streaming. This type of digital entertainment, which used to be limited in scope, has now grown into a worldwide phenomenon that has drawn in millions of viewers. Audiences watch as popular creators pull the lever, place bets, […]...
- 3 steps to build the perfect website for your organization6 November 2025, 12:48 am
If you’re running an organization, you must have a website to establish credibility and show that you prioritize professionalism. Companies that don’t have websites give out negative impressions to clients. Also, remember that a website will allow you to showcase your expertise and introduce visitors to your team. Building a website today is fairly easy. […]...
- Ethereum price predictions 2025: Can ETH break $7K as ETFs and Layer 2 growth drive the market?5 November 2025, 5:14 am
The crypto market is buzzing again as conversations shift toward Ethereum’s potential over the next two years. Analysts and investors alike are wondering whether ETH can realistically reach the $7,000 mark sometime 2026. Exchange-traded funds (ETFs) have already opened the doors to a new wave of institutional capital, while Layer 2 adoption continues to expand […]...
- How technology and security drive high-performance online platforms4 November 2025, 4:57 pm
People expect digital platforms to be fast, reliable, and always available. This demand has encouraged businesses to rely heavily on innovative technology and strong security systems. Behind what appears simple to users is a network of tools that keeps everything operating smoothly. Industries depend on systems that can expand quickly, protect private data, and comply […]...
- How to run a repository of casino games in Linux using Wine or Proton22 September 2025, 10:46 am
Linux is one of the most flexible operating systems in the world, but gaming has traditionally been its weak spot. A lot of games, especially the casino game library, are designed for Windows computers. So, if you trust running them straight on Linux, you’ll often run into problems. These issues vary from the installer not […]...
- Enhancing privacy measures for Linux gaming enthusiasts25 August 2025, 4:31 am
In the ever-expanding universe of online activities, ensuring your privacy as a Linux gamer is vital. Engaging in gaming requires connecting with communities and online platforms, which can expose your personal information to potential threats. By implementing effective privacy measures, you not only protect yourself but also contribute to a safer gaming environment for all. […]...
- The Complete Guide to EV Charging Stations in the Philippines (2026)24 July 2026, 1:49 am
If range anxiety is the number one reason Filipinos hesitate to buy an electric vehicle, this guide is the antidote.I'm writing this as someone who just bought a Tesla Model Y L from Bohol — an island with exactly zero Tesla Superchargers and a handful of third-party AC chargers scattered across malls. Before I committed a good amount of money to a car that runs on electricity, I needed to know exactly where I could charge it, how much it would cost, and whether the infrastructure could actua...
- The Age of AI: Exciting Times Ahead for Humanity… If We Do It Right7 July 2026, 12:11 pm
A paralyzed British Army veteran is raiding dungeons in World of Warcraft using nothing but his thoughts. A robot that learned to fold laundry by watching YouTube videos is now building BMWs. An AI designed a drug compound in weeks that would have taken human researchers a decade. And a car drove itself across San Francisco without a human touching the wheel.All of this happened in the last twelve months.We are living through the most concentrated period of technological advancement in human his...
- Tesla Model Y L vs BYD Tang EV: Which 6/7-Seater Electric SUV Is Better Value in the Philippines?25 June 2026, 3:09 am
Two massive electric SUVs. Both seat six or more. Both have dual motors, all-wheel drive, and enough torque to pin you to your seat. Both are available right now in the Philippines. And both want to be the EV that finally convinces Filipino families to ditch gasoline forever.The Tesla Model Y L landed at ₱2,849,000. The BYD Tang EV has been here since 2023 at ₱3,321,000. That’s a ₱472,000 gap — in Tesla’s favor — which is not the pricing dynamic most people expected. The world’s ...
- 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...