- Many MediaTek MT76 WiFi Driver Improvements Coming For Linux 7.16 April 2026, 10:40 am
Separate from the recently discussed work on MediaTek MT7927 "Filogic 380" support being worked on for the MT76 Linux driver (still undergoing review), a number of other MediaTek MT76 wireless driver improvements are queued up ahead of the Linux 7.1 merge window opening as soon as next week...... 
- Google Proposes JSIR As A High-Level IR For JavaScript6 April 2026, 10:11 am
Google engineers have been developing JSIR as a high-level intermediate representation (JSIR) for JavaScript that they are already using in production at the company code code analysis and transforming other code/bytecode to JavaScript as well as for deobfuscating JavaScript code...... 
- Tiny Corp Begins Accepting Pre-Orders For Their $10M Exabox6 April 2026, 10:03 am
Open-source friendly company Tiny Corp that is behind the Tinygrad MIT-licensed neural network framework and developing a "sovereign" AMD GPU driver stack with their Tinybox hardware offerings has their sights on shipping the Exabox next year. The Tiny Corp's Exabox is expected to retail for around $10M USD but offer immense AI compute power...... 
- Linux 7.0-rc7 Released With Improved Docs For AI Agents, WiFi Driver Performance Fix5 April 2026, 10:42 pm
Timed for Easter this year is the seventh weekly release candidate for the Linux 7.0 kernel. If all goes well, Linux 7.0 stable will be out next week...... 
- Linux 7.1 Expected To Begin Removing i486 CPU Support5 April 2026, 4:56 pm
It's finally time: a patch queued into one of the development branches ahead of the upcoming Linux 7.1 merge window is set to finally begin the process of phasing out and ultimately removing Intel 486 CPU support from the Linux kernel. Anyone still using an i486 CPU with an upstream Linux kernel would be incredibly rare and no known Linux distribution vendors are still shipping with i486 CPU support, but in case you are, you can continue to be running one of the existing Linux LTS kernel version...
- AMD & Valve Deliver Better Kaveri / Kabini APU Experience With Upcoming Linux 7.15 April 2026, 1:31 pm
A nice Easter surprise are some last minute updates submitted to DRM-Next of the final planned AMDGPU/AMDKFD feature changes for the upcoming Linux 7.1 feature cycle......
- Linux 7.0-rc7 Adding More Documentation For AI Tools To Send Better Security Bug Reports5 April 2026, 11:34 am
For helping with the increase of AI tools scouring the Linux kernel source tree and sending security bug reports, a pull request sent today ahead of the Linux 7.0-rc7 improves the documentation to better guide AI agents -- and anyone reading the documentation -- how to send better quality bug reports......
- hid-omg-detect: Linux Driver In Development To Detect Malicious HID Devices5 April 2026, 10:44 am
Zubeyr Almaho has been leading work on a new HID driver named hid-omg-detect with an intent on passive monitoring to watch out for any malicious HID devices being connected to the system......
- Linux Sees Fixes For Its GD-ROM Driver In 2026 For Sega Dreamcast5 April 2026, 10:34 am
Seeing new Linux patches for benefiting Sega Dreamcast devices wasn't on my bingo card for 2026. A patch series was sent out today for fixing the Linux kernel's GD-ROM driver for accessing media using the drivers on "real" Sega Dreamcast devices......
- Mesa 26.1 Makes It Easier To "Fake" A GPU Reset Using LLVMpipe5 April 2026, 10:23 am
As a small but interesting addition coming for this quarter's Mesa 26.1 release is making it easy to simulate a GPU reset with the LLVMpipe software driver. While seemingly mundane, this can be quite handy for compositor developers and other app/software developers wanting to more easily test how their code behaves when encountering a GPU reset......
- Kernel prepatch 7.0-rc76 April 2026, 1:01 am
Linus has released 7.0-rc7 for testing.
"Things look set for a final release next weekend, but please keep
testing. The Easter bunny is watching".... 
- Hackers breached the European Commission (The Next Web)5 April 2026, 1:55 pm
LWN recently reported on the Trivy
compromise that led, in turn, to the compromise of the LiteLLM system; that
article made the point that the extent of the problem was likely rather
larger than was known. The Next Web now reports
that the Trivy attack was used to compromise a wide range of European
Commission systems.
The European Union's computer emergency response team said on
Thursday that a supply chain attack on an open-source security
scanner gave hackers the keys to the European Co...
- [$] Ubuntu's GRUBby plans3 April 2026, 3:12 pm
GNU GRUB 2, mostly just
referred to as GRUB these days, is the most widely used boot loader
for x86_64 Linux systems. It supports reading
from a vast selection of filesystems, handles booting modern systems
with UEFI or legacy systems with a BIOS, and even allows users to customize the
"splash" image displayed when a system boots. Alas, all of those features come with
a price; GRUB has had a parade
of security vulnerabilities over the years. To mitigate some of those
problems, Ubuntu
core develo...
- No kidding: Gentoo GNU/Hurd3 April 2026, 2:12 pm
On April 1, the Gentoo Linux project published a blog post
announcing that it was switching to GNU Hurd as its primary
kernel as an April Fool's joke. While that is not true, the project
has followed up with an announcement
of a new Gentoo port to the Hurd:
Our crack team has been working hard to port Gentoo to the Hurd and
can now share that they've succeeded, though it remains still in a
heavily experimental stage. You can try Gentoo GNU/Hurd using a
pre-prepared disk image. The easiest way ...
- Security updates for Friday3 April 2026, 1:24 pm
Security updates have been issued by AlmaLinux (freerdp, grafana, kernel, rsync, and thunderbird), Debian (chromium, inetutils, and libpng1.6), Fedora (bind9-next, nginx-mod-modsecurity, and openbao), Mageia (firefox, nss and thunderbird), Red Hat (container-tools:rhel8), SUSE (conftest, dnsdist, ignition, libsoup, libsoup2, LibVNCServer, libXvnc-devel, opensc, ovmf-202602, perl-Crypt-URandom, python-tornado, python311-ecdsa, python311-Pygments, python315, tar, and wireshark), and Ubuntu (cairo,...
- SFC: What the FCC router ban means for FOSS2 April 2026, 8:21 pm
Denver Gingerich of the Software Freedom Conservancy (SFC) has published
an article
on the impact of the ban on
the sale of all new home routers not made in the United States
issued by the Federal Communications Commission (FCC). The SFC, of
course, is the organization
behind the OpenWrt One router.
Since software updates to already-FCC-approved devices do not
require a new FCC approval, it appears the FCC is trying to move
beyond its usual authorization procedures to restrict what
manufacture...
- [$] IPC medley: message-queue peeking, io_uring, and bus12 April 2026, 3:07 pm
The kernel provides a number of ways for processes to communicate with each
other, but they never quite seem to fit the bill for many users. There are
currently a few proposals for interprocess communication (IPC) enhancements
circulating on the mailing lists. The most straightforward one adds a new
system call for POSIX message queues that enables the addition of new
features. For those wanting an entirely new way to do interprocess
communication, there is a proposal to add a new subsystem f...
- Exelbierd: What's actually in a Sashiko review?2 April 2026, 1:27 pm
Brian "bex" Exelbierd has published
a blog
post exploring follow-up questions raised by
the recent debate about the use of the LLM-based review
tool Sashiko
in the memory-management subsystem. His main finding is that Sashiko reviews are
bi-modal with regards to whether they contain reports about code not directly
changed by the patch set — most do not, but the ones that do often have several
such comments.
Hypothesis 1: Reviewers are getting told about bugs they didn't create.
Sashiko's ...
- OpenSSH 10.3 released2 April 2026, 1:18 pm
OpenSSH 10.3
has been released. Among the many changes in this release are a
security fix to address late validation of metacharacters in user
names, removal of bug compatibility for SSH implementations that do
not support rekeying,
and a fix to ensure that scp clears setuid/setgid bits from downloaded
files when operating as root in legacy (-O) mode. See the
release announcement for a full list of new features, bug fixes, and
potentially incompatible changes.
...
- Security updates for Thursday2 April 2026, 1:17 pm
Security updates have been issued by AlmaLinux (python3.11, python3.12, squid, and thunderbird), Debian (gst-plugins-bad1.0 and gst-plugins-ugly1.0), Fedora (bpfman, crun, gnome-remote-desktop, polkit, python3.14, rust-rustls-webpki, rust-sccache, rust-scx_layered, rust-scx_rustland, rust-scx_rusty, and scap-security-guide), Oracle (freerdp, gstreamer1-plugins-bad-free, gstreamer1-plugins-base, gstreamer1-plugins-good, and gstreamer1-plugins-ugly-free, kernel, libxslt, python3.11, python3.12, sq...
- I Found A Terminal Tool That Makes CSV Files Look Stunning6 April 2026, 10:50 am
This new tool called Tennis makes CSV files look clean, colorful, surprisingly beautiful and ever more useful.... 
- A New Linux Kernel Driver Wants to Catch Malicious USB Devices in the Act6 April 2026, 7:35 am
If adopted, this kernel module would detect when a plugged-in USB device is acting suspiciously.... 
- Can Free VPN and AI Save Firefox From Decline?5 April 2026, 4:54 am
Mozilla is betting on free VPN and AI to revive Firefox browser. Can this bold strategy bring users back or is it too late already?...
- Git Isn’t Just for Developers. It Might Be the Best Writing Tool Ever4 April 2026, 6:49 am
Plain Text, Git, and the Long Afterlife of Written Work....
- Proton Launches Workspace and Meet, Takes Aim at Google and Microsoft3 April 2026, 11:28 am
These two launches ought to keep Big Tech on their toes....
- FOSS Weekly #26.14: Open Source Office Drama, Ubuntu MATE Troubles, Conky With Ease, Session Management in Wayland and More Linux Stuff2 April 2026, 1:56 pm
Controversies all around....
- LibreOffice Drama: TDF Removes Collabora Developers in One Sweep2 April 2026, 12:28 pm
TDF has used a bylaw Collabora publicly opposed to strip over 30 of its most active developers of their membership....
- Proposal to Centralize Per-User Environment Variables Under Systemd in Fedora Rejected2 April 2026, 12:11 pm
It was rejected due to insufficient consideration for systemd-less environments like containers....
- Arch Installer Goes 4.0 With a New Face and Fewer 'Curses'1 April 2026, 12:36 pm
The release drops curses in favor of Textual, but that's just the highlight....
- GNOME 50 Drops Google Drive Integration (For a Valid Reason)1 April 2026, 11:15 am
Nobody stepped up to maintain a key package, and its security baggage eventually led to this....
- You can now enable Ubuntu Pro from the OS setup tool5 April 2026, 11:57 pm
Ubuntu 26.04 LTS makes it easier to enable Ubuntu Pro, Canonical’s opt-in (but free for home users) subscription that extends security update to more packages in the wider Ubuntu repos, straight after installation. An Enable Ubuntu Pro step has been added to the distro’s Welcome tool (package namegnome-initial-setup, with Ubuntu-specific modifications). This tool pops up to new users the first time they login after installing the OS. In Ubuntu 26.04 LTS, the first step of the Welcome tool in... 
- 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 adds neat sudo password feedback toggle2 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 adds neat sudo password feedback toggle, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Raspberry Pi’s eye-watering price rises & new 3GB RAM model1 April 2026, 5:02 pm
Raspberry Pi has announced a fresh round of price rises for its range of popular single-board computers, owing to industry-wide memory costs. It’s also launched a new version of the Pi 4 with 3GB RAM to sweeten the bad news, albeit somewhat. This is the second price rise announced for Raspberry Pi in recent months. The RRP of Raspberry Pi boards were bumped in February, seeing up to $20 aded to the cost of Raspberry Pi 5 boards compared to their original price. A 16 GB Raspberry Pi 5 in the UK...
- Ubuntu quietly raises its minimum system requirements1 April 2026, 2:52 pm
Ubuntu 26.04 LTS raises its minimum RAM requirement to 6GB, the first increase since 2019. Systems with less memory still work, but the experience may suffer.
You're reading Ubuntu quietly raises its minimum system requirements, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- GNOME 50 dropped support for accessing Google Drive files30 March 2026, 11:13 pm
If you’re used to accessing your Google Drive in the Nautilus file manager, a heads-up that the feature is no longer available in GNOME 50, which is the desktop version the upcoming Ubuntu 26.04 LTS uses. While GNOME Online Accounts (GOA) integration continues to allow you to sign in to your Google account to enable supported apps to access your contacts, mail and calendar data securely, the toggle to give access to files is now gone. It’s that toggle that allows you to remotely mount your G...
- Ubuntu MATE’s founder is stepping back after 12 years29 March 2026, 6:46 pm
Ubuntu MATE is looking for a new maintainer, with current project lead Martin Wimpress revealing he no longer has the ‘passion’ for the project he once did – nor the time, it seems. Wimpress created Ubuntu MATE back in 2014, pairing Ubuntu with the traditional MATE desktop, initially a fork of the old GNOME 2 codebase and layout but now very much its own thing. Ubuntu MATE was made an official Ubuntu flavour in 2015, and its first official long-term support (LTS) release arrived the follow...
- Ubuntu 26.10 could drop btrfs, ZFS and LUKS support from GRUB28 March 2026, 3:09 am
Ubuntu engineers are debating ways to reduce the number of features present in the signed version of GRUB, the boot loader used on systems with Secure Boot enabled. Canonical engineer Julian Klode proposes dropping support for /boot on btrfs, HFS+, XFS and ZFS filesystems, alongside GRUB’s JPEG and PNG image parsers, ahead of Ubuntu 26.10. Apple partition table support, LVM volume handling, all software RAID except RAID 1 and, more controversially, LUKS-encrypted /boot partitions are also on...
- KDE 4’s Air Theme Making a Comeback, Oxygen Gets Major Revamp for Plasma 6.76 April 2026, 9:55 am
The Oxygen and Air themes from the KDE 4 desktop environment are making a major comeback with the upcoming KDE Plasma 6.7 release.... 
- PeaZip 11.0 Archive Manager Speeds Up File Browsing and Enhances Bookmarks6 April 2026, 7:29 am
PeaZip 11.0 open-source archive manager is now available for download with faster archive browsing, enhanced bookmarks, internal drag and drop, and other changes. Here’s what’s new!... 
- Almost 7 Years of COVID6 April 2026, 7:10 am
A community's maturity is a sign of strength and endurance... 
- Android Leftovers6 April 2026, 7:10 am
Can An Android Tablet Replace Your Laptop?... 
- Let’s put an end to the speculation6 April 2026, 6:51 am
At the time, nobody could imagine that the companies that had supported OpenOffice.org until then would create a project to kill LibreOffice... 
- Why I don't use Linux on my desktop PC6 April 2026, 6:45 am
Linux is a great operating system... 
- Linux desktop environments are dying, and KDE and GNOME killed them6 April 2026, 6:44 am
Although the number of Linux Desktops has fluctuated over time... 
- I switched my Linux terminal to Zsh and it’s the biggest productivity boost I’ve had in years6 April 2026, 6:42 am
My Linux terminal is one of the most important tools for my daily workflows... 
- I switched from GNOME to KDE Plasma 6 and I'm not going back to Ubuntu defaults6 April 2026, 6:41 am
When I installed and booted into Ubuntu GNOME... 
- Bluefish 2.4.1 Released with Side-by-Side View & Improved Dark Mode6 April 2026, 6:33 am
Bluefish, the free open-source code editor for programmers and web developers, release new 2.4.1 version few days ago... 
- 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....
- Berserk Arch 2026.04.056 April 2026, 12:14 am
Berserk Arch is an Arch Linux-based, rolling-release distribution designed primarily for power users, security researchers and developers. It uses a customised Openbox window manager. The distribution offers a modular environment with pre-configured desktop profiles, secure package infrastructure and curated toolsets.... 
- NetBSD 11.0_RC35 April 2026, 10:54 pm
NetBSD is a free, secure, and highly portable UNIX-like Open Source operating system available for many platforms, from 64-bit AlphaServers and desktop systems to handheld and embedded devices. Its clean design and advanced features make it excellent in both production and research environments, and it is user-supported with complete source. Many applications are easily available through The NetBSD Packages Collection.... 
- Ventoy 1.1.115 April 2026, 4:25 pm
Ventoy LiveCD is a minimalist, single-purpose live CD designed to install the Ventoy application on Windows system. It is based on Porteus Kiosk and uses the Openbox window manager. It can be useful in cases where the standard installation of Ventoy on Windows fails due to Windows-specific restrictions on some low-level operations. Ventoy, an open-source application that facilitates the creation of bootable USB drives from ISO, WIM, IMG, VHD(x) and EFI files, is a useful utility for those who f...
- AbeirOS 202604055 April 2026, 12:06 pm
AbeirOS is a Void-based Linux distribution featuring a vanilla KDE Plasma desktop. Its main feature is the use of the musl C library (instead of GNU's glibc library used by most Linux distributions), considered a lightweight and efficient alternative to glibc but with some compatibility challenges, more suitable for containers and embedded systems. Other than that, AbeirOS is a standard Void with the XBPS package manager and runit init system....
- AfagOS 202604055 April 2026, 11:02 am
AfagOS, a sister project of AgarimOS, is a Void-based Linux distribution featuring a vanilla KDE Plasma desktop. Like all distributions based on Void, it uses the XBPS package manager with the OctoXBPS graphical frontend and the Topgrade meta-updater. The distribution is free of systemd, using the runit init system instead....
- AgarimOS 202604055 April 2026, 9:56 am
AgarimOS is a desktop Linux distribution based on Void. It comes in several popular desktop flavours, including Cinnamon, GNOME, KDE Plasma, LXQt, MATE and Xfce, all with a limited set of applications in their default states. Like its parent, AgarimOS does not use the systemd service manager, relying instead on the runit init scheme. It employs the XBPS package management system, together with a graphical front-end called OctoXBPS. The distribution also includes various optimisations, custom th...
- PikaOS 26.04.044 April 2026, 11:03 pm
PikaOS Linux is a Linux distribution based on Debian's cutting-edge "Unstable" branch, optimised for gaming. It is designed to provide out-of-the-box gaming experience, excellent performance with up-to-date drivers and custom-tweaked Linux kernel, and a choice of GNOME or KDE Plasma desktops, with separate editions that use the Hyprland Wayland compositor....
- Tsurugi 26.034 April 2026, 9:00 pm
Tsurugi Linux is an Ubuntu-based Linux distribution designed to support Digital Forensics and Incident Response (DFIR) investigations, malware analysis, and Open Source INTelligence (OSINT) activities. It comes with many popular software tools to conduct an in-depth forensic or incident response investigation, as well as several special features, like device write blocking at kernel level, a dedicated Computer Vision analysis functionality, and an OSINT profile switcher. Tsurugi Linux can be us...
- stillOS 10.1-r24 April 2026, 8:08 pm
stillOS is an immutable Linux distribution based on AlmaLinux and featuring a customised GNOME desktop. It includes atomic updates and support for Flatpak packages. It also comes with a number of custom applications, such as stillControl (a tool for configuring desktop layouts), stillCenter (a software center with a curated store), stillTerminal (a custom terminal emulator that integrates with DistroBox containers and remote SSH instances), and Quick Setup (a first-boot tool to allow selection ...
- ML4W 12.2.24 April 2026, 5:32 pm
ML4W OS is an Arch Linux-based distribution featuring a heavily customised Hyprland tiling compositor. The project specialises primarily in creating advanced configuration for Hyprland, so called "dotfiles", which are available for installation on several other Arch-based distributions, as well as Fedora and openSUSE. However, the live ML4W OS ISO image is a standalone, full-featured Linux distribution with all Hyprland configuration files, applications, icons, themes and wallpapers included. I...
- Arch Linux Makes nft the Default Backend for iptables6 April 2026, 12:06 pm
Arch Linux developers have announced that iptables now defaults to the nft backend, replacing the previous iptables-nft package name.... 
- Mesa 26.1 Makes It Easier To "Fake" A GPU Reset Using LLVMpipe6 April 2026, 10:34 am
As a small but interesting addition coming for this quarter's Mesa 26.1 release is making it easy to simulate a GPU reset with the LLVMpipe software driver. While seemingly mundane, this can be quite handy for compositor developers and other app/software developers wanting to more easily test how their code behaves when encountering a GPU reset...... 
- Ventoy 1.1.11 Improves Windows UEFI Booting6 April 2026, 9:03 am
Ventoy 1.1.11 fixes Windows and WinPE UEFI boot display issues, adds KylinSecOS support, and brings several Linux-side improvements.... 
- AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy6 April 2026, 7:31 am
An Amazon/AWS engineer raised the alarms on Friday over the current Linux 7.0 development kernel leading to the throughput for the PostgreSQL database server being around half that of prior kernel versions. The culprit halving the PostgreSQL performance is known but a revert looks like it may not happen and currently suggesting that PostgreSQL may need to be adapted...... 
- Zorin OS Says No to Mandatory Age Verification in Linux6 April 2026, 6:00 am
Zorin OS says it has no plans to introduce mandatory age or ID verification into the Linux distribution.... 
- Linux 7.0-rc7 Released With Improved Docs For AI Agents, WiFi Driver Performance Fix6 April 2026, 4:28 am
Timed for Easter this year is the seventh weekly release candidate for the Linux 7.0 kernel. If all goes well, Linux 7.0 stable will be out next week...... 
- 9to5Linux Weekly Roundup: April 5th, 20266 April 2026, 2:57 am
The 286th installment of the 9to5Linux Weekly Roundup is here for the week ending April 5th, 2026, keeping you updated on the most important developments in the Linux world.... 
- NHS staff resist using Palantir software5 April 2026, 12:06 pm
Staff reportedly cite ethics concerns, privacy worries, and doubt the platform adds muchPalantir's software was brought in to help NHS England improve care and cut delays, but new reports suggest some staff are resisting using it over ethical, privacy, and trust concerns.…...
- Netrunner 26 “Twilight” released with Debian 13, Plasma 6, and Linux 6.165 April 2026, 10:34 am
Netrunner 26 “Twilight” is out now, based on Debian 13 Trixie, with KDE Plasma 6.3.6, Linux kernel 6.16, and updated desktop apps....
- Razer Wolverine V3 Pro & Betop KP50 Controllers To Be Supported By Linux 7.05 April 2026, 9:03 am
Ahead of tomorrow's Linux 7.0-rc7 kernel release, this week's batch of input fixes were sent in and merged. Besides a few small input fixes are also some new device IDs and quirks for hardware now to be handled by Linux 7.0......
- 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 […]...
- These 5 Windows registry tweaks will corrupt your files (even though they sound safe)6 April 2026, 12:30 pm
One change that goes wrong could cause serious problems for your PC.... 
- This is the one Raspberry Pi project I leave running 24/7 in my homelab6 April 2026, 12:15 pm
Any Raspberry Pi will do to start, even a Pi Zero.... 
- I turned an old HDD into cold storage for files that matter, and it changed how I organize everything6 April 2026, 12:00 pm
Stop hoarding files on your main drive: Build a digital attic instead... 
- The 7 levels of Linux users: Which one are you?6 April 2026, 11:30 am
From "I installed Ubuntu once" to "I built my own OS"—where do you actually fall on the Linux skill ladder?... 
- There’s never been a better time to add infrared to your Home Assistant server6 April 2026, 11:00 am
Home Assistant 2026.4 goes hard on a blast from the past.... 
- Don't just hit "Save": 5 Word formats that solve real-world frustrations6 April 2026, 10:30 am
DOCX isn't always best—switching to different document formats can solve real-world frustrations.... 
- These 3 apps make Windows feel like a completely different OS (and they're free)6 April 2026, 10:00 am
These three free apps fix Windows' biggest annoyances—from slow search to clunky window management—and completely change how it feels to use.... 
- Stop treating your mini PC like a desktop: It's actually perfect as a dedicated sidekick5 April 2026, 8:00 pm
Your mini PC is wasting away on a shelf—turn it into your main computer's best... 
- These 6 celebrity-narrated audiobooks are worth every Audible credit you've saved up5 April 2026, 7:45 pm
You'll quickly recognize some of these voices.... 
- These Ford trucks were too good for America—here's why we never got them5 April 2026, 7:45 pm
Sometimes, the most truck-obsessed nation doesn’t get the full lineup.... 
- 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,......
- Higress Joins CNCF: Delivering an enterprise-grade AI gateway and a seamless path from Nginx Ingress25 March 2026, 1:22 pm
We are thrilled to announce that Higress has officially passed the Technical Oversight Committee (TOC) vote to join the Cloud Native Computing Foundation (CNCF) as a Sandbox project, becoming a proud member of the CNCF ecosystem.......
- 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...
- 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,......
- How to Run Claude Code with Docker: Local Models, MCP Servers, and Secure Sandboxes13 March 2026, 12:17 pm
Claude Code is quickly becoming a go-to AI coding assistant for developers and increasingly for non-developers who want to build with code. But to truly unlock its potential, it needs the right local infrastructure, tool access, and security boundaries. In this blog, we’ll show you how to run Claude Code with Docker to gain full......
- Clock Synchronization and Ordering Events in Distributed Systems: Lamport Clocks vs. Vector Clocks6 April 2026, 12:00 pm
Building distributed systems teaches you many lessons, but few are as counterintuitive as this: the clock on your machine is lying to you. The assumption that you can look at two events across two different machines and confidently say which one happened first feels obvious until the day your system starts producing data inconsistencies that one simply cannot explain.
A classic scenario that many distributed systems engineers have encountered: a team debugging a subtle corruption issue in a dist... 
- Hadoop on AmpereOne Reference Architecture3 April 2026, 10:25 pm
Ampere processors with Arm architecture deliver superior power efficiency and cost advantages compared to traditional x86 architecture. Hadoop, with its core components and broader ecosystem, is fully compatible with Arm-based platforms.
Ampere Computing has previously published a comprehensive reference architecture demonstrating Hadoop deployments on Ampere® Altra® M processors. This paper builds on that foundation and extends the analysis by highlighting Hadoop performance on the next gen...
- 5 Proven Strategies for Modernizing Legacy .NET Applications3 April 2026, 8:00 pm
As a developer, it is almost inevitable that you’ll eventually work on maintaining or modernizing an existing codebase. Rarely is this straightforward; the challenge can feel overwhelming, especially if the core logic is a tangled mess and a classic ‘big ball of mud’. This lack of clarity decreases your confidence and increases the risk of the system breaking in unexpected places whenever you make changes.
Defining Legacy .NET Code
A common misconception is that legacy code must be old cod...
- Chat with Your Oracle Database: SQLcl MCP + GitHub Copilot3 April 2026, 7:00 pm
Ask questions in plain English inside VS Code. Get SQL results back instantly — no copy-pasting, no switching tools.
The Problem: Too Many Switches
If you work with Oracle databases, you know the drill: write SQL in a text editor, copy it to SQL Developer or SQLcl, run it, then copy results back. Add an AI assistant into the mix and you get another window — one that can write SQL but has no way to actually run it against your database....
- Not AI-First — Work-First!3 April 2026, 6:00 pm
As the AI marketing machine accelerates, a new vocabulary has emerged alongside it. One of the most popular current phrases is “AI-First.” Organizations aspire to become AI-First enterprises.
Software teams aim for AI-First development. Strategies are increasingly framed through an AI-First lens....
- Retiring a Tier-0 Legacy Database Without Breaking the Business3 April 2026, 5:00 pm
The most dangerous lie in tier-0 migrations is not “this will be quick.” It is “we can always roll back.”
That sentence sounds reasonable when you are migrating a stateless service or swapping a cache. It becomes fiction when the system you are retiring holds years of operational history, audit-critical records, dispute workflows, and the kind of long-tail queries that only show up when something goes wrong at the worst possible time. In 2026, the pressure is higher because data retentio...
- From Concept to Production: A Strategic Framework for AI/ML Project Success3 April 2026, 4:00 pm
The AI revolution has promised to transform business operations by automating manual work intelligently; however, it has fallen short of expectations.
MIT recently published a report claiming 95% of generative AI projects fail to deliver measurable ROI. This highlights a massive gap between AI hype and real-world success. When you compare this with the Project Management Institute (PMI) findings that 73.4% of traditional projects succeed, the difference is hard to ignore. This is not just a simp...
- Reducing Deployment Time by 60% on GCP: A CI/CD Pipeline Redesign Case Study3 April 2026, 3:00 pm
The Problem: Deployments Were Slowing Down Engineering
Our deployment cycle had quietly become a bottleneck.
Every production release took 45–60 minutes, even for small changes. That delay created hesitation around shipping frequently. Engineers batched features instead of releasing incrementally. Rollbacks were painful. Incident response was slower than it should have been....
- How Our gRPC Services Collapsed During Traffic Bursts — and What Finally Stopped It3 April 2026, 2:00 pm
Traffic bursts don’t look dangerous at first. Most of the time, dashboards are still mostly green while the system is already drifting toward failure. That’s exactly what kept happening to us.
For a long time, our services behaved predictably. Traffic grew gradually. Autoscaling worked. Latency stayed reasonable. Things felt stable. Then we started seeing short, sharp traffic bursts — often triggered by promotions or external events. Request rates jumped within seconds. Autoscaling never h...
- How Spec-Driven Development Brings Structure to AI-Assisted Engineering and How We Put It to the Test3 April 2026, 1:00 pm
AI coding assistants have made developers incredibly fast since the start of the AI boom, but this new speed often comes at a hidden cost. The IT industry is realizing that generating code is the easy part. The real challenge is building systems that are coherent, maintainable, and actually do what they were supposed to do.
This is where Spec-Driven Development (SDD) comes in. This methodology shifts the focus from vibe coding to following the general intent, using specifications as the new sour...
- Linux Finally Starts Removing Support for Intel's 37-Year-Old i486 Processor6 April 2026, 11:34 am
"It's finally time," writes Phoronix — since "no known Linux distribution vendors are still shipping with i486 CPU support."
"A patch queued into one of the development branches ahead of the upcoming Linux 7.1 merge window is set to finally begin the process of phasing out and ultimately removing Intel 486 CPU support from the Linux kernel."
More details from XDA-Developers:
Authored by Ingo Molnar, the change, titled "x86/cpu: Remove M486/M486SX/ELAN support," begins dismantling Linux's b... 
- Russia's VPN Crackdown Caused Bank Outages, Telegram Founder Says6 April 2026, 7:34 am
Russia's "great crackdown" on VPNs — and a clampdown on Telegram's messaging platform — had an unintended side effect, reports Bloomberg. It "triggered the widespread banking outage seen across the country this week, Telegram's billionaire founder Pavel Durov said."
"Telegram was banned in Russia, yet 65 million Russians still use it daily via VPNs," Durov said Saturday in a post on Telegram. "The government has spent years trying to ban VPNs too. Their blocking attempts just triggered a ma... 
- 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... 
- Internet Bug Bounty Pauses Payouts, Citing 'Expanding Discovery' From AI-Assisted Research6 April 2026, 1:34 am
The Internet Bug Bounty program "has been paused for new submissions," they announced last week.
Running since 2012, the program is funded by "a number of leading software companies," reports InfoWorld, "and has awarded more than $1.5m to researchers who have reported bugs "
Up to now, 80% of its payouts have been for discoveries of new flaws, and 20% to support remediation efforts. But as artificial intelligence makes it easier to find bugs, that balance needs to change, HackerOne said in a ... 
- Claude Code Leak Reveals a 'Stealth' Mode for GenAI Code Contributions - and a 'Frustration Words' Regex5 April 2026, 11:41 pm
That leak of Claude Code's source code "revealed "all kinds of juicy details," writes PC World.
The more than 500,000 lines of code included:
- An 'undercover mode' for Claude that allows it to make 'stealth' contributions to public code bases
- An 'always-on' agent for Claude Code
- A Tamagotchi-style 'Buddy' for Claude
"But one of the stranger bits discovered in the leak is that Claude Code is actively watching our chat messages for words and phrases — including f-bombs and other curses ... 
- Hundreds of Theatres Show Apocalyptic-Yet-Optimistic New Movie, 'The AI Doc'5 April 2026, 10:39 pm
Hundreds of theatres are now showing a new documentary called The AI Doc: Or How I Became An Apocaloptimist. Variety calls it "playful and heady,"edited "with a spirit of ADHD alertness." The New York Times suggests it "tries to cover so much that it ends up being more confusing than clarifying, but parts are fascinating."
But the Los Angeles Times calls it an "aggravating soup of information and opinion that wants to move at the speed of machine thought." So while co-director Daniel Roher ask... 
- Will 'AI-Assisted' Journalists Bring Errors and Retractions?5 April 2026, 9:22 pm
Meet the "journalist" who "uploads press releases or analyst notes into AI tools and prompts them to spit out articles that he can edit and publish quickly," according to the Wall Street Journal.
"AI-assisted stories accounted for nearly 20% of Fortune's web traffic in the second half of 2025." And most were written by 42-year-old Nick Lichtenberg, who has now written over 600 AI-assisted stories, producing "more stories in six months than any of his colleagues at Fortune delivered in a year."... 
- Crooks Behind $27M in 'Refund' Scams Busted By YouTube Pranksters After Being Lured to Fake Funeral5 April 2026, 6:34 pm
One crime ring scammed 2,000 elderly people of more than $27 million between 2021 and 2023 using tech support/bank impersonation/refund scams. "Victims were in their 70s and 80s," reports the U.S. Attorney's office for California's southern district. Victims were first told they'd received a refund (either online or via phone), but then told they'd been "over-refunded" a massive amount, and asked to return that amount.
But 42-year-old Jiandong Chen just admitted Thursday in a U.S. federal cour...
- Apple Brings Device-Level Age Verification to Two More Countries5 April 2026, 5:34 pm
11 days ago Apple launched device-level age restrictions in the U.K. There were some glitches, reports the blog 9to5Mac.
For me, the experience was an entirely painless one, taking less than 30 seconds. All I had to do was tap a confirm and continue button, and Apple told me that the length of time I'd had an Apple account was used to confirm that I'm 18+. Others, however, experienced difficulties with the process timing out or failing to complete. We summarized some of the steps you can take t...
- Chrome 148 Will Start 'Lazy Loading' Video and Audio to Improve Performance5 April 2026, 4:34 pm
"Google has announced that it's currently testing a new feature for Chrome 148 that could speed up day-to-day browsing," reports PC World:
[T]he browser can intelligently postpone the loading of certain elements. Why load all images at the start when it can instead load images as you get close to them while scrolling? Chrome and Chromium-based browsers have had built-in lazy loading support for images and iframes since 2019, but this feature would make browsers capable of lazy loading video an...
- Ask HN: How do systems (or people) detect when a text is written by an LLM6 April 2026, 12:03 pm
Comments... 
- Tiny Corp's Exabox6 April 2026, 11:39 am
Comments... 
- The Intelligence Failure in Iran6 April 2026, 11:21 am
Comments... 
- Is Germany's gold safe in New York ?6 April 2026, 10:54 am
Comments... 
- Age Verification as Mass Surveillance Infrastructure6 April 2026, 10:33 am
Comments... 
- Number in man page titles e.g. sleep(3)6 April 2026, 9:39 am
Comments... 
- France pulls last gold held in US for $15B gain6 April 2026, 8:03 am
Comments... 
- Drop, formerly Massdrop, ends most collaborations and rebrands under Corsair6 April 2026, 4:24 am
Comments... 
- An open-source 240-antenna array to bounce signals off the Moon6 April 2026, 3:22 am
Comments... 
- The 1987 game “The Last Ninja” was 40 kilobytes6 April 2026, 3:03 am
Comments... 
- Interview with Steven Vaughan-Nichols, a Pioneer in Linux Media & Open Source News6 April 2026, 5:23 pm
... 
- Proton Launches Workspace and Meet, Takes Aim at Google and Microsoft6 April 2026, 3:23 pm
... 
- Windsurf runs under XWayland by default on Wayland sessions — here's the fix6 April 2026, 2:05 pm
... 
- Many MediaTek MT76 WiFi Driver Improvements Coming For Linux 7.16 April 2026, 1:21 pm
... 
- It's not always elitist gatekeeping, in many cases, it's push-back against weaponized incompetence.6 April 2026, 9:18 am
... 
- PeaZip 11.0.0 is ready!6 April 2026, 7:57 am
... 
- Linux 7.0-rc7 has been released: improved docs for AI agents & WiFi driver performance fix6 April 2026, 5:25 am
... 
- How Linux executes binaries: ELF and dynamic linking explained6 April 2026, 4:45 am
... 
- Media scraper gallery-dl is moving to codeberg after receiving a DMCA notice, claiming that its circumvention.6 April 2026, 3:21 am
... 
- Linux 7.1 Expected To Begin Removing i486 CPU Support5 April 2026, 10:44 pm
... 
- Where to start6 April 2026, 5:28 pm
... 
- By far the most interesting 811 locate I've seen6 April 2026, 4:33 pm
... 
- Office 2024 LTSC Backup and Reinstallation Question6 April 2026, 4:21 pm
... 
- Mstsc getting hung6 April 2026, 4:15 pm
... 
- Outlook Issues?6 April 2026, 3:56 pm
... 
- Best Veeam alternatives?6 April 2026, 3:42 pm
... 
- Trying to rethink our documentation setup as things scale6 April 2026, 3:10 pm
... 
- Outlook email delays6 April 2026, 2:53 pm
... 
- Active Windows 11 from Server 2025 KMS Server6 April 2026, 2:10 pm
... 
- Risk of BitLocker/boot issues with Secure Boot updates on outdated UEFI firmware?6 April 2026, 1:29 pm
... 
- 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 ...
- Quadratic Gravity Theory Reshapes Quantum View of Big Bang31 March 2026, 11:00 am
Researchers at the University of Waterloo say a new "quadratic quantum gravity" framework could explain the universe's rapid early expansion without adding extra ingredients to Einstein's theory by hand. The idea is especially notable because it makes testable predictions, including a minimum level of primordial gravitational waves that future experiments may be able to detect. "Even though this model deals with incredibly high energies, it leads to clear predictions that today's experiments can...
- Scientists Shocked To Find Lab Gloves May Be Skewing Microplastics Data31 March 2026, 7:00 am
Researchers found that common nitrile and latex lab gloves can shed stearate particles that closely resemble microplastics, potentially "increasing the risk of false positives when studying microplastic pollution," reports ScienceDaily.
"We may be overestimating microplastics, but there should be none," said Anne McNeil, senior author of the study and U-M professor of chemistry, macromolecular science and engineering. "There's still a lot out there, and that's the problem." From the report: Re...
- 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....
- SUSE Wins 64 G2 Badges in Spring Report31 March 2026, 8:57 pm
I’m delighted to share that G2, the world’s largest and most trusted tech marketplace, has recognized SUSE’s solutions once again. We received 64 badges in its 2026 Spring Report across our portfolio for SUSE Rancher Prime, SUSE Linux Enterprise Server (SLES), SUSE Multi-Linux Manager (formerly SUSE Manager) and SUSE Cloud Observability. We received 10 badges […]
The post SUSE Wins 64 G2 Badges in Spring Report appeared first on SUSE Communities....
- Secure, Local, and Connected: Insights from SAPinsider on the Future of SAP Integration Suite with Edge Integration Cell27 March 2026, 1:57 pm
The conversations at our booth this year in Las Vegas shifted from “what’s coming next” to “what we can do now”. For customers in regulated industries like pharma, defense, or the public sector, the SAP Edge Integration Cell (EIC) is the missing link. It finally enables the full power of the SAP Integration Suite without […]
The post Secure, Local, and Connected: Insights from SAPinsider on the Future of SAP Integration Suite with Edge Integration Cell appeared first on SUSE Communit...
- Sideloading SUSE Virtualization onto an existing Linux system27 March 2026, 4:22 am
After the v1.7.0 community release of Harvester, we learned that there was a problem with network interface naming for certain types of Intel NIC, when upgrading from v1.6.x. When I was working on fixing this for SUSE Virtualization v1.7.1, I needed to test the fix on hardware with Intel X710 NICs, but we didn’t have […]
The post Sideloading SUSE Virtualization onto an existing Linux system appeared first on SUSE Communities....
- From System Admin to Game Dev: Cockpit as the Ultimate Canvas for Custom Linux Tooling26 March 2026, 2:20 pm
The Modern Face of Linux Management In the world of SUSE, we often talk about “Zero-Touch” and “Infrastructure-as-Code.” But behind every automated cluster is a human who occasionally needs to see exactly what is happening on a specific node, or make adjustments. This is about pets, not cattle. For many of our customers – especially those […]
The post From System Admin to Game Dev: Cockpit as the Ultimate Canvas for Custom Linux Tooling appeared first on SUSE Communities....
- Supercharge the Telco Edge with SUSE and Ampere: The cloud-native fix for power-hungry infrastructure25 March 2026, 10:02 pm
The Edge Infrastructure Perfect Storm Have you noticed the perfect storm brewing in the telecommunications world lately? With the massive push toward 5G-Advanced, Open RAN, and AI-driven automation, network traffic is absolutely exploding. But there is a huge roadblock: the physical edge locations where all this data needs to be processed are severely limited on […]
The post Supercharge the Telco Edge with SUSE and Ampere: The cloud-native fix for power-hungry infrastructure appeared first on ...
- What are SAPHanaSR-angi configuration variants?25 March 2026, 1:10 pm
SAPHanaSR-angi is the SAPHanaSR Advanced Next Generation Interface. It aimes to ensure SUSE HA for SAP HANA over the next decade. In this blog article you learn about SAPHanaSR-angi configuration variants. Particularly you will understand which variants are available, what they do and how to choose the right one. Which variants are available and what […]
The post What are SAPHanaSR-angi configuration variants? appeared first on SUSE Communities....
- The Open Standard: Gary Mackenzie on Modernizing the Telco Ecosystem25 March 2026, 5:49 am
As 5G transitions from a futuristic promise to a foundational reality, the telecommunications industry is hitting a critical inflection point. The move toward cloud native infrastructure is no longer optional, but the path to getting there is often cluttered with fragmentation and proprietary roadblocks. In a recent featured interview with TelecomTV, Gary Mackenzie, GM of […]
The post The Open Standard: Gary Mackenzie on Modernizing the Telco Ecosystem appeared first on SUSE Communities....
- Security that speaks Kubernetes. Introducing the new SUSE Security Vulnerability Scanner and Process Enforcer.24 March 2026, 8:15 am
What is Kubernetes runtime security Kubernetes runtime security combines vulnerability scanning, policy enforcement, and behavioural monitoring to protect container workloads throughout the software lifecycle. Modern platforms increasingly integrate scanning tools such as Trivy with runtime enforcement mechanisms like eBPF to detect vulnerabilities, prevent misconfigurations, and automatically enforce compliance policies across clusters. Security tooling has a […]
The post Security that speaks...
- 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...
- Kali Linux Waxes Nostalgic with BackTrack Mode26 March 2026, 1:53 pm
For those who've used Kali Linux since its inception, the changes with the new release are sure to put a smile on your face....
- Gnome 50 Smooths Out NVIDIA GPU Issues25 March 2026, 2:07 pm
Gamers rejoice, your favorite pastime just got better with Gnome 50 and NVIDIA GPUs....
- System76 Retools Thelio Desktop24 March 2026, 3:15 pm
The new Thelio Mira has landed with improved performance, repairability, and front-facing ports alongside a high-quality tempered glass facade....
- Some Linux Distros Skirt Age Verification Laws24 March 2026, 2:21 pm
After California introduced an age verification law recently, open source operating system developers have had to get creative with how they deal with it....
- UN Creates Open Source Portal17 March 2026, 3:04 pm
In a quest to strengthen open source collaboration, the United Nations Office of Information and Communications Technology has created a new portal....
- Latest Linux Kernel RC Contains Changes Galore16 March 2026, 9:13 pm
Linux kernel 7.0-rc3 includes more changes than have been made in a single release in recent history....
- Nitrux 6.0 Now Ready to Rock Your World6 March 2026, 6:14 pm
The latest iteration of the Debian-based distribution includes all kinds of newness....
- Linux Foundation Reports that Open Source Delivers Better ROI5 March 2026, 2:43 pm
In a report that may surprise no one in the Linux community, the Linux Foundation found that businesses are finding a 5X return on investment with open source software....
- Keep Android Open3 March 2026, 5:32 pm
Google has announced that, soon, anyone looking to develop Android apps will have to first register centrally with Google....
- Filesystem Searching with Clapgrep and Recoll3 March 2026, 8:20 am
Clapgrep and Recoll edge out grep for filesystem searches thanks to straightforward graphical user interfaces....
- 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...
- Intel Expands Linux Graphics Team to Boost Drivers and Gaming Support5 March 2026, 5:00 pm
by George Whittaker
Intel is once again investing in Linux development. The company has recently posted several job openings aimed at strengthening its Linux graphics driver and GPU software teams, signaling continued interest in improving Intel hardware support on the open-source platform.
For Linux users, especially gamers and developers, this could mean faster improvements to Intel’s graphics stack and stronger support for m...
- AerynOS 2026.02 Alpha Released: Advancing a Modern Atomic Linux Vision3 March 2026, 5:00 pm
by George Whittaker
The developers behind AerynOS have released AerynOS 2026.02 Alpha, the latest development snapshot of the independent Linux distribution previously known as Serpent OS. This new release continues the project’s rapid evolution, bringing updated packages, improved build tools, and new installation options while the system remains in an early testing stage.
Although still labeled as an alpha-quality release, th...
- iPhone 18 Pro Leak Teases Key Features Ahead of September Launch6 April 2026, 1:36 pm
Apple’s next iPhone is already making waves. Early leaks hint at design changes, performance upgrades, and new features ahead of its expected debut.
The post iPhone 18 Pro Leak Teases Key Features Ahead of September Launch appeared first on TechRepublic.... 
- Samsung to Shut Down Its Messaging App, Switch to Google Messages in July6 April 2026, 12:47 pm
Samsung will discontinue its Messages app in July 2026, pushing users to Google Messages with RCS, AI, and security upgrades.
The post Samsung to Shut Down Its Messaging App, Switch to Google Messages in July appeared first on TechRepublic.... 
- This $85 AI Assistant Aims to Consolidate Your Daily Work Tools6 April 2026, 8:37 am
Instead of bouncing between AI tools, this platform puts models, file features, and creative tools together.
The post This $85 AI Assistant Aims to Consolidate Your Daily Work Tools appeared first on TechRepublic.... 
- Google Vids Just Got a Major AI Upgrade — Here’s What’s New3 April 2026, 6:58 pm
Google Vids adds AI avatar controls, custom music, and YouTube publishing, positioning itself as a powerful new competitor in AI video creation.
The post Google Vids Just Got a Major AI Upgrade — Here’s What’s New appeared first on TechRepublic....
- Android Alert: 50 Google Play Apps Linked to ‘NoVoice’ Malware Reached 2.3M Downloads3 April 2026, 4:01 pm
NoVoice malware was found in 50 Android apps on Google Play, with 2.3 million downloads, by bypassing detection and targeting outdated devices.
The post Android Alert: 50 Google Play Apps Linked to ‘NoVoice’ Malware Reached 2.3M Downloads appeared first on TechRepublic....
- Apple Adds Dozens of iPhones, Macs, and Watches to Vintage and Obsolete List3 April 2026, 3:48 pm
Apple has updated its vintage and obsolete list, adding popular iPhones, MacBooks, and more. See which devices are affected and what it means.
The post Apple Adds Dozens of iPhones, Macs, and Watches to Vintage and Obsolete List appeared first on TechRepublic....
- FBI Declares Surveillance System Breach a ‘Major Incident’3 April 2026, 3:35 pm
China-linked hackers breached an FBI surveillance system, exposing sensitive investigation data and prompting a “major incident” classification.
The post FBI Declares Surveillance System Breach a ‘Major Incident’ appeared first on TechRepublic....
- AI Breakthroughs, Security Breaches, and Industry Shakeups Define the Week in Tech3 April 2026, 2:00 pm
See what you missed in Daily Tech Insider from March 30–April 3.
The post AI Breakthroughs, Security Breaches, and Industry Shakeups Define the Week in Tech appeared first on TechRepublic....
- Amazon Eyes $9B Globalstar Deal to Compete Against SpaceX’s Starlink2 April 2026, 7:13 pm
Amazon is reportedly negotiating to buy Globalstar, a $9 billion satellite company, as it looks to compete against Elon Musk’s SpaceX Starlink internet service.
The post Amazon Eyes $9B Globalstar Deal to Compete Against SpaceX’s Starlink appeared first on TechRepublic....
- Patch Now: Chrome Flaw Under Active Attack, Google Confirms2 April 2026, 7:02 pm
Google patches 21 Chrome vulnerabilities, including an actively exploited zero-day flaw that could enable code execution and full device compromise.
The post Patch Now: Chrome Flaw Under Active Attack, Google Confirms appeared first on TechRepublic....
- Fedora Infrastructure Status: Matrix server maintenance6 April 2026, 11:15 am
... 
- Guillaume Kulakowski: Migrer ses DNS sur Cloudflare : retour d’expérience et pièges à éviter6 April 2026, 8:00 am
... 
- Alexander Bokovoy: kurbu5: MIT Kerberos plugins in Rust4 April 2026, 7:10 pm
...
- Kevin Fenzi: misc fedora bits first week of april 20264 April 2026, 6:18 pm
A somewhat quiet week in fedora land this time, which is nice,
as it allows for catching up on planned work. Of course there
was the usual flow of day to day items too.
DeploymentConfig to Deployment
Long ago OpenShift used a custom object called 'DeploymentConfig'
to define how to deploy applications. After a while it was deprecated
in favor of the normal k8s 'Deployment' object. We have a bunch of
apps using the old DeploymentConfig and we wanted to migrat...
- Vedran Miletić: Celebrating Graphics and Compute Freedom Day4 April 2026, 2:43 pm
...
- Vedran Miletić: The academic and the free software community ideals4 April 2026, 2:43 pm
...
- Vedran Miletić: My perspective after two years as a research and teaching assistant at FIDIT4 April 2026, 2:43 pm
...
- Vedran Miletić: Should I do a Ph.D.?4 April 2026, 2:43 pm
...
- Vedran Miletić: Markdown vs reStructuredText for teaching materials4 April 2026, 2:43 pm
...
- Vedran Miletić: Fly away, little bird4 April 2026, 2:43 pm
...
- 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....
- 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 ...
- Transition to the new WoW64 wine and wine-staging16 June 2025, 4:22 pm
We are transitioning the wine and wine-staging package to a pure wow64 build. This change removes the dependency on the multilib repository for wine and wine-staging.
The main reason for this is to align with upstream Wine development, which simplifies packaging and the dependency chain.
Potential Issues:
OpenGL Performance: A known limitation of the new WoW64 mode is reduced performance for 32-bit applications that use OpenGL directly
Breaking Changes: Existing 32-bit prefixes needs to be recr...
- 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...