- Vulkan 1.4.349 Released With Data Graph Optical Flow Extension10 April 2026, 12:23 pm
Vulkan 1.4.349 is out today as a small update to the Vulkan API specification that incorporates various fixes that accumulated over the past week. Plus there is one new extension...... 
- Framework Computer To Announce Their Next-Gen Hardware Later This Month10 April 2026, 10:28 am
Linux-friendly hardware vendor Framework Computer sent out a notice this morning that they will be announcing their new 2026 hardware products later this month...... 
- TUXEDO Laptops Will Enjoy More Features With The Upstream Linux 7.1 Kernel10 April 2026, 10:10 am
TUXEDO Computers' laptops received some heat in the past from upstream Linux kernel developers over their out-of-tree kernel drivers but fortunately that situation has been improving. The Uniwill driver premiered in the Linux 6.19 kernel with that OEM manufacturing many of the TUXEDO Computers laptop models. That Uniwill x86 platform driver enabled more functionality for TUXEDO hardware in the mainline kernel and has continued improving since its upstreaming. More features are on the way for Lin... 
- More SpacemiT K3 RVA23 SoC Functionality Expected For Linux 7.110 April 2026, 10:00 am
The SpacemiT K3 is exciting as one of the first RISC-V RVA23 designs coming to market. For the Linux 7.0 kernel there is initial K3 support in the mainline kernel while the upcoming Linux 7.1 merge window is expected to land more K3 enablement...... 
- FEX 2604 Released With Better Memory Savings For Running x86_64 Apps/Games On ARM6410 April 2026, 12:19 am
Out today is the newest monthly update to FEX for this emulator for running Linux x86/x86_64 binaries on AArch64 (ARM64) Linux systems, including games and the likes of Steam Play with Windows games. This Valve-sponsored project that is quite important for the upcoming Steam Frame has rolled out more performance improvements, memory savings, and other improvements with FEX 2604...... 
- Intel NPU Linux Driver To Allow Limiting Frequency For Power & Thermal Management9 April 2026, 8:20 pm
The Intel IVPU accelerator driver used on Linux for the neural processing unit (NPU) on Core Ultra SoCs saw a patch posted for allowing the NPU clock frequency to be limited in the name of power and thermal management...... 
- ASUS Armoury Driver Supports A Few More Laptops With Linux 7.09 April 2026, 4:40 pm
Merged back in Linux 6.19 was the ASUS Armoury driver to enhance support for the ROG Ally gaming handhelds and modern ASUS laptops. The ASUS Armoury driver enables various laptop features to be toggled under Linux and since its introduction it has continued expanding support for more ASUS devices. Ahead of Linux 7.0 coming out on Sunday, a few more devices are now supported by this upstream driver......
- SiFive Raises $400M To Double Down On High Performance RISC-V For Data Centers9 April 2026, 2:14 pm
RISC-V processor IP purveyor SiFive just announced they have raised $400 million USD in an over-subscribed Series G financing round. This latest funding is so they can further focus on delivering high performance RISC-V designs for the data center......
- RISC-V Optimized strnlen Implementation For Linux 7.1 Yields Big Speed-Up9 April 2026, 1:51 pm
In addition to RISC-V discontinuing its eXecute In Place "XIP" kernel support for Linux 7.1, there is an optimized strnlen() function coming for Linux 7.1 on RISC-V as well as some other optimized functions......
- Valve Developer Improves The Linux Gaming Experience For Limited vRAM Hardware9 April 2026, 1:15 pm
Natalie Vock of Valve's Linux graphics driver team primarily working on the RADV Vulkan driver has come up with a new interesting creation: patches to the Linux kernel and KDE for sharply improving the gaming experience for those running systems with limited amounts of video memory. Such as for graphics cards with just 8GB of dedicated vRAM, the patches now available -- initially on CachyOS for a nice out-of-the-box experience -- provide a noticeably better Linux gaming experience......
- [$] A flood of useful security reports9 April 2026, 1:28 pm
The idea of using large language models (LLMs) to discover security problems is
not new. Google's Project Zero
investigated
the feasibility of using LLMs for security research in 2024. At the time, they
found that models could identify real problems, but required a good deal of
structure and hand-holding to do so on small benchmark problems. In February
2026, Anthropic
published a report
claiming that the company's most recent LLM at that point in time, Claude Opus 4.6, had discovered
real-worl...
- Relicensing versus license compatibility (FSF Blog)9 April 2026, 1:19 pm
The Free Software Foundation has published
a short article on relicensing versus license compatibility.
The FSF's Licensing and
Compliance Lab receives many questions and license violation reports
related to projects that had their license changed by a downstream
distributor, or that are combined from two or more programs under
different licenses. We collaborated with Yoni Rabkin, an experienced
and long time FSF licensing volunteer, on an updated version of his
article to provide the free sof...
- Security updates for Thursday9 April 2026, 1:18 pm
Security updates have been issued by Debian (firefox-esr, postgresql-13, and tiff), Fedora (bind, bind-dyndb-ldap, cef, opensc, python-biopython, python-pydicom, and roundcubemail), Slackware (mozilla), SUSE (ckermit, cockpit-repos, dnsdist, expat, freerdp, git-cliff, gnutls, heroic-games-launcher, libeverest, openssl-1_1, openssl-3, polkit, python-poetry, python-requests, python311-social-auth-app-django, and SDL2_image-devel), and Ubuntu (dogtag-pki, gdk-pixbuf, linux, linux-aws, linux-aws-5.1...
- [$] LWN.net Weekly Edition for April 9, 20269 April 2026, 12:19 am
Inside this week's LWN.net Weekly Edition:
Front: TPM attacks; arithmetic overflow protection; Ubuntu GRUB changes; kernel IPC proposals; fre:ac; Scuttlebutt.
Briefs: Nix vulnerability; OpenSSH 10.3; Sashiko reviews; FreeBSD testing; Gentoo GNU/Hurd; SFC on router ban; Quotes; ...
Announcements: Newsletters, conferences, security updates, patches, and more.
...
- [$] Ripping CDs and converting audio with fre:ac8 April 2026, 3:40 pm
It has been a little while since LWN last surveyed tools for managing a digital
music collection. In the intervening decades, many Linux users have moved on to
music streaming services, found them wanting, and are looking to curate their own
collection once again. There are plenty of choices when it comes to
ripping, managing, and playing digital audio; so many, in fact, that it can be a
bit daunting. After years of tinkering, I've found a few tools that work well for
managing my digital library...
- [$] An API for handling arithmetic overflow8 April 2026, 2:53 pm
On March 31, Kees Cook shared
a patch set that represents the culmination of more than a year of work
toward eliminating the possibility of silent, unintentional integer overflow in
the kernel. Linus Torvalds was
not pleased with the approach, leading to a detailed discussion about the
meaning of "safe" integer operations and the design of APIs for handling integer
overflows. Eventually, the developers involved reached a consensus for a
different API that should make handling overflow errors ...
- Nix privilege escalation security advisory8 April 2026, 1:52 pm
The NixOS project has announced
a critical vulnerability in many versions of the Nix package
manager's daemon. The flaw was introduced as part of a fix for a
prior vulnerability in 2024. According to the advisory,
all default configurations of NixOS and systems building untrusted derivations
are impacted.
A bug in the fix for CVE-2024-27297
allowed for arbitrary overwrites of files writable by the Nix process
orchestrating the builds (typically the Nix daemon running as root in
multi-user inst...
- Security updates for Wednesday8 April 2026, 1:28 pm
Security updates have been issued by Debian (openssl), Fedora (corosync, goose, kea, pspp, and rauc), Mageia (python-pygments, roundcubemail, and tigervnc), SUSE (bind, gimp, google-cloud-sap-agent, govulncheck-vulndb, ignition, ImageMagick, python, python-PyJWT, and python-pyOpenSSL), and Ubuntu (adsys, juju-core, lxd, python-django, and salt)....
- [$] Sharing stories on Scuttlebutt7 April 2026, 2:05 pm
Not many people live on sailboats. Things may be better these days, but
back in 2014 sailboat dwellers had
to contend with lag-prone,
intermittent, low-bandwidth internet connections. Dominic Tarr
decided
to fix the problem of keeping up with his friends by developing a delay-tolerant,
fully distributed social-media protocol called
Scuttlebutt. Nearly twelve
years later, the protocol has gained a number of users who have their own,
non-sailboat-related reasons to prefer a censorship-resistan...
- Security updates for Tuesday7 April 2026, 1:07 pm
Security updates have been issued by AlmaLinux (crun, kernel, and kernel-rt), Debian (dovecot), Fedora (calibre and nextcloud), Mageia (freerdp, polkit-122, python-nltk, python-pyasn1, vim, and xz), Red Hat (edk2 and openssl), SUSE (avahi, cockpit, python-pyOpenSSL, python311, and tar), and Ubuntu (lambdaisland-uri-clojure, linux-gcp, linux-gcp-4.15, linux-gcp-fips, linux-oem-6.17, and linux-realtime-6.17)....
- Is a Clanker Being Used to Carry Out AI Fuzzing in the Linux Kernel?10 April 2026, 11:16 am
Greg Kroah-Hartman appears to be running AI-assisted fuzzing on the kernel. Don't outrage yet, as this may not be a bad thing.... 
- Microsoft Locked Out VeraCrypt, WireGuard, and Windscribe from Pushing Windows Updates10 April 2026, 4:41 am
A mandatory verification requirement Microsoft introduced in October took them out.... 
- FOSS Weekly #26.15: Rollback in apt, bad USB detection, Glass UI in KDE, Linux Kernel dropping older processor support and more9 April 2026, 2:03 pm
Some things from the past find their way back. Others are eventually left behind....
- I Tried Apt Command's New Rollback Feature — Here’s How It Went9 April 2026, 10:22 am
The new history commands let you undo, redo, or roll back package installs, upgrades, and removals....
- Anthropic Just Handed Apache $1.5M to Secure the Open Source Stack AI Depends On8 April 2026, 2:35 pm
Apache Software Foundation's Ruth Suehle says this kind of sustained investment is what keeps critical open source up and running....
- PyTorch Foundation Expands Its Open Source AI Portfolio With Helion and Safetensors8 April 2026, 9:23 am
Meta's Helion and Hugging Face's Safetensors are now hosted projects under the PyTorch umbrella....
- Glass UI Is Making a Comeback on Linux Thanks to KDE Contributors8 April 2026, 7:42 am
For those who never warmed up to Breeze, Oxygen and Air are shaping up to be compelling alternatives again....
- Online Open Source OS Puter Becomes More Awesome With Office Offering7 April 2026, 11:58 am
A full functional operating system in the web browser. From coding tools to office suite, it has everything....
- Opera GX on Linux is for Gamers Who Put Stickers on Their Laptop7 April 2026, 6:26 am
The gaming browser lands on Linux with flashy bits, but the defaults need some work....
- Even in 2026, Linux Is Still Adding Support for Sega Dreamcast’s GD-ROM from the '90s6 April 2026, 4:44 pm
Linux continues to surprise. Linux kernel saw a new patch that adds support for Sega Dreamcast’s GD-ROM, a ’90s-era console technology that refuses to fade away....
- Your old Kindle won’t stop working on 20 May – but it could9 April 2026, 10:59 pm
Amazon is dropping support for Kindle older models from 20 May, 2026, meaning owners of pre-2013 models will be unable to download new books or set up a device that has been factory reset — deregistering a device will effectively ‘brick’ it. While no company can support all of their products forever (one could argue a company the size of this one could, mind), most of the devices impacted, listed below, have not received firmware updates for over a decade, and most lost on-device access th... 
- Rust API and a new plugin system added to Miracle-WM9 April 2026, 6:36 pm
... 
- Dynamic Music Pill brings lyrics to your GNOME desktop9 April 2026, 3:34 am
A clutch of new features are available in Dynamic Music Pill, the slick now playing and media controller extension for GNOME Shell. The “big” new addition is lyrics support. When you listen to a track with synced lyrics in a compatible player, you can view those lyrics by opening the applet controller and clicking on the album art inside of it: The lyrics are shown in a freely scrollable widget, with the active line bolder in white for more emphasis. You can scroll up and down whilst tracks ...
- macOS app Little Snitch is now available on Linux8 April 2026, 6:59 pm
Little Snitch is now on Linux. See which apps are making network connections, block unwanted ones and find out how chatty your system really is.
You're reading macOS app Little Snitch is now available on Linux, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Firefox’s free VPN rollout finally reached me – is it any good?6 April 2026, 9:58 pm
Firefox recently added a free built-in VPN to its desktop browser, but access to the feature is rolling out gradually. It hit my Ubuntu machine last night – and I’m last to be invited to anything, so I thought I’d write a quick rundown of what it actually does, what it doesn’t, and how to set it – assuming you have it. If you’re waiting for it to roll out to you, there’s no special update or download to look out for as this is a progressive rollout feature – Mozilla enables it re...
- Enabling Ubuntu Pro from the OS setup tool is easier5 April 2026, 11:57 pm
Further to Ubuntu Pro features being added to the desktop Security Center, Ubuntu 26.04 LTS also makes it easier to opt-in to Canonical’s (free for home users) subscription to get extended security updates, right from the wizard shown after installation. The first slide in the distro’s Welcome tool (package namegnome-initial-setup, with Ubuntu-specific modifications) is Enable Ubuntu Pro. The tool opens the first time a user logs in after installing the OS. Signposting the feature in the Wel...
- More new icons arrive in Ubuntu 26.04 LTS4 April 2026, 3:59 pm
A couple of new icons have been added to Ubuntu 26.04 LTS, to ensure the Resolute Raccoon’s new default apps sport a Yaru-ified look in keeping with the rest of the distro. Ubuntu’s new default system monitor tool Resources gains a new icon. In the Ubuntu 26.04 beta, the app was still sporting its upstream icon. That didn’t look out of place per se, but shape did not conform to the Yaru icon template (circle, squircle or upright rectangle). That’s now fixed. Still identifiably a system m...
- Skyscraper brings Bluesky to the Linux terminal3 April 2026, 10:55 pm
Skyscraper is a free, open-source Bluesky terminal client written in Rust. Browse, post and reply without leaving the command line - here's how to run it on Ubuntu.
You're reading Skyscraper brings Bluesky to the Linux terminal, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Linux App Release Roundup (March 2026)2 April 2026, 10:01 pm
March 2026 meted out a sizeable set of Linux software releases, including updates to FOSS stalwarts GIMP, digiKam, Krita and Blender. Major new releases were covered with dedicated articles, including Firefox 149 with free built-in VPN, the ‘biggest ever release’ of OpenShot video editor, the new GIMP 3.2.0 release, a bump to terminal tool Ghostty 1.3 and the Opera GX for Linux launch. A busy month, but those weren’t the only app updates of note. Below, I run through other releases made in...
- Ubuntu 26.04 lets you hide sudo password feedback with shortcut2 April 2026, 3:56 pm
Ubuntu 26.04's sudo-rs now includes a keypress toggle for password feedback. Switch between visible asterisks and silent input without editing a config file.
You're reading Ubuntu 26.04 lets you hide sudo password feedback with shortcut, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- KDE Frameworks 6.25 Adds Support for Converting Momme Units in KRunner10 April 2026, 10:48 am
KDE Frameworks 6.25 open-source software suite is out now with various improvements and bug fixes for KDE apps and the Plasma desktop environment. Here’s what’s new!... 
- Android Leftovers10 April 2026, 6:43 am
Every Android phone is getting a free performance upgrade... 
- Framework is teasing a lot of Linux for its April 21st event10 April 2026, 6:33 am
It features a few clear references to Linux... 
- Free and Open Source Software10 April 2026, 6:15 am
This is free and open source software... 
- Tighter KDE Connect Integration10 April 2026, 6:06 am
In my opinion, KDE Connect is one of the finest pieces of software KDE has ever produced... 
- My top 5 Linux desktops of 2026 (so far) - and I've tried them all10 April 2026, 6:02 am
I've spent decades testing nearly every Linux desktop... 
- Can Garuda Linux Mokka Take Manjaro’s Arch-Based Crown?10 April 2026, 5:57 am
Our reviewer looks at Garuda Linix and finds a rolling-release Arch derivative with eye-catching visuals, a friendly installer... 
- I tried CuerdOS and this niche Debian distro is dramatically fast10 April 2026, 5:56 am
CuerdOS is a lightning-fast Linux distro with an alternative approach to preinstalled software... 
- Calibre 9.7 E-Book Manager Improves the Annotations Browser and Content Server10 April 2026, 4:19 am
Calibre 9.7 open-source e-book management software is now available for download with support for grouping results by any field in the annotations browser and other changes.... 
- Today in Techrights10 April 2026, 2:48 am
Some of the latest articles... 
- Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure11 March 2026, 1:00 pm
By Juha Holkkola, FusionLayer Group How DHCP Changed Connectivity In the late 1990s, the DHCP (Dynamic Host Configuration Protocol) quietly catalyzed a revolution in digital connectivity. Before DHCP was introduced, connecting devices to a network involved manual entry of IP addresses, DNS servers, subnet masks, and gateways. Networks were fragile, prone to errors, and severely […]
The post Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure appeared first on Linux.com....
- From DHCP to SZTP – The Trust Revolution25 February 2026, 2:00 pm
By Juha Holkkola, FusionLayer Group The Dawn of Effortless Connectivity In the transformative years of the late 1990s, a quiet revolution took place, fundamentally altering how we connect to networks. The introduction of DHCP answered a crucial question, “Where are you on the network?”, by automating IP address assignment. This innovation eradicated the manual configuration […]
The post From DHCP to SZTP – The Trust Revolution appeared first on Linux.com....
- Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship15 January 2026, 2:29 pm
Sustaining a Core Part of the Linux Ecosystem The Linux Foundation has announced a second year of sponsorship for the ongoing maintenance of the Linux manual pages (man-pages) project, led by Alejandro (Alex) Colomar. This critical initiative is made possible through the continued support of Google, Hudson River Trading, and Meta, who have renewed their […]
The post Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship appeared first on Linux.com....
- Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two29 October 2025, 1:45 pm
In Part One of this series, we examined how the SONiC control plane and the VPP data plane form a cohesive, software-defined routing stack through the Switch Abstraction Interface. We outlined how SONiC’s Redis-based orchestration and VPP’s user-space packet engine come together to create a high-performance, open router architecture. In this second part, we’ll turn […]
The post Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two appeared first on Li...
- Disaggregated Routing with SONiC and VPP: Architecture and Integration – Part One22 October 2025, 1:44 pm
The networking industry is undergoing a fundamental architectural transformation, driven by the relentless demands of cloud-scale data centers and the rise of software-defined infrastructure. At the heart of this evolution is the principle of disaggregation: the systematic unbundling of components that were once tightly integrated within proprietary, monolithic systems. This movement began with the separation […]
The post Disaggregated Routing with SONiC and VPP: Architecture and Integration...
- Kubernetes on Bare Metal for Maximum Performance14 October 2025, 1:00 pm
When teams consider deploying Kubernetes, one of the first questions that arises is: where should it run? The default answer is often the public cloud, thanks to its flexibility and ease of use. However, a growing number of organizations are revisiting the advantages of running Kubernetes directly on bare metal servers. For workloads that demand […]
The post Kubernetes on Bare Metal for Maximum Performance appeared first on Linux.com....
- How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM6 June 2025, 10:53 am
This article was contributed by Vedrana Vidulin, Head of Responsible AI Unit at Intellias (LinkedIn). As AI becomes central to smart devices, embedded systems, and edge computing, the ability to run language models locally — without relying on the cloud — is essential. Whether it’s for reducing latency, improving data privacy, or enabling offline functionality, local AI […]
The post How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM appeared first on Linux.com....
- Automating Compliance Management with UTMStack’s Open Source SIEM & XDR13 May 2025, 12:17 pm
Achieving and maintaining compliance with regulatory frameworks can be challenging for many organizations. Managing security controls manually often leads to excessive use of time and resources, leaving less available for strategic initiatives and business growth. Standards such as CMMC, HIPAA, PCI DSS, SOC2 and GDPR demand ongoing monitoring, detailed documentation, and rigorous evidence collection. Solutions […]
The post Automating Compliance Management with UTMStack’s Open Source SIEM &am...
- A Simple Way to Install Talos Linux on Any Machine, with Any Provider27 April 2025, 11:40 pm
Talos Linux is a specialized operating system designed for running Kubernetes. First and foremost it handles full lifecycle management for Kubernetes control-plane components. On the other hand, Talos Linux focuses on security, minimizing the user’s ability to influence the system. A distinctive feature of this OS is the near-complete absence of executables, including the absence […]
The post A Simple Way to Install Talos Linux on Any Machine, with Any Provider appeared first on Linux.com....
- Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces4 April 2025, 6:16 pm
OpenTelemetry (fondly known as OTel) is an open-source project that provides a unified set of APIs, libraries, agents, and instrumentation to capture and export logs, metrics, and traces from applications. The project’s goal is to standardize observability across various services and applications, enabling better monitoring and troubleshooting. Read More at Causely
The post Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces appeared first on Linux.com....
- deepin 25.1.010 April 2026, 6:15 am
deepin (formerly, Deepin, Linux Deepin, Hiweed GNU/Linux) is a Debian-based distribution (it was Ubuntu-based until version 15 released in late 2015) that aims to provide an elegant, user-friendly and reliable operating system. It does not only include the best the open source world has to offer, but it has also created its own desktop environment called DDE or Deepin Desktop Environment which is based on the Qt 5 toolkit. Deepin focuses much of its attention on intuitive design. Its home-grown... 
- MODOS 139 April 2026, 11:26 pm
MODOS is a minimalist Linux distribution featuring the Cinnamon desktop and based on Debian's "Stable" branch. It is meant to be run as a live Linux system from a USB drive. The distribution also includes a collection of in-house utilities called #DODOS tools.... 
- openmamba 202604099 April 2026, 11:23 am
openmamba GNU/Linux is a distribution for personal computers that can be used on notebooks, desktops, servers and Raspberry Pi computers. It works as an installable live DVD/USB images, offering one of two desktop environments: KDE Plasma or LXQt. The distribution uses RPM packages managed through the DNF package manager. Software can also be fetched and installed from Flatpak repositories....
- ENux 5.2.18 April 2026, 7:05 pm
ENux is a desktop Linux distribution based on Debian's "Stable" branch. It integrated Bedrock Linux, a project developing scripts that mix-and-match components from various Linux distributions and integrate them into one largely cohesive system. ENux's main claim to fame is support for a large range of popular package management tools that exist in the Linux ecosystem, including apk (Alpine Linux), dpkg/apt (Debian), emerge/portage (Gentoo), nix (NixOS), pacman (Arch Linux), rpm/dnf (Fedora), x...
- BRGV-OS 080420268 April 2026, 5:55 pm
BRGV-OS is a rolling-release Linux distribution based on Void and featuring a customised GNOME desktop with variety of unique themes. It offers out-of-the-box support for English and Romanian languages. The project aims to facilitate developers, researchers and users to transition from Windows or macOS to Linux by maintaining familiar operational habits and workflows. BRGV-OS was originally created for Banca de Resurse Genetice Vegetale (BRGV), a gene bank research institute in Suceava, Romania...
- Tails 7.6.18 April 2026, 10:09 am
The Amnesic Incognito Live System (Tails) is a Debian-based live DVD/USB with the goal of providing complete Internet anonymity for the user. The product ships with several Internet applications, including web browser, IRC client, mail client and instant messenger, all pre-configured with security in mind and with all traffic anonymised. To achieve this, Incognito uses the Tor network to make Internet traffic very hard to trace....
- pearOS 26.48 April 2026, 9:37 am
pearOS is an Arch-based desktop Linux distribution which features a macOS-like theme and icons on top of the KDE Plasma desktop. Some of the distribution's features include a custom system installer called pearOS Installer, a pearOS welcome application, and the GNOME Files file manager. pearOS comes with various popular desktop, web and multimedia applications, such as the Gwenview image viewer, Firefox web browser, Elisa music player and Kate text editor....
- GParted 1.8.1-38 April 2026, 12:02 am
GParted Live is a live distribution with a single purpose - to provide tools for partitioning hard disks in an intuitive, graphical environment. The distribution uses X.Org, the light-weight Fluxbox window manager, and the latest 4.x Linux kernel. GParted Live runs on most x86 machines with a Pentium II or better....
- HAOS 17.27 April 2026, 7:50 pm
Home Assistant OS (HAOS) is an independently-developed, Linux-based operating system optimised to run Home Assistant, an open-source home automation tool. It focuses on local control and privacy. HAOS uses Docker as its container engine and deploys Home Assistant Supervisor as a container. Home Assistant Supervisor in turn uses the Docker container engine to control Home Assistant Core and Apps in separate containers. The product is available for various single-board computers, like Raspberry P...
- Expirion 6.4-2604077 April 2026, 6:04 pm
Expirion Linux is a Devuan-based desktop distribution which offers LXQt and Xfce desktop editions. The project provides separate releases built from the latest "stable" and "testing" branches of Devuan, with runit and SysV as init system options. Expirion ships with a more recent kernel than Devuan does and it also adds some user-friendly touches, custom themes and wallpapers, as well as productivity applications, such as LibreOffice, Chromium, Firefox, Thunderbird, Audacity, Brasero and VLC....
- Raw: Extensive Evidence of Red Hat's Mass Layoffs in China (IBM Meets Geopolitics)10 April 2026, 12:22 pm
Sorry for the families of the "Linux geeks" that IBM has just fired. IBM's management does not understand what it is selling.... 
- FFmpeg Introduces Vulkan-Accelerated 360 Degree Video Conversion9 April 2026, 9:47 pm
Beyond the capabilities of just the Vulkan Video API, the FFmpeg multimedia library has made interesting Vulkan-accelerated adaptations using compute shaders. With Vulkan compute they've implemented Apple ProRes video acceleration, FFV1 decode, and other features. The newest Vulkan feature now in place for FFmpeg is 360 degree video conversion...... 
- Miracle-WM 0.9 Makes This Mir-Based Wayland Compositor Truly Hackable9 April 2026, 8:16 pm
Miracle-WM 0.9 brings WebAssembly plugins, a new Rust API, cursor theme support, and faster performance for this Mir-based Wayland compositor.... 
- PipeWire 1.6.3 Improves RAOP Compatibility to Make It Work on More Devices9 April 2026, 6:44 pm
PipeWire 1.6.3 has been released today as the third maintenance update in the latest PipeWire 1.6 series of this open-source software for handling audio and video streams under Linux-based operating systems.... 
- Solus Says It Has No Plans to Implement Age Verification9 April 2026, 5:13 pm
Solus Linux says it has no plans to implement age verification and will keep monitoring the growing patchwork of related laws....
- TrueNAS 26 Beta Brings Linux 6.18 LTS + OpenZFS 2.4 Combination For NAS Devices9 April 2026, 3:41 pm
TrueNAS 26 Beta released today as the initial test release for this next version of this Linux-based operating system for network attached storage (NAS) devices and more......
- RealSense ID Pro F500 Combines Depth Sensing and On-Device Biometrics9 April 2026, 2:10 pm
RealSense has introduced the RealSense ID Pro F500, a facial authentication module designed for access control, kiosks, and identity verification systems. The solution combines depth sensing, vision processing, and local computation to support secure biometric authentication without relying on cloud-based processing. The module integrates an active stereo depth system with a neural network pipeline for […]...
- GNU nano 9.0 CLI Text Editor Released with New Features and Improvements9 April 2026, 12:38 pm
GNU nano 9.0 (codename Le bonheur est dans le pré) command-line text editor for Unix-like operating systems is now available for download as a major update introducing new features and various improvements....
- How to Install and Configure Spicetify with Spotify on Ubuntu9 April 2026, 11:07 am
Discover a step-by-step guide to installing and configuring Spicetify with Spotify on Debian and Ubuntu with practical examples....
- Intel Arc Pro B70 Benchmarks With LLM / AI, OpenCL, OpenGL & Vulkan9 April 2026, 9:35 am
Last month Intel announced the Arc Pro B70 with 32GB of GDDR6 video memory for this long-awaited Battlemage G31 graphics card. This new top-end Battlemage graphics card with 32 Xe cores and 32GB of GDDR6 video memory offers a lot of potential for LLM/AI and other use cases, especially when running multiple Arc Pro B70s. Last week Intel sent over four Arc Pro B70 graphics cards for Linux testing at Phoronix. Given the current re-testing for the imminent Ubuntu 26.04 release, I am still going thro...
- Perfect Server Automated ISPConfig 3 Installation on Debian 12 and Debian 13, Ubuntu 22.04 and Ubuntu 24.0431 January 2026, 10:01 am
This tutorial shows you how to easily set up a web, email and DNS server with ISPConfig 3 using the ISPConfig auto-installation script....
- How to install PHP 5.6 and 7.0 - 8.4 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Debian 11 to 123 November 2025, 9:28 pm
In this guide we will take you through installing additional PHP versions (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.1, 8.2, 8.3, and 8.4) on a Debian server with ISPConfig....
- How to install PHP 5.6 and 7.0 - 8.4 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Ubuntu 22.04 - 24.043 November 2025, 9:26 pm
When using ISPConfig, by default, you only have the main PHP version for your distribution. This guide will show you how to install additional PHP versions (5.6, 7.0 - 7.4, 8.1 - 8.4) on an Ubuntu server with ISPConfig....
- Update the ISPConfig Perfect Server from Debian 11 to Debian 123 November 2025, 9:24 pm
This tutorial will take you through updating a server managed by ISPConfig from Debian 11 (bullseye) to Debian 12 (bookworm). This guide works for both single- and multiserver setups....
- How to Install CSF (Config Server Firewall) on Debian 126 October 2025, 10:58 am
CSF or Config Server Firewall is a Stateful Packet Inspection (SPI) firewall based on IPtables and Perl. it provides a daemon process that will monitor your services for failure authentication....
- How to Install Wiki.js on Debian 1226 June 2025, 8:04 pm
Wiki.js is free and open-source wiki software based on Node.js, Git, and Markdown. In this article, we'll show you how to install Wiki.js on a Debian 12 system....
- ISPConfig Perfect Multiserver setup on Ubuntu 24.04 and Debian 1219 June 2025, 5:43 pm
This tutorial will take you through installing your own ISPConfig 3 multiserver setup with dedicated servers for the panel, web, DNS, mail, and webmail using the new ISPConfig auto-installer. This tutorial is compatible with Debian 12 and Ubuntu 24.04....
- Securing your ISPConfig 3 managed mailserver with a valid Let's Encrypt SSL certificate19 June 2025, 5:18 pm
If you're running your own mailserver, it's best practice to connect to it securely with a SSL/TLS connection. You'll need a valid certificate for these secure connections. In this tutorial, we'll set up a Let's Encrypt certificate for our mailserver that renews automatically....
- How to Install OpenEMR on Ubuntu 24.04 Server29 May 2025, 4:19 pm
OpenEMR is an open-source health records and medical practice management solution. It is a fully integrated electronic health record and practice management, scheduling, electronic billing, and internationalization support....
- How to Install Moodle LMS on Debian 12 Server29 May 2025, 4:15 pm
Moodle is an open solution for the Learning Management System (LMS). It is a platform for educational purposes, from creating online courses, managing online schools, managing content, and offering collaborative learning....
- Download of the day: GIMP 3.0 is FINALLY Here!18 March 2025, 3:45 am
Wow! After years of hard work and countless commits, we have finally reached a huge milestone: GIMP 3.0 is officially released! I am excited as I write this and can't wait to share some incredible new features and improvements in this release. GIMP 2.10 was released in 2018, and the first development version of GIMP 3.0 came out in 2020. GIMP 3.0 released on 16/March/2025. Let us explore how to download and install GIMP 3.0, as well as the new features in this version.
Love this? sudo share_on: ...
- Ubuntu to Explore Rust-Based “uutils” as Potential GNU Core Utilities Replacement16 March 2025, 12:17 pm
In a move that has sparked significant discussion within the Ubuntu Linux fan-base and community, Canonical, the company behind Ubuntu, has announced its intention to explore the potential replacement of GNU Core Utilities with the Rust-based "uutils" project. They plan to introduce new changes in Ubuntu Linux 25.10, eventually changing it to Ubuntu version 26.04 LTS release in 2026 as Ubuntu is testing Rust 'uutils' to overhaul its core utilities potentially. Let us find out the pros and cons a...
- Critical Rsync Vulnerability Requires Immediate Patching on Linux and Unix systems15 January 2025, 6:04 pm
Rsync is a opensource command-line tool in Linux, macOS, *BSD and Unix-like systems that synchronizes files and directories. It is a popular tool for sending or receiving files, making backups, or setting up mirrors. It minimizes data copied by transferring only the changed parts of files, making it faster and more bandwidth-efficient than traditional copying methods provided by tools like sftp or ftp-ssl. Rsync versions 3.3.0 and below has been found with SIX serious vulnerabilities. Attackers ...
- ZFS Raidz Expansion Finally, Here in version 2.3.014 January 2025, 9:19 am
After years of development and testing, the ZFS raidz expansion is finally here and has been released as part of version 2.3.0. ZFS is a popular file system for Linux and FreeBSD. RAIDz is like RAID 5, which you find with hardware or Linux software raid devices. It protects your data by spreading it across multiple hard disks along with parity information. A raidz device can have single, double, or triple parity to sustain one, two, or three hard disk failures, respectively, without losing any d...
- lnav – Awesome terminal log file viewer for Linux and Unix16 June 2024, 11:04 am
It is no secret that whether you are a developer or sysadmin, you need to use log files to troubleshoot errors on your Linux and Unix systems. You use tools like grep, tail, cat, or journalctl to view log files. However, you may need help with so many log files. These essential Unix tools are suitable for basic text but fall short when dealing with many log files. You can get tired from sifting through endless lines of log files. The lnav utility is here to the rescue! It is a powerful log file ...
- sttr – Awesome Linux & Unix tool for transformation of the string24 May 2024, 9:17 pm
sttr demo
The sttr is a free and open-source command-line tool in Golang that lets you easily change and modify text. You can perform transformation operations on the string, such as hashing text, string manipulation, and more. sttr is beneficial for developers and *nix users requiring swift modification to strings or files directly via the command line or TUI. It is helpful in your scripting, data processing, and automation tasks at the CLI.
Love this? sudo share_on: Twitter - Facebook - Link...
- How to block AI Crawler Bots using robots.txt file29 September 2023, 8:40 pm
Are you a content creator or a blog author who generates unique, high-quality content for a living? Have you noticed that generative AI platforms like OpenAI or CCBot use your content to train their algorithms without your consent? Don't worry! You can block these AI crawlers from accessing your website or blog by using the robots.txt file.
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit
The post How to block AI Crawler Bots using robots.txt file appeared first on nix...
- Debian Linux 12.1 released with Security Updates23 July 2023, 9:30 am
Debian Linux project announces the first update of the Debian project's stable distribution, Debian 12 (codename "bookworm") named Debian 12.1. This update mainly addresses security issues and significant problems. Security advisories have been published and are now available to download.
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit
The post Debian Linux 12.1 released with Security Updates appeared first on nixCraft....
- Setting up VSCode for Ansible Lightspeed AI in Ubuntu 22.04 desktop22 July 2023, 2:01 pm
Red Hat launched the Ansible Lightspeed Code Assistant Generative AI with IBM Watson Code Assistant in May 2023. This preview is now available to all Ansible users, allowing them to explore the technology, provide feedback to Red Hat, and further train the AI model. In this brief blog post, I will share my personal experience with installing and utilizing Ansible Lightspeed AI to create playbooks in VSCode using Ubuntu Linux 20.04 LTS desktop.
Love this? sudo share_on: Twitter - Facebook - Linke...
- How to upgrade FreeBSD 13.1 to 13.2 release12 April 2023, 1:55 am
The FreeBSD Release Engineering Team is announcing the availability of FreeBSD version 13.2-RELEASE on 11/April/2023. It is the third release of the stable/13 branches. I updated my FreeBSD version 13.1 to 13.2 using the CLI over an ssh-based session. Here are my quick notes.
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit
The post How to upgrade FreeBSD 13.1 to 13.2 release appeared first on nixCraft....
- PaloAlto init-cfg.txt Bootstrap Config file Layout with Examples19 May 2022, 3:30 am
When you install and configure the PaloAlto firewall, when the firewall boots up for the first time, it does the bootstrapping process. PaloAlto uses the settings defined in the bootstrap files, including the init-cfg.txt and bootstrap.xml under the config folder to configure the initial state of the firewall. For example, during the bootstrap process, it […]...
- 21 Examples to Manage Secrets using AWS Secrets Manager CLI16 March 2022, 2:00 am
Using AWS Secrets manager you can store, retrieve, rotate and manage secrets such as database credentials, API keys and other sensitive information used by your application. Secrets are rotated without any disruption to your application, and you can also replicate secrets to multiple AWS regions. You can manage secrets from AWS console, SDK, CLI, or […]...
- 13 Examples to Manage S3 Bucket Replication Rules using AWS CLI9 December 2021, 3:30 am
Using S3 replication, you can setup automatic replication of S3 objects from one bucket to another. The source and destination bucket can be within the same AWS account or in different accounts. You can also replicate objects from one source bucket to multiple destination buckets. If you want to have a second copy of your […]...
- 5 Python Examples to Read and Write JSON files for Encode and Decode1 April 2021, 4:00 am
JSON stands for JavaScript Object Notation, which is a format for structuring data that is very similar to the concept of maps in computer programming. Maps consists of keys and corresponding values. A key has to be unique within a map. JSON is light-weight format of representing data as text in a file, whose syntax […]...
- 8 Examples to Add Static Routes in PAN-OS PaloAlto from CLI and Console10 March 2021, 4:00 am
Managing routes is an essential configuration task for network admins who are managing firewalls. If you are using the PaloAlto firewall, this tutorial explains how to add static routes using both the PAN-OS command line interface and from the PaloAlto Firewall Console. 1. CLI – View Current Routes Before adding a route, view all current […]...
- 3 Methods to Create Jenkins Pipeline – Classic UI, BlueOcean, Git7 January 2021, 3:30 am
Jenkins is a DevOps tool which can be used to automate your build, test and delivery of software code. If you are new to Jenkins, this tutorial will help you to understand how to create Jenkins pipeline using one of the following methods: Classic Jenkins User Interface Jenkins Blue Ocean User Interface which reduces clutter […]...
- 12 Examples to Manage AWS Transit Gateway Route Table from CLI7 October 2020, 3:00 am
Apart from the default route table that gets created when you create a transit gateway, you can also create additional route tables. This helps you to associate a specific attachment with a specific route table. The attachments can propagate their routes to one or more route tables. You can also add static routes to the […]...
- 10 Examples to Manage PaloAlto Firewall Users from PAN-OS CLI23 September 2020, 3:00 am
This tutorial explains how to manage PaloAlto users from CLI. You’ll learn about user and role related functionalities including how to create a new user, assign a role to an user, make regular user as an admin user, list all existing users, delete an user, etc., 1. Enter PaloAlto CLI Configuration Mode First, login to […]...
- 24 Examples to Manage AWS Transit Gateway and Attachments from CLI16 September 2020, 3:00 am
AWS Transit gateway acts as a hub to connect multiple VPC and on-prem networks. Apart from attaching a VPC to transit hub and routing traffic, you can also attach a VPN connection or Direct Connect gateway to your transit gateway. You can also peer two transit gateways and route traffic between them. In a multi-account […]...
- 5 Steps to Upgrade PaloAlto PAN-OS Firewall Software from CLI or Console9 June 2020, 3:30 am
PaloAlto releases software updates on an on-going basis. It’s essential that you stay current with the latest stable release of firewall. On a high-level the following are 5 easy steps to upgrade PaloAlto firewall: Pre-install: Verify current software version Check Available Software Versions Download Latest Version of PaloAlto Install the Latest version of Firewall Software […]...
- 5 Android features Google killed even when users loved them10 April 2026, 12:45 pm
These five Android features were useful, intuitive, and ahead of their time. Google removed them anyway.... 
- 4 Windows utilities that feel too good to be free (and why I can't live without them)10 April 2026, 12:30 pm
They're not just free, they're priceless.... 
- 3 hot Paramount+ shows you can binge this weekend (April 10 - 12)10 April 2026, 12:00 pm
From high-stakes financial wars to gritty undercover missions, discover three must-see shows to marathon on Paramount+ this weekend.... 
- Linux is easier than ever, but these 4 defaults still trip people up10 April 2026, 11:30 am
There are more than a half-dozen different ways to install a program.... 
- 3 bingable Netflix shows to get lost in this weekend (April 10 - 12)10 April 2026, 11:00 am
David Attenborough, a manga masterpiece, and a cult thriller—Netflix's best binges this weekend.... 
- I can’t browse the web without these 3 open-source extensions anymore10 April 2026, 10:30 am
There's some nice browser extensions out there for you open-source enthusiasts.... 
- This hidden Windows 11 tool shows what your PC is really doing10 April 2026, 10:01 am
Windows 11 added a powerful monitoring tool most users overlook. Here's what it reveals and who should actually use it.... 
- Gmail finally offers end-to-end encryption for email on Android and iPhone9 April 2026, 9:33 pm
Your data will be more secure, provided you're with the right company.... 
- These American brands are now more reliable than some Japanese rivals9 April 2026, 9:00 pm
While brands like Lexus still maintain their status, the tide has shifted.... 
- 5 new shows to watch this weekend across Netflix, HBO Max, and more (April 10-12)9 April 2026, 8:00 pm
Say goodbye to one of TV's best comedies.... 
- Rethinking platform engineering through diverse perspectives at KubeCon + CloudNativeCon EU Amsterdam10 April 2026, 11:00 am
KubeCon + CloudNativeCon Europe 2026 in Amsterdam highlighted the evolution of cloud native practices, particularly in platform engineering, and the growing focus on inclusion and accessibility within the community. This year’s conference emphasized that technical success...... 
- Peer-to-Peer acceleration for AI model distribution with Dragonfly6 April 2026, 11:00 am
The problem: AI model distribution is broken at scale Large-scale AI model distribution presents challenges in performance, efficiency, and cost. Consider a typical scenario: an ML platform team manages a Kubernetes cluster with 200 GPU nodes.......
- GitOps policy-as-code: Securing Kubernetes with Argo CD and Kyverno2 April 2026, 9:00 am
A hands-on guide to deploying Kyverno with Argo CD and enforcing custom policies As Kubernetes environments develop, GitOps with Argo CD has become the standard for declarative, self-healing infrastructure. Yet without guardrails for your deployments, misconfigured,......
- Sustaining OpenTelemetry: Moving from dependency management to stewardship31 March 2026, 4:05 pm
Modern software runs on open source. In fact, “free” and open source software generates more than $500 billion in annual value in the U.S. alone and an estimated $8.8 trillion in total global value. For most......
- LLMs on Kubernetes Part 1: Understanding the threat model30 March 2026, 11:00 am
Let’s say you’ve got an LLM running on Kubernetes. Pods are healthy, logs are clean, users are chatting. Everything looks fine. But here’s the thing: Kubernetes is great at scheduling workloads and keeping them isolated. It......
- The weight of AI models: Why infrastructure always arrives slowly27 March 2026, 11:00 am
As AI adoption accelerates across industries, organizations face a critical bottleneck that is often overlooked until it becomes a serious obstacle: reliably managing and distributing large model weight files at scale. A model’s weights serve as......
- The platform under the model: How cloud native powers AI engineering in production26 March 2026, 9:07 am
AI workloads are increasingly running on Kubernetes in production, but for many teams, the path from a working model to a reliable system remains unclear. The cloud native ecosystem – its projects, patterns, and community –......
- Announcing Kubescape 4.0 Enterprise Stability Meets the AI Era26 March 2026, 8:00 am
We are happy to announce the release of Kubescape 4.0, a milestone bringing enterprise-grade stability and advanced threat detection to open source Kubernetes security. This version focuses on making security more proactive and scalable. It also......
- F5 Elevates to Gold Membership in the Cloud Native Computing Foundation26 March 2026, 8:00 am
Application delivery and security provider strengthens collaboration to drive secure, scalable cloud native innovation Key Highlights: AMSTERDAM—26 March 2026—The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software, today announced that F5......
- CNCF Backstage Documentary Highlights Project Evolution from Development to Global Open Source Standard for Platform Engineering25 March 2026, 5:15 pm
Documentary follows the creation and growth of the Backstage project, highlighting its role in accelerating platform engineering initiatives Key Highlights AMSTERDAM—25 March, 2026—The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software,......
- Kubernetes v1.36 Sneak Peek30 March 2026, 12:00 am
Kubernetes v1.36 is coming at the end of April 2026. This release will include removals and deprecations, and it is packed with an impressive number of
enhancements. Here are some of the features we are most excited about in this cycle!
Please note that this information reflects the current state of v1.36 development and may change before release.
The Kubernetes API removal and deprecation process
The Kubernetes project has a well-documented deprecation policy for features. This policy states th...
- Announcing Ingress2Gateway 1.0: Your Path to Gateway API20 March 2026, 7:00 pm
With the Ingress-NGINX retirement scheduled for March 2026, the Kubernetes networking landscape is at a turning point.
For most organizations, the question isn't whether to migrate to Gateway API, but how to do so safely.
Migrating from Ingress to Gateway API is a fundamental shift in API design.
Gateway API provides a modular, extensible API with strong support for Kubernetes-native RBAC.
Conversely, the Ingress API is simple, and implementations such as Ingress-NGINX extend the API through eso...
- Running Agents on Kubernetes with Agent Sandbox20 March 2026, 6:00 pm
The landscape of artificial intelligence is undergoing a massive architectural shift. In the early days of generative AI, interacting with a model was often treated as a transient, stateless function call: a request that spun up, executed for perhaps 50 milliseconds, and terminated.
Today, the world is witnessing AI v2 eating AI v1. The ecosystem is moving from short-lived, isolated tasks to deploying multiple, coordinated AI agents that run constantly. These autonomous agents need to maintain c...
- Securing Production Debugging in Kubernetes18 March 2026, 6:00 pm
During production debugging, the fastest route is often broad access such as cluster-admin (a ClusterRole that grants administrator-level access), shared bastions/jump boxes, or long-lived SSH keys. It works in the moment, but it comes with two common problems: auditing becomes difficult, and temporary exceptions have a way of becoming routine.
This post offers my recommendations for good practices applicable to existing Kubernetes environments with minimal tooling changes:
Least privilege with...
- The Invisible Rewrite: Modernizing the Kubernetes Image Promoter17 March 2026, 12:00 am
Every container image you pull from registry.k8s.io got there through
kpromo, the Kubernetes image
promoter. It copies images from staging registries to
production, signs them with cosign, replicates
signatures across more than 20 regional mirrors, and generates
SLSA provenance attestations. If this tool breaks, no
Kubernetes release ships. Over the past few weeks, we rewrote its core from
scratch, deleted 20% of the codebase, made it dramatically faster, and
nobody noticed. That was the whole p...
- Announcing the AI Gateway Working Group9 March 2026, 6:00 pm
The community around Kubernetes includes a number of Special Interest Groups (SIGs) and Working Groups (WGs) facilitating discussions on important topics between interested contributors. Today, we're excited to announce the formation of the AI Gateway Working Group, a new initiative focused on developing standards and best practices for networking infrastructure that supports AI workloads in Kubernetes environments.
What is an AI Gateway?
In a Kubernetes context, an AI Gateway refers to network ...
- Before You Migrate: Five Surprising Ingress-NGINX Behaviors You Need to Know27 February 2026, 3:30 pm
As announced November 2025, Kubernetes will retire Ingress-NGINX in March 2026.
Despite its widespread usage, Ingress-NGINX is full of surprising defaults and side effects that are probably present in your cluster today.
This blog highlights these behaviors so that you can migrate away safely and make a conscious decision about which behaviors to keep.
This post also compares Ingress-NGINX with Gateway API and shows you how to preserve Ingress-NGINX behavior in Gateway API.
The recurring risk pa...
- Spotlight on SIG Architecture: API Governance12 February 2026, 12:00 am
This is the fifth interview of a SIG Architecture Spotlight series that covers the different
subprojects, and we will be covering SIG Architecture: API
Governance.
In this SIG Architecture spotlight we talked with Jordan Liggitt, lead
of the API Governance sub-project.
Introduction
FM: Hello Jordan, thank you for your availability. Tell us a bit about yourself, your role and how
you got involved in Kubernetes.
JL: My name is Jordan Liggitt. I'm a Christian, husband, father of four, software engi...
- Introducing Node Readiness Controller3 February 2026, 2:00 am
In the standard Kubernetes model, a node’s suitability for workloads hinges on a single binary "Ready" condition. However, in modern Kubernetes environments, nodes require complex infrastructure dependencies—such as network agents, storage drivers, GPU firmware, or custom health checks—to be fully operational before they can reliably host pods.
Today, on behalf of the Kubernetes project, I am announcing the Node Readiness Controller.
This project introduces a declarative system for managi...
- New Conversion from cgroup v1 CPU Shares to v2 CPU Weight30 January 2026, 4:00 pm
I'm excited to announce the implementation of an improved conversion formula
from cgroup v1 CPU shares to cgroup v2 CPU weight. This enhancement addresses
critical issues with CPU priority allocation for Kubernetes workloads when
running on systems with cgroup v2.
Background
Kubernetes was originally designed with cgroup v1 in mind, where CPU shares
were defined simply by assigning the container's CPU requests in millicpu
form.
For example, a container requesting 1 CPU (1024m) would get (cpu.sha...
- Reclaim Developer Hours through Smarter Vulnerability Prioritization with Docker and Mend.io8 April 2026, 6:23 pm
We recently announced the integration between Mend.io and Docker Hardened Images (DHI) provides a seamless framework for managing container security. By automatically distinguishing between base image vulnerabilities and application-layer risks, it uses VEX statements to differentiate between exploitable vulnerabilities and non-exploitable vulnerabilities, allowing your team to prioritize what really matters. TL;DR: The Developer Value Proposition......
- Defending Your Software Supply Chain: What Every Engineering Team Should Do Now2 April 2026, 6:14 pm
The software supply chain is under sustained attack. Not from a single threat actor or a single incident, but from an ecosystem-wide campaign that has been escalating for months and shows no signs of slowing down. This week, axios, the HTTP client library downloaded 83 million times per week and present in roughly 80% of......
- Gemma 4 is Here: Now Available on Docker Hub2 April 2026, 4:16 pm
Docker Hub is quickly becoming the home for AI models, serving millions of developers and bringing together a curated lineup that spans lightweight edge models to high-performance LLMs, all packaged as OCI artifacts. Today, we’re excited to welcome Gemma 4, the latest generation of lightweight, state-of-the-art open models. Built on the same technology behind Gemini,......
- Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.2 April 2026, 1:00 pm
Docker Desktop is one of the most widely used developer tools in the world, yet for millions of enterprise developers, running it simply hasn’t been an option. The environments they rely on, such as virtual desktop infrastructure (VDI) platforms and managed desktops, often lack the resources or capabilities needed to run Docker Desktop. As enterprises......
- Run and Iterate on LLMs Faster with Docker Model Runner on DGX Station31 March 2026, 5:57 pm
Back in October, we showed how Docker Model Runner on the NVIDIA DGX Spark makes it remarkably easy to run large AI models locally with the same familiar Docker experience developers already trust. That post struck a chord: hundreds of developers discovered that a compact desktop system paired with Docker Model Runner could replace complex......
- Docker Sandboxes: Run Agents in YOLO Mode, Safely31 March 2026, 4:39 pm
Agents have crossed a threshold. Over a quarter of all production code is now AI-authored, and developers who use agents are merging roughly 60% more pull requests. But these gains only come when you let agents run autonomously. And to unlock that, you have to get out of the way. That means letting agents run......
- Building a News Roundup with Docker Agent, Docker Model Runner, and Skill27 March 2026, 2:24 pm
Hello, I’m Philippe, and I am a Principal Solutions Architect helping customers with their usage of Docker. I wanted a lightweight way to automate my IT news roundups without burning through AI credits. So I built a Docker Agent skill that uses the Brave Search API to fetch recent articles on a topic, then hands......
- Trivy supply chain compromise: What Docker Hub users should know23 March 2026, 11:25 pm
We wanted to provide you information about a security incident that we became aware of that affects customers who use the Aqua Security Vulnerability scanner (Trivy) across multiple distribution channels including Docker Hub, GitHub, and npm. Between 18:24 UTC on March 19, 2026 and 01:36 UTC on March 23, 2026, Docker Hub customers who pulled......
- From the Captain’s Chair: Naga Santhosh Reddy Vootukuri18 March 2026, 4:00 pm
Docker Captains are leaders from the developer community that are both experts in their field and are passionate about sharing their Docker knowledge with others. “From the Captain’s Chair” is a blog series where we get a closer look at one Captain to learn more about them and their experiences. Today we are interviewing Naga......
- Achieving Test Reliability for Native E2E Testing: Beyond Fixing Broken Tests13 March 2026, 1:00 pm
End-to-end (E2E) tests are particularly important for native applications that run on various platforms (Android/iOS), screen sizes, and OS versions. E2E testing picks up differences in behavior across this fragmented ecosystem. But keeping E2E tests reliable is often more challenging than writing them in the first place. The fragmented device ecosystem, gaps in test frameworks,......
- Clean Code: Functions and Error Handling in Go — From Chaos to Clarity, Part 110 April 2026, 12:00 pm
Introduction: Why Go Functions Are Special
I've reviewed over 1000 pull requests in Go over the past six years, and the same mistakes keep appearing. Remember your first Go code? It probably had dozens of if err != nil checks and 200-line functions that did everything at once. After analyzing over 50 Go projects, I've identified the main beginner problem: They write Go like Java or Python, ignoring the language's idioms.
Common function problems I've seen:... 
- Applying Oracle 19c Release Update (RU): A Practical Guide from My DBA Experience9 April 2026, 8:00 pm
After working with Oracle databases for more than 15 years, one thing I have learned is that patching is not just a maintenance task, it’s a critical security and stability practice. Many production issues I have seen in enterprise environments could have been avoided simply by keeping databases updated with the latest Release Updates (RUs).
In this article, I will walk through how I typically apply an Oracle 19c Release Update, upgrading a standalone database from 19.3 to 19.20, using a struc... 
- How Agentic AI Platforms Organize Their Hardware Infrastructure9 April 2026, 7:00 pm
Agentic AI pipelines are computational architectures where multiple specialized AI agents collaborate to complete complex tasks. Each agent in the pipeline handles a specific function, such as retrieving data, analyzing it, making decisions, or executing actions in coordination to complete the larger goal.
In a nutshell, on-premises deployment advantages:... 
- Why Image Optimization in Modern Applications Matters More Than You Think9 April 2026, 6:00 pm
In modern applications images are vital ingredient. No longer are they just decorative elements.
From product thumbnails, hero banners, marketing assets, user-generated content to dashboards, and even core data visualizations. They're everywhere. Be it an e-commerce platform, fintech dashboard, healthcare portal, or AI-powered SaaS application, all modern web applications use images to some extent....
- Intent-Driven AI Frontends: AI Assistance to Enterprise Angular Architecture9 April 2026, 5:00 pm
Enterprise Application have fixed/ predefined UI/ layout which is developed for static layout output and generated fixed format report having different filters. As per business need over the period, this requires frequent changes/enhancement to the application. This leads to duplicated logic, increasing maintenance costs, and a constant flow of minor data requests from business users who prefer quick answers over entirely new features.
At the same time, improvements in artificial intelligence, e...
- Using Java for Developing Agentic AI Applications: The Enterprise-Ready Stack in 20269 April 2026, 4:00 pm
As agentic AI shifts from prototypes to enterprise production, Java emerges as a powerful alternative to Python-centric stacks. This article looks into building robust agentic applications using LangChain4j for orchestration, Quarks for high-performance deployment, Model Context Protocol (MCP) for standardized tool and data access, and OpenTelemetry for comprehensive observability. Through practical code examples — including tool definitions, agent creation with memory, RAG integration, and pr...
- Translating OData Queries to MongoDB in Java With Jamolingo9 April 2026, 3:00 pm
Modern APIs often need to support dynamic filtering, sorting, and pagination without creating dozens of custom endpoints. One of the most widely used standards for this is OData (Open Data Protocol). OData has established itself as a powerful standard for building and consuming RESTful APIs. It provides a uniform way to query and manipulate data, offering clients unparalleled flexibility through system query options like $filter, $select, and $expand.
Example: ...
- Tracking Dependencies Beyond the Build Stage9 April 2026, 2:00 pm
When working on modern software, a developer will often use hundreds or thousands of dependencies. Кeeping an accurate and consistent bill of materials is essential for license compliance and for security.
Motivation
In a large organization, the scope of dependencies review given by build-time scanning has some limitations....
- Designing Docling Studio: Key Architecture Decisions9 April 2026, 1:30 pm
Docling Studio is a visual layer on top of Docling, the document extraction engine. The idea is simple: give users a way to see extraction results for debugging, quality analysis, and understanding how the pipeline actually works.
Document extraction is a critical building block for AI projects, especially in RAG contexts. But when something goes wrong in the extraction, you need to see it, not just read JSON. You could script a quick viewer with pdf.js, but you'd be re-implementing coordinate t...
- Governing Identity Under Uncertainty: Experimentation and Incrementality in Modern Programmatic Advertising9 April 2026, 1:00 pm
(Series: How Audiences Become Addressable in Programmatic Advertising)
Identity is not something you “set.” It is a set of design choices that determine who is eligible, what the system can learn, and which performance claims are even interpretable. The only reliable way to validate identity decisions is to treat them as changes to treatment assignment and evaluate them with incrementality-first experimentation, wrapped in an operating model that prevents silent drift....
- Meta Removes Ads For Social Media Addiction Litigation10 April 2026, 11:00 am
Meta has started removing ads from law firms seeking clients for social media addiction lawsuits, just weeks after a jury found Meta and YouTube negligent in a landmark case involving harm to a young user. "Lawyers across the country now are seeking new plaintiffs, in the hopes of bringing a class action lawsuit that could result in lucrative verdicts," reports Axios. From the report: Axios has identified more than a dozen such ads that were deactivated today, some of which came from large natio... 
- Particles Seen Emerging From Empty Space For First Time10 April 2026, 7:00 am
Longtime Slashdot reader fahrbot-bot shares a report from NewScientist: According to quantum chromodynamics (QCD) -- widely considered to be our best theory for describing the strong force, which binds quarks inside protons and neutrons -- even a perfect vacuum isn't truly empty. Instead, it is filled with short-lived disturbances in the underlying energy of space that flicker in and out of existence, known as virtual particles. Among them are quark-antiquark pairs. Under normal conditions, thes... 
- US Fertility Rate Falls To All-Time Low10 April 2026, 3:30 am
An anonymous reader quotes a report from NPR: Women in the U.S. gave birth to roughly 710,000 fewer children last year compared with the nation's peak in 2007, according to preliminary data released (PDF) this week by the Centers for Disease Control and Prevention. Lead researcher Brady Hamilton, a demographer with the CDC's National Center for Health Statistics, said the latest one percent drop in "general fertility" from 2024 to 2025 is part of a long-running downward trend. "Since 2007, there... 
- 'Negative' Views of Broadcom Driving Thousands of VMware Migrations, Rival Says9 April 2026, 11:00 pm
"One of VMware's biggest competitors, Nutanix, claims to have swiped tens of thousands of VMware customers," reports Ars Technica. They said higher prices, forced bundling, licensing changes, and more strained partner relationships have frustrated customers and driven them away from the leading virtualization firm. From the report: Speaking at a press briefing at Nutanix's .NEXT conference in Chicago this week, Nutanix CEO Rajiv Ramaswami said that "about 30,000 customers" have migrated from VMw... 
- Mozilla Accuses Microsoft of Sabotaging Firefox With Windows and Copilot Tactics9 April 2026, 10:00 pm
BrianFagioli writes: Mozilla is accusing Microsoft of stacking the deck against Firefox, arguing that design choices in Windows steer users toward Edge even when they explicitly choose another browser. According to Mozilla, parts of Windows still open links in Edge regardless of the default browser setting, including results from the taskbar search and links launched from apps like Outlook and Teams. Mozilla says this means Firefox often never even gets the opportunity to handle those links, whi... 
- Amazon May Sell Trainium AI Chips To Third Parties In Shot At Nvidia9 April 2026, 9:00 pm
Amazon CEO Andy Jassy says the company may eventually sell its Trainium AI chips directly to outside customers, not just through AWS, which would put Amazon in more direct competition with Nvidia. "There's so much demand for our chips that it's quite possible we'll sell racks of them to third parties in the future," Jassy wrote in his annual shareholder letter Thursday. He also revealed the company's chip business is already running at more than $20 billion annually, with demand so strong that c... 
- OpenAI To Limit New Model Release On Cybersecurity Fears9 April 2026, 8:00 pm
OpenAI is reportedly preparing a new cybersecurity product for a small group of partners, out of concern that a broader rollout could wreak havoc if it were released more widely. If that move sounds familiar, it's because Anthropic took a similar limited-release approach with its Mythos model and Project Glasswing initiative. Axios reports: OpenAI introduced its "Trusted Access for Cyber" pilot program in February after rolling out GPT-5.3-Codex, the company's most cyber-capable reasoning model.... 
- Hacker Steals 10 Petabytes of Data From China's Tianjin Supercomputer Center9 April 2026, 7:00 pm
An anonymous reader quotes a report from CNN: A hacker has allegedly stolen a massive trove of sensitive data -- including highly classified defense documents and missile schematics -- from a state-run Chinese supercomputer in what could potentially constitute the largest known heist of data from China. The dataset, which allegedly contains more than 10 petabytes of sensitive information, is believed by experts to have been obtained from the National Supercomputing Center (NSCC) in Tianjin -- a ... 
- EFF Is Leaving X9 April 2026, 6:00 pm
After nearly 20 years on the platform, The Electronic Frontier Foundation (EFF) says it is leaving X. "This isn't a decision we made lightly, but it might be overdue," the digital rights group said. "The math hasn't worked out for a while now." From the report: We posted to Twitter (now known as X) five to ten times a day in 2018. Those tweets garnered somewhere between 50 and 100 million impressions per month. By 2024, our 2,500 X posts generated around 2 million impressions each month. Last ye...
- Waymo Is Offering To Help Cities Fix Their Potholes9 April 2026, 5:00 pm
Waymo is launching a pilot with cities and Google's Waze to share pothole data collected by its robotaxis, giving local transportation departments a new way to find and fix road damage more quickly. "We realized, hey, once we're at scale, we can actually share this data with cities, which is something that they've asked for and something that we collect at scale," said Arielle Fleisher, Waymo's policy development and research manager. "And so we figured out a way to make that happen." The Verge ...
- Women are getting most of the new jobs. What's going on with men?10 April 2026, 12:19 pm
Comments... 
- Intel 486 CPU announced April 10, 198910 April 2026, 12:03 pm
Comments... 
- White House staff told not to place bets on prediction markets10 April 2026, 11:47 am
Comments... 
- FBI used iPhone notification data to retrieve deleted Signal messages10 April 2026, 11:29 am
Comments... 
- Microsoft suspends dev accounts for high-profile open source projects10 April 2026, 11:20 am
Comments... 
- France Launches Government Linux Desktop Plan as Windows Exit Begins10 April 2026, 10:37 am
Comments... 
- Show HN: Keeper – embedded secret store for Go (help me break it)10 April 2026, 8:53 am
Comments... 
- Artemis II and the invisible hazard on the way to the Moon10 April 2026, 7:04 am
Comments... 
- Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia10 April 2026, 6:15 am
Comments... 
- CollectWise (YC F24) Is Hiring10 April 2026, 4:43 am
Comments... 
- Particles Seen Emerging From Empty Space For First Time10 April 2026, 7:00 am
Longtime Slashdot reader fahrbot-bot shares a report from NewScientist: According to quantum chromodynamics (QCD) -- widely considered to be our best theory for describing the strong force, which binds quarks inside protons and neutrons -- even a perfect vacuum isn't truly empty. Instead, it is filled with short-lived disturbances in the underlying energy of space that flicker in and out of existence, known as virtual particles. Among them are quark-antiquark pairs. Under normal conditions, thes... 
- Artemis II Astronauts Break Apollo Record For Farthest Distance Humans Have Traveled From Earth6 April 2026, 8:00 pm
Artemis II has broken the Apollo 13 record for the farthest distance humans have ever traveled from Earth. NASA reports: The Artemis II crew of NASA astronauts Reid Wiseman, Victor Glover, and Christina Koch, along with CSA (Canadian Space Agency) astronaut Jeremy Hansen have set the record for the farthest distance from Earth traveled by a human mission, surpassing the Apollo 13 record of 248,655 miles set in 1970.
NASA Flight Director Brandon Lloyd, Capsule Communicator Amy Dill, and Command...
- Artemis Astronauts Enter Moon's Gravitational Pull, Catch First Glimpses of Far Side6 April 2026, 4:41 am
NASA's Artemis astronauts are now entering "the lunar sphere of influence," reports NBC News, "meaning the pull of the moon's gravity will become stronger than Earth's." Now as they begin their swing around the moon, the Artemis astronauts "are chasing after Apollo 13's maximum range from Earth," reports the Associated Press, hoping to beat its distance from Earth by more than 4,100 miles (6,600 kilometers).
They'll begin their six-hour lunar flyby 14 hours from now (at 2:45 p.m. ET Monday). B...
- Scientists Engineered a Plant To Produce 5 Different Psychedelics At Once5 April 2026, 3:34 pm
Plants, toads, and mushrooms "can all produce psychedelic substances," writes ScienceAlert.
"And now their powers have been combined in one plant."
[S]cientists have taken the genes these organisms use to make five natural psychedelics and introduced them into a tobacco plant ( Nicotiana benthamiana), which then produced all five compounds simultaneously. As interest grows in psychedelics as potential treatments for illnesses such as depression, anxiety, and PTSD, the newly developed system...
- 'Cognitive Surrender' Leads AI Users To Abandon Logical Thinking, Research Finds4 April 2026, 2:00 pm
An anonymous reader quotes a report from Ars Technica: When it comes to large language model-powered tools, there are generally two broad categories of users. On one side are those who treat AI as a powerful but sometimes faulty service that needs careful human oversight and review to detect reasoning or factual flaws in responses. On the other side are those who routinely outsource their critical thinking to what they see as an all-knowing machine. Recent research goes a long way to forming a n...
- Artemis II Astronauts Pass 100,000 Miles From Earth On Voyage To the Moon4 April 2026, 7:00 am
The Artemis II crew has passed 100,000 miles from Earth and is now on a "free-return" path around the moon after a successful "translunar" injection burn. "Ladies and gentlemen, I am so, so excited to be able to tell you that for the first time since 1972 during Apollo 17, human beings have left Earth orbit," NASA's Dr Lori Glaze told a news conference. The Guardian reports: The astronauts -- the Americans Reid Wiseman, Victor Glover and Christina Koch, and a Canadian, Jeremy Hansen -- spent the...
- Python Blood Could Hold the Secret To Healthy Weight Loss3 April 2026, 11:00 am
Longtime Slashdot reader fahrbot-bot writes: CU Boulder researchers are reporting that they have discovered an appetite-suppressing compound in python blood that helps the snakes consume enormous meals and go months without eating yet remain metabolically healthy. The findings were published in the journal Natural Metabolism on March 19, 2026.
Pythons can grow as big as a telephone pole, swallow an antelope whole, and go months or even years without eating -- all while maintaining a healthy he...
- Artemis II Astronauts Have 'Two Microsoft Outlooks' and Neither Work2 April 2026, 5:00 pm
Even on NASA's Artemis II mission around the moon, astronauts apparently still have to deal with broken Microsoft Outlook. One of the crew members, Reid Wiseman, jokingly reported that he had "two Microsoft Outlooks" and neither worked. 404 Media reports: On April 1, four astronauts from the U.S. and Canada embarked on a 10-day flight to loop around the moon. Spotted by VGBees podcast host Niki Grayson on the NASA livestream of live views from the , around 2 a.m. ET, mission control acknowledges...
- NASA Launches Artemis II Astronauts Around the Moon1 April 2026, 11:00 pm
NASA's Artemis II mission has launched four astronauts around the moon and back, marking humanity's first crewed lunar voyage in 53 years and the first test flight of NASA's Orion capsule and Space Launch System (SLS) with people on board. Five minutes into the flight, Commander Reid Wiseman saw the team's target: "We have a beautiful moonrise, we're headed right at it," he said from the capsule. The Associated Press reports: Artemis II set sail from the same Florida launch site that sent Apollo...
- Startup Pitches 'Brainless Clones' To Serve the Role of Backup Human Bodies1 April 2026, 11:00 am
MIT Technology Review discovered that startup R3 Bio has pitched an ethically and scientifically explosive long-term vision beyond its public work on non-sentient monkey "organ sacks": creating human "brainless clones" or replacement bodies for organs as part of an extreme life-extension agenda. From the report: Imagine it like this: a baby version of yourself with only enough of a brain structure to be alive in case you ever need a new kidney or liver. Or, alternatively, he has speculated, you ...
- The Data Gravity Problem: Moving Data to AI vs. Moving AI to Data10 April 2026, 12:16 am
AI promises unprecedented insights, automation and business value. But as organizations move from experimentation to production, we’re hearing more about a fundamental architectural challenge: data gravity. Data gravity refers to the tendency of large datasets to attract applications, services and infrastructure toward them. As data volumes grow, moving that data becomes increasingly expensive, slow and […]
The post The Data Gravity Problem: Moving Data to AI vs. Moving AI to Data appeared f... 
- AI Workloads Are Containerized Workloads9 April 2026, 11:57 pm
AI workloads are no longer experimental projects running in isolated environments. They are now business-critical systems powering recommendations, search, automation, analytics and generative AI applications. To meet expectations around scalability, reliability and speed of innovation, organizations are increasingly discovering a simple truth: AI workloads are containerized workloads. Modern AI systems benefit enormously from cloud native […]
The post AI Workloads Are Containerized Workloads ... 
- Stop overpaying for virtualization and prove it with the Proof of Concept Guide for SUSE Virtualization.9 April 2026, 10:30 pm
Modernizing virtualization is no longer optional. Proving it will work in your environment is the real barrier. Executive teams are being pushed to move faster while risk rises. Licensing changes have reset cost, control, and long-term strategy. Platform teams must now support containers, VMs, and AI workloads without adding complexity. SUSE Virtualization stands out as […]
The post Stop overpaying for virtualization and prove it with the Proof of Concept Guide for SUSE Virtualization. appeare... 
- Virtualization for AI Workloads: Building Open Source GPU‑Optimized Infrastructure9 April 2026, 7:30 am
As enterprise AI matures, infrastructure patterns are shifting. Teams that started with dedicated GPU servers are now building shared platforms that must support multiple workloads, enforce governance and quickly scale without overwhelming operations. Virtualization for AI workloads can provide a practical path forward. When built on Kubernetes and open source foundations, this approach brings GPU-backed […]
The post Virtualization for AI Workloads: Building Open Source GPU‑Optimized Infrast...
- Prague Calling: Docs Are Taking Stage at SUSECON 2026!9 April 2026, 7:23 am
The countdown is officially on: we are less than two weeks away from SUSECON 2026 in beautiful Prague! I’ll be honest—the Documentation team is already buzzing. It’s already a tradition that we’re here with a dedicated track, but for 2026, we’ve packed in even more value for you. We’re moving far beyond just “manuals and […]
The post Prague Calling: Docs Are Taking Stage at SUSECON 2026! appeared first on SUSE Communities....
- The Shift to an Agentic OS: SUSE’s Approach to Linux in the Age of AI9 April 2026, 7:18 am
Today, the operating system must move beyond a passive substrate. The emergence of the agentic operating system has established a new opportunity for automating safe, auditable actions across workloads. The most exciting part of this shift isn’t the newness, however. It’s the incredible capacity for meaningfully streamlined operations. In modern enterprises, hybrid infrastructure keeps growing. […]
The post The Shift to an Agentic OS: SUSE’s Approach to Linux in the Age of AI appeared ...
- Powering Modern Virtualization with SUSE and NetApp8 April 2026, 2:20 pm
In the world of hybrid cloud infrastructure, the lines between traditional virtual machines (VMs) and modern containerized applications are blurring. Organizations today need a unified platform that can handle both without compromising on performance or reliability. At SUSE, we provide that cohesive experience through SUSE Virtualization, our cloud-native hyperconverged infrastructure (HCI) solution built on the […]
The post Powering Modern Virtualization with SUSE and NetApp appeared first on...
- SUSE and HeiTech Padu Berhad Partner to Accelerate Malaysia’s Cloud-Native Future and Drive Sovereign Innovation8 April 2026, 1:22 am
HeiTech Padu Berhad and SUSE’s Southeast Asia leadership at the Memorandum of Understanding (MoU) ceremony Digital transformation in Malaysia is reaching a pivotal new turning point. Digitalisation has been accelerating via designated Cloud Regions, and recent announcements such as the National Cloud Computing Policy (NCCP) highlight the ambition of Malaysia’s government to further modernize public […]
The post SUSE and HeiTech Padu Berhad Partner to Accelerate Malaysia’s Cloud-Native ...
- The 2026 IT Investment Benchmark: Navigating Sovereignty, AI and Resilience31 March 2026, 10:06 pm
If you’ve followed my work for a while, you know I care deeply about three things: open source, hybrid cloud and data. So when we had the opportunity to survey nearly 600 enterprise technology leaders across the U.S., UK, Japan, India and Germany on how AI is reshaping infrastructure priorities, I had to see […]
The post The 2026 IT Investment Benchmark: Navigating Sovereignty, AI and Resilience appeared first on SUSE Communities....
- Extract GitHub repository URLs from BlackArch tools pages12 February 2026, 8:38 am
$ curl -sL blackarch.org/{tools,recon}.html | awk -F'"' '$4 ~ /^https:\/\/github\.com\// { print $4 }'
Downloads BlackArch tool pages and prints only GitHub links using pure awk filtering.
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Import a wireguard configuration into networkmanager11 February 2026, 8:31 pm
$ nmcli connection import type wireguard file wireguard_config.conf
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Print a full-width horizontal line using the current terminal width (custom character supported)11 February 2026, 6:27 pm
$ printf '%*s\n' "${COLUMNS:-80}" '' | tr ' ' "${1-_}"
This is good when the other option on this site not includes ´tput´ like on minimal shell
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Send a file to the first reachable KDE Connect device3 February 2026, 3:10 am
$ kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --share kdeconnect-cli-send-file.sh
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Play raw entropy noise via ALSA (bypass PulseAudio/PipeWire)27 January 2026, 1:25 pm
$ cat /dev/urandom | play -q -t raw -r 8000 -e unsigned-integer -b 8 -c 1 -t alsa default
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Trigger a notification on USB device insertion using udev27 January 2026, 12:24 pm
$ udevadm monitor --udev --subsystem-match=usb | gawk '/add/ { system("espeak \"USB device attached\"") }'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Minimal Runtime Kernel Module Dependency View26 January 2026, 7:00 pm
$ lsmod | awk 'NR>1 && $4!="-" {print $1; split($4,a,","); for(i in a) print " -> used by:", a[i]; print ""}'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Go to the Nth line of file25 November 2025, 6:40 pm
$ awk 'NR==13' /etc/services
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Quick way to sum every numbers in a file written line by line25 November 2025, 6:21 pm
$ awk '{sum += $0} END {print sum}' file
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Show tcp connections sorted by Host / Most connections25 November 2025, 6:15 pm
$ netstat -ntu | tail -n +3 | awk '{print $5}' | sed 's/:[0-9]*$//' | sort | uniq -c | sort -rn
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Introduction to QuickNote and Geeknote8 April 2026, 5:06 am
Sorting through the array of note-taking tools and their features can be overwhelming. We look at two applications that offer a simple approach....
- Raspberry Pi server tools and applications8 April 2026, 5:05 am
With the help of the applications we describe, Raspberry Pi can perform a wide range of server duties....
- 8 April 2026, 5:04 am
...
- 8 April 2026, 5:04 am
...
- Virtualization with the Proxmox Virtual Environment 2.28 April 2026, 5:03 am
The Proxmox Virtual Environment has developed from an insider's tip to a free VMware ESXi/vSphere clone. We show you how to get started setting up a PVE high-availability cluster....
- Cloud scripting with Google Apps Script8 April 2026, 5:03 am
Spreadsheet scripting with Google Apps Script is made possible by server-side JavaScript....
- 8 April 2026, 5:03 am
...
- Documenting the OpenDocument Format8 April 2026, 5:03 am
We talk with Jean Hollis Weber, a volunteer with ODFAuthors, the LibreOffice Documentation team, and the Friends of OpenDocument Inc....
- The sys admin's daily grind: Dstat8 April 2026, 5:03 am
Occasional worries about the system status are part of the sys admin's daily life, and admins usually keeps a fat toolbox of top and stat tools to alleviate them. Charly says he can manage with just one multitool – for the time being, at least....
- An editor in your web browser8 April 2026, 5:03 am
A browser and a text editor are staples of daily computing, so it makes perfect sense to combine the two for better efficiency....
- Linux Kernel Developers Adopt New Fuzzing Tools9 April 2026, 4:00 pm
by George Whittaker
The Linux kernel development community is stepping up its security game once again. Developers, led by key maintainers like Greg Kroah-Hartman, are actively adopting new fuzzing tools to uncover bugs earlier and improve overall kernel reliability.
This move reflects a broader shift toward automated testing and AI-assisted development, as the kernel continues to grow in complexity and scale.
What Is Fuzzing an...
- GNOME 50 Reaches Arch Linux: A Leaner, Wayland-Only Future Arrives7 April 2026, 4:00 pm
by George Whittaker
Arch Linux users are among the first to experience the latest GNOME desktop, as GNOME 50 has begun rolling out through Arch’s repositories. Thanks to Arch’s rolling-release model, new upstream software like GNOME arrives quickly, giving users early access to the newest features and architectural changes.
With GNOME 50, that includes one of the most significant shifts in the desktop’s history.
A Major GN...
- MX Linux Pushes Back Against Age Verification: A Stand for Privacy and Open Source Principles2 April 2026, 4:00 pm
by George Whittaker
The MX Linux project has taken a firm stance in a growing controversy across the Linux ecosystem: mandatory age-verification requirements at the operating system level. In a recent update, the team made it clear, they have no intention of implementing such measures, citing concerns over privacy, practicality, and the core philosophy of open-source software.
As governments begin introducing laws that could requ...
- LibreOffice Drives Europe’s Open Source Shift: A Growing Push for Digital Sovereignty31 March 2026, 4:00 pm
by George Whittaker
LibreOffice is increasingly at the center of Europe’s push toward open-source adoption and digital independence. Backed by The Document Foundation, the widely used office suite is playing a key role in helping governments, institutions, and organizations reduce reliance on proprietary software while strengthening control over their digital infrastructure.
Across the European Union, this shift is no longer ex...
- From Linux to Blockchain: The Infrastructure Behind Modern Financial Systems26 March 2026, 4:00 pm
by George Whittaker
The modern internet is built on open systems. From the Linux kernel powering servers worldwide to the protocols that govern data exchange, much of today’s digital infrastructure is rooted in transparency, collaboration, and decentralization. These same principles are now influencing a new frontier: financial systems built on blockchain technology.
For developers and system architects familiar with Linux and ...
- Firefox 149 Arrives with Built-In VPN, Split View, and Smarter Browsing Tools24 March 2026, 4:00 pm
by George Whittaker
Mozilla has officially released Firefox 149.0, bringing a mix of new productivity features, privacy enhancements, and interface improvements. Released on March 24, 2026, this update continues Firefox’s steady push toward a more modern and user-focused browsing experience.
Rather than focusing on a single headline feature, Firefox 149 introduces several practical tools designed to improve how users multitask,...
- Blender 5.1 Released: Faster Workflows, Smarter Tools, and Major Performance Gains19 March 2026, 4:00 pm
by german.suarez
The Blender Foundation has officially released Blender 5.1, the latest update to its powerful open-source 3D creation suite. This version focuses heavily on performance improvements, workflow refinements, and stability, while also introducing a handful of new features that expand what artists and developers can achieve.
Rather than reinventing the platform, Blender 5.1 is all about making existing tools faster, s...
- The Need for Cloud Security in a Modern Business Environment17 March 2026, 4:00 pm
by George Whittaker
Cloud systems are an emergent standard in business, but migration efforts and other directional shifts have introduced vulnerabilities. Where some attack patterns are mitigated, cloud platforms leave businesses open to new threats and vectors. The dynamic nature of these environments cannot be addressed by traditional security systems, necessitating robust cloud security for contemporary organizations.
Just as...
- Google Brings Chrome to ARM Linux: A Long-Awaited Step for Modern Linux Devices12 March 2026, 4:00 pm
by George Whittaker
Google has officially announced that Chrome is coming to ARM64 Linux systems, marking a major milestone for both the Linux and ARM ecosystems. The native browser is expected to launch in Q2 2026, finally closing a long-standing gap for users running Linux on ARM-based hardware.
For years, ARM Linux users have relied on Chromium builds or workarounds to access a Chrome-like experience. That’s about to change....
- CrackArmor Exposed: Critical Flaws in AppArmor Put Millions of Linux Systems at Risk10 March 2026, 4:00 pm
by George Whittaker
A newly disclosed set of vulnerabilities has sent shockwaves through the Linux security community. Dubbed “CrackArmor,” these flaws affect AppArmor, one of the most widely used security modules in Linux, potentially exposing millions of systems to serious compromise.
Discovered by the Qualys Threat Research Unit, the vulnerabilities highlight a concerning reality: even core security mechanisms can harbor w...
- New Apple Rumor: iPhone Air 2 Leak Suggests Major Upgrades After First-Gen Criticism10 April 2026, 12:41 pm
Apple is reportedly pushing ahead with iPhone Air 2 despite weak sales, with upgrades to battery, camera, and performance already in development.
The post New Apple Rumor: iPhone Air 2 Leak Suggests Major Upgrades After First-Gen Criticism appeared first on TechRepublic.... 
- Mitsubishi Targets Hybrid Vehicle Production in the Philippines by 202810 April 2026, 11:48 am
Mitsubishi now has a named plant and a mid-2028 target for hybrid production in the Philippines. What it still lacks are the numbers that would show how serious the plan really is.
The post Mitsubishi Targets Hybrid Vehicle Production in the Philippines by 2028 appeared first on TechRepublic.... 
- When Are Payroll Taxes Due? 2026 Due Dates and Requirements10 April 2026, 10:00 am
Staying on top of payroll tax deadlines is tough, so we created this guide to cover the key 2026 payroll tax due dates and explain how to ensure your business is compliant.
The post When Are Payroll Taxes Due? 2026 Due Dates and Requirements appeared first on TechRepublic.... 
- Embedded Finance vs Banking as a Service in 2026: Key Differences Explained10 April 2026, 9:12 am
Learn the key differences between embedded finance and banking as a service, how they work together, and what they mean for modern businesses.
The post Embedded Finance vs Banking as a Service in 2026: Key Differences Explained appeared first on TechRepublic.... 
- Hackers Exploit Adobe PDF Flaw for Months to Steal Data, No Fix Yet9 April 2026, 6:33 pm
A critical Adobe Acrobat zero-day has been exploited for months via malicious PDFs to steal data and potentially take over systems, with no patch yet available.
The post Hackers Exploit Adobe PDF Flaw for Months to Steal Data, No Fix Yet appeared first on TechRepublic.... 
- New Apple Scam Hits Millions of iPhone Users Worldwide, Draining Bank Accounts9 April 2026, 3:42 pm
Apple warns of a new scam targeting millions of iPhone users. Learn the red flags, how it works, and how to protect your account and finances.
The post New Apple Scam Hits Millions of iPhone Users Worldwide, Draining Bank Accounts appeared first on TechRepublic....
- GoPro Is Cutting Nearly a Quarter of Its Workforce (and AI Isn’t the Reason)9 April 2026, 3:33 pm
GoPro is cutting nearly 23% of its workforce amid declining revenue, signaling a cost-cutting shift… not AI-driven layoffs like others.
The post GoPro Is Cutting Nearly a Quarter of Its Workforce (and AI Isn’t the Reason) appeared first on TechRepublic....
- Massive Data Breach Exposes 337K LAPD-Linked Records9 April 2026, 3:24 pm
A massive breach exposed 337K LAPD-linked files, raising concerns over third-party risk, sensitive data exposure, and law enforcement cybersecurity gaps.
The post Massive Data Breach Exposes 337K LAPD-Linked Records appeared first on TechRepublic....
- 8 Hidden Android Features That Quietly Save You Time Every Day9 April 2026, 1:13 pm
Discover eight hidden Android features that save time, reduce repetitive tasks, and make your phone faster and easier to use every day.
The post 8 Hidden Android Features That Quietly Save You Time Every Day appeared first on TechRepublic....
- Amazon Ending Support for Older Kindles: Full List of Affected Devices9 April 2026, 12:59 pm
Amazon will end support for older Kindle devices in May 2026. See the full list of affected models and what it means for users.
The post Amazon Ending Support for Older Kindles: Full List of Affected Devices appeared first on TechRepublic....
- Fedora Infrastructure Status: Matrix server maintenance14 April 2026, 11:15 am
... 
- Fedora Community Blog: Community Update – Week 15 202610 April 2026, 10:00 am
This is a report created by CLE Team, which is a team containing community members working in various Fedora groups for example Infrastructure, Release Engineering, Quality etc. This team is also moving forward some initiatives inside Fedora project.
Week: 06 – 10 Apr 2026
Fedora Infrastructure
This team is taking care of day to day business regarding Fedora Infrastructure.It’s responsible for services running in Fedora infrastructure.Ticket tracker... 
- Remi Collet: ⚙️ PHP version 8.4.20 and 8.5.510 April 2026, 5:48 am
RPMs of PHP version 8.5.5 are available in the remi-modular repository for Fedora ≥ 42 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...).
RPMs of PHP version 8.4.20 are available in the remi-modular repository for Fedora ≥ 42 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...).
ℹ️ These versions are also available as Software Collections in the remi-safe repository.
ℹ️ The packages are available for x86_64 and aarch64.
ℹ️ ... 
- Christof Damian: Friday Links 26-129 April 2026, 10:00 pm
... 
- Guillaume Kulakowski: Sécuriser ses serveurs derrière Cloudflare : Authenticated Origin Pulls9 April 2026, 6:24 pm
...
- Ben Cotton: Handling a PR disaster for your project8 April 2026, 12:00 pm
I want to say up front that the point of this post is not to disparage Trivy or its maintainers. They’ve had a rough few weeks and I feel for them. I only discuss Trivy as a recent example of a bad day at the office.
The saying “there’s no such thing as bad publicity” always felt a little gross to me. There are a lot of reasons you might get noticed that are bad, and it should feel bad to do bad things. But maybe there’s something to it. If you hand...
- Rénich Bon Ćirić: Howto: a very nice way of organizing your bash env variables and settings8 April 2026, 1:30 am
So, I know you have either ~/.bashrc and ~/.bash_profile or ~/.profile in your installation. We all do. And many apps
we use on a daily basis use those. Plus, you like your aliases, your own env variables and maybe even one or two bash functions
you like to use.
That creates a problem. You have everything in a single file (or two) and you have a mess. It's hard to read, hard to organize and a
single mistake renders that file useless. Well, maybe not useless, but...
- Fedora Community Blog: Fedora Code of Conduct Report 20257 April 2026, 12:00 pm
The Fedora Project’s Code of Conduct and its reports are managed by the Fedora Code of Conduct Committee, the Fedora Community Architect, and the Fedora Project Leader. We publish this summary to demonstrate our commitment to community safety and our project’s social fabric.
This post covers the year of reports received in the 2025 calendar year. The purpose of publishing the annual Code of Conduct Report is to provide transparency, insight, and awareness...
- Justin Wheeler: One Day7 April 2026, 8:00 am
...
- Rénich Bon Ćirić: Historia de Planeta Libre7 April 2026, 6:00 am
¿Te acuerdas de Planeta Linux México? Qué tiempos aquellos, compa. Hoy me puse nostálgico pensando en cómo ese espacio nos unía a
todos los que andábamos metidos en el rollo del software libre hace ya más de dos décadas. Planeta Libre no es nomás un agregador de
blogs; es la neta, es la continuación de un esfuerzo comunitario que se niega a morir.
Orígenes y Nostalgia
El proyecto nace de esa pinche nostalgia por los tiempos dorados. Durante los prim...
- Generating Code Faster Is Only Valuable If You Can Validate Every Change With Confidence26 March 2026, 12:00 am
...
- When You Go to Production with gRPC, Make Sure You’ve Solved Load Distribution First19 March 2026, 12:00 am
...
- You may be building for availability, but are you building for resiliency?12 March 2026, 12:00 am
...
- When your coding agent doesn’t understand your project, you’ll get junk5 March 2026, 12:00 am
...
- You can have 100% Code Coverage and still have ticking time bombs in your code.26 February 2026, 12:00 am
...
- Getting More Out of Agentic Coding Tools19 February 2026, 12:00 am
...
- Why is Infrastructure-as-Code so important? Hint: It’s correctness12 February 2026, 12:00 am
...
- Optimizing the team’s workflow can be more impactful than building business features5 February 2026, 12:00 am
...
- I follow an architecture principle I call The Law of Collective Amnesia29 January 2026, 12:00 am
...
- Performance testing without a target is like running a race with no finish line22 January 2026, 12:00 am
...
- 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 […]...
- CSF Post-Shutdown Survival Guide: Migration & Configuration11 February 2026, 12:49 am
For over a decade, ConfigServer Security & Firewall (CSF) was the undisputed firewall solution for cPanel/WHM servers. If you ran a shared hosting environment, a reseller setup, or even a standalone VPS with cPanel, CSF was almost certainly part of your security stack. Its WHM integration, Login Failure Daemon (LFD), and straightforward configuration made […]...
- Sunsetting Developer Web (User Web)9 August 2025, 7:16 pm
SourceForge will be sunsetting developer web hosting for user accounts (unrelated to project web hosting) in 60 days on October 10th, 2025. If you are using developer web ...
The post Sunsetting Developer Web (User Web) appeared first on SourceForge Community Blog....
- ProjectLibre Major Release: Day One downloads in 150+ countries… replacing Microsoft Project2 May 2025, 3:00 pm
Today marks a watershed moment for the global project-management community—and our 10-year partnership with SourceForge! We’re proud to unveil ProjectLibre Desktop 1.9.8, the most powerful update in years, delivering a ...
The post ProjectLibre Major Release: Day One downloads in 150+ countries… replacing Microsoft Project appeared first on SourceForge Community Blog....
- Display an Interactive Demo on your SourceForge Business Software Listing2 April 2024, 11:20 pm
Big News: SourceForge Just Got a Major Upgrade with Cool Demo Tools! Hey everyone! We’ve got some awesome news to share that’s going to make showcasing and exploring ...
The post Display an Interactive Demo on your SourceForge Business Software Listing appeared first on SourceForge Community Blog....
- Project Web Hosting Database Upgrade Notice20 October 2023, 1:13 am
The purpose of this blog post is to announce our scheduled maintenance window for project web hosting. We will be upgrading the database used by project websites on ...
The post Project Web Hosting Database Upgrade Notice appeared first on SourceForge Community Blog....
- GitHub is Ending Subversion (svn) Support: Subversion and SourceForge19 September 2023, 12:47 am
Earlier this year, GitHub announced that it would be sunsetting Subversion support on January 8th, 2024. Since then, SourceForge has seen high volume of projects that use Subversion migrate ...
The post GitHub is Ending Subversion (svn) Support: Subversion and SourceForge appeared first on SourceForge Community Blog....
- Welcoming OSDN Projects to SourceForge31 July 2023, 9:30 pm
—- OSDN.net has been having extended service outages since it was recently acquired. Some users are reporting that OSDN has been down on and off for over a ...
The post Welcoming OSDN Projects to SourceForge appeared first on SourceForge Community Blog....
- ProjectLibre Recognized With Open Source Excellence Award on SourceForge2 March 2022, 12:50 am
— We are happy to announce that SourceForge has recognized a number of exceptional projects on SourceForge with awards based on the value these projects provide to the ...
The post ProjectLibre Recognized With Open Source Excellence Award on SourceForge appeared first on SourceForge Community Blog....
- Does SourceForge have malware?8 March 2021, 10:17 pm
SourceForge does not have malware or viruses. All projects, downloads, and releases served from SourceForge are scanned for malware and viruses, so you can rest assured that your ...
The post Does SourceForge have malware? appeared first on SourceForge Community Blog....
- Projects of the Week, December 21, 202021 December 2020, 5:01 am
Here are the featured projects for the week, which appear on the front page of SourceForge.net: plantumlPlantUml allows you to quickly create some UML diagrams using a simple ...
The post Projects of the Week, December 21, 2020 appeared first on SourceForge Community Blog....
- Today in Tech – 200316 December 2020, 5:46 am
On this day in 2003 the Controlling the Assault of Non-Solicited Pornography And Marketing, better known as the CAN-SPAM Act of 2003 was signed into law in the ...
The post Today in Tech – 2003 appeared first on SourceForge Community Blog....
- kea >= 1:3.0.3-6 update requires manual intervention7 April 2026, 4:50 pm
The kea package has moved all services to run as a dedicated kea user (instead of root) for improved security. This change requires permission updates to the runtime files created by the kea services.
Users upgrading from an existing kea installation should therefore run the following commands after the upgrade:
chown kea: /var/lib/kea/* /var/log/kea/* /run/lock/kea/logger_lockfile
systemctl try-restart kea-ctrl-agent.service kea-dhcp{4,6,-ddns}.service
Accounts that need to interact with kea se...
- iptables now defaults to the nft backend5 April 2026, 6:28 pm
The old iptables-nft package name is replaced by iptables, and the
legacy backend is available as iptables-legacy.
When switching packages (among iptables-nft, iptables, iptables-legacy),
check for .pacsave files in /etc/iptables/ and restore your rules if needed:
/etc/iptables/iptables.rules.pacsave
/etc/iptables/ip6tables.rules.pacsave
Most setups should work unchanged, but users relying on uncommon xtables
extensions or legacy-only behavior should test carefully and use
iptables-legacy if r...
- NVIDIA 590 driver drops Pascal and lower support; main packages switch to Open Kernel Modules20 December 2025, 6:53 pm
With the update to driver version 590, the NVIDIA driver no longer supports Pascal (GTX 10xx) GPUs or older. We will replace the nvidia package with nvidia-open, nvidia-dkms with nvidia-open-dkms, and nvidia-lts with nvidia-lts-open.
Impact: Updating the NVIDIA packages on systems with Pascal, Maxwell, or older cards will fail to load the driver, which may result in a broken graphical environment.
Intervention required for Pascal/older users: Users with GTX 10xx series and older cards must switc...
- .NET packages may require manual intervention11 December 2025, 7:01 am
The following packages may require manual intervention due to the upgrade from 9.0 to 10.0:
aspnet-runtime
aspnet-targeting-pack
dotnet-runtime
dotnet-sdk
dotnet-source-built-artifacts
dotnet-targeting-pack
pacman may display the following error failed to prepare transaction (could not satisfy dependencies) for the affected packages.
If you are affected by this and require the 9.0 packages, the following commands will update e.g. aspnet-runtime to aspnet-runtime-9.0:
pacman -Syu aspnet-runtime...
- waydroid >= 1.5.4-3 update may require manual intervention6 November 2025, 12:35 am
The waydroid package prior to version 1.5.4-2 (including aur/waydroid) creates Python byte-code files (.pyc) at runtime which were untracked by pacman. This issue has been fixed in 1.5.4-3, where byte-compiling these files is now done during the packaging process.
As a result, the upgrade may conflict with the unowned files created in previous versions. If you encounter errors like the following during the update:
error: failed to commit transaction (conflicting files)
waydroid: /usr/lib/waydro...
- dovecot >= 2.4 requires manual intervention31 October 2025, 9:20 pm
The dovecot 2.4 release branch has made breaking changes which result
in it being incompatible with any <= 2.3 configuration file.
Thus, the dovecot service will no longer be able to start until the
configuration file was migrated, requiring manual intervention.
For guidance on the 2.3-to-2.4 migration, please refer to the
following upstream documentation:
Upgrading Dovecot CE from 2.3 to 2.4
Furthermore, the dovecot 2.4 branch no longer supports their
replication feature, it was removed.
For...
- Recent service outages21 August 2025, 10:01 pm
We want to provide an update on the recent service outages affecting our infrastructure. The Arch Linux Project is currently experiencing an ongoing denial of service attack that primarily impacts our main webpage, the Arch User Repository (AUR), and the Forums.
We are aware of the problems that this creates for our end users and will continue to actively work with our hosting provider to mitigate the attack. We are also evaluating DDoS protection providers while carefully considering factors in...
- zabbix >= 7.4.1-2 may require manual intervention4 August 2025, 2:58 pm
Starting with 7.4.1-2, the following Zabbix system user accounts (previously shipped by their related packages) will no longer be used. Instead, all Zabbix components will now rely on a shared zabbix user account (as originally intended by upstream and done by other distributions):
zabbix-server
zabbix-proxy
zabbix-agent (also used by the zabbix-agent2 package)
zabbix-web-service
This shared zabbix user account is provided by the newly introduced zabbix-common split package, which is now a dep...
- linux-firmware >= 20250613.12fe085f-5 upgrade requires manual intervention21 June 2025, 11:09 pm
With 20250613.12fe085f-5, we split our firmware into several vendor-focused packages. linux-firmware is now an empty package depending on our default set of firmware.
Unfortunately, this coincided with upstream reorganizing the symlink layout of the NVIDIA firmware, resulting in a situation that Pacman cannot handle. When attempting to upgrade from 20250508.788aadc8-2 or earlier, you will see the following errors:
linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad103 exists in filesystem
linux-f...
- Plasma 6.4.0 will need manual intervention if you are on X1120 June 2025, 7:08 am
On Plasma 6.4 the wayland session will be the only one installed when the users does not manually specify kwin-x11.
With the recent split of kwin into kwin-wayland and kwin-x11, users running the old X11 session needs to manually install plasma-x11-session, or they will not be able to login. Currently pacman is not able to figure out your personal setup, and it wouldn't be ok to install plasma-x11-session and kwin-x11 for every
one using Plasma.
tldr: Install plasma-x11-session if you are still ...
- 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. […]...
- Top 5 holiday slot games to play year round on any Linux distro21 August 2025, 1:08 am
While the term holiday slot games evoke slot games that are popular during the major holidays, you don’t have to wait for the holidays to play your favorite slot games with garlands, zombies, or leprechauns on your favorite Linux distro. That’s because holiday slot games have gone beyond the calendar — they just hook you. […]...
- Ubuntu 24.04 LTS vs. macOS 26 Tahoe: The Free OS That Rivals a Premium Experience6 April 2026, 10:04 am
I’m writing this on a MacBook Air running macOS 26 Tahoe, and I keep glancing at my Mac Mini in the corner — the one running Ubuntu 24.04 LTS.I’ve been a macOS user for a decade. I develop iOS apps. I’m neck-deep in the Apple ecosystem — iPhone, Apple Watch Ultra, AirPods, the whole cult membership. But last year, Apple released macOS Tahoe with its Liquid Glass redesign, and I found myself wondering: has the free operating system actually gotten *better* than the premium one?Short ans...
- Why the Tesla Model Y L Is the Most Feature-Packed EV for Its Price in the Philippines30 March 2026, 7:16 am
If you’re a long-time reader of TechSource, you know this site has mostly been about Linux, open-source software, and all things computing. But if you’ve been following our recent comeback, you also know we’ve expanded into covering the broader tech landscape — AI, smartwatches, crypto, and whatever else catches my persistently curious eye. Today, we’re parking (pun intended) in a topic that’s been occupying a significant amount of my brain space lately: electric vehicles. Specifical...
- Linux Won, and Nobody Noticed25 March 2026, 1:38 am
The tech industry has failed to properly acknowledge this for years: Linux won. Not "Linux is doing fine." Not "Linux is making progress." Not "maybe next year will be the year of the Linux desktop." No. Linux won. Decisively. Overwhelmingly. In nearly every category of computing that actually matters, Linux is the dominant operating system on the planet — and it happened quietly that most people, including many who use it every single day, have absolutely no idea.I've been writing about Lin...
- How I Built a Local AI Hub Using Free and Open Source Software on My Old Mac Mini16 March 2026, 1:46 am
I’m going to tell you something that would have sounded absolutely insane five years ago: I’m running artificial intelligence on a computer the size of a lunch box, it works offline, my data never leaves my house, and it costs me nothing beyond the electricity to keep it running.No monthly subscription. No API fees. No sending my private documents to some server farm in Virginia. Just me, a Mac Mini M1, and a free and open-source software called Ollama that has quietly become one of the most...
- Health Is Wealth: Why I Chose a Smartwatch Over a Rolex8 March 2026, 8:33 am
A few years ago, a friend of mine bought a Rolex Submariner. It cost him roughly the same as a decent used car. He showed it to me with the kind of pride usually reserved for newborn babies and championship trophies. It was beautiful, I’ll admit. The weight of it, the way it caught the light, the satisfying click of the rotating bezel — there’s a reason people have been obsessed with luxury watches for centuries.He then asked me what I was wearing on my wrist. I looked down at my Garmin Fe...
- The State of the Linux Desktop in 2026: A Love Letter from a Prodigal Penguin1 March 2026, 1:24 pm
Let me start with a confession. I haven’t used Linux as my daily desktop operating system in roughly a decade.I know. Take a moment. Breathe. For those of you who have been reading TechSource since the Ubuntu and Compiz days, that sentence may stung. This is, after all, the same site that published 587 posts tagged “linux” — from distro reviews and desktop customization showcases to that infamous Distrowar series where I played judge and jury as two distributions fought for supremacy lik...
- TechSource in the Age of AI20 February 2026, 1:15 am
Hello (again, again) world! If you’re reading this, congratulations — you are either one of the most patient humans on the internet, or you accidentally stumbled here while googling “tech blogs that ghost their readers.” Either way, welcome. You are appreciated. To my loyal subscribers, followers, and random visitors who have this site bookmarked after all these years — I am deeply sorry for disappearing. Again. I know, I know. This is starting to feel like that friend who keeps sayi...
- How to Easily Install a Full Bitcoin Lightning Node on a Raspberry Pi24 June 2021, 3:56 am
I recently installed a full bitcoin node on our home network, and lucky for me, I got everything up and running quickly without bumping into some issues. Before I will show you the steps on how to install a full bitcoin node, allow me to explain some of my reasons why I ended up doing this. As some of you may already know, bitcoin is a network composed of thousands of nodes. A record of every bitcoin transaction is verified and maintained inside a node. So if you are running one, you will essen...
- The Bitcoin Revolution is Here15 June 2021, 9:33 am
Since 2014, I’ve been talking about bitcoin here (read: Is Bitcoin The Next Open-source Software Revolution?, Best Bitcoin Applications for Linux). Back then, bitcoin was still very much in its infancy and our articles about it were some of the least popular posts we’ve ever had. However, I have already seen its potential and proclaimed that it could become a revolutionary open-source software project and that it has the potential to be bigger than Linux. Today, bitcoin and cryptocurrenc...
- 25 (More) Funny Computer Quotes31 October 2019, 2:29 pm
I have been reading some of my old posts here and noticed one that is still quite popular simply because a lot of us love humor. If you are a new site visitor, kindly check out "My Top 50 Funny Computer Quotes" post to know what I mean. Inspired by that one and since it’s been a long time that I wrote or posted some funny stuff here, I decided to collect a few more amusing quotes.
So without further delay, here is a brand new collection of funny computer quotes:
25. What if one day Goo...
Like this:
Like Loading...