Oracle, MySQL, and SQL Server Remain the Worldβs Most Popular Databases
Relational databases continued to dominate enterprise and cloud workloads in 2025, according to DB-Engines' popularity trends.
Latest Linux and open source news from around the web
Relational databases continued to dominate enterprise and cloud workloads in 2025, according to DB-Engines' popularity trends.
Version 147.0 of the Firefox web browser has been released. Notable changes in this release include support for the XDG Base Directory specification, enabling local network access restrictions for users with enhanced tracking protection (ETP) set to "Strict", and a fix that improves Firefox's rendering with GNOME on fractionally scaled displays. Firefox 147 also includes a number of security fixes, including several sandbox escape vulnerabilities.
KDE Plasma 6.5.5 is now available as the January 2026 bugfix release, delivering fixes across Wayland, KWin, Discover, and core desktop components.
KDE Plasma 6.5.5 is now available as the fifth maintenance update to the latest KDE Plasma 6.5 desktop environment series with more bug fixes.
NVIDIA 580.126.09 graphics driver for Linux is now available for download with improved compatibility with recent Linux kernel versions.
To the frustration of many developers and end-users, back in 2022 Google deprecated JPEG-XL support in Chrome/Chromium and proceeded to remove the support. That decision was widely slammed and ultimately Google said they may end up reconsidering it. In November there was renewed activity and interest in restoring JPEG-XL within Google's image web browser and as of yesterday the code was merged...
ReactOS began 2026 with another "major step" towards Windows NT 6 compatibility with updating its MSVCRT implementation from Wine for the Microsoft C Runtime DLL library. That improved support for a number of Windows applications running on this open-source OS. ReactOS is taking another step-forward now with addressing a very annoying usability issue where up until now you may need to refresh the file manager for seeing folder changes...
Security updates have been issued by AlmaLinux (mariadb10.11, mariadb:10.11, mariadb:10.3, mariadb:10.5, and tar), Debian (net-snmp), Fedora (coturn, NetworkManager-l2tp, openssh, and tuxanci), Mageia (libtasn1), Oracle (buildah, cups, httpd, kernel, libpq, libsoup, libsoup3, mariadb:10.11, mariadb:10.3, openssl, and podman), SUSE (cpp-httplib, ImageMagick, libtasn1, python-cbor2, util-linux, valkey, and wget2), and Ubuntu (google-guest-agent, linux-iot, and python-urllib3).
Firefox 148 open-source web browser is now available for public beta testing with improved support for screen readers and other changes. Here's what else is new!
We can now continue with the Entry Object for Python. Hopefully, you have gone over Part 1 before continuing on here. Font Since we can change the colors, why not the font as well? You need to make sure that any font you use exists on the system where the Python code is being executed. On my system, I am running Ubuntu, so I have a font named βubuntuβ. In the example, the label will have the text βExample Entryβ with the font being βubuntuβ: Code: e1 = Entry(font='ubuntu')... https://www.linux.org/threads/python-series-part-22-tkinter-entry-widgets-part-2.58547/
I've never seen a better alternative for Windows than this thoughtful OS.
The KDE Plasma 6.6 beta release is available today for helping to test this next iteration of the Plasma 6 desktop...
Mint's "beginner-friendly" reputation is hiding some serious power.
As expected, Wine 11.0 stable was officially released today. This is a big step forward for this open-source software to run Windows games and applications on Linux and other platforms. Wine also serves as the basis for Valve's Steam Play (Proton) that has been critical to the recent successes of Linux gaming...
When it comes to software leveraging Intel Advanced Matrix Extensions (AMX) functionality in modern Xeon processors, it's largely been limited to AI applications/libraries like oneDNN, OpenVINO, DeepRec, etc. But Intel now has another great open-source real-world AMX demonstrator with their Open Image Denoise library. This open-source library providing high quality denoising filters for images rendered using ray-tracing can end up benefiting big time from AMX-FP16 (AMX-COMPLEX) found with the newest Xeon 6 "Granite Rapids" processors. I ran some benchmarks of their new Open Image Denoise library with AMX-FP16 and was honestly blown away by the results.