Years ago, the list of mounted filesystems on a Unix or Linux machine was
relatively short and static. Adding a filesystem, which typically involved
buying a new drive, happened rarely. In contrast, contemporary systems
with a large number of containers can have a long and dynamic list of
mounted filesystems. As was discussed at
the 2023 LSFMM+BPF Summit, the Linux
kernel’s mechanism for providing information about mounted filesystems has
not kept up with this change, leading to system-management headaches. Now,
two new system calls proposed
by Miklos Szeredi look set to provide some much-needed pain relief.
Source: LWN.net – [$] listmount() and statmount()
Tag Archives: Linux
GNOME’s Giant Leap: Open-Source Project Receives €1 Million Boost
GNOME gets €1 million from Sovereign Tech Fund to enhance tools, accessibility, and public-benefit features. Here’s more on that!
The post GNOME’s Giant Leap: Open-Source Project Receives €1 Million Boost appeared first on Linux Today.
Source: Linux Today – GNOME’s Giant Leap: Open-Source Project Receives €1 Million Boost
GNOME supported by the Sovereign Tech Fund
The GNOME Foundation has announced
the receipt of a €1 million award from the German Sovereign Tech Fund. The
funding will support work on accessibility, privacy, hardware support, and more.
Source: LWN.net – GNOME supported by the Sovereign Tech Fund
KDE Gear 23.08.3 Update Rolls Out With Essential Bug Fixes
The KDE Gear 23.08.3 app collection is here! Improved mime compatibility in Ark & crash-free Kate. Update your software suite now!
The post KDE Gear 23.08.3 Update Rolls Out With Essential Bug Fixes appeared first on Linux Today.
Source: Linux Today – KDE Gear 23.08.3 Update Rolls Out With Essential Bug Fixes
Fedora 39 waves goodbye to modularity, but has enough spins to make your head spin
20th anniversary version of Linux distro brings lots of new goodies. Fedora Linux is released when it’s ready, so two decades plus one day after its debut, the latest version is here, with lots of new goodies.…
Source: LXer – Fedora 39 waves goodbye to modularity, but has enough spins to make your head spin
KDE Plasma 6 Alpha "megarelease" is Out for Testing
An early KDE Plasma 6 Alpha version is now available to download and test.
Source: LXer – KDE Plasma 6 Alpha “megarelease” is Out for Testing
Benchmarking Machine Learning Frameworks
MLBench, a new, versatile machine learning tool, enables developers and maintainers to effortlessly gauge how their frameworks perform compared to other implementations, prior code versions, or across different boards, with respect to both runtime performance and other metrics.
The post Benchmarking Machine Learning Frameworks appeared first on Linux Today.
Source: Linux Today – Benchmarking Machine Learning Frameworks
elementary OS 8 to Ship with Wayland by Default, Based on Ubuntu 24.04 LTS
The year of the Wayland desktop is almost here and elementary OS is the last distribution to announce plans for switching to Wayland by default with its next major release, elementary OS 8, due out in late 2024.
Source: LXer – elementary OS 8 to Ship with Wayland by Default, Based on Ubuntu 24.04 LTS
Open-Source Vulnerability Disclosure: Exploitable Weak Spots
Flaws in the vulnerability disclosure process of open-source projects could be exploited by attackers to harvest the information needed to launch attacks before patches are made available, Aqua Security researchers worry.
The post Open-Source Vulnerability Disclosure: Exploitable Weak Spots appeared first on Linux Today.
Source: Linux Today – Open-Source Vulnerability Disclosure: Exploitable Weak Spots
Ubuntu Core Linux Developer Preview is ready for testing
Spun off from Canonical[he]#039[/he]s Internet of Things Linux, the immutable Ubuntu Core Desktop is moving closer to reality.
Source: LXer – Ubuntu Core Linux Developer Preview is ready for testing
Installing Vanilla GNOME on Ubuntu 22.04 LTS Explained
Need a clean GNOME setup on Ubuntu 22.04 LTS? Here’s how to simplify your desktop, switching effortlessly to a vanilla GNOME experience.
The post Installing Vanilla GNOME on Ubuntu 22.04 LTS Explained appeared first on Linux Today.
Source: Linux Today – Installing Vanilla GNOME on Ubuntu 22.04 LTS Explained
Open source work makes me appreciate software testing. It's not an academic exercise
Literally…Systems Approach Perhaps the single biggest aspect of systems building I’ve come to appreciate since shifting my focus from academic pursuits to open source software development is the importance of testing and test automation.…
Source: LXer – Open source work makes me appreciate software testing. It’s not an academic exercise
Install Win11 as KVM on Fedora 39 Server
Mentioned procedure on Fedora 39 Server requires only verification of presence packages edk2-ovmf swtpm swtpm-tools on the system. You are not supposed to experience any problems during deployment Win11 KVM in security mode (virt-manager’s setup)
Source: LXer – Install Win11 as KVM on Fedora 39 Server
How to Install Docker Desktop on Debian 12
In this guide, learn how to install Docker Desktop on Debian 12. Docker is an open-source robust platform for developing, packaging, and deploying applications inside small, portable, and isolated containers.
The post How to Install Docker Desktop on Debian 12 appeared first on Linux Today.
Source: Linux Today – How to Install Docker Desktop on Debian 12
How to Install Snipe-IT on Ubuntu 22.04
Snipe-IT is an open-source IT asset management tool built on Laravel. In this tutorial, we will show you how to install Snipe-IT on Ubuntu 22.04.
The post How to Install Snipe-IT on Ubuntu 22.04 appeared first on Linux Today.
Source: Linux Today – How to Install Snipe-IT on Ubuntu 22.04
The Future of Shopping
It’s clear that online shopping has given consumers more choices than ever, offering remarkable convenience with a few clicks of a button. But there’s a catch. With Fakespot by Mozilla, which uses AI to detect fake reviews and scams, we’ve seen it all when it comes to e-commerce. Counterfeits, fake reviews, review flooding, and nowadays, […]
Source: LXer – The Future of Shopping
How to Install Geany IDE on Linux (With Dark Theme)
Discover the lightweight yet powerful open-source Geany text editor alternative to Notepad++ on Linux with an installation guide and a few tips and tricks.
The post How to Install Geany IDE on Linux (With Dark Theme) appeared first on Linux Today.
Source: Linux Today – How to Install Geany IDE on Linux (With Dark Theme)
KDE Releases Alpha Versions of Plasma 6, Frameworks 6 & Gear 24.02
The KDE Project released today the alpha version of the upcoming KDE Plasma 6 desktop environment, along with alpha versions of the KDE Frameworks 6 and KDE Gear 24.02 software suites.
The post KDE Releases Alpha Versions of Plasma 6, Frameworks 6 & Gear 24.02 appeared first on Linux Today.
Source: Linux Today – KDE Releases Alpha Versions of Plasma 6, Frameworks 6 & Gear 24.02
Fedora Linux 39 Is Now Available for Download, Powered by Linux Kernel 6.5
After several delays, the Fedora Project released today Fedora Linux 39 as the latest stable version of this Red Hat-sponsored GNU/Linux distribution for the masses featuring the latest technologies and Open Source apps.
Source: LXer – Fedora Linux 39 Is Now Available for Download, Powered by Linux Kernel 6.5
[$] The push to save Itanium
It is (relatively) easy to add code to the kernel; it tends to be much
harder to remove that code later. The most recent example of this dynamic
can be seen in the story of the ia64 (“Itanium”) architecture, support for
which was removed during the 6.7 merge window. That removal has left a
small group of dedicated ia64 users unhappy and clinging to a faint hope
that this support could return in a year’s time.
Source: LWN.net – [$] The push to save Itanium