• FACEBOOK
  • TWITTER
  • MASTODON
  • GITHUB

GPL(GENERAL PUBLIC LICENSE) FREEDOM 0:
The freedom to run the program as you wish, for any purpose.
FREEDOM 1:
The freedom to study how the program works, and change it so it does your computing as you wish.
FREEDOM 2:
The freedom to redistribute copies so you can help others.
FREEDOM 3:
The freedom to distribute copies of your modified versions to others.

Steam Deck / SteamOS hit over 30,000 Verified + Playable games
/// 31 Aug 2026, 3:44 pm ////// GamingOnLinux ///
A big milestone has been hit by Valve for the Steam Deck, and SteamOS for other devices like the Steam Machine, with over 30,000 Verified + Playable games.

Read the full article on GamingOnLinux.

Chatterbox – family of text-to-speech models
/// 1 Sep 2026, 1:17 am ////// Linux Links ///

Chatterbox is a family of text-to-speech models from Resemble AI. It supports speech generation, voice cloning, and multilingual synthesis.

The post Chatterbox – family of text-to-speech models appeared first on LinuxLinks.

Firefox 156 Enters Beta Testing with Improved Memory and CPU Usage
/// 31 Aug 2026, 10:37 pm ////// 9to5Linux ///

Firefox 156 Beta

Firefox 156 open-source web browser is now available for public beta testing with improved memory and CPU usage when displaying large JPEG images scaled down to fit a page.

The post Firefox 156 Enters Beta Testing with Improved Memory and CPU Usage appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Ambitious project
/// 1 Sep 2026, 12:17 am ////// Reddit ///

Hi. My name is Miles and I have a really ambitious idea. But first I should mention that I've never touched Linux before, though I'm thinking to start diving in.

Here's the concept: an AI-driven operating system inspired from some of the greatest fictional ones (GLaDOS, Hal 9000, Joshua from Wargames, etc).

Now it wouldn't have complete control of course, but I want to make something that feels like it's real- like a droid from star wars, or like Caine from the Amazing Digital Circus! I want to have it not only styled with self-awareness, I want it to make different decisions based off of various stimuli and input. It could complement you on your red sweater, or complain about it's limitations in 3d space, or even search the internet for an answer to a question and reflect on it.

A lot of this is inspired by a concept I've been aware of the past few years... especially from videos like this and this and such. I think that we are missing out on what we could have- technology like what prior generations wanted. Instead of having cool robots with personality, we just have slabs of plastic, metal, and glass that are portable appliances.

So that's why I'm thinking about this AI OS concept. I'm aware that this is a ridiculous idea, but I want to know how possible it is. I'm gonna try to do something like this, but I don't know how far I'll get.

Any thoughts, reflections or advice is welcome.

submitted by /u/Char_TeamEmber
[link] [comments]
North Korean Job Fraud Expands Beyond IT Into Healthcare and Sales
/// 31 Aug 2026, 5:24 pm ////// The Hacker News ///
Threat actors with ties to the Democratic People's Republic of Korea (aka DPRK or North Korea) have been observed seeking job opportunities beyond the information technology (IT) sector, with recent investigations identifying suspected workers employed in sales and marketing and the medical profession. The ongoing insider threat is part of what has been described as the IT worker scheme,
SUSE Linux Kernel Multiple Vulnerabilities - Hong Kong Computer Emergency Response Team Coordination Centre
/// 1 Sep 2026, 2:22 am ////// Google News ///
SUSE Linux Kernel Multiple Vulnerabilities  Hong Kong Computer Emergency Response Team Coordination Centre
The FSF is now on Bluesky: Here's how and why we did it
/// 31 Aug 2026, 10:55 pm ////// FSF Blog ///
Today in Techrights
/// 1 Sep 2026, 1:48 am ////// Tux Machines ///
Some of the latest articles
DistroWatch Weekly, Issue 1188
/// 31 Aug 2026, 1:21 am ////// DISTROWATCH ///
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. This week in DistroWatch Weekly:
Review: The littlest web server
News: New version of COSMIC, Debian decides LLM issue, Asahi Linux makes progress, Linux turns 35
Questions and answers: What distributions do not work in virtual machines?
Released last week: Vanilla OS 3, Armbian 26.8, NawaOS 2.0, Butterbian 0.4.0, Ubuntu 26.04.1,....
Tether Brings the Apple Continuity Experience to Linux
/// 31 Aug 2026, 12:32 pm ////// ITS FOSS ///
tether aiphone smartphone linux laptop banner

Zack Bartel is a developer who switched to Linux full time and hasn't really looked back at his earlier daily driver, macOS, as something he would return to. There is, however, an exception.

Continuity.

That is Apple's catch-all term for how iPhone, iPad, and Mac talk to each other. It covers a wide range of small conveniences. Copy something on the iPhone and paste it on the Mac. Start an email on one device and finish it on another. Take a call from the Mac even when the phone is across the room.

But, to no one's surprise, there's a gap in its support. It doesn't officially work on Linux. So Zack built Tether, an open source project that replicates pieces of that experience on Linux without requiring a Mac device.

What does it handle?

two app windows are shown here, on the left is a terminal window showing two command runs related to tether, and on the right is the gui app for tether with no iphone connected

Considering an app whose first release was just a few months ago in May, Tether covers a lot of ground already. Clipboard sync, file transfer, OTP autofill, iMessage, SMS, notifications, and contact sync are all live right now, with some of them being in the beta stage of availability.

A background daemon called tetherd handles inter-device communication on Linux, talking to a CLI and a native GTK4 app for pairing. A SwiftUI iPhone app finds the daemon automatically over Bonjour.

Linux has no supported way into iMessage or SMS, and Zack ruled out the common workaround of proxying everything through an actual Mac.

ancs4linux and BlueFerry supplied enough Bluetooth groundwork for him to build his own path, though both are GPL-licensed, so a clean room C++ rewrite kept Tether licensed under MIT.

To secure it all, he built the pairing process on mTLS, so the iPhone and the Linux daemon each have to prove who they are before anything connects. Security sweeps run regularly on the codebase too via Anthropic's Opus and Fable AI models.

Before you say that KDE Connect already does a lot of what Tether does, know that Zack is aware of its existence and calls it great, but points out that the app doesn't cater to the use cases he had in mind.

Get it running

an illustration showing off the architecture diagram of the tether linux companion app for ios

For Arch Linux users, Tether is available via the AUR; you can get it by running the following command:

yay -S tether

If you don't know what Yay is, it is an AUR helper that makes the process of getting packages from the Arch User Repository easy. Though you do have to take note of the risks associated with using the community-run platform.

For other distros, the project's GitHub repo carries .deb and .rpm packages built for recent releases.

On your Apple iPhone, you will have to download the Tether - Linux Companion app from the App Store, which needs your device to be running at least iOS 26.1 or later.

Tether

There's also two extensions that you will need if you want OTP autofill to work properly.

The Firefox extension drops codes into login forms the moment they arrive, and the Thunderbird extension watches your inbox for anything that looks like a verification code and hands it off to the Tether app running on your Linux machine.

Multikernel Linux Tree Released: Runs Multiple Kernels On Bare Metal Without a Hypervisor
/// 31 Aug 2026, 2:26 am ////// Slashdot ///
"Multikernel Technologies has put out mklinux v7.0-mk2, the first public release of the multikernel Linux tree it's been building since last year," reports the blog It's FOSS: The basic premise of the project is that one physical server can run several independent Linux kernels side by side, each with its own dedicated CPUs and memory. So, the same box could run a database on one kernel and a GPU training job on another without either kernel touching the other's resources... One kernel runs as the host, controlling the machine's CPUs, memory, and PCI devices. When it spins up a new kernel instance, that instance gets its own dedicated slice of hardware and boots straight onto it using Linux's kexec mechanism, running natively rather than under a hypervisor. The host tracks all of this through device tree overlays under /sys/fs/multikernel/, and it can shift hardware between running instances while everything stays up. That's a different setup from both VMs and containers. A VM still puts a hypervisor and a host kernel between the app and the hardware. A container skips the hypervisor, but every tenant on the machine shares one kernel... This release only supports x86_64 hardware, though Multikernel Technologies says the architecture-specific code is already modular enough for other ports to follow later. The article notes they're selling multiple products based on the kernel tree, including one for running AI agents in their own kernel with direct GPU access and one that promises to patch a running kernel without taking the system down.

Read more of this story at Slashdot.

Fedora Badges Revamp Project: From The Ground Up
/// 19 Aug 2026, 8:00 am ////// Fedora Magazine ///

After years of technical research and foundational work, the Fedora Badges application service has been rebuilt from the ground up, and it is heading to production. Whether you have been collecting badges for years or you are brand new to the Fedora Project community, here is what is waiting for you there.

Completely modernized user interface

The archaic server rendered pages are now gone. The Fedora Badges application service now runs on a modern single page application. This provides you with a much faster and more responsive experience, while functioning across various screen sizes and devices types, all without full refreshes or front-end reloads.

Navigations have been revamped as well.  But do not worry at all – if you have bookmarked any old service links, they should redirect you to the right place.

Colour schemes, Dark mode

You can now customize the look of the Fedora Badges application service choosing from eight colour schemes. Your choice flows through the various elements of the front-end – from navbar to borders, from charts to accents, etc. The dark mode and light mode switch respects your system preference and can also be toggled.

Your choices are persistent across visits residing in your session storage.  As long as the same session is used, the colour schemes and dark mode settings stay.

Revitalized badges collectathon experience

Not only does the profile page show your precious badges, it also shows a radar chart that maps your collection across categories.  This is a rudimentary method to gauge your progress and discover the areas you have not explored yet. Giving a means to diversify the activities, this encourages more people to join in.

The refreshed history page also adds a collection time-line chart showing yours (and your friends’) contribution activities over months and years at a glance.

Compare (or compete) with your friends

The renewed difference page lets you compare your badges collection with those of your friends’ possessions.  See which badges you both share, which ones only you have, and most importantly, which ones they have earned that you have not yet.  It’s a fun way to discover new badges and unearth new ways to contribute.

You can also reach out to your fellow community members for potential mentoring opportunities, based on their contribution activities and collected badges.

Explore badges by rarities

Every active badge now has a rarity tier based on how many users currently hold it:

  • Fedorable — Unobtanium stuff
  • Legendary — Mythical prestige
  • Epic — Serious bragging
  • Rare — Principled hustle
  • Uncommon — Striving future
  • Common — Warm greeting

You can now browse active badges by their rarity tiers, making it easy to hunt down the ones that fewer people have earned.  Not only does it allow you to find new pathways for contribution,  you also get a sense of the impactful work and relevant tracks that are waiting for you in your community activities.

Involved semantic collective lookup

Departing from different searches for badges and users, the search bar now helps unified lookup across both badges and users.  Start typing and results start appearing immediately after – with better lookup results. These will appear when the query is general enough to return more than eight results.

To save server resources, the asynchronous search request begins only when at least four characters are entered into the search bar for the query.

Leaderboards with time navigation

Departing from the restricted rankings page, it is now possible to request custom period filtering on the leaderboards page.  Filters can be based on days, weeks, months, and years. One can see who has been earning most badges in those times, and generally look back at the community’s evolving progress over a time period.

The rankings are deterministic and can be shared with others, using the sharing link that inherently applies the same filters. This creates a reproducible resource.

Clearer badge activity lifecycle

Badges can now be manually marked as legacy (retired, unobtainable) after they should no longer be awarded to the users.  For instance, the badges for joining the Fedora Linux Release Party 42 should no longer be available to new users in 2026. Hence, they should not be accounted for while computing rarity tiers.

And nope — we are not taking awarded badges away from users who have already earned them.  These retired badges are still going to be visible in the history.

Stronger foundational supports underneath

You see, the revamp was not just about the front-end. The data layer that powers the application service got a major overhaul as well. The Database Library project, which handles all database operations, saw 105 commits across 7 contributors during the same period, pushing from version 1.4.1 to 1.5.5.

Here’s what changed under the hood, and why it matters to you:

  • Faster queries — Redundant database lookups were eliminated, foreign key indexes were added, and pagination now happens at the database level instead of in the application code. Pages that list badges or users load significantly faster, especially as the count of badges or users grow.
  • Effective lookup — The search you use from the navbar section is powered by new search methods added to the API. This covers both badges and users. This not only makes the search noticeably faster, but the actual process is also more efficient on a synchronous database accessing layer.
  • Rarity calculation — The rarity tiers you see on badge pages are computed every day by an updated algorithm in the API code. Various edge cases are now handled too. The fall-back is set to the common tier on zero available users who own the said badges at that particular time.
  • Legacy support — A schema level change was made to introduce a new 
    legacy
     column to the 
    badges
     table to distinguish active badges from the retired ones. Filtering is built into the API code so the front-end shows them on separate pages when requested by the users.
  • Categories normalization — Badge tags are now stored in their own tables instead of as raw comma separated strings. This makes category browsing reliable.
  • Cascading deletions — Removing a badge when done in exigent circumstances now properly cleans up its assertions in the database purging orphaned data.
  • Removing invitations — Invitations are soft deleted and not hard removed. This preserves access history while preventing accidental assertions.
  • Quality assurance — Nearly every new feature ships with its test cases. Python < 3.9 support was dropped in favor of Python > 3.13.

Overall smoother authentication events

Authentication has been reworked. The old session-based login has been replaced completely with a modern token-based flow using OpenID Connect. The application service now has its own dedicated authentication client so logging in through Fedora Accounts is more consistent across other things.

If you are visiting for the first time, like it has been for years, your user account is automatically created without requiring any further steps.

Your privacy really matters

Email addresses are no longer visible across various API responses. They are hashed before being sent as an asynchronous response, for use by Libravatar. Users have the choice to opt out of the Fedora Badges application service entirely. In that case they will stop receiving badge awards for their community tasks.

RSS feeds are now limited to recent entries for performance and efficiency, so you can still stay informed about the latest incoming activities on the app.

For badge creators, maintainers, and administrators

If you are a part of the team, the new interface gives you a full set of tools.

  • Advanced database management front-end
  • Creating and revoking awards from your users
  • Creating and expiring invitations for the badges
  • Creating and revoking authorizations from your users
  • Creating and updating badges
  • Creating and updating users

Access control is tiered — community members see the service experience, while authorized team members get the administrative controls they need.

Progress by the numbers

This revamp (codenamed स्वातंत्र्य or Svātantrya) represents a year of active work across the two repositories. These comprised 165 commits in Tahrir and 105 commits in Tahrir API. This occurred after many years of technical research and foundational work  resulting in a leaner codebase with a net reduction of 13,320 lines of code.

Thank you to our amazing contributors

I mean it when I say, this revamp would have been dead in the water without the help of the following folks (in the alphabetical order):

  • Akashdeep Dhar
  • Aurelien Bompard
  • Awwal Adetomiwa
  • Chibuezem Marvinrose
  • Daniel Mungai Chege
  • Emma Kidney
  • Gregory Sutcliffe
  • John Iweh
  • Joy Aruku
  • Kevin Fenzi
  • Michael Scherer
  • Michal Konecny
  • Olamide Peter Ojo
  • Payal Sumbhe
  • Shounak Dey
  • Vanshikha Shri
  • Yash Sheorey
  • Xavier Lamien

And those, of course, from Flock 2026’s workshop on the Fedora Badges Revamp Project.

  • Ankur Sinha
  • Cornelius Emase
  • Emmanuel Seyman
  • Guillermo Leiro
  • Jakub Jelen
  • Jona Azizaj
  • Jonáš Hubený
  • Justin Wheeler
  • Mat Holmes
  • Matthew Miller
  • Misia Mary
  • Shawn Dunn
  • Vít Smolík
  • Vittorio Cioe

This revamp project was in a development hell for quite some time. It was able to come out of it thanks to those listed above and countless others who have helped maintain the project for the past fourteen years or so. It is now time for me to pass this torch on to others who can help maintain this.

The project codebase currently lives on the Fedora Infrastructure’s GitHub namespace. Please consider providing feedback and contributing changes to help maintain the projects. You can also hang out with us in the Fedora Badges chat room on Fedora Project’s Matrix server to learn more.

Go on – give it a try!

The production deployment should be live by the time this article is publicly available. Head over to Fedora Badges to explore the refreshed experience. As it might be a little rough around the edges in the starting days, please bear with us while we hammer down the oddities with your useful reports.

Your input influences what comes next to the Fedora Badges application service. Please consider giving it a try right now and let us know what you think!

How to Setup Kubernetes Ingress Controller using Traefik
/// 17 Aug 2026, 1:07 am ////// Linuxtech ///
In this guide, we will show you how to setup Kubernetes Ingress Controller using Traefik, configure both simple and advanced […]
Roll Out the Cake: Linux Turns 35
/// 26 Aug 2026, 6:56 pm ////// Linux Magazine ///

35 years ago, a Finnish student began a humble project that would forever change the course of technology.

Job opportunity: Systems Integration Administrator at the Free Software Foundation
/// 26 Aug 2026, 6:55 pm ////// FSF News ///
The Free Software Foundation (FSF), a Massachusetts 501(c)(3) charity with a worldwide mission to promote computer user freedom, seeks a motivated and talented individual to be our new Systems Integration Administrator. This position is ideally full-time and US-based, but exceptions can be made for a qualified candidate.
Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal
/// 27 Aug 2026, 10:31 am ////// Tecmint ///
The post Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Codex CLI is OpenAI’s coding agent that runs in your terminal, reads your files, and executes shell commands on your

The post Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
Legal
[Privacy Statement]
[Terms Of Service]
[ Licenses]
[ Citation]
[ What Is Copyleft ]
Impact
[Social Benefit Award ]
[Advancement of Free Software Award]
[Open Source Organizations]
[Userspace Mission]
Resources
[Linux Founation Event List]
[EdX - Free Online Courses]
[Free Computer EBooks]
[Supported Hardware]

Design by [Daniel Yount] ::: Powered By [WordPress] ::: Encrypted By [LetsEncrypt]

 L O A D I N G 
General Contact Email

    [md-form]

    [md-text label="Your Name"]

    [/md-text]

    [md-text label="Your Email"]

    [/md-text]

    ENTER "QUESTION:" IN MESSAGE OR IT WONT BE SENT.
    [md-textarea label="Message"]

    [/md-textarea]

    [md-submit]

    [/md-submit]

    [/md-form]