Spohnz Tech News Digest – June 11, 2025

Dallas SpohnDallas Spohn
26 min read

Tech News Digest - 2025-06-11

📢 Smell-O-Vision Users Insert Nose Tubes Now.

Ubuntu 25.10 to drop support for X11 in GNOME

Category: Linux
Tags: General
Published: Tue, 10 Jun 2025 19:37:29 +0000
TL;DR: Here is a 2-sentence summary:

Ubuntu will stop supporting GNOME on X11 in the upcoming 25.10 release, aligning with GNOME's planned removal of X11 support in version 49, and Fedora has already made a similar decision for its own 43 release. By making this change now, Ubuntu aims to simplify its support matrix and give developers and users time to adapt before the next LTS (long-term support) release.

Jean Baptiste Lallement, a member of Canonical's desktop team, has announced that Ubuntu will drop support for GNOME on X11 in the 25.10 ("Questing Quokka") release set for October. GNOME plans to remove X11 support in GNOME 49, which is scheduled for September, so Ubuntu is looking to be proactive:

Ubuntu 25.10 is the last interim release before our next LTS (Ubuntu 26.04). By moving now, we give developers and users a full cycle to adapt before the next LTS, align with GNOME 49 and reduce fragmentation while simplifying our support matrix heading into the LTS.

Fedora decided in early May to drop X11 support for GNOME in Fedora 43, which is also due in October.


Read more
## [$] Improving iov_iter Category: Linux
Tags: Linux
Published: Tue, 10 Jun 2025 15:16:49 +0000
TL;DR: Here is a 2-sentence summary: The iov_iter interface is used by the Linux kernel to describe and iterate through buffers, and David Howells led a discussion at the LSFMM+BPF Summit on ways to improve it. The proposed improvements include replacing certain types of iov_iter and allowing mixed types in chains of entries, with the goal of making the interface itself and its uses more efficient and effective.
The iov_iter interface is used to describe and iterate through buffers in the kernel. David Howells led a combined storage and filesystem session at the 2025 Linux Storage, Filesystem, Memory Management, and BPF Summit (LSFMM+BPF) to discuss ways to improve iov_iter. His topic proposal listed a few different ideas including replacing some iov_iter types and possibly allowing mixed types in chains of iov_iter entries; he would like to make the interface itself and the uses of iov_iter in the kernel better.
Read more
## [$] An end to uniprocessor configurations Category: Linux
Tags: Linux
Published: Tue, 10 Jun 2025 14:29:55 +0000
TL;DR: Here is a 2-sentence summary: The Linux kernel has evolved to support systems with thousands of CPUs, but its initial version was limited to just one processor. A proposed patch series by Ingo Molnar aims to remove the longstanding special treatment given to single-processor machines in the scheduler, potentially making them behave more like multi-CPU systems.
The Linux kernel famously scales from the smallest of systems to massive servers with thousands of CPUs. It was not always that way, though; the initial version of the kernel could only manage a single processor. That limitation was lifted, obviously, but single-processor machines have always been treated specially in the scheduler. That longstanding situation may soon come to an end, though, if this patch series from Ingo Molnar makes it upstream.
Read more
## 20 Years of the Open Invention Network Category: Linux
Tags: General
Published: Tue, 10 Jun 2025 13:16:53 +0000
TL;DR: Here is a summary of the text in 2 sentences: The Open Invention Network (OIN) is celebrating its 20th anniversary, marking two decades of promoting open source technology through a patent cross-license that covers core open source functionality. Since its inception, OIN has expanded to include over 4,500 software components and platforms in its Linux System definition, providing a broader scope of benefits for the open source community.
The Open Invention Network (OIN) is celebrating its 20th anniversary.

The central feature of the OIN community is a patent cross-license that covers core Open Source functionality and expands in parallel with the growth of Open Source technology. As growth in Open Source has accelerated, OIN has proactively expanded the scope of the OIN license's benefit by including more than 4,500 software components and platforms in its Linux System definition, which comprises the list of Open Source code and associated functionality in OIN's patent cross-license.

LWN's first look at OIN was this article by Pamela Jones in late 2005.
Read more
## Three stable kernel updates Category: Linux
Tags: Linux
Published: Tue, 10 Jun 2025 13:10:45 +0000
TL;DR: Here is a summary of the text in 2 sentences: The Linux kernel has released three stable updates (6.15.2, 6.14.11, and 6.12.33) each with a small set of important fixes. The end-of-life for the 6.14.x updates was announced earlier than usual to accommodate the influx of stable patches that typically occur just before the end-of-life announcement, allowing users to adapt to the changes more smoothly.
The 6.15.2, 6.14.11, and 6.12.33 stable kernel updates have been released; each contains a relatively small set of important fixes.

Note that this is the end of the line for the 6.14.x updates; Greg Kroah-Hartman explains the timing of this move:

If you notice, this has happened a bit more "early" than previous end-of-life announcements. Normally, after -rc1 is out there is a TON of stable patches happening due to the changes that come into the merge-window that were marked for stable backports but didn't get into Linus's release before -final. As some people have objected to this large influx being added to a stable kernel that is just about to go end-of-life, let's try marking this end-of-life a bit earlier to see how it goes.

Read more
## How to Change a User’s Default Shell in Linux Category: Linux Today
Tags: General
Published: Tue, 10 Jun 2025 13:51:50 +0000
TL;DR: Here is a summary of the text in 2 sentences: This guide explains how to change a user's default shell in Linux, allowing you to enhance your command line experience. The step-by-step instructions are available on the Linux Today blog, where the post "How to Change a User’s Default Shell in Linux" first appeared.

Learn how to change a user's default shell in Linux with our step-by-step guide. Enhance your command line experience effortlessly today.

The post How to Change a User’s Default Shell in Linux appeared first on Linux Today.


Read more
## 6 Best Free and Open Source Font Editors Category: Linux Today
Tags: General
Published: Tue, 10 Jun 2025 13:49:22 +0000
TL;DR: Here is a summary of the text in 2 sentences: This guide provides comprehensive information on how to create and remove directories. However, there is no actual content about directory creation and removal in this specific post, as it appears to be promoting another article from Linux Today.

Discover the secrets to creating and removing directories with our comprehensive guide.

The post 6 Best Free and Open Source Font Editors appeared first on Linux Today.


Read more
## The Ultimate Guide for Creating and Removing Directories Category: Linux Today
Tags: General
Published: Tue, 10 Jun 2025 13:46:24 +0000
TL;DR: Here is a summary of the text in 2 sentences: This guide provides comprehensive information on creating and removing directories. The ultimate guide can be found at the Linux Today website.

Discover the secrets to creating and removing directories with our comprehensive guide.

The post The Ultimate Guide for Creating and Removing Directories appeared first on Linux Today.


Read more
## Open Files and Directories from the Terminal with Ease Category: Linux Today
Tags: General
Published: Tue, 10 Jun 2025 13:36:50 +0000
TL;DR: Here is a summary of the text in 2 sentences: The article teaches readers how to easily open files and directories from the terminal, enhancing their command line skills. By following the tutorial, users can streamline their workflow and work more efficiently with the terminal.

Discover how to effortlessly open files and directories from the terminal. Enhance your command line skills and streamline your workflow today.

The post Open Files and Directories from the Terminal with Ease appeared first on Linux Today.


Read more
## Alpine Linux 3.22 Released with GNOME 48, KDE Plasma 6.3, and LXQt 2.2 Category: Linux Today
Tags: General
Published: Tue, 10 Jun 2025 13:30:08 +0000
TL;DR: Here is a summary of the text in 2 sentences: Alpine Linux 3.22 has been released, featuring updated desktop environments including GNOME 48, KDE Plasma 6.3, and LXQt 2.2. The news was first reported on Linux Today's blog.

Discover the latest features of Alpine Linux 3.22, now with GNOME 48, KDE Plasma 6.3, and LXQt 2.2.

The post Alpine Linux 3.22 Released with GNOME 48, KDE Plasma 6.3, and LXQt 2.2 appeared first on Linux Today.


Read more
## Amazon is about to be flooded with AI-generated video ads Category: The Verge
Tags: General
Published: 2025-06-11T06:45:22-04:00
TL;DR: Amazon is making it easier for sellers to create generative AI ads on its platform with the Video Generator tool, which can now be used by US-based sellers. With the tool, sellers can quickly create "photorealistic video assets" with just a single click or by using other features that provide more control over the ad's creation process.
Amazon is making it easier for sellers to quickly create generative AI ads on its platform, sometimes with just a single click. Amazon Ad’s Video Generator, a free advertising tool introduced in beta last year, now has some new tricks and is generally available for sellers in the US to create “photorealistic video assets” in […]
Read more
## Samsung’s fridges now recognize family members by voice Category: The Verge
Tags: General
Published: 2025-06-11T05:29:21-04:00
TL;DR: Here is a 2-sentence summary: Samsung's latest smart fridges now support multi-voice recognition through Bixby assistant, allowing users to access personalized information on the built-in display based on who is speaking. This technology is not new in smart home tech, but Samsung has no successful smart speaker line of its own, making this a notable development for their smart fridge offerings.
Samsung’s latest smart fridges now support multi-voice recognition powered by the company’s Bixby assistant, which can be used to bring up personalized information on the built-in smart displays based upon which member of a household is speaking. Voice identification in smart home tech is nothing new, but with no successful Samsung-branded smart speaker line of […]
Read more
## BMW iX3 prototype drive: your next-gen EV is nearly here Category: The Verge
Tags: General
Published: 2025-06-11T05:20:39-04:00
TL;DR: Here is a 2-sentence summary: In modern cars like Teslas, there's a constant struggle for control between human drivers and advanced safety systems. If you enable all active safety features, the car may take over steering and adjust its trajectory to stay within lane boundaries, but this can sometimes result in unpredictable turns or meandering.
There's a fight for control going on inside the cockpits of many modern cars. Enable all the active safety systems in a Tesla, and it'll do most of the steering for you. But if it makes an errant turn or meanders a little too far this way or that in the lane (and trust me, […]
Read more
## Logitech’s new iPad case has a compact removable wireless keyboard Category: The Verge
Tags: General
Published: 2025-06-11T03:01:00-04:00
TL;DR: Here is a 2-sentence summary: Logitech has released a new keyboard case, called Flip Folio, designed specifically for iPad Pro and iPad Air models. The case allows users to remove and position the keyboard exactly where they need it, building on Logitech's previous design concept with its Combo Touch case.
Logitech has announced a new keyboard case for iPad Pro and iPad Air models that lets you remove and position its keyboard exactly where you need it. It’s not an entirely new idea for the company — its Combo Touch case also lets you detach the keyboard — but the new Flip Folio’s keyboard has […]
Read more
## Craig Federighi confirms Apple’s first attempt at an AI Siri wasn’t good enough Category: The Verge
Tags: General
Published: 2025-06-10T19:47:26-04:00
TL;DR: Apple delayed the upgraded Siri in March due to a need for more time to deliver promised features. At WWDC, Apple's software and marketing executives Craig Federighi and Greg Joswiak explained the delay during an interview with The Wall Street Journal.
In March, Apple delayed its upgraded Siri, saying that “it’s going to take us longer than we thought to deliver” the promised features. At WWDC this week, Apple’s SVP of software Craig Federighi and SVP of worldwide marketing Greg Joswiak shared more details about the decision to delay in an interview with The Wall Street […]
Read more
## False claims that ivermectin treats cancer, COVID leads states to pass OTC laws Category: Ars Technica
Tags: General
Published: Tue, 10 Jun 2025 21:11:33 +0000
TL;DR: Here is a summary of the statement in 2 sentences: Despite being disproven, false claims about the effectiveness of ivermectin continue to circulate on social media. These baseless claims refuse to fade away despite the lack of scientific evidence supporting its use as a treatment or cure for certain conditions.
False and unproven claims about ivermectin just won't die on social media.
Read more
## Mario Kart World review: Getting there is half the game Category: Ars Technica
Tags: General
Published: Tue, 10 Jun 2025 20:48:15 +0000
TL;DR: Here is a summary of the text in 2 sentences: Free Roam mode is enjoyable and highlights the game's best features. However, the long and chaotic straightaways can become tiring and unpleasant to navigate.
Free Roam mode shines, but long, chaotic straightaways get a bit grating.
Read more
## FCC threat to revoke EchoStar spectrum licenses draws widespread backlash Category: Ars Technica
Tags: General
Published: Tue, 10 Jun 2025 20:03:18 +0000
TL;DR: The Free State Foundation claims that the Federal Communications Commission's (FCC) recent actions may undermine the legal stability of the wireless market, potentially leading to regulatory uncertainty and increased costs for consumers. The foundation argues that the FCC's changes could create confusion over spectrum ownership and use, ultimately harming the industry and the public.
FCC threatens "legal stability" of wireless market, Free State Foundation says.
Read more
## Found in the wild: 2 Secure Boot exploits. Microsoft is patching only 1 of them. Category: Ars Technica
Tags: General
Published: Tue, 10 Jun 2025 19:00:34 +0000
TL;DR: Here is a summary of the text in 2 sentences: The publicly available exploits offer a universal method for circumventing important security safeguards. This means that attackers can easily bypass these protections and gain unauthorized access to systems or data.
The publicly available exploits provide a near-universal way to bypass key protections.
Read more
## OpenAI signs surprise deal with Google Cloud despite fierce AI rivalry Category: Ars Technica
Tags: General
Published: Tue, 10 Jun 2025 18:27:48 +0000
TL;DR: Here is a summary of the report in 2 sentences: Microsoft has reached a deal with several cloud computing companies, marking a shift away from its exclusive partnership with one provider as demand for artificial intelligence (AI) compute capabilities continues to grow rapidly. This move allows Microsoft to tap into more resources and infrastructure to meet the increasing needs of AI-powered applications across industries.
Report: Deal marks shift from exclusive Microsoft partnership as AI compute needs soar.
Read more
## The 5 Best Organic Mattress Toppers (2025) Category: Wired
Tags: General
Published: Wed, 11 Jun 2025 10:34:00 +0000
TL;DR: Here is a summary of the text in 2 sentences: Mattress toppers can enhance the comfort and support of your bed by providing extra cushioning and firmness as needed. Whether you prefer a firmer or more luxurious mattress top, these toppers are designed to improve your sleeping experience.
These mattress toppers can support, cushion, and improve your bed, whether you need a firm topper or a luxurious pillow top.
Read more
## He’s Blind. He Plays Video Games. Here’s How That Works Category: Wired
Tags: General
Published: Wed, 11 Jun 2025 10:00:00 +0000
TL;DR: Here is a summary of the text in 2 sentences: Ross Minor lost his eyesight at the age of 8, but he has not let that hold him back from pursuing his passion for gaming. Today, he runs successful YouTube and Twitch channels and consults for major game studios, defying expectations with his determination and skill.
Ross Minor lost his eyesight at 8 years old. Today, he’s a hardcore gamer who runs YouTube and Twitch channels and consults for big studios. This is not—necessarily—an inspirational story.
Read more
## Astronomers Are Using Artificial Intelligence to Unlock the Secrets of Black Holes Category: Wired
Tags: General
Published: Wed, 11 Jun 2025 09:30:00 +0000
TL;DR: Here is a summary of the text in 2 sentences: Astronomers used a neural network trained on simulations of supermassive black holes to analyze the rotation of Sagittarius A, the one at the center of the Milky Way. Their findings suggest that this black hole likely rotates at its maximum speed, indicating a potentially significant impact on the surrounding environment and galaxy evolution.
Using a neural network trained with simulations of supermassive black holes, astronomers have found that the one at the center of the Milky Way, Sagittarius A
, likely rotates at maximum speed.
Read more
## Protesting Tips: What to Bring, How to Act, How to Stay Safe Category: Wired
Tags: General
Published: Wed, 11 Jun 2025 09:00:00 +0000
TL;DR: I'm happy to help! However, I don't see any text following "here's what you need to know." Could you please provide more context or information about what you're referring to? I'd be happy to summarize it for you in 2 sentences once I have the necessary details!
If you’re planning on hitting the streets, here’s what you need to know.
Read more
## HP Coupon Codes: 25% Off | June 2025 Category: Wired
Tags: General
Published: Wed, 11 Jun 2025 05:00:00 +0000
TL;DR: Here is a summary of the text in 2 sentences: HP offers discounts of up to 40% off on various products including gaming laptops, printers, PCs, and other technology items. These discounts are available through HP promo codes and coupons, providing customers with significant savings opportunities.
Enjoy discounts of up to 40% off with HP promo codes and coupons for gaming laptops, printers, PCs, and more tech.
Read more
## Ubuntu 25.10 to drop support for X11 in GNOME Category: LWN.net
Tags: General
Published: Tue, 10 Jun 2025 19:37:29 +0000
TL;DR: Here is a summary of the article in 2 sentences: Ubuntu has announced that it will discontinue support for GNOME on X11 in its upcoming 25.10 release, following GNOME's planned removal of X11 support in version 49, scheduled for September. This move aims to reduce fragmentation and simplify Ubuntu's support matrix ahead of its next LTS (long-term support) release, aligning with Fedora which also dropped X11 support for GNOME in its 43 release.

Jean Baptiste Lallement, a member of Canonical's desktop team, has announced that Ubuntu will drop support for GNOME on X11 in the 25.10 ("Questing Quokka") release set for October. GNOME plans to remove X11 support in GNOME 49, which is scheduled for September, so Ubuntu is looking to be proactive:

Ubuntu 25.10 is the last interim release before our next LTS (Ubuntu 26.04). By moving now, we give developers and users a full cycle to adapt before the next LTS, align with GNOME 49 and reduce fragmentation while simplifying our support matrix heading into the LTS.

Fedora decided in early May to drop X11 support for GNOME in Fedora 43, which is also due in October.


Read more

[$] Improving iov_iter

Category: LWN.net
Tags: Linux
Published: Tue, 10 Jun 2025 15:16:49 +0000
TL;DR: Here is a summary of the text in 2 sentences:

David Howells led a session at the Linux Storage, Filesystem, Memory Management, and BPF Summit to discuss improving the iov_iter interface, which is used to describe and iterate through buffers in the kernel. He proposed ideas such as replacing certain types of iov_iter and allowing mixed types in chains, with the goal of making the interface itself and its uses better.
The iov_iter interface is used to describe and iterate through buffers in the kernel. David Howells led a combined storage and filesystem session at the 2025 Linux Storage, Filesystem, Memory Management, and BPF Summit (LSFMM+BPF) to discuss ways to improve iov_iter. His topic proposal listed a few different ideas including replacing some

iov_iter types and possibly allowing mixed types in chains of iov_iter entries; he would like to make the interface itself and the uses of iov_iter in the kernel better.
Read more

[$] An end to uniprocessor configurations

Category: LWN.net
Tags: Linux
Published: Tue, 10 Jun 2025 14:29:55 +0000
TL;DR: Here is a 2-sentence summary:

The Linux kernel has evolved to support systems with thousands of CPUs, but initially, the kernel was limited to managing only one processor. A proposed patch series by Ingo Molnar aims to eliminate special treatment for single-processor machines in the scheduler, potentially bringing uniform scaling capabilities across all systems.
The Linux kernel famously scales from the smallest of systems to massive servers with thousands of CPUs. It was not always that way, though; the initial version of the kernel could only manage a single processor. That limitation was lifted, obviously, but single-processor machines have always been treated specially in the scheduler. That longstanding situation may soon come to an end, though, if this patch series from Ingo Molnar makes it upstream.
Read more

20 Years of the Open Invention Network

Category: LWN.net
Tags: General
Published: Tue, 10 Jun 2025 13:16:53 +0000
TL;DR: Here is a summary of the text in 2 sentences:

The Open Invention Network (OIN) is celebrating its 20th anniversary, marking two decades of promoting open-source technology through patent cross-licensing. The OIN license has expanded to cover over 4,500 software components and platforms, with its Linux System definition comprising a list of open-source code and associated functionality.
The Open Invention Network (OIN) is celebrating its 20th anniversary.

The central feature of the OIN community is a patent cross-license that covers core Open Source functionality and expands in parallel with the growth of Open Source technology. As growth in Open Source has accelerated, OIN has proactively expanded the scope of the OIN license's benefit by including more than 4,500 software components and platforms in its Linux System definition, which comprises the list of Open Source code and associated functionality in OIN's patent cross-license.

LWN's first look at OIN was this article by Pamela Jones in late 2005.
Read more

Three stable kernel updates

Category: LWN.net
Tags: Linux
Published: Tue, 10 Jun 2025 13:10:45 +0000
TL;DR: Here is a summary of the text in 2 sentences:

The Linux kernel has released three new stable updates: 6.15.2, 6.14.11, and 6.12.33. This marks the end of support for the 6.14.x series, with the last update being released earlier than usual to allow for a smoother transition away from this series.
The 6.15.2, 6.14.11, and 6.12.33 stable kernel updates have been released; each contains a relatively small set of important fixes.

Note that this is the end of the line for the 6.14.x updates; Greg Kroah-Hartman explains the timing of this move:

If you notice, this has happened a bit more "early" than previous end-of-life announcements. Normally, after -rc1 is out there is a TON of stable patches happening due to the changes that come into the merge-window that were marked for stable backports but didn't get into Linus's release before -final. As some people have objected to this large influx being added to a stable kernel that is just about to go end-of-life, let's try marking this end-of-life a bit earlier to see how it goes.

Read more

Ubuntu 25.10 Drops Support for GNOME on Xorg

Category: OMG! Ubuntu!
Tags: General
Published: Tue, 10 Jun 2025 18:39:21 +0000
TL;DR: Here is a summary of the article in 2 sentences:

The upcoming Ubuntu 25.10 release will no longer support GNOME on Xorg, instead moving to Wayland-only desktop sessions. This change affects users who are currently using Xorg and may require them to take action to adapt to the new setup.

Ubuntu 25.10 drops GNOME Xorg support, moving to Wayland-only desktop sessions. Learn what's changing, who's affected, and what to do about it.

You're reading Ubuntu 25.10 Drops Support for GNOME on Xorg, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

Ubuntu 24.10 Support Ends July 10th – Upgrade Soon

Category: OMG! Ubuntu!
Tags: General
Published: Tue, 10 Jun 2025 14:22:11 +0000
TL;DR: Here is a summary of the article in 2 sentences:

Ubuntu 24.10 Oracular Oriole will reach its end-of-life on July 10, 2025, at which point all users will need to upgrade to Ubuntu 25.04 Plucky Puffin to continue receiving security updates. As of July 10, 2025, Ubuntu 24.10 Oracular Oriole will no longer receive support or security updates.

Ubuntu 24.10 Oracular Oriole reaches end of life July 10, 2025. All users will need to upgrade to Ubuntu 25.04 Plucky Puffin to continue receiving security updates.

You're reading Ubuntu 24.10 Support Ends July 10th – Upgrade Soon, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

Orbit by Mozilla (AI Add-on for Firefox) Shuts Down This Month

Category: OMG! Ubuntu!
Tags: General
Published: Mon, 09 Jun 2025 11:11:00 +0000
TL;DR: Here is a 2-sentence summary:

Mozilla's AI assistant add-on, Orbit, is being discontinued as most of its features are now available natively within the Firefox web browser. The shutdown is set to occur on June 26, 2025, according to a blog post by OMG! Ubuntu.

Orbit, Mozilla's AI assistant add-on for its Firefox web browser, is being discontinued as most of its features are now available natively.

You're reading Orbit by Mozilla (AI Add-on for Firefox) Shuts Down This Month, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

Gradia is a Slick New Screenshot Annotation Tool for Linux

Category: OMG! Ubuntu!
Tags: General
Published: Sun, 08 Jun 2025 22:39:00 +0000
TL;DR: Here is a 2-sentence summary:

Gradia is a new screenshot annotation tool designed specifically for Linux users to create engaging visuals for app stores, blogs, and social media. This blog post from OMG! Ubuntu reviews Gradia to determine if it's a useful tool for creating annotated screenshots on Linux.

Gradia is a new screenshot annotation tool for Linux that you can use to create engaging visuals for app stores, blogs, and social media - is it any good?

You're reading Gradia is a Slick New Screenshot Annotation Tool for Linux, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

Linux Mint 22.2 Adds Native Fingerprint Login Support

Category: OMG! Ubuntu!
Tags: General
Published: Sun, 08 Jun 2025 13:56:25 +0000
TL;DR: Here is a summary of the text in 2 sentences:

Linux Mint 22.2 has added fingerprint login and authentication support through a new desktop app called Fingwit, which integrates with PAM (Pluggable Authentication Module) for improved functionality. This feature allows users to log in to their Linux Mint system using their fingerprints, making it easier and more secure to access the operating system.

Linux Mint 22.2 adds fingerprint login and authentication support through a new desktop app called Fingwit, which boasts 'smarter' PAM integration.

You're reading Linux Mint 22.2 Adds Native Fingerprint Login Support, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

Transform Your Raspberry Pi 5 Into Miniature Desktop Gaming Rig With These Tower Cases

Category: It's FOSS
Tags: General
Published: Sat, 07 Jun 2025 15:36:14 GMT
TL;DR: Here is a summary of the text in 2 sentences:

The Raspberry Pi 5 is an impressive device that deserves a great casing to match its capabilities. These cases can transform the Raspberry Pi 5 into a compact desktop tower computer, making it perfect for those who want to create a miniature PC setup.
Pi 5 is a remarkable device and it deserves an awesome case. Transform your Raspberry Pi 5 into a miniature desktop tower PC with these cases.
Read more

FOSS Weekly #25.23: Helwan Linux, Quarkdown, Konsole Tweaks, Keyboard Shortcuts and More Linux Stuff

Category: It's FOSS
Tags: General
Published: Thu, 05 Jun 2025 04:30:10 GMT
TL;DR: I'm happy to help! However, I don't see any text for me to summarize. Could you please provide the text about Linux gaming rising up, and I'll be happy to condense it into 2 sentences for you?
Linux gaming rising up...
Read more

My Favorite Obsidian Plugins and Their Hidden Settings

Category: It's FOSS
Tags: General
Published: Wed, 04 Jun 2025 12:59:54 GMT
TL;DR: Here is a summary of the text in 2 sentences:

The author is excited to share their favorite plugins for Obsidian, a note-taking app that helps organize and connect their thoughts. These plugins offer additional features that enhance the user's experience and make their knowledge base even more powerful.
Sharing my favorite Obsidian plugins that add useful extra features to my knowledge base.
Read more

CrowPi 3: An All-in-one AI Learning Kit With Cyberdeck Feel

Category: It's FOSS
Tags: General
Published: Mon, 02 Jun 2025 14:28:22 GMT
TL;DR: Here is a summary of the text in 2 sentences:

This educational kit provides a comprehensive and interactive learning experience for coding, allowing students to transform abstract programming concepts into tangible and hands-on projects. With over 100 interactive projects to learn from, this kit offers a unique and engaging way to learn coding skills.
A Swiss Army knife for coding education as this kit transforms the programming concepts into tangible experiences. Learn from more than a hundred interactive projects.
Read more

How I Run JavaScript in VS Code

Category: It's FOSS
Tags: General
Published: Sat, 31 May 2025 04:29:37 GMT
TL;DR: Here is a 2-sentence summary:

Get started with running JavaScript in Visual Studio Code (VS Code) quickly and easily by following these simple setup tips and steps. By the end of this guide, you'll be coding like a pro and enjoying the productivity benefits that VS Code has to offer.
Run JavaScript in VS Code like a pro! Quick setup tips and easy steps to get you coding fast.
Read more

Contribute at the Fedora Linux Test Week for Kernel 6.15

Category: Fedora Magazine
Tags: Linux
Published: Thu, 05 Jun 2025 08:00:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

The Linux kernel team is finalizing integration for version 6.15, which will soon be available in Fedora Linux. As a result, the Fedora Linux kernel and QA teams are organizing a test week from June 8 to June 15, 2025, to ensure the new kernel is stable and working correctly.
The kernel team is working on final integration for Linux kernel 6.15. This version was just recently released, and will arrive soon in Fedora Linux. As a result, the Fedora Linux kernel and QA teams have organized a test week from Sunday, June 08, 2025 to Sunday, June 15, 2025. The wiki page in this […]
Read more

Python CI on Fedora with GitHub Actions

Category: Fedora Magazine
Tags: General
Published: Mon, 02 Jun 2025 17:57:02 +0000
TL;DR: As a Python developer, you want to ensure that your code works correctly across various Python versions, which can be tedious and time-consuming. With the help of GitHub Actions and tox, you can automate this process through continuous integration (CI) pipelines, making it easier to test your code against different Python versions without manual intervention.
As a Python developer you work hard to ensure code works correctly across different Python versions. You have to test against Python 3.11, 3.12, 3.13 and beyond, it can be tedious. But what if your continuous integration (CI) pipeline could handle it automatically? This is where GitHub Actions and tox come in – a powerful […]
Read more

How to use Authselect to configure PAM in Fedora Linux

Category: Fedora Magazine
Tags: General
Published: Wed, 28 May 2025 08:00:00 +0000
TL;DR: Here is a 2-sentence summary:

Authselect is a tool that manages PAM configurations using profiles, which became a hard requirement for configuring PAM starting with Fedora 36. This article will guide you on how to configure PAM using Authselect, an essential step in securing computer systems and preventing unauthorized access.
Authselect is a utility tool that manages PAM configurations using profiles. Starting with Fedora 36, Authselect became a hard requirement for configuring PAM. In this article, you will learn how to configure PAM using Authselect. Introduction. Unauthorized access is a critical risk factor in computer security. Cybercriminals engage in data theft, cyber-jacking, crypto-jacking, phishing, and […]
Read more

Don’t Panic! There’s an F42 Release Party on Thursday!

Category: Fedora Magazine
Tags: General
Published: Tue, 27 May 2025 16:24:15 +0000
TL;DR: Here is a summary of the text in 2 sentences:

The Matrix team is hosting an F42 release party on May 29, starting at 13:00 UTC, to celebrate the new features and advancements. The event will feature talks from Jef Spaleta, including updates on the design process for various aspects of F42.
On Thursday, May 29 (yes, two days away!) we will host the F42 release party on Matrix. We would love for you to join us to celebrate all things F42 in a private event room from 1300 – 1600 UTC. You will hear from our new FPL Jef Spaleta, learn about the design process for […]
Read more

Render a Guitar Pro Score in Real Time

Category: Fedora Magazine
Tags: General
Published: Mon, 12 May 2025 08:00:21 +0000
TL;DR: Here is a 2-sentence summary:

We will use Tuxguitar to convert Guitar Pro scores into audio files, which contain complete band transcriptions including guitars, bass, drums, synths, and more. Tuxguitar is a powerful application written in Java and C that can render scores in real-time.
We will use Tuxguitar to render the audio of a Guitar Pro score [5]. Guitar Pro scores are files with a complete band score transcribed (guitars, bass, drums, synths and more). Introduction Tuxguitar is a quite powerful application written in a mixture of Java / C. It is able to render a score in real […]
Read more

0
Subscribe to my newsletter

Read articles from Dallas Spohn directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Dallas Spohn
Dallas Spohn

Dallas, a seasoned professional with a diverse background, transitions seamlessly between roles as a systems admin turned developer, technical writer, and curriculum developer at Red Hat. With a knack for unraveling complex concepts, he crafts engaging materials primarily in DocBook, guiding enthusiasts through the intricacies of Red Hat's certification courses. In his earlier days, Dallas's passion for Anime led him to contribute to Anime News Network, channeling his creativity and expertise into captivating content. His contributions extended beyond writing as he interviewed prominent figures in the Anime industry, offering insights into their creative processes and visions. Beyond his professional pursuits, he's a devoted husband and father, cherishing moments with his loved ones. Dallas's journey in the tech industry spans various roles, from a security developer at NTT Security to an operations architect overseeing Linux servers for commercial transcoding. His tenure at esteemed institutions like Goldman Sachs and Lockheed Martin has honed his skills as a systems engineer, instilling in him a deep-rooted understanding of complex systems. An avid FPV pilot, Dallas finds exhilaration in soaring through the skies with his drones, often contemplating the lessons learned from his aerial adventures. His diverse experiences, including serving as a naval submariner aboard the USS Alexandria and pursuing higher education in England, enrich his perspective and fuel his thirst for knowledge.