|
1825 Monetary Lane Suite #104 Carrollton, TX
Do a presentation at NTLUG.
What is the Linux Installation Project?
Real companies using Linux!
Not just for business anymore.
Providing ready to run platforms on Linux
|
Show Descriptions... (Show All)
(Two Column)

- Debian LTS DLA-4613-1 python-aiohttp
Several vulnerabilities have been found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. CVE-2025-53643 Request smuggling vulnerability due to not parsing trailer sections of an HTTP request.
- Debian DSA-6316-1 chromium
Security issues were discovered in Chromium which could result in the execution of arbitrary code, denial of service, or information disclosure. For the oldstable distribution (bookworm), these problems have been fixed in version 148.0.7778.215-1~deb12u1.

- [$] Representing the true signatures of kernel functions
Optimizing compilers can, under some circumstances, infer when a parameter to afunction is not needed, and remove it. This is all well and good until thekernel's tracing or BPF subsystems need information on how to call the functionor where its arguments are stored.Alan Maguire and Yonghong Song spoke at the 2026LinuxStorage, Filesystem, Memory-Management, and BPF Summit about their work onrecording information regarding changed function signatures in the kernel's BTF debugginginformation, to better support tracing such functions.
- Seven stable kernels for the first day of June
Greg Kroah-Hartman has announced the release of the 7.0.11, 6.18.34, 6.12.92, 6.6.142, 6.1.175, 5.15.209, and 5.10.258 stable kernels. As usual, eachcontains important fixes throughout the tree, including a fix for the "CIFSwitch" vulnerability (CVE-2026-46243) which could allow a local-privilege-escalation exploit. Users are advised toupgrade.
- DistroWatch turns 25
The DistroWatch site is celebrating its25th anniversary. "All in all, it has been an incredible ride. Manyof you who read these pages regularly know that downloading and testingdistributions is a highly addictive pastime. I have been an aviddistro-hopper for the last 25 years and I don't see myself abandoning thisactivity for many more years to come." Congratulations to LadislavBodnar and all the others who have kept that resource going for so long.
- [$] Reconsidering x32 — again
The x32 ABI was meantto be the best of both worlds, providing the expanded registers andinstruction set of the x86-64 architecture while preserving the lowermemory use of 32-bit systems. The Linux kernel has supported x32 since the3.4 release in 2012. The initial excitement around x32 did not last,though, and kernel developers are considering removing that support — andnot for the first time. Even the most unloved features tend to have a fewusers, though, making removal hard.
- Multiple redhat-cloud-services npm packages compromised (StepSecurity Blog)
StepSecurity is reportingthat a number of npm packages in the @redhat-cloud-servicesscope include malware that runs automatically on every npminstall:
The payload is a multi-stage credential harvester that sweepsGitHub Actions secrets along with AWS, GCP, Azure, Kubernetes,HashiCorp Vault, npm, and CircleCI tokens, and it is purpose-built toevade detection, including an explicit attempt to bypass StepSecurityHarden-Runner.
StepSecurity analyzed @redhat-cloud-services/host-inventory-client@5.0.3 in full. Itsindex.js, executed at install time, is 4.2 MB, a file that shouldweigh a few kilobytes, with the real payload buried under threeseparate layers of obfuscation. The malware is also a self-propagatingworm: using stolen npm tokens and npm's bypass_2fa parameter, itrepublishes backdoored versions of other packages on its own, evenagainst accounts protected by two-factor authentication, so everyinfected machine can seed the next wave with no attackerinvolvement. All affected packages were published via GitHub ActionsOIDC from the RedHatInsights/javascript-clients repository, indicatingthe upstream CI/CD pipeline itself was compromised. Analysis of theremaining packages is ongoing.
A blogpost from SafeDep has additional analysis about the incident. We did not find an advisory from Red Hat on this yet.
- Fedora F44 election interviews published
The Fedora Project has publishedinterviews with candidates running for the open seats on the FedoraCouncil, Fedora EngineeringSteering Committee, FedoraMindshare Committee, and EPELSteering Committee. Voting is open through Friday,June 12 at 23:59 UTC.
- Security updates for Monday
Security updates have been issued by AlmaLinux (.NET 10.0, .NET 9.0, firefox, flatpak, httpd, and thunderbird), Debian (chromium, corosync, cyborg, dovecot, exim4, git-lfs, imagemagick, kernel, keystone, linux-6.1, php-twig, python-aiohttp, sentry-python, swift, and symfony), Fedora (chromium, djvulibre, docker-compose, giflib, haveged, libsoup3, libssh2, mingw-objfw, netatalk, nginx, nginx-mod-brotli, nginx-mod-fancyindex, nginx-mod-headers-more, nginx-mod-modsecurity, nginx-mod-naxsi, nginx-mod-vts, objfw, pdns, perl-Crypt-PasswdMD5, perl-libwww-perl, python-urllib3, suricata, and xrdp), Mageia (perl-Template-Toolkit and vim), Oracle (.NET 8.0, cockpit, firefox, flatpak, freerdp, kernel, and libexif), Red Hat (containernetworking-plugins, libsoup, libsoup3, multiple packages, php:8.2, php:8.3, podman, rhc, and skopeo), SUSE (amazon-ecs-init, amazon-ssm-agent, apptainer, azure-storage-azcopy, bind, chromium, csync2, cups, docker-stable, frr, gdk-pixbuf-loader-libheif, gnutls, hauler, helm, helm3, ignition, java-1_8_0-ibm, kernel, libBasicUsageEnvironment2, libredwg-devel, localsearch, memcached, openexr, perl-Net-CIDR-Lite, perl-YAML-Syck, postgresql14, python-mistune, python-pillow, python-pytest-html, python-urllib3, python311-Authlib, strongswan, trivy, vim, and xz), and Ubuntu (gdal, python-pip, qtwebengine-opensource-src, rsync, and texmaker).
- Kernel prepatch 7.1-rc6
The 7.1-rc6 kernel prepatch is out fortesting. Linus said: "Well, I wouldn't call this 'small', but it iscertainly smaller than rc5 was. And I don't think there's anythingparticularly scary here, so maybe we're still on track for a normal releasecycle. Let's see."
- [$] A trademark dispute over MeshCore
MeshCore is a relatively new project, started in January 2025, that aimsto build a scalable mesh network using low-power long-distance radios. Whilemany other projects of the same general nature have been tried before, MeshCoregrew quickly because of its more efficient message routing and enthusiasticcommunity. In early 2026, an early proponent of the project made a sudden shiftthat left the rest of the community stunned and embroiled in a trademark dispute.
- [$] A loadable crypto module for FIPS certification
Many organizations require US Federal Information Processing Standard (FIPS)certification of the crypto code they are running. The certificationprocess is lengthy, but the bigger problem is that the way the cryptosubsystem is built into the kernel makes the result unable to be reusedacross kernel updates. I have proposed a patchseries that decouples the crypto subsystem into a standaloneloadable module, allowing a certified crypto module to be reused withmultiple kernels and, thus, requiring fewer lengthy recertification delays.

- Olimex brings LTE Cat 1 bis connectivity to embedded Linux systems
Olimex’s USB-LTE4G-EU is a compact USB modem designed to provide 4G LTE connectivity for IoT, industrial, telemetry, and embedded Linux applications. The device is based on the Quectel EG800K-EU cellular module and supports LTE Cat 1 bis technology, which is increasingly being adopted in connected devices requiring moderate data throughput, low power consumption, and long-term […]
- Hive is a Raspberry Pi CM5 rackmount platform with hot-swappable nodes
blackdevice, a Spanish hardware engineering company and Raspberry Pi Design Partner, has shared details of Hive, a modular compute platform built around the Raspberry Pi CM5. The platform is designed to scale from small homelab installations to rack-mounted infrastructure deployments through interchangeable compute nodes called “beenodes”. According to the company, each beenode integrates a Raspberry […]
- 9to5Linux Weekly Roundup: May 31st, 2026
The 294th installment of the 9to5Linux Weekly Roundup is here for the week ending May 31st, 2026, keeping you updated on the most important developments in the Linux world.
- Sixfab AI HAT+ and Edge AI Expansion Board add DEEPX acceleration to Raspberry Pi 5
Sixfab has unveiled two Raspberry Pi 5 expansion products based on DEEPX NPUs: the AI HAT+ and the Edge AI Expansion Board. Both platforms are designed to accelerate computer vision workloads locally on Raspberry Pi 5 systems, but they target different deployment scenarios. The AI HAT+ is intended for prototyping and development, while the Edge […]

- Anthropic Files to Go Public
Anthropic says it has confidentially filed an IPO prospectus with the SEC, "setting up a potentially historic share sale for investors ready to jump into artificial intelligence," reports CNBC. The move puts Anthropic ahead of OpenAI's expected filing and follows explosive reported growth, a massive new valuation, major infrastructure deals, and ongoing tensions with the Pentagon over its models. From the report: "This gives us the option to go public after the SEC completes its review," Anthropic said in a statement on Monday. "The proposed initial public offering will depend on market conditions and other factors." Submitting a confidential prospectus doesn't lock Anthropic into a certain timeframe for going public. Its official prospectus just has to land in the hands of investors at least 15 days before the company begins a roadshow. [...] The company has experienced explosive growth this year, announcing in May that its revenue run rate has ballooned to $47 billion, up from $10 billion in annual revenue last year. Last week, it closed a funding round at a $965 billion valuation, topping OpenAI, which was valued at $852 billion in late March.
Read more of this story at Slashdot.
- Anthropic Invites EU To Access Mythos
An anonymous reader quotes a report from Politico: Anthropic has extended an invitation to the European Commission granting the EU's cyber agency access to its powerful AI hacking tool Mythos, according to a Commission official familiar with the process. The AI firm made the formal invitation after a meeting with the Commission in San Francisco last Thursday, the official said, adding the EU now has to put in place a mechanism to access the model with proper security safeguards. European Commission spokesperson Thomas Regnier said in a statement the Commission has had "several productive meetings with Anthropic" and "welcome[d] the latest developments on potential future access." [...] "This latest development is of utmost importance to get a clear picture on the potential risks," Regnier said, adding: "Let's not forget that Mythos is not one off, a new wave of powerful models are coming to the market." An ENISA official said the agency does not have active access now but is working to implement it. The Commission is working on a formal action plan to respond to powerful AI hacking tools. It has indicated it wants to release it before the summer break, according to an industry official. Anthropic's Mythos was unveiled in early April and triggered fears that it could enable large-scale attacks with its ability to find and exploit vulnerabilities. "European authorities for weeks were shut off from accessing the cutting-edge cybersecurity AI tech, leading to urgent calls by European politicians and government officials to gain access," notes Politico. "Cyber officials also called for Europe to build its own version."
Read more of this story at Slashdot.
- United Airlines Flight To Spain Pulls U-Turn Over Bluetooth Device Name
Tony Isaac shares a report from NPR: A United Airlines flight traveling from Newark, New Jersey, to Palma de Mallorca, Spain, was forced to make a U-turn and return to Newark after more than four hours in the air due to a security concern. According to passenger reports and air traffic control audio, the disruption was caused by a personal Bluetooth speaker -- reportedly belonging to a teenager -- that had been named "BOMB." Upon returning to Newark, passengers were evacuated so that security details could inspect the entire aircraft and cargo area. The flight was ultimately cleared, reboarded, and arrived at its destination in Spain approximately nine and a half hours behind schedule. Multiple posts on social media from self-identified passengers indicate that the problem was a Bluetooth device on board the plane. One post referenced in-flight announcements with "lots of comments like 'this little joke is ruining it for everyone.'" Audio from air traffic control sheds a little more light on the situation: "There's a security detail out there, someone had a Bluetooth speaker and they named it a certain four-letter word," another voice responded. "So they have to inspect the whole aircraft including the cargo area [and] passengers have to evacuate."
Read more of this story at Slashdot.
- Red Hat npm Packages Compromised to Spread a Credential-Stealing Worm
Aikido Security says more than 30 official @redhat-cloud-services npm packages were compromised with a credential-stealing worm called "Miasma," a variant resembling the open-sourced Mini Shai-Hulud supply-chain malware. "The packages were published via GitHub Actions OIDC, indicating the CI/CD pipeline was compromised rather than an npm token," the report says. "If you have installed any affected package versions since June 1, 2026, treat all CI secrets, cloud credentials, SSH keys, and npm tokens as compromised and rotate them immediately." From the report: Each compromised package declares a preinstall script in its package.json that executes node index.js automatically on every npm install, before any application code runs and before the developer has any indication something is wrong. The index.js file is 4.2 MB payload hidden behind multiple layers of obfuscation. As with previous Mini Shai-Hulud attacks, the payload performs a broad credential sweep across cloud providers, CI/CD environments, and developer tooling. On the CI side it targets GitHub Actions secrets including GITHUB_TOKEN and ACTIONS_RUNTIME_TOKEN. For cloud credentials it collects AWS access keys and session tokens, GCP application default credentials and service account key files, and Azure service principal credentials and managed identity tokens. It also sweeps for HashiCorp Vault tokens, Kubernetes service account tokens and kubeconfig files, npm and PyPI publish tokens, SSH private keys, Docker registry credentials, GPG keys, and any .env files it can find across the filesystem.
Read more of this story at Slashdot.
- Dell Rivals Apple's MacBook Neo With $699 Touchscreen XPS 13 Laptop
Dell has introduced a redesigned $699 XPS 13 aimed squarely at Apple's budget MacBook Neo, offering a premium aluminum design, touch display, backlit keyboard, Wi-Fi 7, 512GB of base storage, and various other configuration options. Dell's machine costs more than Apple's entry model but tries to justify the difference with lighter weight, better display specs, and upgrade paths Apple doesn't offer. "The XPS 13 begins at $699 -- students can purchase it for $599 -- while the MacBook Neo costs $599 and drops to $499 for education buyers," notes Bloomberg. From the report: Dell's product allows for more configuration, with up to 32GB of memory compared with the Neo's nonupgradeable 8GB of unified memory. Its display can also produce a wider spectrum of colors and supports refresh rates up to 120 hertz, while Apple reserves its best screens for the pricier MacBook Pro line. The inclusion of a backlit keyboard should allow for easier typing in dark conditions. Dell has also tossed in other nice-to-have upgrades over the Neo like more robust Wi-Fi 7 wireless networking. As for battery life, Dell is touting "up to 17 hours of streaming" versus a comparable 16 hours on the Neo. Still, the XPS comes with compromises of its own: Unlike the Neo, there's no built-in headphone jack, which means owners will need to rely on its quad-speaker audio system, use Bluetooth earbuds or plug a headphone adapter into one of the two USB-C ports. You can learn more via Dell.com.
Read more of this story at Slashdot.
- Botnet of More Than 17 Million Devices Dismantled
An anonymous reader quotes a report from Ars Technica: Authorities in the Netherlands said they dismantled a botnet that comprised more than 17 million devices and were managed by 200 servers in a joint operation by the police and the National Cyber Security Center. The action, announced Thursday, came about after a security researcher reported the sprawling network to authorities. The host infrastructure was located in the Netherlands. "The police then seized several botnet servers from a hosting provider for investigation," the NCSC said. "The botnet was taken offline by the provider because it was used for criminal purposes." According to a report Thursday by the NL Times, the botnet was linked to ASOCKS, a Russia-based company that provides residential proxy services. These services cater to people and organizations who want to obscure their locations or identities by proxying their Internet traffic through third-party devices. Proxy services are often used for illicit or unethical purposes such as performing DDoS attacks, running botnet command-and-control servers, operating phishing operations, and scraping website content. [...] It's unclear how the 17 million devices controlled by the botnet taken down by the Dutch police came to be that way.
Read more of this story at Slashdot.
- NVIDIA Unveils New ARM-Based AI/Graphics Superchip Coming to Windows PCs and Laptops
"The company best known for powering the AI boom is coming for the PC," reports Axios. Nvidia's CEO unveiled a new ARM-based "N1X processor made alongside Microsoft," reports CNBC, that "will be incorporated into a new RTX Spark superchip, debuting in the fall on a fresh line of Windows PCs from Microsoft, Dell, HP, ASUS, Lenovo and MSI." More details from Engadget:It was only a matter of time before NVIDIA released a powerful system-on-a-chip (SOC) to take on AMD's Ryzen AI Max and Qualcomm's latest Snapdragon X2 chips. At Computex today, NVIDIA unveiled the RTX Spark, a "superchip" meant to give both laptops and small desktops fast AI and graphics performance... The company says it offers 1 petaflop of AI computing power, and that it has 6,144 Blackwell RTX cores and 20 Mediatek Arm CPU cores. NVIDIA claims it's similar to the RTX 5070 laptop GPU but with much lower power draw. RTX Spark also has an NPU that's fast enough to be part of Microsoft's Copilot+ initiative, which requires a 40 TOPS NPU, but NVIDIA says it's mainly touting the tensor cores as part of the chip's Blackwell GPU for AI performance. RTX Spark's GPU can directly draw on the chip's large pool of unified memory, which can span from 16GB to 128GB, and the chip itself can use anywhere from single-digit wattage up to 80W... NVIDIA CEO Jensen Huang positions RTX Spark as a complete reinvention of the PC, eventually turning them more into devices meant for AI agents than manual human input... NVIDIA has been working together with Microsoft for "several years" while designing the RTX Spark, according to NVIDIA representatives... In a blog post provided to media, Microsoft head of Windows and devices, Pavan Davuluri, noted that the company optimized Windows 11's workload profile scheduling for the RTX Spark. "Whether you're checking your email or running an agent locally to debug code, the Windows scheduler on RTX Spark will ensure you get the best performance and efficiency out of your CPU," he wrote.
Read more of this story at Slashdot.
- New Lawsuit Against Amazon: 'Subscribe and Save' Program Can Actually Cost You More
Amazon's "Subscribe & Save" program — for recurring purchasees — has triggered a new lawsuit, reports Oregon Live. "The lawsuit contends that after luring in customers with 'artificially low prices,' the world's biggest online retailer jacked up the prices in the months after their first shipments arrived." In some cases, the lawsuit claims that customers were paying more for the exact same items through the Subscribe & Save program than they would be if they bought the items from other sellers on the site. That was true even when the up to 15% discount that the subscription program offers was calculated into the final purchase price, according to the suit. The Seattle law firm that filed the May 15 lawsuit says that Amazon's business practices amount to "deceptive," "misleading" and "bait and switch tactics." The firm is seeking class-action status in U.S. District Court for western Washington, a move that could potentially draw tens of millions of Amazon customers from across the U.S. into the litigation... [The suit says the plaintiffs' first order of espresso coffee grounds was $16.60.] When their order auto-renewed a few months later, the price had gone up to $17.04. A few months later, it rose to $21.25. Then in October 2024, the price increased to $28.69 — about $12 more than the Hermans had paid at the beginning of their subscription, according to the lawsuit. [The discount can be as little as 5% or up to 15%, Amazon told Oregon Live in a statement, noting customers do receive an email showing "applicable savings" before the orders ship. But...] The suit says Amazon gave the Hermans little notice to cancel the order or to shop around because it notified them of the latest price increase in an email at 8:54 p.m. — the same night it processed their order and charged them. The suit says if the Hermans had been given the time to shop around for a better price, they would have found that another Amazon seller was charging $25.90 — or $2.79 less — for the identical item. Amazon's "Subscribe & Save Terms & Conditions" page tells customers that it "may change the price for a Subscribe & Save subscription at any time for any reason...." The analytical group Consumer Intelligence Research Partners says about 25% of U.S. Amazon customers are enrolled in the Subscribe & Save program. Oregon Live got Amazon's response, which suggested their program saves customers time and money "through convenient, flexible, and recurring deliveries". (So when customers saw "Subscribe and Save", they were perhaps supposed to intuit the word save referred in part to... time-saving?) The plaintiffs' lawyer argues instead that "When you sign up for something that is called 'Subscribe & Save,' you'd expect that you're saving by subscribing. But that's not actually what's happening in many cases."
Read more of this story at Slashdot.
- New Desalination System Turns Seawater Into Drinking Water and Useful Salts - Including Lithium
"Scientists have developed a solar desalination system that turns seawater into drinking water without creating environmentally damaging brine," reports ScienceDaily. "Special laser-textured metal panels use sunlight to evaporate water while automatically moving salt deposits away from the working surface, preventing clogging. The process was successfully tested with water from three oceans and can recover nearly all salts as solids. Those leftover materials could even become a source of valuable lithium for batteries." (The research team was led by University of Rochest professor Chunlei Guo and published their results in the journal Light: Science & Applications.) The University of Rochester has made an announcement:The technology uses solar panels made of black metal etched with femtosecond lasers to make the surface super light-absorbing and superwicking — or extremely attractive to water. The panels have a laser-treated active region that pulls a thin layer of water across the surface, absorbs nearly all solar radiation, distills the water, and deposits the leftover salts and minerals into the panel's untreated sides or "passive" region so that the salt does not clog the active region and disrupt continuous desalination... Guo's team precisely etched the black metal's grooves so the various salts and minerals in ocean water would simply slough off... [I]t extracts nearly 100 percent of the salts in solid form. This could not only produce an abundant supply of table salt, but it could also be used to extract more precious minerals, including lithium, which is used in the lithium-ion batteries that power electric vehicles and other electronics. In a related paper in the Journal of Materials Chemistry A, Guo and his colleagues show how they can use the same superwicking solar panels to separate lithium from the rest of other salts in desalination. Embedding nanoparticles made of hydrogen titanate in the tiny grooves of the black metal surface isolates the lithium from other salts and minerals...Using water samples from Great Salt Lake, the researchers extracted about 50 percent of the lithium from the salts left behind by the desalination process. Guo says now that the superwicking desalination technology has been demonstrated in proofs of concept on small-scale devices, he sees the technology inherently scalable, capable of improving global access to drinking water and building more sustainable supply chains for precious minerals. "The National Science Foundation, the Bill & Melinda Gates Foundation, and Worldwide Universities Network supported this research."
Read more of this story at Slashdot.
- Something Made Earth's Molten Core Reverse Direction In 2010
ScienceAlert reports:In the molten ocean of iron churning in Earth's outer core, a section deep beneath the Pacific Ocean suddenly reversed direction and started moving eastward against the planet's usual westward flow. This happened in 2010, according to satellite measurements of Earth's magnetic field, and scientists are still trying to figure out what caused it... [I]t seemed to have a large, wave-like structure — as though a chunk of molten core material suddenly thought better of where it wanted to go, surging in the other direction... This finding suggests that there are processes that can influence it strongly enough to alter its behavior in bulk — and that our planet's interior may be more dynamic and variable than we thought. A new analysis captures what we know so far — and"It's from the roiling, molten, conducting metal at Earth's heart that the planetary magnetic field is generated... vital to our continued existence. It helps keep the atmosphere we breathe in and harmful cosmic radiation out."
Read more of this story at Slashdot.

- Security: Why Linux Is Better Than Windows Or Mac OS
Linux is a free and open source operating system that was released in 1991 developed and released by Linus Torvalds. Since its release it has reached a user base that is greatly widespread worldwide. Linux users swear by the reliability and freedom that this operating system offers, especially when compared to its counterparts, windows and [0]
- Essential Software That Are Not Available On Linux OS
An operating system is essentially the most important component in a computer. It manages the different hardware and software components of a computer in the most effective way. There are different types of operating system and everything comes with their own set of programs and software. You cannot expect a Linux program to have all [0]
- Things You Never Knew About Your Operating System
The advent of computers has brought about a revolution in our daily life. From computers that were so huge to fit in a room, we have come a very long way to desktops and even palmtops. These machines have become our virtual lockers, and a life without these network machines have become unimaginable. Sending mails, [0]
- How To Fully Optimize Your Operating System
Computers and systems are tricky and complicated. If you lack a thorough knowledge or even basic knowledge of computers, you will often find yourself in a bind. You must understand that something as complicated as a computer requires constant care and constant cleaning up of junk files. Unless you put in the time to configure [0]
- The Top Problems With Major Operating Systems
There is no such system which does not give you any problems. Even if the system and the operating system of your system is easy to understand, there will be some times when certain problems will arise. Most of these problems are easy to handle and easy to get rid of. But you must be [0]
- 8 Benefits Of Linux OS
Linux is a small and a fast-growing operating system. However, we can’t term it as software yet. As discussed in the article about what can a Linux OS do Linux is a kernel. Now, kernels are used for software and programs. These kernels are used by the computer and can be used with various third-party software [0]
- Things Linux OS Can Do That Other OS Cant
What Is Linux OS? Linux, similar to U-bix is an operating system which can be used for various computers, hand held devices, embedded devices, etc. The reason why Linux operated system is preferred by many, is because it is easy to use and re-use. Linux based operating system is technically not an Operating System. Operating [0]
- Packagekit Interview
Packagekit aims to make the management of applications in the Linux and GNU systems. The main objective to remove the pains it takes to create a system. Along with this in an interview, Richard Hughes, the developer of Packagekit said that he aims to make the Linux systems just as powerful as the Windows or [0]
- What’s New in Ubuntu?
What Is Ubuntu? Ubuntu is open source software. It is useful for Linux based computers. The software is marketed by the Canonical Ltd., Ubuntu community. Ubuntu was first released in late October in 2004. The Ubuntu program uses Java, Python, C, C++ and C# programming languages. What Is New? The version 17.04 is now available here [0]
- Ext3 Reiserfs Xfs In Windows With Regards To Colinux
The problem with Windows is that there are various limitations to the computer and there is only so much you can do with it. You can access the Ext3 Reiserfs Xfs by using the coLinux tool. Download the tool from the official site or from the sourceforge site. Edit the connection to “TAP Win32 Adapter [0]

- Microsoft is intentionally bricking all Office for Mac 2019/2021 installations
Youre a smart cookie, so you opted to buy a copy of Microsoft Office for macOS back in 2019 or 2021, eschewing the Office 365 subscription, so you could keep on using Office 2019/2021 forever if you wanted to. Just like in the old days. Ive got some bad news. Microsoft Office 2019 and 2021 for Mac view-only conversion (2026) is a scheduled remote degradation of perpetually-licensed Microsoft Office software for macOS and iOS, set for July 13, 2026 when a license-validation certificate used by the Office apps expires. After Office 2019 for Mac reached end of support in October 2023, Microsoft assured customers their installed apps would continue to function.! The July 13, 2026 conversion instead drops the apps into a Microsoft-defined reduced functionality mode,! in which files can be opened and viewed but not edited or saved. By May 30, 2026, the original 2023 end-of-support page had been re-dated and rewritten on Microsofts site; the continue to function! clause was removed. ↫ Consumer Rights Wiki Microsofts advice to the users theyre stealing from is to keep using the applications as mere viewers, switch to the free Office 365 web applications, pay for a 365 subscription, or buy a brand new regular copy of Office 2024. None of these make any sense, and clearly, all of this should be illegal, but its not because the software industry is a clown show. Proprietary software is unethical.
- NVIDIA unveils RTX Spark chip for laptops and desktop PCs
It was an open secret that NVIDIA was working on an ARM-based system-on-a-chip for laptops and desktops, and today at Computex 2026 the company unveiled what its been working on. Its surely a beast, and unsurprisingly, its lathered in AI! buzzwords. At full strength, this chip offers up to 20 Arm CPU cores, a Blackwell GPU with 6,144 CUDA cores, 128GB of LPDDR5X RAM, and up to 300 GB/s of memory bandwidth. That powerful CPU and GPU, connected over NVLink C2C, and the large memory pool give AI agents and 120-billion-parameter models plenty of power and space for long-running tasks with context lengths stretching to a million tokens, according to Nvidia. RTX Spark will power high-end laptops from partners including Dell, HP, Lenovo, Asus, and MSI and notably, a new Surface Ultra laptop from Microsoft. Nvidia says it’s worked with those partners to create “the most extraordinary laptops ever built,” with tandem OLED G-Sync displays, “all-day” battery life, premium aluminum chassis with large glass touchpads. ↫ Jeffrey Kampman at Toms Hardware I couldnt care less about the AI! nonsense, but the chip itself seems like an absolute monster for laptops and mini PCs. With that much power and a solid NVIDIA GPU, these are also great for gaming and creative tasks, making them feel like the first true competition in the PC space to Apples M series of chips. Theyre planned for late 2026, and tellingly, theres no pricing information just yet.
- You dont love systemd timers enough
My favorite metonymic technology term is cron job!: even though cron may not literally be the daemon that executes actions on a schedule, we apply the term to anything that walks like a cron and quacks like a cron. As Patrick McKenzie likes to point out, cron jobs are one of the most eminently useful computing primitives. They offer utility thats almost immediately obvious for plenty of use cases that almost everybody has: do this every day; do that once a month. And yet. You probably shouldnt use literal cron (or its more modern cousins) for scheduled tasks! In 2026 there are more modern options available, and my favorite is the humble systemd timer. I love systemd timers. If you dont love them yet, maybe I can show you the reasons why you should love them, too. ↫ Tyler Langlois These are just timers. They are not consuming your computer or taking over the open source world. They do not phone home to Red Hat. These are just timers.
- MorphOS 3.20 released
Almost exactly 18 months after 3.19, the MorphOS team has released MorphOS 3.20. This is a major release, as it adds support for the upcoming Mirari PowerPC motherboards, which we talked about when that project was first announced. Im quite excited about the Mirari, and cant wait to have one, and MorphOS is the one operating system I really want to run it on. I have an almost mint condition PowerBook G4 17C specifically for MorphOS, but the hardware is simply too outdated to keep up with modern demands, which is sad, because MorphOS can clearly keep up if it had modern hardware. So, MorphOS 3.20 adds support for the Mirari platform and its various components, like its thermal management solution, networking, and so on. MorphOS 3.20 also expands the number of support Radeon graphics cards, improved support for various HDMI and DisplayPort ports, better support for multiple monitors, and overall better graphics performance in general. Theres also SFS2 support throughout the operating system so MorphOS now supports file sizes of up to 4GB and partition sizes of up to 2TB. The Ambient UI has also seen extensive work to improve performance and stability, as well as add a bunch of new features. Several new applications and utilities are included in MorphOS 3.20, such as DriveImager, MirrorBackup, SMARTDoctor, OFHTTP, OFHash, OFDNS, Replace, and Automator for scripting and controlling MUI applications. Iris has been updated to version 1.53 and now includes the new Contacts companion application for CalDAV-based address books. FlowStudio received extensive improvements for project management, printing, Markdown support, and development workflows. Networking and connectivity have also been improved with updates to OpenSSH 10.3p1, TLS 1.3 support in RDesktop, expanded SMB2 filesystem improvements, and improved USB, audio and multimedia subsystem stability. Numerous system libraries and frameworks including MUI, ixemul, Cairo, Harfbuzz, Freetype, OpenSSL4, and ObjFWRT have been updated or significantly modernized. ↫ MorphOS 3.20 release announcement Of course, theres also the long list of smaller changes, bugfixes, and performance improvements. MorphOS has wide support for Apple PowerPC hardware, which is probably your best bet for using the operating system for now, at least until the Mirari becomes available for purchase.
- Accessibility input tool removes X11 support, doesnt want to support Wayland; users caught in the middle
A sad, painful, and infuriating read for this calm Sunday. In recent years, a lot of attention has gone into improving the output side of the accessibility story on Wayland screen readers and the like but apparently, the input side has languished. People with reduced mobility need affordances and tools to use computers, but those arent ready for Wayland. A popular set of tools here is Talon Voice, which allows people with reduced mobility to create powerful hands-free input methods. The examples the article gives are incredibly cool, and its easy to see how Talon would become a cornerstone for people with reduced mobility who needs hands-free (or hands-fewer?) computer input methods. So whats going wrong here? Talon requires deep integration with the window manager and compositor to carry out even the most basic of its duties, and Wayland offers… Absolutely no way to perform any of those actions. Frustrated by the endless lack of progress towards a real set of solutions for the entire ecosystem, and inundated by an endless series of requests for Wayland support which he cannot provide, Aegis, the main (and only) developer of Talon, has made a declaration: Enough. Talon Voice will imminently remove ALL Linux support from the public release, as X11 continues to sunset and users are switched to an environment in which their system can no longer function, with no option to go back. ↫ Insane Rambles About Technology So not only will Talon not gain Wayland support any time soon, its developers are even removing X11 support from it. What this means is that even if you decide to stick to X11 because Wayland doesnt fulfill your needs, youre eventually going to run into a brick wall. This is merely annoying if you need to use a different application for remote desktop or whatever, but its absolutely devastating when it involves the very input method you use to use your computer in the first place. There is some important nuance here though that the article doesnt mention. The article takes the word of Talons developers as gospel, but in my conversations with KDE developers, a different story emerges. What they tell me is that Wayland implements all the APIs needed for Talon to work, but that Talons developers are simply not interested in using them. Apparently, KDE developers and others have tried to contact Talons developers, but their offers to help are being ignored. Theyre being told Talon is simply not interested in supporting Wayland, end of story!. So, the story here seems to be a lot more complex than just Wayland bad!, and Im getting a bit of a vibe that the Talon developers are, despite claims to the contrary in the article, indeed removing X11 support out of spite. Talon is entirely within their right to not want to work on Wayland support, but then just be honest with your users and say so, instead of pinning everything on Wayland bad!, being dishonest about Waylands capabilities, and ignoring offers of help and support from some of the most knowledgeable and capable developers in the field. Of course, thats absolutely of no relevance to people like the author of this article who depend on these tools to use their computers. Theyre caught in the middle of a transition and experiencing the worst byproducts, and thats a huge failure on everybodys end Wayland, Talon, and desktop environments alike. I hope the parties involved can sort this out quickly, because everyone deserves equal access to computers, doubly so in the open source world.
- Remember when people said open video codecs would never win?
The Alliance for Open Media has published the first version of the AV2 specification. AV2 is the next-generation video coding specification from the Alliance for Open Media (AOMedia). Building on the foundation of AV1, AV2 is engineered to provide superior compression efficiency, enabling high-quality video delivery at significantly lower bitrates. It is optimized for the evolving demands of streaming, broadcasting, and real-time video conferencing. This specification serves as the definitive technical reference for AV2 implementations. It outlines the bitstream syntax, semantics, and decoding processes required to ensure full conformance. AV2 provides enhanced support for AR/VR applications, split-screen delivery of multiple programs, improved handling of screen content, and an ability to operate over a wider visual quality range. ↫ AV2 website Do you remember when the video codec wars open vs. closed were raging all across the web, for years? Even back then I argued that open would win, as it usually does, and over 15 years later the most widely-used video codecs on the planet being open is just a normal fact of life nobody writes or talks about anymore. VP8, VP9, AV1, and now this upcoming AV2 are all open and royalty-free, the by far largest video platform, YouTube, serves them by default, and the video codec problem is a solved problem, relegated to the spinning disk drive of history. I was told I was an idealist and that this would never happen, and yet, here we are.
- DECmate II: the little PDP-8 that could
When Cameron Kaiser speaks, we listen. In 1982, as we mentioned at length with our history of the DEC Professional, Digital Equipment Corporation attempted to keep their PDP-11 minicomputer market-relevant by turning the venerable architecture into a largely incompatible desktop microcomputer. But that wasnt the only PDP-series mini it happened to, and it wasnt even the first: the PDP-8 actually got the shrink-ray treatment several years before, and not content to merely make it into a smaller general purpose computer, DEC turned it into a word processor. ↫ Cameron Kaiser at Old Vintage Computing A word processor thats still sort of a PDP-8 inside, and that could run CP/M or even DOS using a Z80 or 8086 expansion card.
- Settlers of Catan, TUI edition
A beautiful TUI might not be particularly accessible, and theres effectively zero consistency between how different TUI applications look, feel, and behave, but damn if an amazing TUI isnt a work of art. Case in point: El Poblador. This is a TUI version of Settles of Catan, written in Go. Thats it. Thats the post.
- Flathub bans slopcoded applications, but not if theyre from a mature, well-maintained! project
Flathub, by the most popular (effectively only) repository for Flatpak applications, has changed its policies to include a strict ban on AI! use for both application submissions as well as the application code itself. This policy applies to both the application being submitted to Flathub and the Flathub submission itself, including the manifest, metadata, patches, build scripts, and pull request. For the purpose of this policy, applications include BaseApps, extensions, and any other artifacts that can be produced by flatpak-builder. Submission pull requests must not be generated, opened, or automated using AI tools or agents. Please also do not request review from any AI tools in the submission PR. Automated Copilot reviews on GitHub can be disabled by the submitter by going here and changing Repository access to exclude the repo or disabling the global Automatic Copilot code review! found here. Applications containing AI-generated or AI-assisted code, documentation, or other content are not allowed. ↫ Flathub policy diff This is a fairly strict policy, but they do leave some wiggle room by also including the following line: Exceptions may be granted for mature, well-maintained projects. ↫ Flathub policy diff I dont think they had any choice adding this exception, but it does feel a little bit like rules for thee but not for me!. I can easily see the relatively small in-crowd of developers around Flathub and Flatpak, and their friends, handing each other exceptions, while enforcing the much stricter rules when it comes to outsiders. Say a well-known GNOME application from a long-time GNOME contributor adds AI!-generated code, will it really be banned from Flathub? I have my doubts. Regardless, its mostly good news. Its important to note that this policy change wont be applied retroactively, so slopcoded applications already on Flathub wont be removed.
- Genode OS Framework 26.05 released
The work on the May release has been dominated by topics on account of the just published Sculpt OS version 26.04. Besides featuring profound driver improvements across Wifi, ACPI, I2C HID, SOF audio, and graphics, it turns the most innovative aspects of Sculpt OS into building blocks for the easy reuse in other incarnations of Genode-based systems. In the same vein, the Goa SDK has been updated to match the latest Sculpt OS version while accumulating plenty of detail improvements. Further highlights of the release are the new touch-awareness of the window manager making Sculpt OS usable on tablets, the addition of Linux user-space networking based on libslirp, the update of Qt to version 6.8.3, and a largely revised LTE modem stack. ↫ Genode OS Framework 26.05 release notes In addition, the migration from GitHub to Codeberg has been completed as well, which is a big step forward for the project.

- NixOS 26.05 ‘Yarara’ Released with Systemd Initrd by Default and Major Infrastructure Updates
by George Whittaker The NixOS project has officially released NixOS 26.05, codenamed “Yarara,” continuing the distribution’s unique approach to Linux system management through declarative configuration, atomic upgrades, and reproducible deployments. The release introduces several important platform-level changes, modernized infrastructure components, and continued refinement of the Nix ecosystem.
As one of the most distinctive Linux distributions available today, NixOS continues attracting developers, DevOps engineers, and advanced Linux users who value predictable system behavior and highly reproducible environments. What Makes NixOS Different? Unlike traditional Linux distributions that install packages directly into shared system locations, NixOS is built around the Nix package manager, which stores software in isolated, versioned paths and generates complete system configurations declaratively.
This architecture provides several advantages: Atomic system upgrades Reliable rollback capabilities Reproducible environments Easier infrastructure automation Reduced dependency conflicts These features have helped NixOS gain popularity among developers managing complex systems and cloud infrastructure. Systemd-Based Initrd Becomes the Default One of the most significant changes in NixOS 26.05 is the move to a systemd-based Stage 1 initrd by default. The older scripted implementation is now deprecated and scheduled for removal in NixOS 26.11.
The initrd (initial RAM disk) is responsible for preparing the system during early boot before the main operating system loads.
According to the release notes: Systemd now handles Stage 1 initialization by default The previous scripted implementation remains temporarily available Users can still revert using boot.initrd.systemd.enable = false Long-term migration toward the systemd-based approach is encouraged This change is expected to improve consistency and simplify maintenance across modern NixOS deployments. Continuing the Twice-Yearly Release Cycle NixOS continues its established release cadence of publishing stable versions twice per year—typically around May and November. The 26.05 “Yarara” release follows the previous 25.11 “Xantusia” release and continues the project's steady development rhythm.
The 26.05 development cycle involved extensive staging, package testing, and release management work coordinated through the NixOS community. Large-Scale Package and Infrastructure Updates Like previous NixOS releases, 26.05 includes a massive collection of package updates across the software ecosystem. Go to Full Article
- GNOME 51 Development Officially Begins as ‘A Coruña’ Cycle Gets Underway
by George Whittaker The GNOME Project has officially opened the development cycle for GNOME 51, the next major release of one of Linux’s most widely used desktop environments. Following the recent launch of GNOME 50 “Tokyo,” developers are already shifting focus toward the next chapter of the desktop’s evolution, which will carry the codename “A Coruña.”
While it’s still very early in the process, the release schedule is now taking shape, giving Linux users and developers an early look at what to expect over the coming months. GNOME 51 “A Coruña” Is Now in Development The new release is named A Coruña, after the Spanish city that will host GUADEC 2026, the annual GNOME Users and Developers European Conference. The event serves as one of the most important gatherings for GNOME contributors, where future desktop plans, technologies, and development priorities are discussed.
As soon as GNOME 50 was finalized, development work for GNOME 51 officially began, continuing GNOME’s well-established six-month release cadence. Release Schedule Already Published The GNOME team has outlined the preliminary roadmap for the GNOME 51 cycle.
Current milestone dates include: GNOME 51 Alpha: June 27, 2026 GNOME 51 Beta: August 1, 2026 GNOME 51 Release Candidate (RC): August 29, 2026 GNOME 51 Final Release: September 16, 2026 These milestones provide time for: Feature integration Public testing Bug fixing Performance optimization Final stabilization before release As always, dates may shift slightly depending on development progress. Still Too Early for Major Feature Announcements Because the development cycle has only just started, GNOME developers have not yet revealed a finalized feature list. Most major design discussions and merge requests are still in their early stages.
However, several areas are already attracting attention. Wayland Improvements Are Likely a Major Focus One of the biggest transitions in recent GNOME history happened with GNOME 50, which completed the project’s move away from X11 by removing remaining X.Org support from the desktop environment.
Because GNOME is now fully committed to Wayland, many observers expect GNOME 51 to focus heavily on: Go to Full Article
- Alpine Linux Experiments with Systemd Compatibility While Keeping Its Lightweight Identity
by George Whittaker Alpine Linux, one of the most recognizable non-systemd Linux distributions, is reportedly experimenting with an optional systemd compatibility layer, a move that has sparked intense discussion across the Linux community.
For years, Alpine has stood apart from mainstream Linux distributions by avoiding both glibc and systemd, instead relying on: musl libc BusyBox OpenRC as its init system Now, growing software compatibility pressures, especially around desktop applications, containers, and enterprise tooling, appear to be pushing Alpine developers to explore new approaches. Why Alpine Linux Avoided Systemd for So Long Alpine Linux built its reputation around simplicity, security, and minimalism. Unlike many mainstream distributions, Alpine intentionally avoided systemd in favor of the lighter and more modular OpenRC init system.
This design philosophy made Alpine extremely popular for: Containers and Docker images Embedded systems Lightweight virtual machines Security-focused deployments Its tiny footprint and reduced dependency chain became major advantages in cloud and container environments. The Compatibility Problem Is Growing Despite Alpine’s popularity, avoiding systemd has increasingly created compatibility challenges.
Many modern Linux applications now assume the presence of: libsystemd systemd APIs glibc-specific behaviors This has become particularly problematic for: Desktop software Proprietary enterprise applications Monitoring agents Certain gaming and multimedia tools AI and container orchestration software Historically, Alpine users often relied on: Compatibility layers like gcompat Flatpak containers Docker workarounds Manually patched packages The growing complexity of those workarounds appears to be one reason compatibility discussions are intensifying. What the Experimental Compatibility Layer Actually Means Importantly, Alpine Linux is not replacing OpenRC with systemd.
Instead, the project appears to be exploring: Optional compatibility packages libsystemd support Improved API compatibility for software expecting systemd components Experimental efforts already exist in the broader ecosystem. For example, unofficial projects have packaged portions of systemd, particularly libsystemd, for Alpine systems specifically to satisfy software dependencies without running full systemd services. Go to Full Article
- Debian Experiments with AI-Assisted Bug Triage as Open-Source Projects Face Growing Report Overload
by George Whittaker The Debian project has begun exploring AI-assisted bug triage workflows, joining a broader movement across the open-source world to manage the rapidly increasing volume of software bug reports and vulnerability submissions.
While Debian developers are approaching the idea cautiously, the effort reflects a growing reality for large open-source projects: modern software ecosystems are producing more bugs, duplicate reports, and security findings than human maintainers can efficiently process alone.
The discussion arrives during a period of intense debate within Linux and open-source communities about how artificial intelligence should be integrated into software development and maintenance. Why Debian Is Looking at AI-Assisted Triage Debian is one of the largest and most complex Linux distributions in existence, maintaining tens of thousands of software packages across multiple architectures and release branches. Managing bug reports at that scale has always been challenging.
Now, AI-assisted vulnerability scanning and automated testing tools are dramatically increasing report volumes across open-source projects. Maintainers are increasingly facing: Duplicate vulnerability reports Low-quality automated submissions Massive triage backlogs Security mailing list overload Increasing maintainer burnout AI-assisted bug triage systems are being explored as a way to help organize, prioritize, and categorize incoming reports before human maintainers review them. What AI-Assisted Bug Triage Actually Means Importantly, Debian is not handing software maintenance over to AI systems.
Instead, AI-assisted triage generally focuses on repetitive administrative tasks such as: Detecting duplicate bug reports Categorizing issues by severity Routing bugs to appropriate maintainers Summarizing lengthy reports Identifying missing reproduction details Prioritizing security-related submissions The goal is to reduce the amount of manual sorting work maintainers must perform before actual debugging begins. The Open-Source Community Is Divided Debian’s experiments come during an ongoing debate about AI’s role in open-source development.
Some maintainers view AI-assisted tooling as necessary because software complexity has outpaced human review capacity. Others worry about: Low-quality AI-generated reports Maintainer overload False positives Loss of contributor accountability “Drive-by” AI contributions with little human understanding The Debian community itself has spent months discussing how AI-assisted contributions should be handled, but no final project-wide policy has yet been adopted. Go to Full Article
- BudsLink Brings Advanced Earbud Controls to Linux Desktops
by George Whittaker Linux users have long faced a frustrating limitation with wireless earbuds: basic Bluetooth audio usually works, but advanced features often remain locked behind proprietary mobile apps. A new open-source project called BudsLink is trying to change that.
Designed specifically for Linux desktops, BudsLink adds support for battery monitoring, Active Noise Cancellation (ANC) controls, ambient sound modes, gesture customization, and other premium earbud features that are typically unavailable outside Android or iOS ecosystems.
For Linux users who rely on devices like AirPods, Sony earbuds, Samsung Galaxy Buds, or Nothing earbuds, this is a significant quality-of-life improvement. What Is BudsLink? BudsLink is an independent open-source application that communicates directly with supported Bluetooth earbuds using Linux Bluetooth protocols such as L2CAP and RFCOMM sockets. Instead of treating earbuds as simple audio devices, the application exposes many of the advanced controls usually hidden behind vendor apps.
The project currently supports multiple device families, including: Apple AirPods and Beats Sony audio wearables Samsung Galaxy Buds Nothing and CMF earbuds The application is available through Flatpak and can run across multiple Linux distributions. Features Linux Users Normally Don’t Get Traditionally, Linux Bluetooth support has focused mainly on audio playback and microphone functionality. BudsLink goes much further by exposing premium earbud features directly within Linux.
Current capabilities include: Monitoring earbud battery levels Viewing charging case battery status Switching between ANC and ambient sound modes Conversation awareness support on compatible devices Automatic volume reduction during conversations In-ear detection for automatic pause/resume Gesture and stem control configuration Customizable icons and appearance settings For many Linux users, these are features they’ve never had access to outside mobile apps. Closing a Long-Standing Linux Gap Bluetooth earbuds have become increasingly dependent on proprietary ecosystems. Features like adaptive audio, transparency modes, or touch controls often require vendor-specific mobile applications that are unavailable on Linux.
That has created a frustrating situation where: The earbuds technically work on Linux But users lose many of the features they paid for BudsLink aims to bridge that gap by reverse-engineering communication protocols and exposing those controls natively on Linux desktops. Go to Full Article
- Ubuntu 26.10 Development Officially Begins as ‘Stonking Stingray’ Takes Shape
by George Whittaker Canonical has officially kicked off development planning for Ubuntu 26.10, the next interim release of the popular Linux distribution. Codenamed “Stonking Stingray,” the release is scheduled to arrive on October 15, 2026, continuing Ubuntu’s predictable six-month development cycle.
Although Ubuntu 26.10 is still in the early planning stages, the release roadmap already offers hints about what users can expect from the next generation of Ubuntu. A New Interim Release After Ubuntu 26.04 LTS Ubuntu 26.10 follows the recently released Ubuntu 26.04 LTS “Resolute Raccoon”, which introduced major platform changes including Linux 7.0, GNOME 50, Wayland-only sessions, and expanded TPM-backed security features.
Unlike the LTS release, Ubuntu 26.10 will be a short-term support release, receiving updates for nine months instead of the five years offered by LTS editions.
These interim releases are typically used to introduce newer technologies and prepare the groundwork for future long-term Ubuntu versions. The “Stonking Stingray” Codename Canonical confirmed that Ubuntu 26.10 will carry the codename “Stonking Stingray.”
As with previous Ubuntu releases, the codename follows the project’s long-running naming convention using: An adjective An animal beginning with the same letter The playful naming tradition remains one of Ubuntu’s most recognizable characteristics. Development Schedule Already Published Canonical has already published the preliminary roadmap for Ubuntu 26.10 development. Major milestones currently include: Feature Freeze: August 20, 2026 Beta Release: September 24, 2026 Kernel Freeze: October 1, 2026 Final Release: October 15, 2026 The toolchain upload process reportedly began in late April, officially opening the development cycle. Expected Technologies in Ubuntu 26.10 While Canonical has not yet finalized the complete feature set, several components are widely expected based on current development schedules. GNOME 51 Ubuntu 26.10 is likely to ship with GNOME 51, which is expected to be released roughly one month before Ubuntu 26.10 itself.
This would continue Ubuntu’s strategy of tracking recent GNOME desktop releases in interim versions. Linux Kernel 7.2 or 7.3 Reports suggest Ubuntu 26.10 may include either: Go to Full Article
- Linux 7.1-rc2 Released with Driver Fixes, Steam Deck OLED Audio Repair, and Growing AI Patch Trends
by George Whittaker Linus Torvalds has officially released Linux kernel 7.1-rc2, the second release candidate in the Linux 7.1 development cycle. While Torvalds described the update as a “fairly normal” RC release, the kernel includes a broad collection of driver fixes, subsystem cleanups, and stability improvements that continue shaping the next major Linux kernel release.
Although still an early testing version intended mainly for developers and enthusiasts, Linux 7.1-rc2 already delivers several notable fixes—especially for graphics hardware, networking, and gaming devices like the Steam Deck OLED. A Strange-Looking Release—But for a Good Reason One of the first things Torvalds mentioned in the release announcement was the unusually large patch statistics. At first glance, the release appears much larger than expected, but there’s an explanation behind the inflated numbers.
Much of the activity comes from a large cleanup effort in the KVM selftests subsystem, where developers renamed variables and types to better match Linux kernel coding conventions. Because thousands of lines were renamed rather than fundamentally rewritten, the patch count looks dramatic even though the underlying functional changes are relatively modest.
Torvalds specifically advised testers not to overreact to the “big and strange” diff statistics. Graphics and Driver Fixes Take Center Stage As is common during early release candidates, a large portion of the work in Linux 7.1-rc2 focuses on hardware drivers. GPU and networking drivers account for a significant share of the meaningful fixes in this release.
Notable improvements include: Additional fixes for AMD GPU support Intel Xe graphics driver adjustments and tuning Networking stability improvements Filesystem fixes, including NTFS driver updates Memory leak patches and race-condition corrections These kinds of updates are critical during the RC phase because they help stabilize hardware compatibility before the final release reaches mainstream distributions. Steam Deck OLED Audio Finally Gets Fixed One of the more interesting fixes in Linux 7.1-rc2 addresses a long-standing issue affecting the Steam Deck OLED. According to reports, audio support for Valve’s handheld had been broken in the mainline Linux kernel for nearly two years, forcing Valve and some handheld-focused distributions to carry their own downstream patches and workarounds.
With Linux 7.1-rc2, an upstream fix for the audio issue has finally landed, potentially simplifying support for Linux gaming handhelds moving forward.
For Linux gamers and portable gaming enthusiasts, this is one of the more practical improvements included in the release candidate. Go to Full Article
- LibreOffice 26.4 Beta Experiments with AI Writing Features and Smarter Editing Tools
by George Whittaker The upcoming LibreOffice 26.4 Beta is introducing early AI-powered writing capabilities, signaling a new direction for the open-source office suite. While LibreOffice has traditionally focused on privacy, local processing, and open standards, the beta release shows that The Document Foundation is now exploring how artificial intelligence can assist users without fully embracing cloud-dependent ecosystems.
The result is a cautious but notable step toward AI-enhanced productivity on Linux and other desktop platforms. AI Writing Assistance Comes to LibreOffice One of the biggest additions connected to LibreOffice 26.4 Beta is expanded support for AI-assisted writing tools through integrations such as WritingTool, an open-source LibreOffice extension designed to enhance editing workflows.
These AI features focus on practical writing assistance rather than aggressive automation. Current capabilities include: Grammar and style suggestions Paragraph rewriting and refinement Text expansion and summarization Translation assistance AI-assisted content generation Unlike many proprietary AI platforms, these tools can operate using local AI models, allowing users to avoid sending documents to external cloud services. A Privacy-Focused Approach to AI LibreOffice’s AI direction differs from the strategies used by many commercial office suites. Instead of tightly integrating mandatory cloud AI services, the project appears focused on: Optional AI functionality User-controlled integrations Support for local inference servers Compatibility with self-hosted AI solutions The WritingTool project specifically highlights support for local AI backends and OpenAI-compatible APIs, including self-hosted tools like LocalAI.
This approach aligns closely with the values of many Linux and open-source users who prioritize privacy and transparency. What AI Tools Can Actually Do The AI writing features currently being tested are aimed at improving productivity rather than replacing human writing entirely.
Examples include: Grammar and Style Improvements AI can analyze text for readability, awkward phrasing, and stylistic consistency. Paragraph Rewriting Users can ask the assistant to: Simplify text Make writing more formal or casual Expand short sections Rephrase unclear sentencesContent Assistance The tools can also help generate outlines, draft paragraphs, or suggest alternative wording for documents. Go to Full Article
- Linux Foundation Launches Open Driver Initiative to Strengthen Hardware Support Across Linux
by George Whittaker The Linux Foundation has announced a new Open Driver Initiative, a collaborative effort aimed at improving the development, maintenance, and long-term sustainability of open-source hardware drivers across the Linux ecosystem.
The initiative reflects growing demand for better hardware compatibility in areas ranging from desktops and gaming systems to cloud infrastructure, automotive platforms, AI hardware, and next-generation networking. As Linux expands into more industries and devices, driver quality and openness have become increasingly important. Why Open Drivers Matter Hardware drivers are the bridge between the operating system and physical components such as: Graphics cards Wi-Fi adapters Storage controllers Network devices Embedded and automotive systems When drivers are open source, developers can: Improve compatibility more quickly Audit code for security issues Maintain support for older hardware longer Integrate drivers more cleanly into the Linux kernel Open drivers also reduce dependence on proprietary vendor software, which can become outdated or unsupported over time. What the Open Driver Initiative Aims to Do According to early details surrounding the Linux Foundation’s broader infrastructure efforts, the initiative is designed to encourage: Shared driver development standards Better collaboration between hardware vendors and kernel maintainers Open governance models for driver ecosystems Improved testing, validation, and long-term maintenance The effort appears aligned with the Linux Foundation’s long-standing role as a neutral organization coordinating open-source collaboration across industries. A Push for Industry-Wide Collaboration The initiative arrives at a time when Linux is increasingly used in: AI and high-performance computing Automotive and software-defined vehicles Telecommunications and Open RAN infrastructure Embedded devices and edge computing Several Linux Foundation-hosted projects already emphasize open infrastructure and hardware collaboration, including Automotive Grade Linux (AGL) and networking initiatives focused on open radio access networks.
By launching a dedicated effort around drivers, the Linux Foundation is attempting to reduce fragmentation and improve interoperability across hardware ecosystems. Why This Matters for Linux Users For everyday Linux users, better open driver support can lead to: Go to Full Article
- Canonical Unveils Ubuntu AI Strategy: Local Models, User Control, and Smarter Workflows
by George Whittaker Canonical has officially revealed its long-anticipated plans to bring artificial intelligence features into Ubuntu, marking a significant shift for one of the world’s most widely used Linux distributions. Rather than rushing into the AI wave, Canonical is taking a measured, privacy-focused approach, one that aims to enhance the operating system without compromising its open-source values.
The rollout is expected to take place gradually throughout 2026, with early features likely appearing in upcoming Ubuntu releases. A Gradual, Thoughtful AI Rollout Canonical isn’t positioning Ubuntu as an “AI-first” operating system. Instead, the company is introducing AI in stages, focusing on practical improvements rather than hype-driven features.
The plan follows a two-phase model: Implicit AI features: Enhancements running quietly in the background Explicit AI features: User-facing tools and workflows powered by AI This approach allows Ubuntu to evolve naturally, improving existing functionality before introducing more advanced capabilities. Local AI First, Not the Cloud One of the most important aspects of Canonical’s strategy is its emphasis on local AI processing, also known as on-device inference.
Instead of sending data to remote servers, Ubuntu will aim to: Run AI models directly on the user’s hardware Reduce reliance on cloud services Improve privacy and performance Canonical has made it clear that local inference will be the default, with cloud-based options available only when explicitly chosen by the user.
This aligns closely with the privacy expectations of Linux users, who often prefer greater control over their data. What AI Features Could Look Like Canonical has outlined several potential use cases for AI inside Ubuntu. These include: Accessibility Improvements AI will enhance tools like: Speech-to-text Text-to-speech Assistive technologies These features aim to make Ubuntu more inclusive and easier to use for a wider range of users. Smarter System Assistance Future AI features may help users: Troubleshoot system issues Interpret logs and error messages Automate repetitive tasks This could significantly lower the learning curve for new Linux users. Agent-Based Automation Canonical is also exploring “agentic” AI workflows, where AI can take actions on behalf of the user.
Examples include: Go to Full Article
|