- GreenBoost Memory Orchestrator For NVIDIA GPUs Introduces GreenBoost-Proton For Gaming13 April 2026, 7:30 pm
Last month we showcased GreenBoost as an open-source means of augmenting NVIDIA GPU vRAM with system RAM and NVMe storage. This memory tiering solution for NVIDIA GPUs was developed by an open-source developer with a focus on CUDA and allowing larger LLMs to be handled on graphics cards with smaller vRAM capacities. There was a setback to the project due to NVIDIA legal but now the project is going in new form and also has introduced GreenBoost-Proton for helping Linux gaming on NVIDIA hardware.... 
- Coreboot Comes To AMD Ryzen Powered Star Labs StarBook MK VI After 3+ Year Wait13 April 2026, 7:05 pm
For those that had purchased a StarBook MK VI laptop 3+ years ago over the advertised support for Coreboot, Star Labs has now delivered with a Coreboot build finally available and working for this AMD Ryzen 5000 series powered laptop...... 
- user.* xattrs On Sockets Merged For Linux 7.1 As Sought By GNOME & systemd Developers13 April 2026, 6:45 pm
On this first day of the Linux 7.1 merge window, among the early pull requests merged were beginning to land the various VFS pull requests submitted by Christian Brauner. Among that code merged is enabling support for user.* extended attributes on sockets...... 
- The Good & The Bad When Using LLMs To Write Spack Packages13 April 2026, 4:13 pm
The Spack package manager is quite popular in the HPC / supercomputer space for scientific software. Even with the more selective niche than a typical general purpose OS package manager, large language models (LLMs) have already proven capable of being useful in generating new Spack packages. But there have also been some headaches involved too for Spack developers...... 
- NVIDIA Hiring More LLVM Engineers To Work On CUDA Tile13 April 2026, 3:45 pm
Last year NVIDIA announced the new CUDA Tile programming model as one of the biggest updates ever to the CUDA platform. CUDA Tile brings a virtual ISA for tile-based parallel programming and they subsequently open-sourced the CUDA Tile IR as an intermediate representation built atop LLVM's MLIR. Now they are looking to hire additional LLVM compiler engineers to help foster their CUDA Tile initiatives...... 
- Rust For Linux 7.1 Bringing Experimental Option That Can Help Performance13 April 2026, 2:51 pm
In advance of the Linux 7.1 merge window opening, Miguel Ojeda sent out all of the Rust feature updates on Friday. This includes bumping the minimum Rust version for building the Linux kernel as well as a new experimental option that can provide better performance for Rust code within the kernel, alongside other updates...... 
- FTRFS: New Fault-Tolerant File-System Proposed For Linux13 April 2026, 1:20 pm
Sent out today was an initial patch series for comment on introducing the FTRFS file-system. The FTRFS proposal is more interesting than last week's VMUFAT file-system proposal...... 
- Mold 2.41 Linker Released With New Features & Fixes13 April 2026, 1:13 pm
Mold 2.41 is out as the latest major update to this high performance linker and viable alternative to the linkers from the GNU and LLVM projects...... 
- Servo Browser Engine Making It Easier For Embedded Use13 April 2026, 11:47 am
The open-source, Rust-based Servo browser engine has been improving its Servoshell demo browser application while one of the most promising potentials for this engine is around embedded use as an alternative to the Chromium Embedded Framework (CEF). With the latest moves by Servo developers, they are making for a more compelling story for its use...... 
- Mesa 26.1 RadeonSI Driver Lands Improvement For AMD APUs With Rusticl13 April 2026, 10:27 am
For those wishing to make use of modern OpenCL 3.0 capabilities on AMD APUs/SoCs with integrated Radeon graphics using Mesa's Rusticl driver, an improvement was merged this weekend to the RadeonSI driver ahead of this quarter's Mesa 26.1 release...... 
- [$] Development statistics for the 7.0 kernel13 April 2026, 4:04 pm
Linus Torvalds released the 7.0 kernel as
expected on April 12, ending a relatively busy development cycle. The
7.0 release brings a large number of interesting changes; see the LWN
merge-window summaries (part 1, part 2) for all the details. Here,
instead, comes our traditional look at where those changes came from and
who supported that work.... 
- [$] A build system aimed at license compliance13 April 2026, 3:17 pm
The OpenWrt One is a
router powered by the open-source firmware from the OpenWrt project; it was also the
subject of a keynote at SCALE in 2025
given by Denver Gingerich of the Software Freedom Conservancy (SFC),
which played a big role in developing the router. Gingerich returned to
the conference in
2026 to talk about the build system used by the OpenWrt One, which is
focused on creating the needed binaries, naturally, but doing so in a way
that makes it easy to comply with the licenses of th... 
- Servo now on crates.io13 April 2026, 2:49 pm
The Servo project has announced
the first release of servo as a crate for use as a
library.
As you can see from the version number, this release is not a 1.0
release. In fact, we still haven't finished discussing what 1.0 means
for Servo. Nevertheless, the increased version number reflects our
growing confidence in Servo's embedding API and its ability to meet
some users' needs.
In the meantime we also decided to offer a long-term support (LTS)
version of Servo, since breaking changes in the ... 
- Security updates for Monday13 April 2026, 1:13 pm
Security updates have been issued by AlmaLinux (fontforge, freerdp, libtiff, nginx, nodejs22, and openssh), Debian (bind9, chromium, firefox-esr, flatpak, gdk-pixbuf, inetutils, mediawiki, and webkit2gtk), Fedora (corosync, libcap, libmicrohttpd, libpng, mingw-exiv2, mupdf, pdns-recursor, polkit, trafficserver, trivy, vim, and yarnpkg), Mageia (libpng12, openssl, python-django, python-tornado, squid, and tomcat), Red Hat (rhc), Slackware (openssl), SUSE (chromedriver, chromium, cockpit, cockpit-... 
- The 7.0 kernel has been released12 April 2026, 9:09 pm
Linus has released the 7.0 kernel after a
busy nine-week development cycle.
The last week of the release continued the same "lots of small
fixes" trend, but it all really does seem pretty benign, so I've
tagged the final 7.0 and pushed it out.
I suspect it's a lot of AI tool use that will keep finding corner
cases for us for a while, so this may be the "new normal" at least
for a while. Only time will tell.
Significant changes in this release include
the removal
of the "experimental" ...
- A set of Saturday stable kernel updates11 April 2026, 1:16 pm
The
6.19.12,
6.18.22,
6.12.81,
6.6.134, and
6.1.168
stable kernel updates have been released; each contains another set of
important fixes....
- [$] Removing read-only transparent huge pages for the page cache10 April 2026, 1:26 pm
Things do not always go the way kernel developers think they will. When
the kernel gained support for the creation of read-only transparent huge
pages for the page cache in 2019, the developer of that feature, Song Liu,
added a
Kconfig file entry promising that support for writable huge
pages would arrive "in the next few release cycles". Over six years
later, that promise is still present, but it will never be fulfilled.
Instead, the read-only option will soon be removed, reflecting how the c...
- Security updates for Friday10 April 2026, 1:12 pm
Security updates have been issued by AlmaLinux (container-tools:rhel8, fontforge, freerdp, go-toolset:rhel8, gstreamer1-plugins-bad-free, gstreamer1-plugins-base, and gstreamer1-plugins-good, kernel, kernel-rt, libtasn1, mariadb:10.11, mysql:8.4, nginx:1.24, openssh, pcs, python-jinja2, python3.9, ruby:3.1, vim, virt:rhel and virt-devel:rhel, and xmlrpc-c), Debian (libyaml-syck-perl and openssh), Fedora (cockpit, crun, dnsdist, doctl, fido-device-onboard, libcgif, libpng12, libpng15, mbedtls, op...
- [$] A flood of useful security reports9 April 2026, 1:28 pm
The idea of using large language models (LLMs) to discover security problems is
not new. Google's Project Zero
investigated
the feasibility of using LLMs for security research in 2024. At the time, they
found that models could identify real problems, but required a good deal of
structure and hand-holding to do so on small benchmark problems. In February
2026, Anthropic
published a report
claiming that the company's most recent LLM at that point in time, Claude Opus 4.6, had discovered
real-worl...
- Relicensing versus license compatibility (FSF Blog)9 April 2026, 1:19 pm
The Free Software Foundation has published
a short article on relicensing versus license compatibility.
The FSF's Licensing and
Compliance Lab receives many questions and license violation reports
related to projects that had their license changed by a downstream
distributor, or that are combined from two or more programs under
different licenses. We collaborated with Yoni Rabkin, an experienced
and long time FSF licensing volunteer, on an updated version of his
article to provide the free sof...
- An Open Source Dev Has Put Together a Fix for AMD GPU's VRAM Mismanagement on Linux13 April 2026, 2:24 pm
Six kernel patches and two utilities later, the VRAM situation for AMD GPUs is better now.... 
- AI Code Gets Approved in the Linux Kernel… But With Strings Attached13 April 2026, 11:39 am
The kernel's stance on AI-assisted patches is now official.... 
- Linux Kernel 7.0 is Out With Improvements Across the Board for Intel, AMD, and Storage13 April 2026, 4:08 am
From Nova Lake audio to autonomous XFS repairs and Zen 6 prep, this release covers a lot of ground.... 
- How to Take Screenshots in Linux Mint [Beginner's Tip]12 April 2026, 11:51 am
This beginner's tutorial helps you learn the basics of taking screenshots on Linux Mint/...
- Privacy Messenger Session Is Staring Down a 90-Day Countdown to Obscurity10 April 2026, 6:24 pm
With paid developers gone and only volunteers remaining, the app has until July 8 to secure funding or fade into irrelevance....
- Good News! France Starts Plan to Replace Windows With Linux on Government Desktops10 April 2026, 3:16 pm
DINUM is ditching Windows for Linux as France pushes every ministry to draft a migration plan away from non-European software....
- Is a Clanker Being Used to Carry Out AI Fuzzing in the Linux Kernel?10 April 2026, 11:16 am
Greg Kroah-Hartman appears to be running AI-assisted fuzzing on the kernel. Don't outrage yet, as this may not be a bad thing....
- Microsoft Locked Out VeraCrypt, WireGuard, and Windscribe from Pushing Windows Updates10 April 2026, 4:41 am
A mandatory verification requirement Microsoft introduced in October took them out....
- FOSS Weekly #26.15: Rollback in apt, bad USB detection, Glass UI in KDE, Linux Kernel dropping older processor support and more9 April 2026, 2:03 pm
Some things from the past find their way back. Others are eventually left behind....
- I Tried Apt Command's New Rollback Feature — Here’s How It Went9 April 2026, 10:22 am
The new history commands let you undo, redo, or roll back package installs, upgrades, and removals....
- Quick Lofi – a GNOME extension for chill beats to study to13 April 2026, 1:50 am
Quick Lofi is a GNOME Shell extension that puts a lofi radio player in your top bar. If you’ve ever opened a new browser tab to load a “lofi beats to study to” stream on YouTube — lofi girl, perhaps – to act as an ambient backdrop to work to, the appeal will be evident. If not, all you need to know is that mellow, lyric-free, low-tempo sounds are reputedly ideal for focus. A wedge of research backs up the benefits of playing background music (or ambient noise or frequencies, including... 
- Linux 7.0: faster swap, Intel TSX & Rock Band 4 controller support12 April 2026, 10:27 pm
Linus Torvalds has released Linux 7.0, the kernel version that Ubuntu 26.04 LTS runs on. Linux 7.0 includes a new standardised filesystem error reporting system, faster swap performance and hardware video decoding for a crop of Rockchip ARM64 single-board computers. On the quirky side, Rock Band 4 Bluetooth controller support is now included. The shiny new version number does not, however, signify anything special. Linus has always been upfront that kernel version numbers tick up when the minor ...
- Ghostty terminal is now available in the Ubuntu repos10 April 2026, 3:36 pm
The Ghostty terminal is now packaged in the Ubuntu 26.04 LTS repositories – meaning for those on the new long-term support release, it’s only an apt install away. Ghostty is a fast, open-source terminal emulator for macOS and Linux (Windows support is seemingly trapped between planes), made by Mitchell Hashimoto. It’s picked up millions of users since its launch in December 2024, and has been available on Ubuntu via a community-maintained PPA, DEB and Snap packages for a while. This is its...
- Your old Kindle won’t stop working on 20 May – but it could9 April 2026, 10:59 pm
Amazon is dropping support for Kindle older models from 20 May, 2026, meaning owners of pre-2013 models will be unable to download new books or set up a device that has been factory reset — deregistering a device will effectively ‘brick’ it. While no company can support all of their products forever (one could argue a company the size of this one could, mind), most of the devices impacted, listed below, have not received firmware updates for over a decade, and most lost on-device access th...
- Rust API and a new plugin system added to Miracle-WM9 April 2026, 6:36 pm
...
- Dynamic Music Pill brings lyrics to your GNOME desktop9 April 2026, 3:34 am
A clutch of new features are available in Dynamic Music Pill, the slick now playing and media controller extension for GNOME Shell. The “big” new addition is lyrics support. When you listen to a track with synced lyrics in a compatible player, you can view those lyrics by opening the applet controller and clicking on the album art inside of it: The lyrics are shown in a freely scrollable widget, with the active line bolder in white for more emphasis. You can scroll up and down whilst tracks ...
- macOS app Little Snitch is now available on Linux8 April 2026, 6:59 pm
Little Snitch is now on Linux. See which apps are making network connections, block unwanted ones and find out how chatty your system really is.
You're reading macOS app Little Snitch is now available on Linux, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission....
- Firefox’s free VPN rollout finally reached me – is it any good?6 April 2026, 9:58 pm
Firefox recently added a free built-in VPN to its desktop browser, but access to the feature is rolling out gradually. It hit my Ubuntu machine last night – and I’m last to be invited to anything, so I thought I’d write a quick rundown of what it actually does, what it doesn’t, and how to set it – assuming you have it. If you’re waiting for it to roll out to you, there’s no special update or download to look out for as this is a progressive rollout feature – Mozilla enables it re...
- Enabling Ubuntu Pro from the OS setup tool is easier5 April 2026, 11:57 pm
Further to Ubuntu Pro features being added to the desktop Security Center, Ubuntu 26.04 LTS also makes it easier to opt-in to Canonical’s (free for home users) subscription to get extended security updates, right from the wizard shown after installation. The first slide in the distro’s Welcome tool (package namegnome-initial-setup, with Ubuntu-specific modifications) is Enable Ubuntu Pro. The tool opens the first time a user logs in after installing the OS. Signposting the feature in the Wel...
- More new icons arrive in Ubuntu 26.04 LTS4 April 2026, 3:59 pm
A couple of new icons have been added to Ubuntu 26.04 LTS, to ensure the Resolute Raccoon’s new default apps sport a Yaru-ified look in keeping with the rest of the distro. Ubuntu’s new default system monitor tool Resources gains a new icon. In the Ubuntu 26.04 beta, the app was still sporting its upstream icon. That didn’t look out of place per se, but shape did not conform to the Yaru icon template (circle, squircle or upright rectangle). That’s now fixed. Still identifiably a system m...
- Ursa - a new Iceberg-first storage engine for Kafka13 April 2026, 6:34 pm
What’s been peculiarly interesting in this dogfight has been companies’ slow pivot away from their proprietary-solutions and heavier lean into open-source and the Kafka protocol... 
- Android Leftovers13 April 2026, 6:30 pm
Google and Samsung are improving Android's most useful feature... 
- These 7 Fedora cleanup commands freed up more space than I expected13 April 2026, 5:53 pm
Fedora is known for its cutting-edge software, stability, and clean implementation of upstream technologies, but even it can accumulate digital clutter over time... 
- Best Free and Open Source Software, howtos and Installations13 April 2026, 5:34 pm
Only free and open source software is eligible for inclusion here... 
- I tested Artix Linux: An enjoyable systemd-free distro for experienced users (and ChromeOS speeds)13 April 2026, 5:23 pm
If you want a stable Linux distribution with a unique take... 
- Programming Leftovers13 April 2026, 3:48 pm
Development picks... 
- GNU/Linux and BSD Leftovers13 April 2026, 3:46 pm
mostly GNU/Linux for now... 
- EasyOS: Kernel 6.12.81 with CONFIG_USB4 and pre-install script in PET packages13 April 2026, 3:44 pm
EasyOS updated from B.K.... 
- Debian Developers' Reports and UmbrelOS (Based on Debian)13 April 2026, 3:42 pm
Debian leftovers... 
- Content Management Systems (CMS) / Static Site Generators (SSG): WordPress, Grav, Jekyll, Kirby, Eleventy Etc.13 April 2026, 3:40 pm
running sites, as explained by bloggers... 
- Open Source Powers the Planet — Get 35% Off Sitewide13 April 2026, 7:36 pm
For a limited time, get 35% off sitewide with code EARTH26. Build in-demand skills, earn certifications, and grow your impact with training designed for real-world success. SAVE NOW
The post Open Source Powers the Planet — Get 35% Off Sitewide appeared first on Linux.com.... 
- Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure11 March 2026, 1:00 pm
By Juha Holkkola, FusionLayer Group How DHCP Changed Connectivity In the late 1990s, the DHCP (Dynamic Host Configuration Protocol) quietly catalyzed a revolution in digital connectivity. Before DHCP was introduced, connecting devices to a network involved manual entry of IP addresses, DNS servers, subnet masks, and gateways. Networks were fragile, prone to errors, and severely […]
The post Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure appeared first on Linux.com....
- From DHCP to SZTP – The Trust Revolution25 February 2026, 2:00 pm
By Juha Holkkola, FusionLayer Group The Dawn of Effortless Connectivity In the transformative years of the late 1990s, a quiet revolution took place, fundamentally altering how we connect to networks. The introduction of DHCP answered a crucial question, “Where are you on the network?”, by automating IP address assignment. This innovation eradicated the manual configuration […]
The post From DHCP to SZTP – The Trust Revolution appeared first on Linux.com....
- Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship15 January 2026, 2:29 pm
Sustaining a Core Part of the Linux Ecosystem The Linux Foundation has announced a second year of sponsorship for the ongoing maintenance of the Linux manual pages (man-pages) project, led by Alejandro (Alex) Colomar. This critical initiative is made possible through the continued support of Google, Hudson River Trading, and Meta, who have renewed their […]
The post Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship appeared first on Linux.com....
- Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two29 October 2025, 1:45 pm
In Part One of this series, we examined how the SONiC control plane and the VPP data plane form a cohesive, software-defined routing stack through the Switch Abstraction Interface. We outlined how SONiC’s Redis-based orchestration and VPP’s user-space packet engine come together to create a high-performance, open router architecture. In this second part, we’ll turn […]
The post Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two appeared first on Li...
- Disaggregated Routing with SONiC and VPP: Architecture and Integration – Part One22 October 2025, 1:44 pm
The networking industry is undergoing a fundamental architectural transformation, driven by the relentless demands of cloud-scale data centers and the rise of software-defined infrastructure. At the heart of this evolution is the principle of disaggregation: the systematic unbundling of components that were once tightly integrated within proprietary, monolithic systems. This movement began with the separation […]
The post Disaggregated Routing with SONiC and VPP: Architecture and Integration...
- Kubernetes on Bare Metal for Maximum Performance14 October 2025, 1:00 pm
When teams consider deploying Kubernetes, one of the first questions that arises is: where should it run? The default answer is often the public cloud, thanks to its flexibility and ease of use. However, a growing number of organizations are revisiting the advantages of running Kubernetes directly on bare metal servers. For workloads that demand […]
The post Kubernetes on Bare Metal for Maximum Performance appeared first on Linux.com....
- How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM6 June 2025, 10:53 am
This article was contributed by Vedrana Vidulin, Head of Responsible AI Unit at Intellias (LinkedIn). As AI becomes central to smart devices, embedded systems, and edge computing, the ability to run language models locally — without relying on the cloud — is essential. Whether it’s for reducing latency, improving data privacy, or enabling offline functionality, local AI […]
The post How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM appeared first on Linux.com....
- Automating Compliance Management with UTMStack’s Open Source SIEM & XDR13 May 2025, 12:17 pm
Achieving and maintaining compliance with regulatory frameworks can be challenging for many organizations. Managing security controls manually often leads to excessive use of time and resources, leaving less available for strategic initiatives and business growth. Standards such as CMMC, HIPAA, PCI DSS, SOC2 and GDPR demand ongoing monitoring, detailed documentation, and rigorous evidence collection. Solutions […]
The post Automating Compliance Management with UTMStack’s Open Source SIEM &am...
- A Simple Way to Install Talos Linux on Any Machine, with Any Provider27 April 2025, 11:40 pm
Talos Linux is a specialized operating system designed for running Kubernetes. First and foremost it handles full lifecycle management for Kubernetes control-plane components. On the other hand, Talos Linux focuses on security, minimizing the user’s ability to influence the system. A distinctive feature of this OS is the near-complete absence of executables, including the absence […]
The post A Simple Way to Install Talos Linux on Any Machine, with Any Provider appeared first on Linux.com....
- AgarimOS 2026041313 April 2026, 11:04 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... 
- Voyager 26.04-beta211 April 2026, 11:14 pm
Voyager Live is an Xubuntu-based distribution and live DVD showcasing the Xfce desktop environment. Its features include the Avant Window Navigator or AWN (a dock-like navigation bar), Conky (a program which displays useful information on the desktop), and over 300 photographs and animations that can be used as desktop backgrounds. The project also develops several other editions of Voyager Live - a "GE" edition with GNOME Shell, a "GS" variant for Gamers, and a separately-maintained flavour ba...
- Quirinux 2.2-Rev111 April 2026, 7:44 am
Quirinux is a Devuan-based Linux distribution designed for the development of animated films. The project provides tools to create an animated film using various common techniques (traditional, digital, cut-out, CGI-3D, stop motion, motion graphics) using open-source software. The distribution uses the Xfce desktop and its main features include ease of installation with the Calamares system installer, GIMP image editor that comes with a configurator tool and extra plugins, and choice of themes ...
- EasyOS 7.2.411 April 2026, 12:10 am
EasyOS is an experimental Linux distribution which uses many of the technologies and package formats pioneered by Puppy Linux. The distribution features custom container technology called Easy Containers which can run applications or the entire desktop environment in a container. Packages, desktop settings, networking and sharing resources over the network can all be controlled through graphical utilities....
- Calculate 2026041010 April 2026, 11:25 pm
Calculate Linux is a Gentoo-based family of three distinguished distributions. Calculate Directory Server (CDS) is a solution that supports Windows and Linux clients via LDAP + SAMBA, providing proxy, mail and Jabbers servers with streamlined user management. Calculate Linux Desktop (CLD) is a workstation and client distribution (with a choice of Cinnamon, KDE Plasma, LXQt, MATE or Xfce desktops) that includes a wizard to configure a connection to Calculate Directory Server. Calculate Linux Scr...
- openKylin 2.0-SP2-2026040710 April 2026, 8:30 pm
openKylin is a Chinese desktop Linux distribution which runs the Kylin and UKUI desktop environments. Both Wayland and X11 sessions are available out of the box. The project is a member of the Debian family and can use APT package management tools. It also features a custom package format which is combined with a software centre. openKylin is also a proving ground for custom utilities which assist the user in managing the operating system....
- VailuxOS 1.6.0.610 April 2026, 7:58 pm
VailuxOS is a German, desktop-oriented Linux distribution based on Ubuntu's long-term support (LTS) branch or Debian's "Stable" branch. The project's primary goal is to make the transition from Windows to Linux as seamless as possible by maintaining familiar ways of working and workflows. The distribution uses the KDE Plasma desktop....
- Trisquel 12.010 April 2026, 4:40 pm
Trisquel GNU/Linux is a 100% libre Ubuntu-based Linux distribution. Its main purpose is to provide an operating system for varied audience, including home and office users, educational institutions, multimedia workstations, etc. The project is managed by independent developers and is partially funded by donations....
- deepin 25.1.010 April 2026, 6:15 am
deepin (formerly, Deepin, Linux Deepin, Hiweed GNU/Linux) is a Debian-based distribution (it was Ubuntu-based until version 15 released in late 2015) that aims to provide an elegant, user-friendly and reliable operating system. It does not only include the best the open source world has to offer, but it has also created its own desktop environment called DDE or Deepin Desktop Environment which is based on the Qt 5 toolkit. Deepin focuses much of its attention on intuitive design. Its home-grown...
- MODOS 139 April 2026, 11:26 pm
MODOS is a minimalist Linux distribution featuring the Cinnamon desktop and based on Debian's "Stable" branch. It is meant to be run as a live Linux system from a USB drive. The distribution also includes a collection of in-house utilities called #DODOS tools....
- DavMail 6.6 Exchange Gateway Released with Office 365 Fixes13 April 2026, 8:40 pm
DavMail 6.6 improves Exchange and Office 365 access on Linux with authentication fixes, XDG config support, and packaging updates.... 
- Servo Browser Engine Making It Easier For Embedded Use13 April 2026, 7:09 pm
The open-source, Rust-based Servo browser engine has been improving its Servoshell demo browser application while one of the most promising potentials for this engine is around embedded use as an alternative to the Chromium Embedded Framework (CEF). With the latest moves by Servo developers, they are making for a more compelling story for its use...... 
- How to Install Linux Kernel 7.0 on Ubuntu 25.1013 April 2026, 5:37 pm
Linux 7.0 has been officially released, and while it will soon be available on the upcoming Ubuntu 26.04 LTS (Resolute Racoon) release, due out on April 23rd, 2026, you can install it right now on your Ubuntu 25.10 (Questing Quokka) system.... 
- Is AI Replacing Linux Jobs? No - But Stagnation Might13 April 2026, 4:06 pm
Is AI coming for your sysadmin job? We analyzed 7,120 Linux job postings to find out. The answer: infrastructure skills aren't being replaced - they're being built on. But the floor of what you need to know is rising fast. AI appears in just 15.5% of listings while Docker and Kubernetes remain the tightest skill pair in the dataset. The real story is where the money is going - and which skills get you there.... 
- Linux Kernel 7.0 Released, This Is What’s New13 April 2026, 2:34 pm
Linux kernel 7.0 is now available, featuring stable Rust support and updates to filesystems, networking, virtualization, and security.... 
- Trisquel GNU/Linux 12.0 LTS Released with GNU Linux-Libre 6.8 Kernel, MATE 1.2613 April 2026, 1:03 pm
The Trisquel Project released Trisquel GNU/Linux 12.0 LTS (codename Ecne) today as the latest stable version of this 100% free operating system for home users, small enterprises, and educational centers.... 
- Cage 0.3 Released With New Wayland Protocol Support13 April 2026, 11:31 am
Cage as the Wayland compositor providing a kiosk mode for single, maximized apps is out with a new feature release more than six months after its prior version...... 
- 9to5Linux Weekly Roundup: April 12th, 202613 April 2026, 10:00 am
The 287th installment of the 9to5Linux Weekly Roundup is here for the week ending April 12th, 2026, keeping you updated on the most important developments in the Linux world.... 
- Linux 7.0 Released With New Hardware Support, Optimizations & Self-Healing XFS13 April 2026, 8:28 am
As expected the stable Linux 7.0 kernel was just released today in marking this next kernel release. The Linux 7.0 milestone comes due to Linus Torvalds' preference of bumping the major version number after hitting X.19 as opposed to any single major change, but in any event there are a lot of great improvements and changes to find with this new kernel version. Linux 7.0 is also what's powering the upcoming Ubuntu 26.04 LTS release...... 
- Calibre 9.7 E-Book Manager Improves the Annotations Browser and Content Server13 April 2026, 6:57 am
Calibre 9.7 open-source e-book management software is now available for download with support for grouping results by any field in the annotations browser and other changes.... 
- 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 […]...
- Gas prices are rising—these 3 used EVs are the cheapest way to switch13 April 2026, 8:30 pm
These three used EVs offer the best combination of range, reliability, and value.... 
- 3 blockbuster Netflix movies to watch this week (April 13 - 19)13 April 2026, 8:01 pm
3 Netflix movies worth your time this week—A Wes Anderson gem, Alex Garland's zombie thrills, and the untold Red Hot Chili Peppers story.... 
- Google Play is making a big change for gamers, and I can't wait13 April 2026, 7:31 pm
The winds of chains might be blowing in the right direction for Android gaming.... 
- 3 gripping Netflix thrillers worth watching this week (April 13-19)13 April 2026, 7:00 pm
The animals are taking over the genre.... 
- 7 Linux features I miss every time I boot into Windows 1113 April 2026, 6:45 pm
I use Windows because I have to, and Linux because I want to.... 
- Your single router is why Wi-Fi dies in your bedroom—why a mesh network is the only real fix13 April 2026, 6:00 pm
Mesh Wi-Fi isn't overkill, it's the new default... 
- 5 action-packed Prime Video movies to watch this week (April 13 - April 19)13 April 2026, 5:01 pm
Inject some high stakes, adrenaline, and unexpected excitement into your week.... 
- Why I purge every icon from my desktop, including the Taskbar13 April 2026, 5:01 pm
No, I don't want the installer to place an icon on my desktop.... 
- Tesla says goodbye to Model S and X with Signature Series Plaid editions13 April 2026, 4:42 pm
An exclusive color and trim will bid farewell to Tesla's pioneering EVs.... 
- Slate raises $650 million to bring its affordable electric truck to production13 April 2026, 4:21 pm
Jeff Bezos-backed Slate is launching at a grim time for EVs.... 
- What I Learned at My First KubeCon + CloudNativeCon as a High School Speaker11 April 2026, 12:00 pm
KubeCon + CloudNativeCon Europe 2026 is one of the biggest open-source conferences in the world, organized by the Cloud Native Computing Foundation (part of the Linux Foundation, which manages major projects like Linux). It brings together......
- Rethinking platform engineering through diverse perspectives at KubeCon + CloudNativeCon EU Amsterdam10 April 2026, 11:00 am
KubeCon + CloudNativeCon Europe 2026 in Amsterdam highlighted the evolution of cloud native practices, particularly in platform engineering, and the growing focus on inclusion and accessibility within the community. This year’s conference emphasized that technical success......
- Peer-to-Peer acceleration for AI model distribution with Dragonfly6 April 2026, 11:00 am
The problem: AI model distribution is broken at scale Large-scale AI model distribution presents challenges in performance, efficiency, and cost. Consider a typical scenario: an ML platform team manages a Kubernetes cluster with 200 GPU nodes.......
- GitOps policy-as-code: Securing Kubernetes with Argo CD and Kyverno2 April 2026, 9:00 am
A hands-on guide to deploying Kyverno with Argo CD and enforcing custom policies As Kubernetes environments develop, GitOps with Argo CD has become the standard for declarative, self-healing infrastructure. Yet without guardrails for your deployments, misconfigured,......
- Sustaining OpenTelemetry: Moving from dependency management to stewardship31 March 2026, 4:05 pm
Modern software runs on open source. In fact, “free” and open source software generates more than $500 billion in annual value in the U.S. alone and an estimated $8.8 trillion in total global value. For most......
- LLMs on Kubernetes Part 1: Understanding the threat model30 March 2026, 11:00 am
Let’s say you’ve got an LLM running on Kubernetes. Pods are healthy, logs are clean, users are chatting. Everything looks fine. But here’s the thing: Kubernetes is great at scheduling workloads and keeping them isolated. It......
- The weight of AI models: Why infrastructure always arrives slowly27 March 2026, 11:00 am
As AI adoption accelerates across industries, organizations face a critical bottleneck that is often overlooked until it becomes a serious obstacle: reliably managing and distributing large model weight files at scale. A model’s weights serve as......
- The platform under the model: How cloud native powers AI engineering in production26 March 2026, 9:07 am
AI workloads are increasingly running on Kubernetes in production, but for many teams, the path from a working model to a reliable system remains unclear. The cloud native ecosystem – its projects, patterns, and community –......
- Announcing Kubescape 4.0 Enterprise Stability Meets the AI Era26 March 2026, 8:00 am
We are happy to announce the release of Kubescape 4.0, a milestone bringing enterprise-grade stability and advanced threat detection to open source Kubernetes security. This version focuses on making security more proactive and scalable. It also......
- F5 Elevates to Gold Membership in the Cloud Native Computing Foundation26 March 2026, 8:00 am
Application delivery and security provider strengthens collaboration to drive secure, scalable cloud native innovation Key Highlights: AMSTERDAM—26 March 2026—The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software, today announced that F5......
- 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...
- How to Analyze Hugging Face for Arm64 Readiness13 April 2026, 3:59 pm
This post is a collaboration between Docker and Arm, demonstrating how Docker MCP Toolkit and the Arm MCP Server work together to scan Hugging Face Spaces for Arm64 Readiness. In our previous post, we walked through migrating a legacy C++ application with AVX2 intrinsics to Arm64 using Docker MCP Toolkit and the Arm MCP Server...... 
- Reclaim Developer Hours through Smarter Vulnerability Prioritization with Docker and Mend.io8 April 2026, 6:23 pm
We recently announced the integration between Mend.io and Docker Hardened Images (DHI) provides a seamless framework for managing container security. By automatically distinguishing between base image vulnerabilities and application-layer risks, it uses VEX statements to differentiate between exploitable vulnerabilities and non-exploitable vulnerabilities, allowing your team to prioritize what really matters. TL;DR: The Developer Value Proposition......
- Defending Your Software Supply Chain: What Every Engineering Team Should Do Now2 April 2026, 6:14 pm
The software supply chain is under sustained attack. Not from a single threat actor or a single incident, but from an ecosystem-wide campaign that has been escalating for months and shows no signs of slowing down. This week, axios, the HTTP client library downloaded 83 million times per week and present in roughly 80% of......
- Gemma 4 is Here: Now Available on Docker Hub2 April 2026, 4:16 pm
Docker Hub is quickly becoming the home for AI models, serving millions of developers and bringing together a curated lineup that spans lightweight edge models to high-performance LLMs, all packaged as OCI artifacts. Today, we’re excited to welcome Gemma 4, the latest generation of lightweight, state-of-the-art open models. Built on the same technology behind Gemini,......
- Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.2 April 2026, 1:00 pm
Docker Desktop is one of the most widely used developer tools in the world, yet for millions of enterprise developers, running it simply hasn’t been an option. The environments they rely on, such as virtual desktop infrastructure (VDI) platforms and managed desktops, often lack the resources or capabilities needed to run Docker Desktop. As enterprises......
- Run and Iterate on LLMs Faster with Docker Model Runner on DGX Station31 March 2026, 5:57 pm
Back in October, we showed how Docker Model Runner on the NVIDIA DGX Spark makes it remarkably easy to run large AI models locally with the same familiar Docker experience developers already trust. That post struck a chord: hundreds of developers discovered that a compact desktop system paired with Docker Model Runner could replace complex......
- Docker Sandboxes: Run Agents in YOLO Mode, Safely31 March 2026, 4:39 pm
Agents have crossed a threshold. Over a quarter of all production code is now AI-authored, and developers who use agents are merging roughly 60% more pull requests. But these gains only come when you let agents run autonomously. And to unlock that, you have to get out of the way. That means letting agents run......
- Building a News Roundup with Docker Agent, Docker Model Runner, and Skill27 March 2026, 2:24 pm
Hello, I’m Philippe, and I am a Principal Solutions Architect helping customers with their usage of Docker. I wanted a lightweight way to automate my IT news roundups without burning through AI credits. So I built a Docker Agent skill that uses the Brave Search API to fetch recent articles on a topic, then hands......
- Trivy supply chain compromise: What Docker Hub users should know23 March 2026, 11:25 pm
We wanted to provide you information about a security incident that we became aware of that affects customers who use the Aqua Security Vulnerability scanner (Trivy) across multiple distribution channels including Docker Hub, GitHub, and npm. Between 18:24 UTC on March 19, 2026 and 01:36 UTC on March 23, 2026, Docker Hub customers who pulled......
- From the Captain’s Chair: Naga Santhosh Reddy Vootukuri18 March 2026, 4:00 pm
Docker Captains are leaders from the developer community that are both experts in their field and are passionate about sharing their Docker knowledge with others. “From the Captain’s Chair” is a blog series where we get a closer look at one Captain to learn more about them and their experiences. Today we are interviewing Naga......
- Boost Your Spark Jobs: How Photon Accelerates Apache Spark Performance13 April 2026, 8:00 pm
What is Photon
Databricks’ Photon engine isn't just a minor update — it’s a complete rewrite of how we handle big data. While standard Spark relies on Java, Photon is built from the ground up in C++ to squeeze every drop of power out of modern hardware.
By using vectorized execution, it processes data in batches rather than one row at a time, drastically cutting down on CPU bottlenecks. In plain English? Your heaviest workloads run significantly faster and cost less to execute. This shift ... 
- Designing AI-Assisted Integration Pipelines for Enterprise SaaS13 April 2026, 7:00 pm
AI data mapping automates the complex process of connecting disparate data sources significantly reducing manual effort. Integration pipelines are essential for syncing data between enterprise SaaS (like Workday) and downstream systems. Traditional pipelines require manual schema alignment and field mapping, which is error-prone. Emerging AI techniques can automate and accelerate these tasks, improving accuracy and speed.
Challenges in SaaS Data Integration
As one source explains, modern integra... 
- SelfService HR Dashboards with Workday Extend and APIs13 April 2026, 6:00 pm
Workday Extend lets you build custom in-Workday apps that leverage Workday’s data model, UI and security. Extend apps are fully integrated into the Workday interface and can tap into Workday data via APIs and reports. In practice, a dashboard app on Extend will call Workday data services (native REST or “Report-as-a-Service” reports) behind the scenes, transform the results into chart-ready data, and render interactive charts or grids in the custom UI. The high-level architecture is:
D... 
- Beyond Request-Response: Architecting Stateful Agentic Chatbots with the Command and State Patterns13 April 2026, 5:00 pm
The promise of conversational AI is immense. We envision intelligent bots on platforms like WhatsApp, Slack, and Microsoft Teams that can do more than just answer simple questions — they can guide users through complex workflows, conduct interactive training sessions, and provide personalized, multi-step support. However, the reality of building these sophisticated agents often collides with a fundamental constraint of the web: the stateless soul of HTTP.
Every message a user sends arrives at ... 
- Respecting robots.txt in Web Scraping13 April 2026, 4:00 pm
Web scraping often involves navigating a fine line between gathering useful data and adhering to the rules set by website owners. One of the most important guidelines is the robots.txt file – essentially a “do’s and don’ts” list for web crawlers. This simple text file lives at the root of websites and tells automated bots which parts of the site can be crawled and which parts are off-limits. Ignoring robots.txt is risky business: it can lead to your scraper being detected and blocked, ... 
- AI in SRE: What's Actually Coming in 202613 April 2026, 3:00 pm
It's 3:14 AM. Your phone buzzes. PagerDuty. Again.
You groggily open your laptop and stare at a wall of red in your dashboards. Latency spike. Error rate climbing. Somewhere, something broke. You start the ritual: check the deploy log, correlate timestamps, grep through metrics, ping the on-call from the upstream team, open six tabs of Splunk queries.... 
- How to Test a GET API Request Using REST-Assured Java13 April 2026, 2:30 pm
Testing GET requests is a fundamental part of API automation, ensuring that endpoints return the expected data and status codes. With REST Assured in Java, sending GET requests with query and path parameters, extracting data, verifying the status code, and validating the response body is quite simple.
This tutorial walks through practical approaches to efficiently test GET APIs and build reliable automated checks, including:... 
- Pushdown-First Modernization: Engineering Execution-Plan Stability in SAP HANA Migrations13 April 2026, 2:00 pm
Most SAP HANA migration failures are not correctness failures. They are plan stability failures that surface only under concurrency. A query that executes in 900 milliseconds in isolation begins to oscillate between 800 milliseconds and 14 seconds under load, with no code change and no data skew obvious enough to blame. The root cause is rarely hardware or memory configuration. In most cases, PlanViz shows large intermediate row counts forming before reduction, with estimated cardinality signifi... 
- The 4 Signals That Actually Predict Production Failures - Part 213 April 2026, 1:30 pm
A Practical Guide
In the first part, I covered the two initial signals to diagnose that something is wrong:
Latency
Traffic
Those two alone explain a surprising number of production incidents. But they don’t explain everything. Rising latency tells you a problem is developing. Traffic tells you what the system is dealing with.... 
- The Bias-Variance Trade-Off: The Mental Model Every ML Engineer Needs13 April 2026, 1:00 pm
Every machine learning model fails in one of two ways. It's either too simple to learn the pattern in your data, or too complex and ends up memorizing noise instead. These two failure modes have names — bias and variance — and the tension between them is the most important concept in applied machine learning.
Most tutorials introduce this as theory and move on. This article goes further: what these terms actually mean mechanically, how to diagnose which problem you have, how to fix it in pra... 
- Meta Is Warned That Facial Recognition Glasses Will Arm Sexual Predators13 April 2026, 8:00 pm
An anonymous reader quotes a report from Wired: More than 70 civil liberties, domestic violence, reproductive rights, LGBTQ+, labor, and immigrant advocacy organizations are demanding that Meta abandon plans to deploy face recognition on its Ray-Ban and Oakley smart glasses, warning that the feature -- reportedly known inside the company as "Name Tag" -- would hand stalkers, abusers, and federal agents the ability to silently identify strangers in public. The coalition, which includes the ACLU, ... 
- Linux 7.0 Released13 April 2026, 7:00 pm
"The new Linux kernel was released and it's kind of a big deal," writes longtime Slashdot reader rexx mainframe. "Here is what you can expect." Linuxiac reports: A key update in Linux 7.0 is the removal of the experimental label from Rust support. That (of course) does not make Rust a dominant language in kernel development, but it is still an important step in its gradual integration into the project. Another notable security-related change is the addition of ML-DSA post-quantum signatures for ... 
- Booking.com Hit By Data Breach13 April 2026, 6:00 pm
Booking.com says hackers accessed customer reservation data in a breach that may have exposed booking details, names, email addresses, phone numbers, addresses, and messages shared with accommodations. PCMag reports: On Sunday, users reported receiving emails from Booking.com, warning them that "unauthorized third parties may have been able to access certain booking information associated with your reservation." The email suggests the hackers have already exploited customer information.
"We re... 
- Mark Zuckerberg Is Reportedly Building an AI Clone To Replace Him In Meetings13 April 2026, 5:00 pm
According to the Financial Times, Meta is developing an AI avatar of Mark Zuckerberg that could interact with employees using his voice, image, mannerisms, and public statements, "so that employees might feel more connected to the founder through interactions with it." The Verge reports: Meta may start allowing creators to make AI avatars of themselves if the experiment with Zuckerberg succeeds, according to the Financial Times. [...] Zuckerberg is involved in training the AI avatar, the Financi... 
- Maine Set To Become First State With Data Center Ban13 April 2026, 4:00 pm
Maine is on track to become the first U.S. state to impose a temporary statewide ban on new data center construction. "Lawmakers in Maine greenlit the text of a bill this week to block data centers from being built in the state until November 2027," reports CNBC. "The measure, which is expected to get final passage in the next few days, also creates a council to suggest potential guardrails for data centers to ensure they don't lead to higher energy prices or other complications for Maine reside... 
- Californians Sue Over AI Tool That Records Doctor Visits13 April 2026, 3:00 pm
An anonymous reader quotes a report from Ars Technica: Several Californians sued Sutter Health and MemorialCare this week over allegations that an AI transcription tool was used to record them without their consent, in violation of state and federal law. The proposed class-action lawsuit, filed on Wednesday in federal court in San Francisco, states that, within the past six months, the plaintiffs received medical care at various Sutter and MemorialCare facilities.
During those visits, medical ... 
- Will Some Programmers Become 'AI Babysitters'?13 April 2026, 11:34 am
Will some programmers become "AI babysitters"? asks long-time Slashdot readertheodp. They share some thoughts from a founding member of Code.org and former Director of Education at Google:
"AI may allow anyone to generate code, but only a computer scientist can maintain a system," explained Google.org Global Head Maggie Johnson in a LinkedIn post. So "As AI-generated code becomes more accurate and ubiquitous, the role of the computer scientist shifts from author to technical auditor or expert.... 
- Anthropic Asks Christian Leaders for Help Steering Claude's Spiritual Development13 April 2026, 7:34 am
Anthropic recently "hosted about 15 Christian leaders from Catholic and Protestant churches, academia, and the business world" for a two-day summit , reports the Washington Post:
Anthropic staff sought advice on how to steer Claude's moral and spiritual development as the chatbot reacts to complex and unpredictable ethical queries, participants said. The wide-ranging discussions also covered how the chatbot should respond to users who are grieving loved ones and whether Claude could be conside... 
- Sam Altman's Home Targeted a Second Time, Two Suspects Arrested13 April 2026, 3:34 am
"Early Sunday morning, a car stopped and appears to have fired a gun at the Russian Hill home of OpenAI's CEO," reportsThe San Francisco Standard, citing reports from the local police department:
The San Francisco Police Department announced the arrest of two suspects, Amanda Tom, 25, and Muhamad Tarik Hussein, 23, who were booked for negligent discharge... [The person in the passenger seat] put their hand out the window and appeared to fire a round on the Lombard side of the property, accord... 
- Robot Birds Deployed by Park to Attract Real Birds - Built By High School Students13 April 2026, 1:34 am
"Robotic bird decoys are being deployed at Grand Teton National Park," reports Interesting Engineering, "to influence the behavior of real sage grouse and help restore a declining population.". Robotics mentor Gary Duquette describes the machines as "kind of a Frankenbird." (SFGate shows one of the robot birds charging up with a solar panel... "Recorded breeding calls are played at the scene, with clucking and cooing beginning at 5 a.m. each day.")
Duquette builds the birds with a team of high... 
- GitHub Stacked PRs13 April 2026, 8:36 pm
Comments... 
- Just Enough Chimera Linux13 April 2026, 7:37 pm
Comments... 
- (AMD) Build AI Agents That Run Locally13 April 2026, 7:28 pm
Comments... 
- The Looming College-Enrollment Death Spiral13 April 2026, 7:18 pm
Comments... 
- Show HN: Ithihāsas – a character explorer for Hindu epics, built in a few hours13 April 2026, 7:10 pm
Comments... 
- How to make Firefox builds 17% faster13 April 2026, 6:50 pm
Comments... 
- Visualizing CPU Pipelining (2024)13 April 2026, 6:26 pm
Comments... 
- Someone Bought 30 WordPress Plugins and Planted a Backdoor in All of Them13 April 2026, 5:54 pm
Comments... 
- Tax Wrapped 202513 April 2026, 5:52 pm
Comments... 
- New Orleans's Car-Crash Conspiracy13 April 2026, 5:50 pm
Comments... 
- DNA-Level Encryption Developed by Researchers to Protect the Secrets of Bioengineered Cells12 April 2026, 3:34 pm
The biotech industry's engineered cells could become an $8 trillion market by 2035, notes Phys.org. But how do you keep them from being stolen? Their article notes "an uptick in the theft and smuggling of high-value biological materials, including specially engineered cells."
In Science Advances, a team of U.S. researchers present a new approach to genetically securing precious biological material. They created a genetic combination lock in which the locking or encryption process scrambled the...
- Oxygen Made From Moon Dust For First Time11 April 2026, 10:52 pm
"Breathable oxygen has been created from Moon dust," reports the Telegraph, "in a world first that paves the way for a lunar base."
Jeff Bezos's Blue Origin ""announced this week that it had developed a reactor that could successfully release oxygen from lunar soil by using an electric current."
Almost half of Moon dust — the thin layer of rock that blankets the lunar surface — is oxygen, but it is bound to metals such as iron and titanium... Previous work to isolate oxygen has been lab-b...
- Two-Week Social Media 'Detox' Erases a Decade of Age-Related Decline, Study Finds11 April 2026, 4:34 pm
Critics say social media is engineered to be as addictive as tobacco or gambling, writes the Washington Post — while adding that "the science has been moving in parallel with the court's recognition."
A growing body of research links heavy social media use not only to declines in mental health but to measurable cognitive effects — on attention, memory and focus — that in some studies resemble accelerated aging. Science also suggests we have more control than we realize when it comes to re...
- Artemis II Astronauts Splash Down Off California's Coast11 April 2026, 1:00 am
NASA's Artemis II crew safely splashed down off the California coast after completing a 10-day trip around the moon and back. "This is not just an accomplishment for NASA," sad NASA Administrator Jared Isaacman. "This is an accomplishment for humanity, again, a historic mission to the moon and back." From a report: Isaacman is aboard the USS John. P Murtha Navy recovery vessel, where the astronauts will be brought once they've been retrieved from the Orion capsule, and he shared "there is a lot ...
- Chimpanzees In Uganda Locked In Vicious 'Civil War', Say Researchers10 April 2026, 11:00 pm
Researchers say the world's largest known wild chimpanzee community in Uganda fractured into rival factions and has been locked in a vicious "civil war" for the last eight years. "It is not clear exactly why the once close-knit community of Ngogo chimpanzees at Uganda's Kibale National Park are at loggerheads, but since 2018 the scientists have recorded 24 killings, including 17 infants," reports the BBC. From the report: [O]ver several decades, [lead author Aaron Sandel] said the nearly 200 Ngo...
- Particles Seen Emerging From Empty Space For First Time10 April 2026, 7:00 am
Longtime Slashdot reader fahrbot-bot shares a report from NewScientist: According to quantum chromodynamics (QCD) -- widely considered to be our best theory for describing the strong force, which binds quarks inside protons and neutrons -- even a perfect vacuum isn't truly empty. Instead, it is filled with short-lived disturbances in the underlying energy of space that flicker in and out of existence, known as virtual particles. Among them are quark-antiquark pairs. Under normal conditions, thes...
- Artemis II Astronauts Break Apollo Record For Farthest Distance Humans Have Traveled From Earth6 April 2026, 8:00 pm
Artemis II has broken the Apollo 13 record for the farthest distance humans have ever traveled from Earth. NASA reports: The Artemis II crew of NASA astronauts Reid Wiseman, Victor Glover, and Christina Koch, along with CSA (Canadian Space Agency) astronaut Jeremy Hansen have set the record for the farthest distance from Earth traveled by a human mission, surpassing the Apollo 13 record of 248,655 miles set in 1970.
NASA Flight Director Brandon Lloyd, Capsule Communicator Amy Dill, and Command...
- Artemis Astronauts Enter Moon's Gravitational Pull, Catch First Glimpses of Far Side6 April 2026, 4:41 am
NASA's Artemis astronauts are now entering "the lunar sphere of influence," reports NBC News, "meaning the pull of the moon's gravity will become stronger than Earth's." Now as they begin their swing around the moon, the Artemis astronauts "are chasing after Apollo 13's maximum range from Earth," reports the Associated Press, hoping to beat its distance from Earth by more than 4,100 miles (6,600 kilometers).
They'll begin their six-hour lunar flyby 14 hours from now (at 2:45 p.m. ET Monday). B...
- Scientists Engineered a Plant To Produce 5 Different Psychedelics At Once5 April 2026, 3:34 pm
Plants, toads, and mushrooms "can all produce psychedelic substances," writes ScienceAlert.
"And now their powers have been combined in one plant."
[S]cientists have taken the genes these organisms use to make five natural psychedelics and introduced them into a tobacco plant ( Nicotiana benthamiana), which then produced all five compounds simultaneously. As interest grows in psychedelics as potential treatments for illnesses such as depression, anxiety, and PTSD, the newly developed system...
- 'Cognitive Surrender' Leads AI Users To Abandon Logical Thinking, Research Finds4 April 2026, 2:00 pm
An anonymous reader quotes a report from Ars Technica: When it comes to large language model-powered tools, there are generally two broad categories of users. On one side are those who treat AI as a powerful but sometimes faulty service that needs careful human oversight and review to detect reasoning or factual flaws in responses. On the other side are those who routinely outsource their critical thinking to what they see as an all-knowing machine. Recent research goes a long way to forming a n...
- Elevate Your Enterprise: Mastering Critical Skills with SUSE eLearning Titanium13 April 2026, 6:37 pm
In today’s fast-paced tech landscape, “keeping up” isn’t enough. As organizations scale their use of SUSE Linux Enterprise, SUSE Rancher Prime, SUSE Edge, and SUSE AI, the pressure on IT teams to be instant experts has never been higher. We know that churn—both in terms of staff and knowledge—is a primary blocker to innovation. That […]
The post Elevate Your Enterprise: Mastering Critical Skills with SUSE eLearning Titanium appeared first on SUSE Communities.... 
- The Data Gravity Problem: Moving Data to AI vs. Moving AI to Data10 April 2026, 12:16 am
AI promises unprecedented insights, automation and business value. But as organizations move from experimentation to production, we’re hearing more about a fundamental architectural challenge: data gravity. Data gravity refers to the tendency of large datasets to attract applications, services and infrastructure toward them. As data volumes grow, moving that data becomes increasingly expensive, slow and […]
The post The Data Gravity Problem: Moving Data to AI vs. Moving AI to Data appeared f...
- AI Workloads Are Containerized Workloads9 April 2026, 11:57 pm
AI workloads are no longer experimental projects running in isolated environments. They are now business-critical systems powering recommendations, search, automation, analytics and generative AI applications. To meet expectations around scalability, reliability and speed of innovation, organizations are increasingly discovering a simple truth: AI workloads are containerized workloads. Modern AI systems benefit enormously from cloud native […]
The post AI Workloads Are Containerized Workloads ...
- Stop overpaying for virtualization and prove it with the Proof of Concept Guide for SUSE Virtualization.9 April 2026, 10:30 pm
Modernizing virtualization is no longer optional. Proving it will work in your environment is the real barrier. Executive teams are being pushed to move faster while risk rises. Licensing changes have reset cost, control, and long-term strategy. Platform teams must now support containers, VMs, and AI workloads without adding complexity. SUSE Virtualization stands out as […]
The post Stop overpaying for virtualization and prove it with the Proof of Concept Guide for SUSE Virtualization. appeare...
- Virtualization for AI Workloads: Building Open Source GPU‑Optimized Infrastructure9 April 2026, 7:30 am
As enterprise AI matures, infrastructure patterns are shifting. Teams that started with dedicated GPU servers are now building shared platforms that must support multiple workloads, enforce governance and quickly scale without overwhelming operations. Virtualization for AI workloads can provide a practical path forward. When built on Kubernetes and open source foundations, this approach brings GPU-backed […]
The post Virtualization for AI Workloads: Building Open Source GPU‑Optimized Infrast...
- Prague Calling: Docs Are Taking Stage at SUSECON 2026!9 April 2026, 7:23 am
The countdown is officially on: we are less than two weeks away from SUSECON 2026 in beautiful Prague! I’ll be honest—the Documentation team is already buzzing. It’s already a tradition that we’re here with a dedicated track, but for 2026, we’ve packed in even more value for you. We’re moving far beyond just “manuals and […]
The post Prague Calling: Docs Are Taking Stage at SUSECON 2026! appeared first on SUSE Communities....
- The Shift to an Agentic OS: SUSE’s Approach to Linux in the Age of AI9 April 2026, 7:18 am
Today, the operating system must move beyond a passive substrate. The emergence of the agentic operating system has established a new opportunity for automating safe, auditable actions across workloads. The most exciting part of this shift isn’t the newness, however. It’s the incredible capacity for meaningfully streamlined operations. In modern enterprises, hybrid infrastructure keeps growing. […]
The post The Shift to an Agentic OS: SUSE’s Approach to Linux in the Age of AI appeared ...
- Powering Modern Virtualization with SUSE and NetApp8 April 2026, 2:20 pm
In the world of hybrid cloud infrastructure, the lines between traditional virtual machines (VMs) and modern containerized applications are blurring. Organizations today need a unified platform that can handle both without compromising on performance or reliability. At SUSE, we provide that cohesive experience through SUSE Virtualization, our cloud-native hyperconverged infrastructure (HCI) solution built on the […]
The post Powering Modern Virtualization with SUSE and NetApp appeared first on...
- SUSE and HeiTech Padu Berhad Partner to Accelerate Malaysia’s Cloud-Native Future and Drive Sovereign Innovation8 April 2026, 1:22 am
HeiTech Padu Berhad and SUSE’s Southeast Asia leadership at the Memorandum of Understanding (MoU) ceremony Digital transformation in Malaysia is reaching a pivotal new turning point. Digitalisation has been accelerating via designated Cloud Regions, and recent announcements such as the National Cloud Computing Policy (NCCP) highlight the ambition of Malaysia’s government to further modernize public […]
The post SUSE and HeiTech Padu Berhad Partner to Accelerate Malaysia’s Cloud-Native ...
- Extract GitHub repository URLs from BlackArch tools pages12 February 2026, 8:38 am
$ curl -sL blackarch.org/{tools,recon}.html | awk -F'"' '$4 ~ /^https:\/\/github\.com\// { print $4 }'
Downloads BlackArch tool pages and prints only GitHub links using pure awk filtering.
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Import a wireguard configuration into networkmanager11 February 2026, 8:31 pm
$ nmcli connection import type wireguard file wireguard_config.conf
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Print a full-width horizontal line using the current terminal width (custom character supported)11 February 2026, 6:27 pm
$ printf '%*s\n' "${COLUMNS:-80}" '' | tr ' ' "${1-_}"
This is good when the other option on this site not includes ´tput´ like on minimal shell
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Send a file to the first reachable KDE Connect device3 February 2026, 3:10 am
$ kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --share kdeconnect-cli-send-file.sh
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Play raw entropy noise via ALSA (bypass PulseAudio/PipeWire)27 January 2026, 1:25 pm
$ cat /dev/urandom | play -q -t raw -r 8000 -e unsigned-integer -b 8 -c 1 -t alsa default
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Trigger a notification on USB device insertion using udev27 January 2026, 12:24 pm
$ udevadm monitor --udev --subsystem-match=usb | gawk '/add/ { system("espeak \"USB device attached\"") }'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Minimal Runtime Kernel Module Dependency View26 January 2026, 7:00 pm
$ lsmod | awk 'NR>1 && $4!="-" {print $1; split($4,a,","); for(i in a) print " -> used by:", a[i]; print ""}'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Go to the Nth line of file25 November 2025, 6:40 pm
$ awk 'NR==13' /etc/services
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Quick way to sum every numbers in a file written line by line25 November 2025, 6:21 pm
$ awk '{sum += $0} END {print sum}' file
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Show tcp connections sorted by Host / Most connections25 November 2025, 6:15 pm
$ netstat -ntu | tail -n +3 | awk '{print $5}' | sed 's/:[0-9]*$//' | sort | uniq -c | sort -rn
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Introduction to QuickNote and Geeknote8 April 2026, 5:06 am
Sorting through the array of note-taking tools and their features can be overwhelming. We look at two applications that offer a simple approach....
- Raspberry Pi server tools and applications8 April 2026, 5:05 am
With the help of the applications we describe, Raspberry Pi can perform a wide range of server duties....
- 8 April 2026, 5:04 am
...
- 8 April 2026, 5:04 am
...
- Virtualization with the Proxmox Virtual Environment 2.28 April 2026, 5:03 am
The Proxmox Virtual Environment has developed from an insider's tip to a free VMware ESXi/vSphere clone. We show you how to get started setting up a PVE high-availability cluster....
- Cloud scripting with Google Apps Script8 April 2026, 5:03 am
Spreadsheet scripting with Google Apps Script is made possible by server-side JavaScript....
- 8 April 2026, 5:03 am
...
- Documenting the OpenDocument Format8 April 2026, 5:03 am
We talk with Jean Hollis Weber, a volunteer with ODFAuthors, the LibreOffice Documentation team, and the Friends of OpenDocument Inc....
- The sys admin's daily grind: Dstat8 April 2026, 5:03 am
Occasional worries about the system status are part of the sys admin's daily life, and admins usually keeps a fat toolbox of top and stat tools to alleviate them. Charly says he can manage with just one multitool – for the time being, at least....
- An editor in your web browser8 April 2026, 5:03 am
A browser and a text editor are staples of daily computing, so it makes perfect sense to combine the two for better efficiency....
- Linux Kernel Developers Adopt New Fuzzing Tools9 April 2026, 4:00 pm
by George Whittaker
The Linux kernel development community is stepping up its security game once again. Developers, led by key maintainers like Greg Kroah-Hartman, are actively adopting new fuzzing tools to uncover bugs earlier and improve overall kernel reliability.
This move reflects a broader shift toward automated testing and AI-assisted development, as the kernel continues to grow in complexity and scale.
What Is Fuzzing an...
- GNOME 50 Reaches Arch Linux: A Leaner, Wayland-Only Future Arrives7 April 2026, 4:00 pm
by George Whittaker
Arch Linux users are among the first to experience the latest GNOME desktop, as GNOME 50 has begun rolling out through Arch’s repositories. Thanks to Arch’s rolling-release model, new upstream software like GNOME arrives quickly, giving users early access to the newest features and architectural changes.
With GNOME 50, that includes one of the most significant shifts in the desktop’s history.
A Major GN...
- MX Linux Pushes Back Against Age Verification: A Stand for Privacy and Open Source Principles2 April 2026, 4:00 pm
by George Whittaker
The MX Linux project has taken a firm stance in a growing controversy across the Linux ecosystem: mandatory age-verification requirements at the operating system level. In a recent update, the team made it clear, they have no intention of implementing such measures, citing concerns over privacy, practicality, and the core philosophy of open-source software.
As governments begin introducing laws that could requ...
- LibreOffice Drives Europe’s Open Source Shift: A Growing Push for Digital Sovereignty31 March 2026, 4:00 pm
by George Whittaker
LibreOffice is increasingly at the center of Europe’s push toward open-source adoption and digital independence. Backed by The Document Foundation, the widely used office suite is playing a key role in helping governments, institutions, and organizations reduce reliance on proprietary software while strengthening control over their digital infrastructure.
Across the European Union, this shift is no longer ex...
- From Linux to Blockchain: The Infrastructure Behind Modern Financial Systems26 March 2026, 4:00 pm
by George Whittaker
The modern internet is built on open systems. From the Linux kernel powering servers worldwide to the protocols that govern data exchange, much of today’s digital infrastructure is rooted in transparency, collaboration, and decentralization. These same principles are now influencing a new frontier: financial systems built on blockchain technology.
For developers and system architects familiar with Linux and ...
- Firefox 149 Arrives with Built-In VPN, Split View, and Smarter Browsing Tools24 March 2026, 4:00 pm
by George Whittaker
Mozilla has officially released Firefox 149.0, bringing a mix of new productivity features, privacy enhancements, and interface improvements. Released on March 24, 2026, this update continues Firefox’s steady push toward a more modern and user-focused browsing experience.
Rather than focusing on a single headline feature, Firefox 149 introduces several practical tools designed to improve how users multitask,...
- Blender 5.1 Released: Faster Workflows, Smarter Tools, and Major Performance Gains19 March 2026, 4:00 pm
by german.suarez
The Blender Foundation has officially released Blender 5.1, the latest update to its powerful open-source 3D creation suite. This version focuses heavily on performance improvements, workflow refinements, and stability, while also introducing a handful of new features that expand what artists and developers can achieve.
Rather than reinventing the platform, Blender 5.1 is all about making existing tools faster, s...
- The Need for Cloud Security in a Modern Business Environment17 March 2026, 4:00 pm
by George Whittaker
Cloud systems are an emergent standard in business, but migration efforts and other directional shifts have introduced vulnerabilities. Where some attack patterns are mitigated, cloud platforms leave businesses open to new threats and vectors. The dynamic nature of these environments cannot be addressed by traditional security systems, necessitating robust cloud security for contemporary organizations.
Just as...
- Google Brings Chrome to ARM Linux: A Long-Awaited Step for Modern Linux Devices12 March 2026, 4:00 pm
by George Whittaker
Google has officially announced that Chrome is coming to ARM64 Linux systems, marking a major milestone for both the Linux and ARM ecosystems. The native browser is expected to launch in Q2 2026, finally closing a long-standing gap for users running Linux on ARM-based hardware.
For years, ARM Linux users have relied on Chromium builds or workarounds to access a Chrome-like experience. That’s about to change....
- CrackArmor Exposed: Critical Flaws in AppArmor Put Millions of Linux Systems at Risk10 March 2026, 4:00 pm
by George Whittaker
A newly disclosed set of vulnerabilities has sent shockwaves through the Linux security community. Dubbed “CrackArmor,” these flaws affect AppArmor, one of the most widely used security modules in Linux, potentially exposing millions of systems to serious compromise.
Discovered by the Qualys Threat Research Unit, the vulnerabilities highlight a concerning reality: even core security mechanisms can harbor w...
- Apple Car Key Support Coming to Lexus Vehicles: What We Know So Far13 April 2026, 1:01 pm
Apple may be preparing Car Key support for Lexus vehicles, with backend code hints pointing to future Apple Wallet integration.
The post Apple Car Key Support Coming to Lexus Vehicles: What We Know So Far appeared first on TechRepublic.... 
- Samsung Eyes Vietnam for $4B Semiconductor Packaging Project10 April 2026, 6:45 pm
Samsung is reportedly considering a $4 billion chip packaging and testing project in Vietnam, deepening the country’s role in the global semiconductor supply chain.
The post Samsung Eyes Vietnam for $4B Semiconductor Packaging Project appeared first on TechRepublic....
- Alibaba Launches AI Data Center Powered by 10,000 Homegrown Chips10 April 2026, 5:34 pm
Alibaba launches a new AI data center powered by 10,000 homegrown chips, signaling a major push toward self-reliance amid US export restrictions.
The post Alibaba Launches AI Data Center Powered by 10,000 Homegrown Chips appeared first on TechRepublic....
- Microsoft: Third-Party Android Vulnerability Leaves Over 50M Users Exposed10 April 2026, 5:02 pm
A flaw in the EngageLab SDK exposed 50 million Android users, allowing malicious apps to exploit trusted permissions and access sensitive data.
The post Microsoft: Third-Party Android Vulnerability Leaves Over 50M Users Exposed appeared first on TechRepublic....
- Google Brings NotebookLM to Gemini for Easy Project Organization10 April 2026, 2:30 pm
Google is rolling out notebooks in Gemini, giving users a new way to organize chats, files, and instructions into AI-powered project hubs.
The post Google Brings NotebookLM to Gemini for Easy Project Organization appeared first on TechRepublic....
- AI Expansion, Security Crises, and Workforce Upheaval Define This Week in Tech10 April 2026, 2:00 pm
See what you missed in Daily Tech Insider from April 6–10.
The post AI Expansion, Security Crises, and Workforce Upheaval Define This Week in Tech appeared first on TechRepublic....
- New Apple Rumor: iPhone Air 2 Leak Suggests Major Upgrades After First-Gen Criticism10 April 2026, 12:41 pm
Apple is reportedly pushing ahead with iPhone Air 2 despite weak sales, with upgrades to battery, camera, and performance already in development.
The post New Apple Rumor: iPhone Air 2 Leak Suggests Major Upgrades After First-Gen Criticism appeared first on TechRepublic....
- Mitsubishi Targets Hybrid Vehicle Production in the Philippines by 202810 April 2026, 11:48 am
Mitsubishi now has a named plant and a mid-2028 target for hybrid production in the Philippines. What it still lacks are the numbers that would show how serious the plan really is.
The post Mitsubishi Targets Hybrid Vehicle Production in the Philippines by 2028 appeared first on TechRepublic....
- When Are Payroll Taxes Due? 2026 Due Dates and Requirements10 April 2026, 10:00 am
Staying on top of payroll tax deadlines is tough, so we created this guide to cover the key 2026 payroll tax due dates and explain how to ensure your business is compliant.
The post When Are Payroll Taxes Due? 2026 Due Dates and Requirements appeared first on TechRepublic....
- Embedded Finance vs Banking as a Service in 2026: Key Differences Explained10 April 2026, 9:12 am
Learn the key differences between embedded finance and banking as a service, how they work together, and what they mean for modern businesses.
The post Embedded Finance vs Banking as a Service in 2026: Key Differences Explained appeared first on TechRepublic....
- Fedora Infrastructure Status: Matrix server maintenance14 April 2026, 11:15 am
... 
- Felipe Borges: RHEL 10 (GNOME 47) Accessibility Conformance Report13 April 2026, 10:24 am
Red Hat just published the Accessibility Conformance Report (ACR) for Red Hat Enterprise Linux 10.
Accessibility Conformance Reports basically document how our software measures up against accessibility standards like WCAG and Section 508. Since RHEL 10 is built on GNOME 47, this report is a good look at how our stack handles various accessibility things from screen readers to keyboard navigation.
Getting a desktop environment to meet these requirements is a hug... 
- Kevin Fenzi: misc fedora bits second week of april 202612 April 2026, 5:14 pm
Another saturday and... oh wait, it's sunday!
I was away almost all the day yesterday (morning at https://beaverbarcamp.org/
and afternoon/evening visiting family ), so this will be a day late. 🙂
This week we were still in Fedora 44 final freeze (we canceled the go/nogo on
thursday because there were still unaddressed blockers) so there was a lot of
catching up on old issues/processing docs and other pull requests and the like.
There were a few things that s...
- Rénich Bon Ćirić: HowTo: Cómo instalar y anclar una versión específica con Flatpak10 April 2026, 8:30 pm
¿Te ha pasado que sale la actualización de tu software favorito y nomás no puedes saltar a ella? Pues resulta que Bitwig Studio
llegó a su versión 6 y, pues, yo andaba sin chamba y sin feria para el upgrade.
Lo uso con Flatpak porque, la neta, yo mismo inicié, propuse y doné la primera implementación en Flathub. Total, me tuve que
quedar en la versión 5.x y nunca había tenido que anclar una versión usando Flatpak.
Le pregunté a un LLM cómo hacerle (...
- Fedora Community Blog: Community Update – Week 15 202610 April 2026, 10:00 am
This is a report created by CLE Team, which is a team containing community members working in various Fedora groups for example Infrastructure, Release Engineering, Quality etc. This team is also moving forward some initiatives inside Fedora project.
Week: 06 – 10 Apr 2026
Fedora Infrastructure
This team is taking care of day to day business regarding Fedora Infrastructure.It’s responsible for services running in Fedora infrastructure.Ticket tracker...
- Remi Collet: ⚙️ PHP version 8.4.20 and 8.5.510 April 2026, 5:48 am
RPMs of PHP version 8.5.5 are available in the remi-modular repository for Fedora ≥ 42 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...).
RPMs of PHP version 8.4.20 are available in the remi-modular repository for Fedora ≥ 42 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...).
ℹ️ These versions are also available as Software Collections in the remi-safe repository.
ℹ️ The packages are available for x86_64 and aarch64.
ℹ️ ...
- Christof Damian: Friday Links 26-129 April 2026, 10:00 pm
...
- Guillaume Kulakowski: Sécuriser ses serveurs derrière Cloudflare : Authenticated Origin Pulls9 April 2026, 6:24 pm
...
- Ben Cotton: Handling a PR disaster for your project8 April 2026, 12:00 pm
I want to say up front that the point of this post is not to disparage Trivy or its maintainers. They’ve had a rough few weeks and I feel for them. I only discuss Trivy as a recent example of a bad day at the office.
The saying “there’s no such thing as bad publicity” always felt a little gross to me. There are a lot of reasons you might get noticed that are bad, and it should feel bad to do bad things. But maybe there’s something to it. If you hand...
- Rénich Bon Ćirić: Howto: a very nice way of organizing your bash env variables and settings8 April 2026, 1:30 am
So, I know you have either ~/.bashrc and ~/.bash_profile or ~/.profile in your installation. We all do. And many apps
we use on a daily basis use those. Plus, you like your aliases, your own env variables and maybe even one or two bash functions
you like to use.
That creates a problem. You have everything in a single file (or two) and you have a mess. It's hard to read, hard to organize and a
single mistake renders that file useless. Well, maybe not useless, but...
- Saved Prompts Are Dead. Agent Skills Are the Future2 April 2026, 12:00 am
...
- Generating Code Faster Is Only Valuable If You Can Validate Every Change With Confidence26 March 2026, 12:00 am
...
- When You Go to Production with gRPC, Make Sure You’ve Solved Load Distribution First19 March 2026, 12:00 am
...
- You may be building for availability, but are you building for resiliency?12 March 2026, 12:00 am
...
- When your coding agent doesn’t understand your project, you’ll get junk5 March 2026, 12:00 am
...
- 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
...
- AutoSSL Let’s Encrypt Rate Limiting7 March 2026, 12:42 am
You’ve just completed a cPanel server migration. The accounts are transferred, DNS is propagating, everything looks good… until you check the AutoSSL logs and see this staring back at you: WARN AutoSSL failed to create a new certificate order because the server's Let's Encrypt account (https://acme-v02.api.letsencrypt.org/acme/acct/XXXXXXX) has reached a rate limit. (429 urn:ietf:params:acme:error:rateLimited) Every domain […]...
- How to Fix CSF/LFD “Excessive Resource Usage” Floods for PHP-FPM and dbus on AlmaLinux 95 March 2026, 12:41 am
If you have recently migrated to AlmaLinux 9 (or any RHEL 9 derivative) and run ConfigServer Security & Firewall (CSF) with Login Failure Daemon (LFD), you have probably noticed your inbox filling up with alerts like these: Time: Wed Feb 19 03:14:22 2025 Account: root Resource: Virtual Memory Size Exceeded: 384 > 256 (MB) Executable: […]...
- Why AutoSSL Fails Under Cloudflare Proxy2 March 2026, 12:38 am
If you manage domains behind Cloudflare’s proxy and run cPanel with AutoSSL, there’s a good chance you’ve woken up to an email like this: AutoSSL did not renew the certificate for “example.com”. You must take action to keep this site secure. DNS DCV: No local authority: “example.com”; HTTP DCV: “cPanel (powered by Sectigo)” forbids DCV […]...
- MariaDB Sandbox Mode Is Silently Breaking Your Database Migrations28 February 2026, 12:34 am
If you have recently tried to migrate a cPanel server and watched every single database import fail with ERROR at line 1: Unknown command '\-', you are not alone. This error has been quietly biting sysadmins for the better part of a year, and cPanel still has not published a word about it. Here is […]...
- Maildir to mdbox Conversion Silently Drops Emails for Date Ranges27 February 2026, 6:24 pm
If you have ever run a cPanel migration or triggered a mailbox format conversion in WHM and found that users are missing emails from specific date ranges, you are not alone. This is one of those issues that does not announce itself with a clear error. It simply leaves gaps in the mailbox, and unless […]...
- Bulk PHP-FPM Pool Tuner for Existing Accounts26 February 2026, 7:16 pm
WHM only applies PHP-FPM settings to new accounts, and as we know, the cPanel defaults may not be appropriate for higher-traffic sites. This script updates all existing accounts. #!/bin/bash # bulk-phpfpm-tuner.sh # Updates PHP-FPM pool settings for all accounts based on server RAM TOTAL_RAM_MB=$(free -m | awk '/^Mem:/{print $2}') RESERVED_MB=2048 # Reserve for OS/MySQL ACCOUNTS=$(whmapi1 […]...
- PHP-FPM pm.max_children Reached on cPanel Servers26 February 2026, 6:24 pm
See Also: Bulk PHP-FPM Pool Tuner for Existing Accounts If you manage cPanel servers, you have almost certainly encountered this log entry at some point: [pool username] WARNING: server reached pm.max_children setting (5), consider raising it It looks simple enough. PHP-FPM is telling you it ran out of worker processes to handle incoming requests. But […]...
- The cPanel/WHM Autofixer26 February 2026, 4:38 am
Cpanel 11.24 comes with an Autofixer that allows you to fix common problems that may prevent access to certain parts of your system....
- PCI DSS Compliance Cookbook for cPanel Servers26 February 2026, 12:20 am
If you’re running cPanel servers that process, store, or transmit credit card data, or even connect to systems that do, PCI DSS compliance isn’t optional. It’s a requirement that carries real financial and legal teeth. With PCI DSS v4.0.1 now fully enforced (the March 31, 2025 deadline for all “best practice” requirements has passed), every […]...
- CSF Post-Shutdown Survival Guide: Migration & Configuration11 February 2026, 12:49 am
For over a decade, ConfigServer Security & Firewall (CSF) was the undisputed firewall solution for cPanel/WHM servers. If you ran a shared hosting environment, a reseller setup, or even a standalone VPS with cPanel, CSF was almost certainly part of your security stack. Its WHM integration, Login Failure Daemon (LFD), and straightforward configuration made […]...
- Sunsetting Developer Web (User Web)9 August 2025, 7:16 pm
SourceForge will be sunsetting developer web hosting for user accounts (unrelated to project web hosting) in 60 days on October 10th, 2025. If you are using developer web ...
The post Sunsetting Developer Web (User Web) appeared first on SourceForge Community Blog....
- ProjectLibre Major Release: Day One downloads in 150+ countries… replacing Microsoft Project2 May 2025, 3:00 pm
Today marks a watershed moment for the global project-management community—and our 10-year partnership with SourceForge! We’re proud to unveil ProjectLibre Desktop 1.9.8, the most powerful update in years, delivering a ...
The post ProjectLibre Major Release: Day One downloads in 150+ countries… replacing Microsoft Project appeared first on SourceForge Community Blog....
- Display an Interactive Demo on your SourceForge Business Software Listing2 April 2024, 11:20 pm
Big News: SourceForge Just Got a Major Upgrade with Cool Demo Tools! Hey everyone! We’ve got some awesome news to share that’s going to make showcasing and exploring ...
The post Display an Interactive Demo on your SourceForge Business Software Listing appeared first on SourceForge Community Blog....
- Project Web Hosting Database Upgrade Notice20 October 2023, 1:13 am
The purpose of this blog post is to announce our scheduled maintenance window for project web hosting. We will be upgrading the database used by project websites on ...
The post Project Web Hosting Database Upgrade Notice appeared first on SourceForge Community Blog....
- GitHub is Ending Subversion (svn) Support: Subversion and SourceForge19 September 2023, 12:47 am
Earlier this year, GitHub announced that it would be sunsetting Subversion support on January 8th, 2024. Since then, SourceForge has seen high volume of projects that use Subversion migrate ...
The post GitHub is Ending Subversion (svn) Support: Subversion and SourceForge appeared first on SourceForge Community Blog....
- Welcoming OSDN Projects to SourceForge31 July 2023, 9:30 pm
—- OSDN.net has been having extended service outages since it was recently acquired. Some users are reporting that OSDN has been down on and off for over a ...
The post Welcoming OSDN Projects to SourceForge appeared first on SourceForge Community Blog....
- ProjectLibre Recognized With Open Source Excellence Award on SourceForge2 March 2022, 12:50 am
— We are happy to announce that SourceForge has recognized a number of exceptional projects on SourceForge with awards based on the value these projects provide to the ...
The post ProjectLibre Recognized With Open Source Excellence Award on SourceForge appeared first on SourceForge Community Blog....
- Does SourceForge have malware?8 March 2021, 10:17 pm
SourceForge does not have malware or viruses. All projects, downloads, and releases served from SourceForge are scanned for malware and viruses, so you can rest assured that your ...
The post Does SourceForge have malware? appeared first on SourceForge Community Blog....
- Projects of the Week, December 21, 202021 December 2020, 5:01 am
Here are the featured projects for the week, which appear on the front page of SourceForge.net: plantumlPlantUml allows you to quickly create some UML diagrams using a simple ...
The post Projects of the Week, December 21, 2020 appeared first on SourceForge Community Blog....
- Today in Tech – 200316 December 2020, 5:46 am
On this day in 2003 the Controlling the Assault of Non-Solicited Pornography And Marketing, better known as the CAN-SPAM Act of 2003 was signed into law in the ...
The post Today in Tech – 2003 appeared first on SourceForge Community Blog....
- kea >= 1:3.0.3-6 update requires manual intervention7 April 2026, 4:50 pm
The kea package has moved all services to run as a dedicated kea user (instead of root) for improved security. This change requires permission updates to the runtime files created by the kea services.
Users upgrading from an existing kea installation should therefore run the following commands after the upgrade:
chown kea: /var/lib/kea/* /var/log/kea/* /run/lock/kea/logger_lockfile
systemctl try-restart kea-ctrl-agent.service kea-dhcp{4,6,-ddns}.service
Accounts that need to interact with kea se...
- iptables now defaults to the nft backend5 April 2026, 6:28 pm
The old iptables-nft package name is replaced by iptables, and the
legacy backend is available as iptables-legacy.
When switching packages (among iptables-nft, iptables, iptables-legacy),
check for .pacsave files in /etc/iptables/ and restore your rules if needed:
/etc/iptables/iptables.rules.pacsave
/etc/iptables/ip6tables.rules.pacsave
Most setups should work unchanged, but users relying on uncommon xtables
extensions or legacy-only behavior should test carefully and use
iptables-legacy if r...
- NVIDIA 590 driver drops Pascal and lower support; main packages switch to Open Kernel Modules20 December 2025, 6:53 pm
With the update to driver version 590, the NVIDIA driver no longer supports Pascal (GTX 10xx) GPUs or older. We will replace the nvidia package with nvidia-open, nvidia-dkms with nvidia-open-dkms, and nvidia-lts with nvidia-lts-open.
Impact: Updating the NVIDIA packages on systems with Pascal, Maxwell, or older cards will fail to load the driver, which may result in a broken graphical environment.
Intervention required for Pascal/older users: Users with GTX 10xx series and older cards must switc...
- .NET packages may require manual intervention11 December 2025, 7:01 am
The following packages may require manual intervention due to the upgrade from 9.0 to 10.0:
aspnet-runtime
aspnet-targeting-pack
dotnet-runtime
dotnet-sdk
dotnet-source-built-artifacts
dotnet-targeting-pack
pacman may display the following error failed to prepare transaction (could not satisfy dependencies) for the affected packages.
If you are affected by this and require the 9.0 packages, the following commands will update e.g. aspnet-runtime to aspnet-runtime-9.0:
pacman -Syu aspnet-runtime...
- waydroid >= 1.5.4-3 update may require manual intervention6 November 2025, 12:35 am
The waydroid package prior to version 1.5.4-2 (including aur/waydroid) creates Python byte-code files (.pyc) at runtime which were untracked by pacman. This issue has been fixed in 1.5.4-3, where byte-compiling these files is now done during the packaging process.
As a result, the upgrade may conflict with the unowned files created in previous versions. If you encounter errors like the following during the update:
error: failed to commit transaction (conflicting files)
waydroid: /usr/lib/waydro...
- dovecot >= 2.4 requires manual intervention31 October 2025, 9:20 pm
The dovecot 2.4 release branch has made breaking changes which result
in it being incompatible with any <= 2.3 configuration file.
Thus, the dovecot service will no longer be able to start until the
configuration file was migrated, requiring manual intervention.
For guidance on the 2.3-to-2.4 migration, please refer to the
following upstream documentation:
Upgrading Dovecot CE from 2.3 to 2.4
Furthermore, the dovecot 2.4 branch no longer supports their
replication feature, it was removed.
For...
- Recent service outages21 August 2025, 10:01 pm
We want to provide an update on the recent service outages affecting our infrastructure. The Arch Linux Project is currently experiencing an ongoing denial of service attack that primarily impacts our main webpage, the Arch User Repository (AUR), and the Forums.
We are aware of the problems that this creates for our end users and will continue to actively work with our hosting provider to mitigate the attack. We are also evaluating DDoS protection providers while carefully considering factors in...
- zabbix >= 7.4.1-2 may require manual intervention4 August 2025, 2:58 pm
Starting with 7.4.1-2, the following Zabbix system user accounts (previously shipped by their related packages) will no longer be used. Instead, all Zabbix components will now rely on a shared zabbix user account (as originally intended by upstream and done by other distributions):
zabbix-server
zabbix-proxy
zabbix-agent (also used by the zabbix-agent2 package)
zabbix-web-service
This shared zabbix user account is provided by the newly introduced zabbix-common split package, which is now a dep...
- linux-firmware >= 20250613.12fe085f-5 upgrade requires manual intervention21 June 2025, 11:09 pm
With 20250613.12fe085f-5, we split our firmware into several vendor-focused packages. linux-firmware is now an empty package depending on our default set of firmware.
Unfortunately, this coincided with upstream reorganizing the symlink layout of the NVIDIA firmware, resulting in a situation that Pacman cannot handle. When attempting to upgrade from 20250508.788aadc8-2 or earlier, you will see the following errors:
linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad103 exists in filesystem
linux-f...
- Plasma 6.4.0 will need manual intervention if you are on X1120 June 2025, 7:08 am
On Plasma 6.4 the wayland session will be the only one installed when the users does not manually specify kwin-x11.
With the recent split of kwin into kwin-wayland and kwin-x11, users running the old X11 session needs to manually install plasma-x11-session, or they will not be able to login. Currently pacman is not able to figure out your personal setup, and it wouldn't be ok to install plasma-x11-session and kwin-x11 for every
one using Plasma.
tldr: Install plasma-x11-session if you are still ...
- The backbone of play: How online gaming platforms run on modern server infrastructure in 202611 April 2026, 2:52 pm
Online gaming is probably the one area that will continually push the limits of server architecture, networking, and operating systems. The pressure on the gaming infrastructure in 2026 is astronomical. Gamers demand sub-20ms latency, large-scale simultaneous multiplayer experiences, and no downtime, as they simultaneously stream 4K assets in real-time. To the legions of systems administrators, […]...
- Flatpak security in real life: how to audit permissions and reduce data exposure25 January 2026, 5:52 am
Flatpak is an application packaging and distribution technology that makes it possible to develop an application that can be run in a sandbox across Linux distributions. Being distribution agnostic, a Flatpak application that you install in Debian can also be installed as-is in Fedora. Because it runs in a sandbox, a Flatpak app needs permissions […]...
- Ethereum architects harden the kernel for mass adoption16 January 2026, 2:43 am
Core engineers are now treating Ethereum’s mainnet like the secure, rigid Linux kernel, offloading computation to modular layer-2 rollups. All speed and experimentation are pushed to these user-space environments. This framework ensures future growth does not compromise security. Minor market action often obscures monumental architectural changes occurring deep within the protocol. Vitalik Buterin recently drew […]...
- Browser isolation for safer casino sessions in Linux19 December 2025, 7:18 pm
Linux users tend to be more privacy-aware than average. You update packages, you think twice before pasting commands from random forums and you probably have at least one hardened browser profile sitting around. But even with good habits, the web is still the web. A single sketchy ad script, a dodgy extension update or a […]...
- Online casinos and streamers: A winning combination for all involved11 November 2025, 3:07 pm
In the past several years, there has been a curious development on sites like Twitch and YouTube: casino streaming. This type of digital entertainment, which used to be limited in scope, has now grown into a worldwide phenomenon that has drawn in millions of viewers. Audiences watch as popular creators pull the lever, place bets, […]...
- 3 steps to build the perfect website for your organization6 November 2025, 12:48 am
If you’re running an organization, you must have a website to establish credibility and show that you prioritize professionalism. Companies that don’t have websites give out negative impressions to clients. Also, remember that a website will allow you to showcase your expertise and introduce visitors to your team. Building a website today is fairly easy. […]...
- Ethereum price predictions 2025: Can ETH break $7K as ETFs and Layer 2 growth drive the market?5 November 2025, 5:14 am
The crypto market is buzzing again as conversations shift toward Ethereum’s potential over the next two years. Analysts and investors alike are wondering whether ETH can realistically reach the $7,000 mark sometime 2026. Exchange-traded funds (ETFs) have already opened the doors to a new wave of institutional capital, while Layer 2 adoption continues to expand […]...
- How technology and security drive high-performance online platforms4 November 2025, 4:57 pm
People expect digital platforms to be fast, reliable, and always available. This demand has encouraged businesses to rely heavily on innovative technology and strong security systems. Behind what appears simple to users is a network of tools that keeps everything operating smoothly. Industries depend on systems that can expand quickly, protect private data, and comply […]...
- How to run a repository of casino games in Linux using Wine or Proton22 September 2025, 10:46 am
Linux is one of the most flexible operating systems in the world, but gaming has traditionally been its weak spot. A lot of games, especially the casino game library, are designed for Windows computers. So, if you trust running them straight on Linux, you’ll often run into problems. These issues vary from the installer not […]...
- Enhancing privacy measures for Linux gaming enthusiasts25 August 2025, 4:31 am
In the ever-expanding universe of online activities, ensuring your privacy as a Linux gamer is vital. Engaging in gaming requires connecting with communities and online platforms, which can expose your personal information to potential threats. By implementing effective privacy measures, you not only protect yourself but also contribute to a safer gaming environment for all. […]...
- 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...