- HDMI FRL Support Achieved With Open-Source Nouveau For NVIDIA GPUs24 April 2026, 12:16 am
While the AMDGPU open-source driver has struggled with HDMI 2.1 support due to the HDMI Forum blocking open-source implementations, HDMI Fixed Rate Link (FRL) as a feature of the HDMI 2.1 specification is enjoying success now with the open-source Nouveau graphics driver on Linux for NVIDIA GPUs...... 
- Opera GX Browser Gets Flatpak'ed & Snap'ed On Linux23 April 2026, 9:22 pm
Last month Opera released the Opera GX gaming-focused web browser for Linux. It rolled out in RPM and Debian package format support while now for those interested is also available via Flatpak and Snap sandboxed app formats...... 
- Linux 7.1 Removes Some Obsolete PCMCIA Drivers That Likely Haven't Been Used In Years23 April 2026, 8:18 pm
In addition to some network drivers on the chopping block due to AI bug reports for obsolete hardware/drivers and Linux 7.1 dropping various drivers for Russia's Baikal CPUs, the Linux 7.1 kernel as of today also dropped some obsolete PCMCIA host controller drivers...... 
- Oracle To Reduce The Frequency Of Solaris 11.4 Updates23 April 2026, 8:03 pm
Oracle announced today they are going to be reducing the frequency of software updates for Solaris 11.4 and their ZFS Storage Appliance software...... 
- Ubuntu 26.04 LTS Now Available & Powered By Linux 7.023 April 2026, 4:32 pm
The official release ISOs of Ubuntu 26.04 LTS, Ubuntu Server 26.04 LTS, and the various other Ubuntu flavors are now available for download...... 
- Godot 4.7 Will Finally Have HDR Output, Including On Linux With Wayland23 April 2026, 4:25 pm
The upcoming Godot 4.7 open-source, cross-platform game engine release is rolling out support for high dynamic range (HDR)...... 
- Exploring The Workloads Where The AMD Ryzen 9 9950X3D2 Makes A Lot Of Sense23 April 2026, 3:30 pm
With this week's launch of the AMD Ryzen 9 9950X3D2 Dual Edition I've found some of the commentary quite surprising among those arguing it's really not a competitive or interesting product. While the cost may be hard to justify at $899 USD compared to the existing Ryzen 9000 series products or Intel's new Core Plus CPUs, particularly for developers, technical computing, etc the performance of the Ryzen 9 9950X3D2 is quite interesting. I've had much enjoyment benchmarking the Ryzen 9 9950X3D2 for... 
- Ubuntu Server 26.04 LTS Will Now Automatically Install HWE/OEM Kernel Packages23 April 2026, 3:23 pm
Ubuntu LTS releases on the desktop have automatically installed OEM vendor kernels where needed and hardware enablement "HWE" kernels in later point releases by default. This provides a better out-of-the-box experience for Ubuntu desktop users and one less chore post-install if desiring a newer/better kernel. With Ubuntu Server 26.04 LTS, the server installer is finally doing the same...... 
- System76 Thelio Major Workstation Updated For Better Thermals, More Performance23 April 2026, 2:49 pm
Following the recently-launched Thelio Mira redesign, System76 today announced the new Thelio Major workstation with improved thermals and more performance...... 
- Ubuntu 26.04 Allows "sudo apt install rocm" But It's Months Out-Of-Date23 April 2026, 1:28 pm
Canonical announced last year that in collaboration with AMD they would be bringing the ROCm software libraries into the Ubuntu archive for Ubuntu 26.04 LTS. The plan has been to ship AMD ROCm AI/ML and HPC libraries in the Ubuntu archive so it would be as easy as sudo apt install rocm for getting started with AMD's open-source GPU compute stack. With today being the Ubuntu 26.04 LTS release day, I decided to revisit the topic...... 
- Ubuntu 26.04 LTS released23 April 2026, 6:16 pm
Ubuntu 26.04 ("Resolute Raccoon") LTS has been released
on schedule.
This release brings a significant uplift in security, performance,
and usability across desktop, server, and cloud environments. Ubuntu
26.04 LTS introduces TPM-backed full-disk encryption, expanded use of
memory-safe components, improved application permission controls, and
Livepatch support for Arm systems, helping reduce downtime and
strengthen system resilience. [...]
The newest Edubuntu, Kubuntu, Lubuntu, Ubuntu Budgie,... 
- [$] Famfs, FUSE, and BPF23 April 2026, 1:44 pm
The famfs filesystem first showed up on the
mailing lists in early 2024; since then, it has been the topic of
regular discussions at the Linux Storage, Filesystem, Memory Management and
BPF (LSFMM+BPF) Summit. It has also, as result of those discussions, been
through some significant changes since that initial posting. So it is not
surprising that a suggestion that it needed to be rewritten yet again was
not entirely well received. How much more rewriting will actually be
needed is unclear, b... 
- Security updates for Thursday23 April 2026, 1:11 pm
Security updates have been issued by AlmaLinux (kernel and osbuild-composer), Debian (cpp-httplib, firefox-esr, gimp, and packagekit), Fedora (chromium, composer, libcap, pgadmin4, pie, python3-docs, python3.14, and sudo), Mageia (gvfs), Oracle (.NET 8.0, delve, freerdp, giflib, ImageMagick, kernel, OpenEXR, and osbuild-composer), SUSE (erlang, giflib, google-guest-agent, GraphicsMagick, ignition, imagemagick, kea, kernel, kissfft, libraw, libssh, ocaml-patch, opam, openCryptoki, openexr, openss... 
- [$] LWN.net Weekly Edition for April 23, 202623 April 2026, 12:11 am
Inside this week's LWN.net Weekly Edition:
Front: LLMs and Python bugs; scheduler regression; new Rust traits; dependency cooldowns; 7.1 merge window; Shor's algorithm; drama at The Document Foundation.
Briefs: Firefox zero-days; kernel code removal; reproduceible Arch; Debian election; Firefox 150; Forgejo 15.0; Git 2.54.0; KDE Gear 26.04; LillyPond 2.26.0; Rust 1.95.0; Quotes; ...
Announcements: Newsletters, conferences, security updates, patches, a...
- [$] Dependency-cooldown discussions warm up22 April 2026, 3:21 pm
Efforts to introduce malicious code into the open-source supply
chain have been on the rise in recent years, and there is no indication that they
will abate anytime soon. These attacks are often found quickly, but not quickly
enough to prevent the compromised code from being automatically injected into other
projects or code deployed by users where it can wreak havoc. One method of avoiding
supply-chain attacks is to add a delay of a few days before pulling upates in what
is known as a "dependen...
- [$] One Sized trait does not fit all22 April 2026, 1:58 pm
In Rust, types either possess a constant size known at compile time, or a
dynamically calculated size known at
run time. That is fine for most purposes, but recent proposals for the language
have shown the need for a more fine-grained hierarchy.
RFC 3729 from David Wood and Rémy Rakic would add a hierarchy of
traits to describe types with sizes known under different circumstances. While
the idea has been subject to discussion for many years, a growing number of
use cases for the feature have ...
- LilyPond 2.26.0 released22 April 2026, 1:23 pm
Version
2.26.0 of the LilyPond
music-engraving program has been released. Major
changes include the ability to use the Cairo library to generate
output and improvements in spacing between clefs and time
signatures. See the release notes for a full list of miscellaneous
improvements as well as what's new with musical
and specialist
notation....
- Four stable kernels for Wednesday22 April 2026, 1:06 pm
Greg Kroah-Hartman has announced the release of the 7.0.1, 6.19.14, 6.18.24, and 6.12.83 stable kernels. As usual, each
contains important fixes throughout the tree. Users are encouraged to
upgrade.
Note that the 6.19.x series ends with 6.19.14....
- Security updates for Wednesday22 April 2026, 1:04 pm
Security updates have been issued by Debian (firefox-esr, flatpak, ngtcp2, ntfs-3g, packagekit, python-geopandas, simpleeval, strongswan, and xdg-dbus-proxy), Fedora (chromium, cups, curl, jq, opkssh, perl-Net-CIDR-Lite, python-cbor2, python-pillow, tinyproxy, xdg-dbus-proxy, and xorg-x11-server-Xwayland), Slackware (libXpm and mozilla), SUSE (botan, chromium, clamav, cockpit, cockpit-machines, cockpit-packages, cockpit-podman, cockpit-subscriptions, dovecot24, firefox, flatpak, freeipmi, gdk-pi...
- Kernel code removals driven by LLM-created security reports22 April 2026, 6:56 am
There are a number of ongoing efforts to remove kernel code, mostly from
the networking subsystem, as an alternative to dealing with the increase in
security-bug reports from large language models. The proposed removals
include ISA
and PCMCIA Ethernet drivers, a pair
of PCI drivers, the ax25 and amateur
radio subsystem, the ATM protocols and drivers,
and the ISDN
subsystem.
Remove the amateur radio (AX.25, NET/ROM, ROSE) protocol
implementation and all associated hamradio device drivers fro...
- 5 Reasons to Upgrade to Ubuntu 26.04 (and 3 Reasons to Stay Away)24 April 2026, 12:36 am
Should you skip this new release or jump on the bandwagon and upgrade to 26.04? Let me help you with that.... 
- Lubuntu 26.04 LTS Ships LXQt 2.3, and Keeps Wayland on the Backburner24 April 2026, 12:18 am
The lightweight Ubuntu flavor hits the 30 release mark with a refreshed app stack and Wayland support still in the works.... 
- Kubuntu 26.04 LTS Drops X11 Support and Goes All in On Wayland24 April 2026, 12:18 am
You also get Plasma 6.6, Linux 7.0, and three years of standard LTS support.... 
- The Awesome New Ubuntu 26.04 LTS is Here24 April 2026, 12:16 am
App replacements aside, there are quite a few interface upgrades worth knowing about too!... 
- FOSS Weekly #26.17: Ubuntu 26.04 Release, Firefox Controversy, Positive News on Age-verification and More Linux Stuff23 April 2026, 3:21 pm
New major releases from Ubuntu and Fedora.... 
- Things You Should Know About Ubuntu 26.0423 April 2026, 2:16 pm
Ubuntu 26.04 is releasing today. I answer some of the frequently asked questions about upgrading to the new version.... 
- Microsoft Has WSL, But This Developer Built One for Windows 9523 April 2026, 11:43 am
WSL9x lets you run a modern Linux kernel 6.19 inside Windows 9x without needing virtualization.... 
- A Linux Hardware Maker is Convincing Colorado to Leave Open Source Alone23 April 2026, 6:37 am
After months of advocacy, Colorado's age verification bill is set for an amendment to exclude open source....
- The People Who Put Emulators on Your Steam Deck Now Want to Sell You a Linux Console22 April 2026, 5:55 am
The Playnix Console is a €1,179 Linux-powered gaming machine with an RX 9060 XT inside....
- This Simple GUI Tool Takes the Pain Out of Docker and Podman20 April 2026, 2:14 pm
A polished, libadwaita-based container manager that now works with both Podman and Docker....
- Ubuntu 26.10 (Stonking Stingray) release date & schedule23 April 2026, 11:31 pm
Grab your diary and jot down the date, as Ubuntu 26.10 ‘Stonking Stingray’ is going to be released on 15 October, 2026. The Ubuntu 26.10 release date and those of other notable milestones in the next development cycle have now been shared by Canonical but, given the nature of development, should be considered tentative – plans can and do change. The most significant date in the 26.10 schedule, besides the final release, is that of feature freeze on August 10, 2026. This is the date at whi... 
- Ubuntu 26.04 LTS released: GNOME 50, Wayland-only and Linux 7.023 April 2026, 4:20 pm
Canonical has released Ubuntu 26.04 LTS ‘Resolute Raccoon’ – the first LTS in Ubuntu’s history to ship without an Xorg desktop session. It runs on the latest Linux 7.0 kernel with the GNOME 50 desktop, and includes new video player and system monitor apps. Deb package management features are available in App Center. Support-wise, Ubuntu 26.04 LTS receives a minimum of 5 years of updates, and an additional 5 years of security coverage with Ubuntu Pro. For a full rundown of what’s change... 
- Framework’s Laptop 13 Pro is its first Ubuntu Certified machine22 April 2026, 8:13 pm
Framework’s new 13 Pro laptop is the company’s first to ship as certified for Ubuntu, who say you can buy it knowing you’ll get “guaranteed support right out of the box”. Framework hardware have been popular with Linux users for years, not just for the company’s ethos around upgradeable and repairable hardware but their kernel contributions and financial support for open-source projects and developers. Specs wise, the new Framework 13 Pro is powered by Intel Core Ultra Series 3 or AM...
- Ubuntu confirms the 26.10 codename, and it sounds strange21 April 2026, 4:28 pm
Ubuntu has announced the codename for Ubuntu 26.10 is… “Stonking Stingray”. As codenames go it’s certainly unique. The distro gives each release a codename: an alliterative pairing of adjective and animal, the latter of which becomes the release mascot. The tradition dates back to the first Ubuntu release in 2004 (dubbed ‘Warty Warthog’). Ubuntu 26.04 LTS was ‘Resolute Raccoon’, making ‘s’ the next letter alphabetically, and ‘Stonking Stingray’ was the distro’s standout...
- Ubuntu 26.04 LTS: What’s new since 24.04?21 April 2026, 1:57 pm
If you plan to upgrade to Ubuntu 26.04 LTS ‘Resolute Raccoon’ from Ubuntu 24.04 LTS, you’re going to inherit two years worth of improvements. As an LTS-to-LTS jump, you don’t simply benefit from what’s new in Ubuntu 26.04, but everything else added in the 3 interim releases prior, namely Ubuntu 24.10, 25.04 and 25.10. Ubuntu 26.04 LTS does plenty of things that 24.04 didn’t, but drops several features too It adds up to a mammoth set of changes across the full stack, running right fro...
- Firefox 150 brings Linux emoji picker, PDF page ordering + more20 April 2026, 12:40 pm
Firefox 150 is released this week with an enhanced Split View features, multi-tab sharing and a clutch of welcome PDF editor improvements. Split View debuted in Firefox 149 last month, letting you easily view two web-pages side-by-side in a single tab (no more juggling windows). In Firefox 150, you can right-click a link on a web page and choose Open Link in Split View to, well, do precisely that. Firefox’s Split View feature now includes an option to Reverse Tabs in the context menu (three ...
- GIMP 3.2.4 released with fresh set of bug fixes19 April 2026, 12:15 pm
Bug fixes arrive in GIMP 3.2.4, the latest maintenance update for the current 3.2.x stable series. Assorted improvements made since GIMP 3.2.2 dropped in March include a variety of layer workflow tweaks, like ensuring certain actions, like ‘Layers to Image Size’ and ‘Resize Layer to Selection’ only on raster layers (not vector, linked or text layers). Similarly, the team says they “caught more cases where tools would accidentally rasterize link, text, and vector layers”. A layer nami...
- Type with your voice on Linux using this Whisper-based app19 April 2026, 2:48 am
Your mouth can (probably) say things quicker than your hands can type them, yet voice typing is rarely used as a primary input method on desktop, despite most of us thinking nothing of using it on mobile. That’s despite speech-to-text being available on desktop OSes for decades, natively and through dedicated apps. It never caught on because it was inaccurate and slow and typically hidden away as an assistive feature. (And because a lot of what you do at a keyboard is navigation and that is le...
- Thunderbolt is an open-source ‘AI client’ from Mozilla’s for-profit arm16 April 2026, 5:01 pm
Thunderbolt is a new open source AI client from the Mozilla-owned MZLA Technologies aimed at enterprises who want to run self-hosted chatbots on their own infrastructure. MZLA Technologies is the for-profit subsidiary of the Mozilla Foundation that develops and maintains the Thunderbird email client. It says Thunderbolt was created with the support of a grant from Mozilla. Terrible name aside (Intel owns a trademark for ‘Thunderbolt’ which Apple markets heavily, so it’s not the best c...
- Linux Mint’s next release won’t be until Christmas 202616 April 2026, 3:04 pm
Linux Mint has confirmed it is switching to a longer development cycle, in order to give the team more time to ‘fix bugs and improve the desktop’. As a result, the Linux Mint 23 release is now slated to launch in December 2026. It will, among other planned changes, use the same installer as LMDE (Linux Mint Debian Edition) as this offers better OEM install, SecureBoot and LVM/LUKS support. Project lead Clement Lefebvre intimated that upending the distro’s standard twice-yearly release mode...
- You’re Invited: Celebrate the Fedora Linux 44 Release Party!24 April 2026, 5:17 am
Fedora Linux 44 is almost officially here! While our release engineering team and packagers focus on the final touches for F44... 
- Today in Techrights24 April 2026, 3:53 am
Some of the latest articles... 
- today's leftovers23 April 2026, 7:56 pm
with GNU/Linux focus... 
- Kubernetes v1.36 and More Kubernetes News23 April 2026, 7:55 pm
Kubernetes leftovers... 
- Free, Libre, and Open Source Software, Education, and Sharing-Related Leftovers23 April 2026, 7:54 pm
mostly FOSS picks... 
- Licensing / Legal: Free Software Foundation on Slop Licence and Software Freedom Conservancy (SFC) on OpenWrt23 April 2026, 7:52 pm
some licence concerns... 
- Programming Leftovers23 April 2026, 7:51 pm
Development picks... 
- Web: RSS Feeds for Reading and QUIC Considered23 April 2026, 7:50 pm
Some WWW leftovers... 
- Mozilla: GAFAM, Surveillance, and Wasting Efforts on Slop Hype23 April 2026, 7:48 pm
Firefox and more... 
- Databases: SQL Management Studio for PostgreSQL 2.0, storage_engine 1.0.7, and YottaDB as a Creative Platform23 April 2026, 7:46 pm
Database news... 
- Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure11 March 2026, 1:00 pm
By Juha Holkkola, FusionLayer Group How DHCP Changed Connectivity In the late 1990s, the DHCP (Dynamic Host Configuration Protocol) quietly catalyzed a revolution in digital connectivity. Before DHCP was introduced, connecting devices to a network involved manual entry of IP addresses, DNS servers, subnet masks, and gateways. Networks were fragile, prone to errors, and severely […]
The post Implementing Secure Zero-Touch Provisioning in AI and Edge Infrastructure appeared first on Linux.com....
- From DHCP to SZTP – The Trust Revolution25 February 2026, 2:00 pm
By Juha Holkkola, FusionLayer Group The Dawn of Effortless Connectivity In the transformative years of the late 1990s, a quiet revolution took place, fundamentally altering how we connect to networks. The introduction of DHCP answered a crucial question, “Where are you on the network?”, by automating IP address assignment. This innovation eradicated the manual configuration […]
The post From DHCP to SZTP – The Trust Revolution appeared first on Linux.com....
- Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship15 January 2026, 2:29 pm
Sustaining a Core Part of the Linux Ecosystem The Linux Foundation has announced a second year of sponsorship for the ongoing maintenance of the Linux manual pages (man-pages) project, led by Alejandro (Alex) Colomar. This critical initiative is made possible through the continued support of Google, Hudson River Trading, and Meta, who have renewed their […]
The post Celebrating the Second Year of Linux Man-Pages Maintenance Sponsorship appeared first on Linux.com....
- Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two29 October 2025, 1:45 pm
In Part One of this series, we examined how the SONiC control plane and the VPP data plane form a cohesive, software-defined routing stack through the Switch Abstraction Interface. We outlined how SONiC’s Redis-based orchestration and VPP’s user-space packet engine come together to create a high-performance, open router architecture. In this second part, we’ll turn […]
The post Disaggregated Routing with SONiC and VPP: Lab Demo and Performance Insights – Part Two appeared first on Li...
- Disaggregated Routing with SONiC and VPP: Architecture and Integration – Part One22 October 2025, 1:44 pm
The networking industry is undergoing a fundamental architectural transformation, driven by the relentless demands of cloud-scale data centers and the rise of software-defined infrastructure. At the heart of this evolution is the principle of disaggregation: the systematic unbundling of components that were once tightly integrated within proprietary, monolithic systems. This movement began with the separation […]
The post Disaggregated Routing with SONiC and VPP: Architecture and Integration...
- Kubernetes on Bare Metal for Maximum Performance14 October 2025, 1:00 pm
When teams consider deploying Kubernetes, one of the first questions that arises is: where should it run? The default answer is often the public cloud, thanks to its flexibility and ease of use. However, a growing number of organizations are revisiting the advantages of running Kubernetes directly on bare metal servers. For workloads that demand […]
The post Kubernetes on Bare Metal for Maximum Performance appeared first on Linux.com....
- How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM6 June 2025, 10:53 am
This article was contributed by Vedrana Vidulin, Head of Responsible AI Unit at Intellias (LinkedIn). As AI becomes central to smart devices, embedded systems, and edge computing, the ability to run language models locally — without relying on the cloud — is essential. Whether it’s for reducing latency, improving data privacy, or enabling offline functionality, local AI […]
The post How to Deploy Lightweight Language Models on Embedded Linux with LiteLLM appeared first on Linux.com....
- Automating Compliance Management with UTMStack’s Open Source SIEM & XDR13 May 2025, 12:17 pm
Achieving and maintaining compliance with regulatory frameworks can be challenging for many organizations. Managing security controls manually often leads to excessive use of time and resources, leaving less available for strategic initiatives and business growth. Standards such as CMMC, HIPAA, PCI DSS, SOC2 and GDPR demand ongoing monitoring, detailed documentation, and rigorous evidence collection. Solutions […]
The post Automating Compliance Management with UTMStack’s Open Source SIEM &am...
- A Simple Way to Install Talos Linux on Any Machine, with Any Provider27 April 2025, 11:40 pm
Talos Linux is a specialized operating system designed for running Kubernetes. First and foremost it handles full lifecycle management for Kubernetes control-plane components. On the other hand, Talos Linux focuses on security, minimizing the user’s ability to influence the system. A distinctive feature of this OS is the near-complete absence of executables, including the absence […]
The post A Simple Way to Install Talos Linux on Any Machine, with Any Provider appeared first on Linux.com....
- Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces4 April 2025, 6:16 pm
OpenTelemetry (fondly known as OTel) is an open-source project that provides a unified set of APIs, libraries, agents, and instrumentation to capture and export logs, metrics, and traces from applications. The project’s goal is to standardize observability across various services and applications, enabling better monitoring and troubleshooting. Read More at Causely
The post Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces appeared first on Linux.com....
- arcOS 22.223 April 2026, 8:52 pm
arcOS, which stands for "Amateur Radio Community Operating System", is a specialist Linux distribution based on Linux Mint. It focuses on standardised digital communication needs, commonly used for both casual and emergency communications. It is a portable system that can be booted from any computer's USB device and used immediately with Digirig Mobile, a digital modes interface for radio communications.... 
- Xubuntu 26.0423 April 2026, 6:20 pm
Xubuntu is a community-developed operating system based on Ubuntu. It comes with Xfce, which is a stable, light and configurable desktop environment.... 
- Ubuntu Studio 26.0423 April 2026, 6:02 pm
An official variant of Ubuntu, Ubuntu Studio is a Linux-based operating system for creative individuals in the areas of audio production, video production, graphics design, photography and desktop publishing. It makes professional audio accessible on Linux; it uses the JACK sound server and a kernel built with a low-latency patch. Up until version 20.10 Ubuntu Studio shipped with the Xfce desktop environment, but this was replaced by KDE Plasma in October 2020.... 
- Ubuntu Kylin 26.0423 April 2026, 5:53 pm
Ubuntu Kylin is an official Ubuntu flavour whose primary goal is to create a variant of Ubuntu optimised for Chinese users (using the Simplified Chinese writing system), although it also supports other languages. The default desktop is called UKUI (Universal Kylin User Interface) which is based on MATE desktop and is developed with the Qt toolkit. UKUI strives to adhere to the friendly-and-simple design concept. The distribution also includes more than 20 applications developed in-house, includ... 
- Ubuntu Cinnamon 26.0423 April 2026, 5:15 pm
Ubuntu Cinnamon is an official flavour of the Ubuntu distribution featuring the Cinnamon desktop. The project strives to offer modern tools while providing a user-friendly desktop which will feel familiar for users coming from other operating systems, such as Microsoft Windows.... 
- Ubuntu Budgie 26.0423 April 2026, 5:00 pm
Ubuntu Budgie (previously budgie-remix) is an Ubuntu-based distribution featuring the Budgie desktop, originally developed by the Solus project. Written from scratch and integrating tightly with the GNOME stack, Budgie focuses on simplicity and elegance, while also offering useful features, such as the Raven notification and customisation centre.... 
- Ubuntu 26.0423 April 2026, 4:42 pm
Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. The Ubuntu community is built on the ideas enshrined in the Ubuntu Manifesto: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customise and alter their software in whatever way they see fit. "Ubuntu" is an ancient African word, meaning "... 
- Lubuntu 26.0423 April 2026, 4:23 pm
Lubuntu is a variant of Ubuntu that uses the LXQt desktop environment. (Versions prior to 18.10 shipped with the LXDE desktop.) It includes essential applications and services for daily use, including office suite, PDF reader, image editor and multimedia players. A distribution available for both 32-bit and 64-bit computers, Lubuntu is intended to be user-friendly, lightweight and energy efficient.... 
- Kubuntu 26.0423 April 2026, 4:05 pm
Kubuntu is a free, user-friendly Linux distribution based on KDE's desktop software and on the Ubuntu operating system. It has a biannual release cycle. Besides providing an up-to-date version of the KDE desktop at the time of the release, the project also releases updated KDE packages throughout the lifetime of each release.... 
- Edubuntu 26.0423 April 2026, 3:51 pm
Edubuntu is a partner project of Ubuntu, a distribution suitable for classroom use. The aim is that an educator with limited technical knowledge and skill will be able to set up a computer lab, or establish an on-line learning environment, in an hour or less, and then administer that environment without having to become a fully-fledged Linux geek.... 
- Fedora 44 Tips Its Hat With a Virtual Release Party24 April 2026, 4:49 am
The Fedora crew has bumped the launch more than once, yet the global, come?as?you?are virtual release party is going ahead right on schedule.... 
- HDMI FRL Support Achieved With Open-Source Nouveau For NVIDIA GPUs24 April 2026, 3:18 am
While the AMDGPU open-source driver has struggled with HDMI 2.1 support due to the HDMI Forum blocking open-source implementations, HDMI Fixed Rate Link (FRL) as a feature of the HDMI 2.1 specification is enjoying success now with the open-source Nouveau graphics driver on Linux for NVIDIA GPUs...... 
- Arch-Based Omarchy 3.6 Improves Panther Lake Efficiency24 April 2026, 1:46 am
Omarchy 3.6 introduces Panther Lake kernel patches, persistent Hyprland toggles, and improved laptop display management.... 
- OpenBLAS 0.3.33 Released With Automatic "BIGNUMA" For More Than 256 CPU Cores24 April 2026, 12:15 am
OpenBLAS 0.3.33 is out today as the latest update to this vendor-neutral, optimized Basic Linear Algebra Subprograms "BLAS" library...... 
- LeafKVM KVM-over-IP device launches with RV1126B platform and touchscreen23 April 2026, 10:43 pm
LeafKVM has entered crowdfunding on Crowd Supply following its earlier pre-launch coverage, introducing a revised hardware configuration while maintaining its focus as a compact, self-contained KVM-over-IP device. The system provides remote keyboard, video, and mouse access to computers, servers, and other HDMI sources without requiring software on the target machine. The updated design is now […]... 
- Ubuntu 26.04 Allows "sudo apt install rocm" But It's Months Out-Of-Date23 April 2026, 9:12 pm
Canonical announced last year that in collaboration with AMD they would be bringing the ROCm software libraries into the Ubuntu archive for Ubuntu 26.04 LTS. The plan has been to ship AMD ROCm AI/ML and HPC libraries in the Ubuntu archive so it would be as easy as sudo apt install rocm for getting started with AMD's open-source GPU compute stack. With today being the Ubuntu 26.04 LTS release day, I decided to revisit the topic...... 
- Ventoy 1.1.12 Fixes Ubuntu 24.04.4 LTS Install Failure23 April 2026, 7:40 pm
Ventoy 1.1.12 fixes Ubuntu 24.04.4 LTS install failures, resolves VirtualBox UEFI display issues, and improves Windows and WinPE boot handling.... 
- Ubuntu 26.04 "Resolute Raccoon" LTS released23 April 2026, 6:09 pm
Ubuntu 26.04 LTS, codenamed "Resolute Raccoon", is here. This releasecontinues Ubuntu's proud tradition of integrating the latest andgreatest open source technologies into a high-quality, easy-to-use Linuxdistribution. The team has been hard at work through this cycle, togetherwith the community and our partners, to introduce new features and fix bugs.... 
- Verification CLT via Python3.14t on top of Arch Linux with CachyOS Kenel and Cosmic 1.0.10 preinstalled23 April 2026, 5:59 pm
The Central Limit Theorem (CLT) states that if you take sufficiently large random samples from any population(regardless of its distribution), the distribution of the sample means will approximate a normal distribution (a bell curve). As sample size increases, this normal distribution becomes more accurate, centered around the true population mean.... 
- Ubuntu 26.04 LTS (Resolute Raccoon) Is Now Available for Download23 April 2026, 4:28 pm
Ubuntu maker Canonical released today Ubuntu 26.04 LTS (Resolute Raccoon) as the latest stable version of this popular distribution that features some of the latest GNU/Linux technologies.... 
- 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 […]...
- Mercedes is bringing faster, more private voice control to US cars23 April 2026, 8:54 pm
Liquid AI will save you from talking to the cloud.... 
- You can now tell Claude your mood and it will create a Spotify playlist to match23 April 2026, 8:48 pm
A new entry point for music discovery on Spotify.... 
- OpenAI's new GPT-5.5 model is built for difficult coding and computer work23 April 2026, 8:21 pm
The agentic model is better at completing tasks across apps.... 
- 5 new shows to watch this weekend across Netflix, HBO Max, and more (April 24-26)23 April 2026, 8:00 pm
A new show from Baby Reindeer creator heads to HBO.... 
- Forget Mercedes—this Lexus SUV is the smarter luxury buy23 April 2026, 7:45 pm
Mercedes may lead luxury, but this Lexus SUV delivers the same upscale feel with way less ownership stress.... 
- These are the 5 Google Wallet settings I change on every Pixel phone23 April 2026, 7:00 pm
Make the app faster, more accessible, and more private.... 
- Tesla says millions will need Full Self-Driving upgrades—after promising they didn't23 April 2026, 6:51 pm
The EV giant is also making Cybercabs, with robots coming soon.... 
- The golden age of the $150 mini PC is officially over (and the only budget option left is ironically an Apple Mac Mini)23 April 2026, 6:30 pm
Mini PCs used to be an absurd bargain—then the market figured it out... 
- Stop paying for premium gas: These 4 affordable luxury SUVs don't need it23 April 2026, 5:45 pm
Luxury ownership gets cheaper when regular fuel is all you need.... 
- 4 tips to save your NBA Playoffs stream when it crashes mid-game23 April 2026, 5:30 pm
Prepare to save your stream.... 
- From Ingress NGINX to Higress: migrating 60+ resources in 30 minutes with AI23 April 2026, 1:37 pm
With the official retirement of Ingress NGINX that took place in March 2026, enterprise platform teams are facing an urgent security and compliance mandate. Remaining on a retired controller leaves critical infrastructure vulnerable to unpatched security...... 
- Auto-diagnosing Kubernetes alerts with HolmesGPT and CNCF tools21 April 2026, 3:06 pm
What a two-person SRE team learned building an AI investigation pipeline. Spoiler: the runbooks mattered more than the model. Why we built this At STCLab, our SRE team supports multiple Amazon EKS clusters running high-traffic production......
- From public static void main to Golden Kubestronaut: The Art of unlearning20 April 2026, 10:50 am
Ten years ago, my entire world fit inside a public static void main. I was a Java developer. Infrastructure? That was someone else’s problem a black box where my JAR files went to live, or quietly......
- K3s on On-Prem Infrastructures the GitOps Way: Writing a Custom k0rdent Template from Scratch17 April 2026, 11:59 am
Kubernetes turns 12 this year. In that time, it’s gone from a Google side project to the operating system of modern infrastructure running everywhere from mainframes to GPUs, across multi-cloud, hybrid, on-prem, and edge environments. The......
- The AI-driven shift in vulnerability discovery: What maintainers and bug finders need to know16 April 2026, 10:29 pm
AI models have recently drastically changed the sophistication, speed and scale of software vulnerability discovery. It is now trivial for non-experts to find real vulnerabilities in software with minimal effort and expertise. It is also now......
- How To Measure the ROI of Developer Tools16 April 2026, 5:28 am
There’s been a growing emphasis in the cloud native community on investing in tools that improve developer experience. Platform engineering, accompanied with the rise of projects like Backstage, is all about making developers more productive by......
- ingress-nginx to Envoy Gateway migration on CNCF internal services cluster13 April 2026, 2:01 pm
CNCF hosts a Kubernetes cluster to run some services for internal purposes (namely; codimd, GUAC, kcp). The Kubernetes Project announced the ingress-nginx retirement (not to be confused with NGINX or NGINX Ingress Controller), which also affects the above mentioned Cluster. So......
- 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......
- CNCF and PyTorch communities come together at KubeCon + CloudNativeCon China 2026: CFP now open9 April 2026, 2:19 pm
The cloud native, open infrastructure, and AI communities are coming together this year at one of Asia’s flagship open source events. KubeCon + CloudNativeCon + OpenInfra Summit Asia + PyTorch Conference China 2026 will take place from......
- SELinux Volume Label Changes goes GA (and likely implications in v1.37)22 April 2026, 6:35 pm
If you run Kubernetes on Linux with SELinux in enforcing mode, plan ahead: a future release (anticipated to be v1.37) is
expected to turn the SELinuxMount feature gate on by default. This makes volume setup faster
for most workloads, but it can break applications that still depend on the older recursive relabeling
model in subtle ways (for example, sharing one volume between privileged and unprivileged Pods on the same node).
Kubernetes v1.36 is the right release to audit your cluster and fix or...
- Kubernetes v1.36: ハル (Haru)22 April 2026, 12:00 am
Editors: Chad M. Crowell, Kirti Goyal, Sophia Ugochukwu, Swathi Rao, Utkarsh Umre
Similar to previous releases, the release of Kubernetes v1.36 introduces new stable, beta, and alpha features. The consistent delivery of high-quality releases underscores the strength of our development cycle and the vibrant support from our community.
This release consists of 70 enhancements. Of those enhancements, 18 have graduated to Stable, 25 are entering Beta, and 25 have graduated to Alpha.
There are also s...
- Gateway API v1.5: Moving features to Stable21 April 2026, 4:30 pm
The Kubernetes SIG Network community presents the release of Gateway API (v1.5)!
Released on March 14, 2026, version 1.5 is our biggest release yet, and concentrates on moving existing Experimental features to Standard (Stable).
The Gateway API v1.5.1 patch release is already available
The Gateway API v1.5 brings six widely-requested feature promotions to the Standard channel (Gateway API's GA release channel):
ListenerSet
TLSRoute promoted to Stable
HTTPRoute CORS Filter
Client Certificate Va...
- 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...
- Trivy, KICS, and the shape of supply chain attacks so far in 202623 April 2026, 3:32 pm
Catching the KICS push: what happened, and the case for open, fast collaboration In the past few weeks we've worked through two supply chain compromises on Docker Hub with a similar shape: first Trivy, now Checkmarx KICS. In both cases, stolen publisher credentials were used to push malicious images through legitimate publishing flows. In both...... 
- Why MicroVMs: The Architecture Behind Docker Sandboxes16 April 2026, 5:14 pm
Last week, we launched Docker Sandboxes with a bold goal: to deliver the strongest agent isolation in the market. This post unpacks that claim, how microVMs enable it, and some of the architectural choices we made in this approach. The Problem With Every Other Approach Every sandboxing model asks you to give something up. We......
- Why We Chose the Harder Path: Docker Hardened Images, One Year Later14 April 2026, 9:48 pm
We're coming up on a year since launching Docker Hardened Images (DHI) last May, and crossing a milestone earlier this month made me stop and reflect on what we've actually been building. Earlier this month, we crossed over 500k daily pulls of DHIs, and over 25k continuously patched OS level artifacts in our SLSA Build......
- 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......
- Why AI-Assisted Development Is Raising the Value of E2E Testing23 April 2026, 8:00 pm
For years, end-to-end and smoke tests have been at the top of the list of things that teams should be careful with. Even though end-to-end tests are good, they also add friction to the development velocity. They are often prone to errors and require a lot of maintenance. In addition, it is extremely difficult to debug if something goes wrong. This is the main reason why one should be careful with end-to-end tests, but rather rely on a higher number of tests. It is not a good idea to test all fea... 
- Advanced Middleware Architecture For Secure, Auditable, and Reliable Data Exchange Across Systems23 April 2026, 7:00 pm
The increasing need for a system to exchange secure, auditable and reliable data among heterogeneous systems necessitates middleware that incorporates performance, security and traceability. This is provided by the proposed architecture, which utilizes a structured workflow with authentication and security via JWT-based mechanisms performed initially, followed by validation and routing through an API gateway. Validated requests that have been successfully processed are then passed to the service... 
- Gemini + Veo: A Deep Dive into Google’s High-Fidelity Video Generation Pipeline23 April 2026, 6:00 pm
The landscape of generative AI has shifted rapidly from static content to the temporal dimension. While text-to-image models like Imagen and Midjourney defined 2023, 2024 and 2025 are the years of high-fidelity video generation. At the forefront of this movement is Google's Veo, a model designed to generate high-quality 1080p video, and its integration with Gemini, the multimodal reasoning engine that acts as the strategic "director" for these visual outputs.
In this technical walkthrough, we wi... 
- Advantages of Independent Testing in Comparison with Traditional QA Methods23 April 2026, 5:00 pm
In today’s fast-paced digital world, software quality matters more than ever. Customers now expect everything to work smoothly, so even small bugs can result in financial losses, reputation damage, and missed opportunities. Many companies choose internal QA teams, freelancers, or even combine development and testing within one vendor. But more and more businesses start to realize that independent QA offers unique advantages. It helps boost efficiency and keep quality high.
Why Independent T... 
- Coding Agents Need a Feedback Loop; Cloud-Native Systems Make That Hard23 April 2026, 4:23 pm
The first time I watched a coding agent finish a task in under a minute and then spent the next hour figuring out whether the change actually worked, I understood what the productivity numbers were hiding.
Generating the code was fast. Validating that it worked was not. It was slow because the change touched a service that talked to four other services, and there was no way for the agent to exercise that path without me standing up an environment, redeploying, and running the request myself. By ... 
- The LLM Selection War Story: Part 1 - Why Your Model Selection Process is Fundamentally Broken23 April 2026, 4:00 pm
Here's a confession that'll probably get me kicked out of the AI engineering community: I spent three months selecting an LLM based on benchmark scores, built an entire production system around it, and watched it fail spectacularly in ways no benchmark predicted. The model scored 94% on reasoning tasks. It couldn't handle a simple user asking "wait, what did I just say?" without losing its mind.
Let me tell you why everything you think you know about choosing an LLM is probably wrong, and more i... 
- Observability on the Edge With OTel and FluentBit23 April 2026, 3:30 pm
When we design observability pipelines for modern cloud environments, we implicitly rely on a set of luxurious guarantees: limitless bandwidth, highly available networks, practically infinite storage, and abundant computing power. But when you move these workloads to the edge, think of a maritime vessel navigating the mid-Atlantic or a remote wind turbine, those guarantees vanish. Edge environments are constrained by intermittent connectivity, severe limits on CPU and RAM, and a lack of persiste... 
- The Bandwidth Tax Nobody Warned You About23 April 2026, 3:00 pm
Your cloud bill arrives and the compute costs look reasonable. Storage makes sense. Then you see data transfer: $47,000. Last month alone.
That sinking feeling when you realize you've been optimizing the wrong thing entirely.... 
- Agent Skills Explained for Developers23 April 2026, 2:30 pm
Agent skills are suddenly everywhere in the AI engineering world, and for good reason. They solve a very real problem: AI agents may be smart, but they still know nothing about your organization unless you explicitly teach them. They do not automatically understand your internal workflows, your service catalog, your production readiness rules, or the exact steps needed to fix recurring issues.
That is where agent skills come in. They give your AI agent reusable knowledge, structured instructions... 
- CI/CD Integration: Running Playwright on GitHub Actions: The Definitive Automation Blueprint23 April 2026, 2:00 pm
Stop chasing the "it works on my machine" error. Testing locally is a great sandbox, but it isn't a real deployment strategy. Your automation scripts only matter when they're consistent across different environments.
If you aren't running end-to-end tests in a continuous pipeline, you're essentially maintaining a safety net that only works in your backyard. CI/CD integration changes that. It turns testing from a manual chore into a mandatory, objective gate for your code quality.... 
- New Gas-Powered Data Centers Could Emit More Greenhouse Gases Than Entire Nations24 April 2026, 3:30 am
An anonymous reader quotes a report from Wired: New gas projects linked to just 11 data center campuses around the US have the potential to create more greenhouse gases than the country of Morocco emitted in 2024. Emissions estimates from air permit documents examined by WIRED show that these natural gas projects -- which are being built to power data centers to serve some of the US's most powerful AI companies, including OpenAI, Meta, Microsoft, and xAI -- have the potential to emit more than 1... 
- Apple Stops Weirdly Storing Data That Let Cops Spy On Signal Chats23 April 2026, 11:00 pm
Apple has fixed a bug that could cause parts of Signal notifications to remain stored on iPhones even after messages disappeared and the app was deleted. "Affected users concerned about push notifications can update their devices to stop what Apple characterized as 'notifications marked for deletion' that 'could be unexpectedly retained on the device,'" reports Ars Technica. "According to Apple, the push notifications should never have been stored, but a 'logging issue' failed to redact data." F... 
- Warner Bros Shareholders Approve Paramount's $81 Billion Takeover23 April 2026, 10:00 pm
Warner Bros. Discovery shareholders have approved Paramount Skydance's takeover bid, moving the massive Hollywood merger a step closer to completion. It's not a done deal quite yet, though, as it still faces regulatory scrutiny and fierce opposition from critics who warn it will further concentrate media power. The Associated Press reports: Per a preliminary vote count Thursday, Warner Bros. Discovery said the overwhelming majority of its stakeholders voted in support of selling the entire busin... 
- OpenAI Says Its New GPT-5.5 Model Is More Efficient and Better At Coding23 April 2026, 9:00 pm
OpenAI released its new GPT-5.5 model today, which the company calls its "smartest and most intuitive to use model yet, and the next step toward a new way of getting work done on a computer." The Verge reports: OpenAI just released GPT-5.4 last month, but says that the new GPT-5.5 "excels" at tasks like writing and debugging code, doing research online, making spreadsheets and documents, and doing that work across different tools. "Instead of carefully managing every step, you can give GPT-5.5 a... 
- Meta Is Laying Off 10% of Its Workforce23 April 2026, 8:00 pm
Meta is reportedly cutting about 10% of its workforce, or roughly 8,000 jobs, while closing thousands of open roles it had intended to fill. "We're doing this as part of our continued effort to run the company more efficiently and to allow us to offset the other investments we're making," said Janelle Gale, Meta's chief people officer. The company had almost 79,000 employees at the start of the year. Quartz reports: Meta CEO Mark Zuckerberg has poured resources into building out AI capabilities,... 
- France Confirms Data Breach At Government Agency That Manages Citizens' IDs23 April 2026, 7:00 pm
An anonymous reader quotes a report from TechCrunch: The French government agency that handles the issuing and management of citizens' identity documents, including national IDs, passports, and immigration documents, confirmed Wednesday that it experienced a data breach. In an announcement, the Agence Nationale des Titres Securises (ANTS) said the data stolen in the breach could include full names, dates and places of birth, mailing and email addresses, and phone numbers on an undisclosed number... 
- Tim Cook Calls Apple Maps Launch His 'First Really Big Mistake' as CEO23 April 2026, 6:00 pm
In a recent town hall meeting reported by Bloomberg (paywalled), Apple CEO Tim Cook named the troubled 2012 launch of Apple Maps as his "first really big mistake" in the role. "The product wasn't ready, and we thought it was because we were testing more of local kind of stuff," Cook told staff. MacRumors reports: Reflecting on the debacle, Cook said it was "valuable," noting that he expressed regret to users at the time and suggested they use competing navigation apps instead.
"We apologized f... 
- Microsoft Plans First-Ever Voluntary Employee Buyout23 April 2026, 5:00 pm
Microsoft plans to offer voluntary buyouts for the first time. According to CNBC, "about 7% of U.S. employees are eligible," with the program being "available to U.S. workers at the senior director level and below whose years of employment and age add up to 70 or higher." Further details will be provided on May 7. From the report: Last year Microsoft removed some costs through multiple rounds of layoffs. As of June 2025, the company had 228,000 employees. "Our hope is that this program gives tho... 
- New York Sues Coinbase and Gemini, Seeking To Halt Unlicensed Prediction Market Businesses23 April 2026, 4:15 pm
An anonymous reader quotes a report from the Associated Press: New York is suing Coinbase and Gemini, two of the newest players in the prediction market industry, arguing that the companies' unregulated and unlicensed platforms are illegal gambling operations. Attorney General Letitia James' lawsuit, filed Tuesday in state court in Manhattan, seeks to bar the companies' platforms from operating in the state unless and until they obtain licenses from the state Gaming Commission.
"Gambling by an... 
- Intel Lands Tesla As First Major Customer For 14A Chip Technology23 April 2026, 3:00 pm
An anonymous reader quotes a report from Reuters: Tesla CEO Elon Musk said on Wednesday the EV maker plans to use Intel's next-generation 14A manufacturing process to make chips at its Terafab project, an advanced AI chip complex Musk has envisioned in Austin. The contract would mark Intel's first major customer for the technology, a breakthrough for the chipmaker which has struggled to stand up its contract manufacturing business essential for taking on top rival TSMC. Intel CEO Lip Bu Tan has ... 
- Ubuntu 26.04 LTS Released24 April 2026, 4:38 am
Comments... 
- Habitual coffee intake shapes the microbiome, modifies physiology and cognition24 April 2026, 4:04 am
Comments... 
- A quick look at Mythos run on Firefox: too much hype?24 April 2026, 3:12 am
Comments... 
- DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence24 April 2026, 3:07 am
Comments... 
- DeepSeek v424 April 2026, 3:01 am
Comments... 
- Why I Write (1946)24 April 2026, 2:26 am
Comments... 
- Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases23 April 2026, 10:01 pm
Comments... 
- US special forces soldier arrested after allegedly winning $400k on Maduro raid23 April 2026, 9:56 pm
Comments... 
- TorchTPU: Running PyTorch Natively on TPUs at Google Scale23 April 2026, 8:53 pm
Comments... 
- Using the internet like it's 199923 April 2026, 8:14 pm
Comments... 
- Nearly Half of US Children Are Breathing Dangerous Levels of Air Pollution23 April 2026, 3:30 am
An anonymous reader quotes a report from the Guardian: Nearly half of children in the United States are breathing dangerous levels of air pollution, according to a new report, as experts warned Donald Trump's expansive rollback of protections will make the situation worse. The 27th annual air quality report from the American Lung Association (ALA) released on Wednesday evaluates pollution across the country by grading levels of ground-level ozone -- also known as smog -- as well as year-round an...
- Mars Rover Detects Never-Before-Seen Organic Compounds In New Experiment22 April 2026, 11:00 am
NASA's Curiosity rover has identified a diverse set of organic molecules on Mars, including a nitrogen-bearing compound similar in structure to DNA precursors. The finding strengthens the case that ancient organic material can survive in the Martian subsurface, though it does not prove past life because the compounds could also come from geology or meteorites. Phys.org reports: The study was led by Amy Williams, Ph.D., a professor of geological sciences at the University of Florida and a scienti...
- FBI Looks Into Dead or Missing Scientists Tied To Sensitive US Research22 April 2026, 7:00 am
Federal authorities are now reviewing a string of deaths and disappearances involving scientists tied to sensitive U.S. aerospace and nuclear work, though officials have not established any confirmed link between the cases. The FBI says it "is spearheading the effort to look for connections into the missing and deceased scientists," adding that it "is working with the Department of Energy, Department of War, and with our state ... and local law enforcement partners to find answers." The Republic...
- iPhone Video Shows 'Earthset' From Space21 April 2026, 7:00 am
NASA astronaut Reid Wiseman posted an out-of-this-world iPhone video on Sunday, showing Earth disappear behind the Moon at 8x zoom. "I could barely see the Moon through the docking hatch window but the iPhone was the perfect size to catch the view," said Wiseman, noting that this video is "uncropped, uncut with 8x zoom" and "quite comparable to the view of the human eye." The New York Times says the video marks the first time an "Earthset" has been captured on video.
"We've seen our fair share...
- Blue Origin Rocket Launches, Successfully Reuses Booster - But Loses Satellite20 April 2026, 2:50 am
SpaceNews reports:
Blue Origin's New Glenn suffered a malfunction of its second stage on the rocket's third flight April 19, stranding its payload in an unrecoverable "off-nominal" orbit and dealing the company a setback as it seeks to increase its flight rate... AST SpaceMobile had planned to launch 45 to 60 satellites this year for its D2D constellation, but BlueBird 7 is the first to launch since BlueBird 6 launched on an Indian LVM3 rocket in December.
AST SpaceMobile still expects to ha...
- Voyager 1 is Running Out of Power. NASA Just Switched Part of It Off19 April 2026, 11:49 pm
After 49 years of space travel, Voyager 1 "is running out of power," reports NPR:
The spacecraft runs on a radioisotope thermoelectric generator — a device that converts heat from decaying plutonium into electricity. It carries no solar panels, no rechargeable batteries. Just the slow, steady release of nuclear warmth, which diminishes by about 4 watts each year. After nearly five decades, that decline has become critical.
During a routine maneuver in late February, Voyager 1's power levels...
- Pancreatic Cancer mRNA Vaccine Shows Lasting Results In Early Trial19 April 2026, 6:34 pm
NBC News reports on a 16-person clinical trial of "personalized messenger RNA vaccines" which use the immune system to fight cancer cells. "The goal is not to eliminate existing tumors, but instead to stamp out lingering, undetected cancer cells, and later any new cells that form before they can cause a recurrence."
Patients still have surgery to remove tumors. After that, the mRNA vaccines are personalized for each individual using genetic material taken from their unique tumor cells. In the cl...
- SpaceX, Blue Origin Compete For 'Artemis III' Mission19 April 2026, 1:34 am
After Artemis II's astronauts returned to earth, "NASA has Artemis III in its sights," reports the Associated Press:
In a mission recently added to the docket for next year, Artemis III's yet-to-be -named astronauts will practice docking their Orion capsule with a lunar lander or two in orbit around Earth. Elon Musk's SpaceX and Jeff Bezos' Blue Origin are racing to have their company's lander ready first. Musk's Starship and Bezos' Blue Moon are vying for the all-important Artemis IV moon land...
- Fructose Isn't Just Sugar. It Acts More Like a Hormone18 April 2026, 5:34 pm
Slashdot reader smazsyr writes: A new review says we've had fructose wrong for decades. The nine authors, led by Richard Johnson at the University of Colorado Anschutz, argue that fructose "is not just another calorie." It is a signal. It tells the liver to make fat and brace for a famine that never comes. That made sense for a bear fattening up on autumn berries. It makes less sense for a person drinking soda in March.
The review reframes the WHO's sugar guideline, argues ScienceBlog.com, as ...
- NASA Restarts Work To Support Europe's Uncrewed Trip To Mars After Years of Setbacks18 April 2026, 7:00 am
NASA has revived support for the European Space Agency's long-delayed Rosalind Franklin Mars rover mission. According to the space agency, the current plan is to launch via a SpaceX Falcon Heavy no earlier than 2028. Engadget reports: This is a partnership between NASA and the ESA, with the European agency providing the rover, the spacecraft and the lander. The US will provide braking engines for the lander, heater units for the rover's internal systems and, of course, assistance with the actual...
- SUSECON 2026 Wrap-Up: Choice Happened in Prague23 April 2026, 7:29 pm
What a week in Prague! This city has a way of making big ideas feel possible, and SUSECON 2026 met that energy from the very first keynote. As I sit here catching my breath (and catching up on my sleep!), I’m buzzing from the one throughline that defined every conversation: Resilience. Months ago, when we […]
The post SUSECON 2026 Wrap-Up: Choice Happened in Prague appeared first on SUSE Communities.... 
- SUSECON 2026: A Look at Day Three23 April 2026, 12:30 am
Day three at a glance Wednesday’s keynotes covered resilient infrastructure from AI to edge, led by SUSE leaders and partners, including Fujitsu, Dell and NVIDIA Dr. Thomas Di Giacomo and Rhys Oxenham laid out a blueprint for building resilient, modern infrastructure across hybrid environments SUSE and industry partners, including AWS, Fsas Technologies, n8n, Revenium and […]
The post SUSECON 2026: A Look at Day Three appeared first on SUSE Communities....
- saptune 3.2.3 – Enhancements, Fixes and Updates (Azure Users, Please Read This!)22 April 2026, 9:27 am
Since yesterday the maintenance update saptune 3.2.3 is available for: SUSE Linux Enterprise Server for SAP applications 12 SP5 SUSE Linux Enterprise Server for SAP applications 15 SP4 SUSE Linux Enterprise Server for SAP applications 15 SP5 SUSE Linux Enterprise Server for SAP applications 15 SP6 SUSE Linux Enterprise Server for SAP applications 15 SP7 […]
The post saptune 3.2.3 – Enhancements, Fixes and Updates (Azure Users, Please Read This!) appeared first on SUSE Communities....
- Announcing SUSE Industrial Edge22 April 2026, 6:11 am
Expanding SUSE’s reach to the Tiny Edge We are pleased to announce the availability of the SUSE Industrial Edge solution. SUSE Industrial Edge is SUSE’s purpose-built industrial IoT platform, unifying operational data and enterprise intelligence across industrial environments. This new offering joins the SUSE portfolio following the successful February 2026 acquisition of Losant, an industrial […]
The post Announcing SUSE Industrial Edge appeared first on SUSE Communities....
- Intelligent Infrastructure in the Age of Agentic AI: Why Ecosystems Win22 April 2026, 5:53 am
The next era of infrastructure will not be defined by scale alone. It will be defined by choice. As Agentic AI moves from experimentation to enterprise reality, a new requirement is emerging, one that challenges the last decade of platform thinking: infrastructure must be open, interoperable and hybrid by design. Because the future will not […]
The post Intelligent Infrastructure in the Age of Agentic AI: Why Ecosystems Win appeared first on SUSE Communities....
- SUSECON Wrap-Up: Tuesday April 2121 April 2026, 7:18 pm
The first full day of SUSECON 26 put a sharper point on a long-standing SUSE conviction: choice is the strategy that carries companies through volatile times. SUSE used today’s stage to show how open, interoperable infrastructure continues to help multinational organizations modernize workloads, accelerate AI and keep control of their data. For global enterprises, the […]
The post SUSECON Wrap-Up: Tuesday April 21 appeared first on SUSE Communities....
- Why the SUSE Portfolio is the Modernization Engine for Oracle Cloud21 April 2026, 10:55 am
The numbers coming out of the cloud sector aren’t just shifting; they are accelerating. Oracle recently reported a staggering $553 billion backlog, and looking ahead to Q4 2026, the guidance is even more ambitious: Total Cloud revenue is expected to grow between 46% to 50% in USD. For enterprise leaders, these figures represent more than […]
The post Why the SUSE Portfolio is the Modernization Engine for Oracle Cloud appeared first on SUSE Communities....
- Ask Geeko: Chat with SUSE’s Documentation21 April 2026, 10:35 am
This article was written by Jana Jaeger, Project Manager Technical Documentation at SUSE. Join the SUSE Documentation team in welcoming the newest addition to the SUSE Documentation Portal: Our new documentation chatbot called Ask Geeko. Designed as a natural language interface to all the technical documentation hosted on documentation.suse.com, it offers a […]
The post Ask Geeko: Chat with SUSE’s Documentation appeared first on SUSE Communities....
- Drop VMware fast with Auto-Migration. SUSE teams up with Coriolis by Cloudbase Solutions.21 April 2026, 7:36 am
You lose control in the face of licensing changes. They force bundles. Prices shift. Leave closed hypervisors and regain control. Enterprise IT and Ops teams want out or to reduce dependence and lower cost by enacting a dual vendor strategy. Do more than ease the strain. Move forward with SUSE Virtualization. It gives you new […]
The post Drop VMware fast with Auto-Migration. SUSE teams up with Coriolis by Cloudbase Solutions. appeared first on SUSE Communities....
- Extract GitHub repository URLs from BlackArch tools pages12 February 2026, 8:38 am
$ curl -sL blackarch.org/{tools,recon}.html | awk -F'"' '$4 ~ /^https:\/\/github\.com\// { print $4 }'
Downloads BlackArch tool pages and prints only GitHub links using pure awk filtering.
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Import a wireguard configuration into networkmanager11 February 2026, 8:31 pm
$ nmcli connection import type wireguard file wireguard_config.conf
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Print a full-width horizontal line using the current terminal width (custom character supported)11 February 2026, 6:27 pm
$ printf '%*s\n' "${COLUMNS:-80}" '' | tr ' ' "${1-_}"
This is good when the other option on this site not includes ´tput´ like on minimal shell
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Send a file to the first reachable KDE Connect device3 February 2026, 3:10 am
$ kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --share kdeconnect-cli-send-file.sh
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Play raw entropy noise via ALSA (bypass PulseAudio/PipeWire)27 January 2026, 1:25 pm
$ cat /dev/urandom | play -q -t raw -r 8000 -e unsigned-integer -b 8 -c 1 -t alsa default
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Trigger a notification on USB device insertion using udev27 January 2026, 12:24 pm
$ udevadm monitor --udev --subsystem-match=usb | gawk '/add/ { system("espeak \"USB device attached\"") }'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Minimal Runtime Kernel Module Dependency View26 January 2026, 7:00 pm
$ lsmod | awk 'NR>1 && $4!="-" {print $1; split($4,a,","); for(i in a) print " -> used by:", a[i]; print ""}'
View this command to comment, vote or add to favourites
View all commands by wuseman1
Diff your entire server config at ScriptRock.com...
- Go to the Nth line of file25 November 2025, 6:40 pm
$ awk 'NR==13' /etc/services
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Quick way to sum every numbers in a file written line by line25 November 2025, 6:21 pm
$ awk '{sum += $0} END {print sum}' file
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Show tcp connections sorted by Host / Most connections25 November 2025, 6:15 pm
$ netstat -ntu | tail -n +3 | awk '{print $5}' | sed 's/:[0-9]*$//' | sort | uniq -c | sort -rn
View this command to comment, vote or add to favourites
View all commands by atoponce
Diff your entire server config at ScriptRock.com...
- Framework Laptop 13 Pro Competes with the Best23 April 2026, 4:46 pm
Framework has released what might be considered the MacBook of Linux devices.... 
- The Latest CachyOS Features Supercharged Kernel22 April 2026, 6:36 pm
The latest release of CachyOS brings with it an enhanced version of the latest Linux kernel....
- Kernel 7.0 Is a Bit More Rusty21 April 2026, 4:23 pm
Linux kernel 7.0 has been released for general availability, with Rust finally getting its due....
- France Says "Au Revoir" to Microsoft21 April 2026, 4:12 pm
In a move that should surprise no one, France announced plans to reduce its reliance on US technology, and Microsoft Windows is the first to get the boot....
- CIQ Releases Compatibility Catalog for Rocky Linux15 April 2026, 3:03 pm
The company behind Rocky Linux is making an open catalog available to developers, hobbyists, and other contributors, so they can verify and publish compatibility with the CIQ lineup....
- KDE Gets Some Resuscitation15 April 2026, 1:49 pm
KDE is bringing back two themes that vanished a few years ago, putting a bit more air under its wings....
- 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
...
- Archinstall 4.2 Shifts to Wayland-First Profiles, Leaving X.Org Behind16 April 2026, 4:00 pm
by George Whittaker
The Arch Linux installer continues evolving alongside the broader Linux desktop ecosystem. With the release of Archinstall 4.2, a notable change has arrived: Wayland is now the default focus for graphical installation profiles, while traditional X.Org-based profiles have been removed or deprioritized.
This move reflects a wider transition happening across Linux, one that is gradually redefining how graphical e...
- OpenClaw in 2026: What It Is, Who’s Using It, and Whether Your Business Should Adopt It14 April 2026, 4:00 pm
by George Whittaker
“probably the single most important release of software, probably ever.”
— Jensen Huang, CEO of NVIDIA
Wow! That’s a bold statement from one of the most influential figures in modern computing.
But is it true? Some people think so. Others think it’s hype. Most are somewhere in between, aware of OpenClaw, but not entirely sure what to make of it. Are people actually using it? Yes. Who’s using it? Mo...
- 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...
- Microsoft Offers First-Ever Retirement Buyouts to Thousands of Employees23 April 2026, 6:26 pm
Microsoft is offering first-ever retirement buyouts to some US employees as AI-driven data center spending grows and tech layoffs continue.
The post Microsoft Offers First-Ever Retirement Buyouts to Thousands of Employees appeared first on TechRepublic.... 
- India’s App Boom Has a Revenue Problem23 April 2026, 5:55 pm
India’s app market is booming in downloads and usage, but much of the money still flows to global platforms rather than local developers.
The post India’s App Boom Has a Revenue Problem appeared first on TechRepublic.... 
- TikTok Invests $1.16 Billion in New Finland Facility to Localize European Data23 April 2026, 4:42 pm
TikTok is building a second data center in Finland as part of its Project Clover push to keep European user data stored within Europe.
The post TikTok Invests $1.16 Billion in New Finland Facility to Localize European Data appeared first on TechRepublic.... 
- Samsung Galaxy Connect Now Works on Any Windows 11 PC23 April 2026, 4:36 pm
Samsung Galaxy Connect now works on non-Samsung Windows 11 PCs with Intel or AMD chips, bringing continuity features beyond Galaxy Book laptops.
The post Samsung Galaxy Connect Now Works on Any Windows 11 PC appeared first on TechRepublic.... 
- New Pentagon Plan Would Pour $54B Into Drones, AI Combat Systems23 April 2026, 4:13 pm
The Pentagon is seeking about $54 billion for autonomous warfare and drone systems, a huge bet that is raising concerns about doctrine, training, and oversight.
The post New Pentagon Plan Would Pour $54B Into Drones, AI Combat Systems appeared first on TechRepublic.... 
- Apple Fixes iPhone Bug After FBI Retrieved Signal Messages23 April 2026, 3:25 pm
Apple patched an iPhone notification bug that let deleted messages linger in system storage, closing a privacy gap exposed by an FBI Signal case.
The post Apple Fixes iPhone Bug After FBI Retrieved Signal Messages appeared first on TechRepublic.... 
- Google’s Pixel Update Sparks ‘Severe’ Battery Drain Across Multiple Models23 April 2026, 2:58 pm
Google Pixel users are reporting severe battery drain after recent Android updates, with complaints spanning multiple models and no confirmed fix yet.
The post Google’s Pixel Update Sparks ‘Severe’ Battery Drain Across Multiple Models appeared first on TechRepublic.... 
- Apple’s $599 Mac mini Just Sold Out Everywhere23 April 2026, 2:16 pm
Apple’s $599 Mac mini is now sold out, with shortages spreading across configurations amid supply and demand pressures.
The post Apple’s $599 Mac mini Just Sold Out Everywhere appeared first on TechRepublic.... 
- What Is Square? Pricing, Features & How It Works23 April 2026, 7:00 am
Square is a payment processing platform with built-in POS and business management tools for in-person and online sales. Here’s how it works, what it costs, and its ideal use cases.
The post What Is Square? Pricing, Features & How It Works appeared first on TechRepublic....
- Microsoft Patch Still Leaves 1,300 SharePoint Servers Exposed22 April 2026, 9:08 pm
More than 1,300 internet-exposed SharePoint servers remain unpatched against CVE-2026-32201, a spoofing flaw Microsoft says was exploited as a zero-day.
The post Microsoft Patch Still Leaves 1,300 SharePoint Servers Exposed appeared first on TechRepublic....
- Remi Collet: 🎲 PHP version 8.4.21RC1 and 8.5.6RC124 April 2026, 4:58 am
Release Candidate versions are available in the testing repository for Fedora and Enterprise Linux (RHEL / CentOS / Alma / Rocky and other clones) to allow more people to test them. They are available as Software Collections, for parallel installation, the perfect solution for such tests, and as base packages.
RPMs of PHP version 8.5.6RC1 are available
as base packages in the remi-modular-test for Fedora 42-44 and Enterprise Linux ≥ 8
as SCL in remi-test... 
- Fedora Badges: New badge: Let's have a party (Fedora 44) !24 April 2026, 1:25 am
... 
- Akashdeep Dhar: Day Two - FOSSAsia 202623 April 2026, 6:30 pm
Before I knew it, I found myself already at the second day of the FOSSAsia 2026 conference on 10th March 2026 after a rather eventful previous day. While I did plan to wake up a little later, I realized that I had to prepare for my presentation on the Fedora Badges Revamp Project that was scheduled later that day. This was the only proposal that got selected, and the other one on the Fedora Forgejo Migration Project did not make it, so I had to ensure that I was... 
- Guillaume Kulakowski: mTLS avec Cloudflare : mise en œuvre et intégration avec Prometheus23 April 2026, 6:33 am
...
- Tony Asleson: RasterLab: Building an Image Editor with Claude Code23 April 2026, 12:00 am
...
- Peter Czanik: New performance tuning possibilities in syslog-ng22 April 2026, 10:57 am
...
- Fedora Infrastructure Status: Forge runners maintenance22 April 2026, 9:00 am
...
- Fedora Magazine: You’re Invited: Celebrate the Fedora Linux 44 Release Party!22 April 2026, 8:00 am
Fedora Linux 44 is almost officially here! While our release engineering team and packagers focus on the final touches for F44, it is nearly time for the usual tradition of a Global Virtual Release Party! It is almost time to celebrate! For this release, we will celebrate Fedora Linux 44 slightly ahead of its actual final release.
Regardless of the final calendar date of any Fedora Linux release, every release represents months of hard work, testing, and col...
- Akashdeep Dhar: Day One - FOSSAsia 202621 April 2026, 6:30 pm
After kicking off the FOSSAsia 2026 proceedings with the "choose-your-adventure-flavoured" Community Day, the first day on 09th March 2026 began for me at around 0730am Indochina Time. It took me quite a lot of strength to get myself moving out of bed, but I knew that I had to make it to the conference venue by 1000am Indochina Time to appear in the group photo. I rang up Samyak Jain and we planned to rendezvous downstairs at the hotel reception in about ninety ...
- Fedora Community Blog: Fedora Verified: Help Shape a New Way to Recognize Fedora Contributors21 April 2026, 12:02 pm
The Fedora Project is proposing a new contributor status called “Fedora Verified” to better recognize all forms of community contribution, and we need your feedback. Following the Fedora Council 2026 Strategy Summit, Fedora leadership is reflecting on how we recognize, support, and empower the people who make Fedora possible. Please read through our proposal below and share your thoughts in the Fedora Verified community survey.
As the global open sour...
- Agent Skills Are Becoming the Best Way to Capture Institutional Knowledge9 April 2026, 12:00 am
...
- Saved Prompts Are Dead. Agent Skills Are the Future2 April 2026, 12:00 am
...
- Generating Code Faster Is Only Valuable If You Can Validate Every Change With Confidence26 March 2026, 12:00 am
...
- When You Go to Production with gRPC, Make Sure You’ve Solved Load Distribution First19 March 2026, 12:00 am
...
- You may be building for availability, but are you building for resiliency?12 March 2026, 12:00 am
...
- 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
...
- 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. […]...
- I Emailed Python’s Creator in 2007. The Language Now Runs the World.23 April 2026, 6:15 am
In August 2007, a few weeks after launching this site, I did something that still surprises me when I think about it: I emailed Guido van Rossum — the creator of Python and the language’s self-titled “Benevolent Dictator For Life” — to ask for advice on starting a Python User Group in the Philippines.To my genuine shock, he replied. Quickly. With actual instructions on how to get it started.That email led to a blog post called “Will Real Python Hackers Please Stand Up,” which becam...
- The State of Linux-Powered Robots: From Lego Kits to World Domination14 April 2026, 12:48 pm
In 2009, I wrote a TechSource article called “[5 Awesome Robot Kits to Get You Started with Robotics].”The most advanced robot on that list was a LEGO Mindstorms NXT. It had three servo motors, four sensors, and the approximate intelligence of a toaster with ambitions.Two years later, I followed it up with “[Best Robotics Software for Linux],” where we covered tools like ROS, Player, and CARMEN. At the time, the state-of-the-art in Linux robotics was getting a wheeled platform to navigat...
- Ubuntu 24.04 LTS vs. macOS 26 Tahoe: The Free OS That Rivals a Premium Experience6 April 2026, 10:04 am
I’m writing this on a MacBook Air running macOS 26 Tahoe, and I keep glancing at my Mac Mini in the corner — the one running Ubuntu 24.04 LTS.I’ve been a macOS user for a decade. I develop iOS apps. I’m neck-deep in the Apple ecosystem — iPhone, Apple Watch Ultra, AirPods, the whole cult membership. But last year, Apple released macOS Tahoe with its Liquid Glass redesign, and I found myself wondering: has the free operating system actually gotten *better* than the premium one?Short ans...
- Why the Tesla Model Y L Is the Most Feature-Packed EV for Its Price in the Philippines30 March 2026, 7:16 am
If you’re a long-time reader of TechSource, you know this site has mostly been about Linux, open-source software, and all things computing. But if you’ve been following our recent comeback, you also know we’ve expanded into covering the broader tech landscape — AI, smartwatches, crypto, and whatever else catches my persistently curious eye. Today, we’re parking (pun intended) in a topic that’s been occupying a significant amount of my brain space lately: electric vehicles. Specifical...
- Linux Won, and Nobody Noticed25 March 2026, 1:38 am
The tech industry has failed to properly acknowledge this for years: Linux won. Not "Linux is doing fine." Not "Linux is making progress." Not "maybe next year will be the year of the Linux desktop." No. Linux won. Decisively. Overwhelmingly. In nearly every category of computing that actually matters, Linux is the dominant operating system on the planet — and it happened quietly that most people, including many who use it every single day, have absolutely no idea.I've been writing about Lin...
- How I Built a Local AI Hub Using Free and Open Source Software on My Old Mac Mini16 March 2026, 1:46 am
I’m going to tell you something that would have sounded absolutely insane five years ago: I’m running artificial intelligence on a computer the size of a lunch box, it works offline, my data never leaves my house, and it costs me nothing beyond the electricity to keep it running.No monthly subscription. No API fees. No sending my private documents to some server farm in Virginia. Just me, a Mac Mini M1, and a free and open-source software called Ollama that has quietly become one of the most...
- Health Is Wealth: Why I Chose a Smartwatch Over a Rolex8 March 2026, 8:33 am
A few years ago, a friend of mine bought a Rolex Submariner. It cost him roughly the same as a decent used car. He showed it to me with the kind of pride usually reserved for newborn babies and championship trophies. It was beautiful, I’ll admit. The weight of it, the way it caught the light, the satisfying click of the rotating bezel — there’s a reason people have been obsessed with luxury watches for centuries.He then asked me what I was wearing on my wrist. I looked down at my Garmin Fe...
- The State of the Linux Desktop in 2026: A Love Letter from a Prodigal Penguin1 March 2026, 1:24 pm
Let me start with a confession. I haven’t used Linux as my daily desktop operating system in roughly a decade.I know. Take a moment. Breathe. For those of you who have been reading TechSource since the Ubuntu and Compiz days, that sentence may stung. This is, after all, the same site that published 587 posts tagged “linux” — from distro reviews and desktop customization showcases to that infamous Distrowar series where I played judge and jury as two distributions fought for supremacy lik...
- TechSource in the Age of AI20 February 2026, 1:15 am
Hello (again, again) world! If you’re reading this, congratulations — you are either one of the most patient humans on the internet, or you accidentally stumbled here while googling “tech blogs that ghost their readers.” Either way, welcome. You are appreciated. To my loyal subscribers, followers, and random visitors who have this site bookmarked after all these years — I am deeply sorry for disappearing. Again. I know, I know. This is starting to feel like that friend who keeps sayi...
- How to Easily Install a Full Bitcoin Lightning Node on a Raspberry Pi24 June 2021, 3:56 am
I recently installed a full bitcoin node on our home network, and lucky for me, I got everything up and running quickly without bumping into some issues. Before I will show you the steps on how to install a full bitcoin node, allow me to explain some of my reasons why I ended up doing this. As some of you may already know, bitcoin is a network composed of thousands of nodes. A record of every bitcoin transaction is verified and maintained inside a node. So if you are running one, you will essen...
Like this:
Like Loading...