Recent Changes - Search:
NTLUG

Linux is free.
Life is good.

Linux Training
10am on Meeting Days!

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)

LinuxSecurity - Security Advisories









  • Debian jackson-core Important DoS Attack Risk DSA-6336-1 CVE-2025-52999
    A flaw was discovered in jackson-core, a fast and powerful JSON library for Java, which may allow an attacker to cause a denial of service by using deeply nested JSON data. Please note that related and complementary jackson-* packages like jackson- databind or jackson-dataformat-smile had to be upgraded as well in



LWN.net

  • [$] LWN.net Weekly Edition for June 11, 2026
    Inside this week's LWN.net Weekly Edition:
    Front: Suspicious AI activity in Fedora; fork() + exec(); splice() + vmsplice(); BPF loop verification; fanotify; trusted publishing. Briefs: CA age bill; Bundler cooldowns; insecure code completion; Asahi and macOS 27 beta; Buildroot 2026.05; Ubuntu MATE; rsync 3.4.4; Quotes; ... Announcements: Newsletters, conferences, security updates, patches, and more.


  • Larson: Are insecure code completions a vulnerability?
    Seth Larson, the Python Software Foundation's securitydeveloper-in-residence, has writtenabout the difficulty in classifying insecure code completion inthe PyCharm IDE usingits FullLine code completion plugin. Larson discovered that the plugin,which uses a local "deep learning module" to offer code completions,suggests code that would lead to severe vulnerabilities. He was unsurewhether it warranted a CVE or not, however:

    I reported this behavior to JetBrains for "Full Line Code Completion" v253.29346.142and clearly their support staff weren't certain whether this defectwas a security vulnerability or not either. When I asked topublish a blog post about this behavior after they confirmedthis report wasn't a "direct security vulnerability" (whichI agree with) but then was asked not to publicize my report and referred toPyCharm's Coordinated Disclosure Policyso... which is it? Security vulnerability or not?

    I ended up waiting the 90 days anyway and I didn't hear back withany substantive update from the development team. I double-checkedagain today using "Full Line Code Completion" v261.24374.152 and thebehavior is identical, suggesting the same insecure code for bothcontexts.

    This isn't meant to be a specific dig at PyCharm or JetBrains, Ihave no-doubt that examples like this exist in every code generationmodel available.


  • [$] AI agent runs amok in Fedora and elsewhere
    Agentic AI systems can be used to do a variety of thingsautonomously on behalf of a human user: open or manage bugs, generatecode, submit pull-requests, and (apparently) even complain aboutrejection. In May, a Fedora developer discovered that an allegedlyrogue agent had been pestering the project in a number of ways:reassigning bugs, fabricating unhelpful replies to bugs, and evenpersuading maintainers to merge questionable code into the Anacondainstaller. It also submitted a number of pull requests (PRs),some accepted, to several upstream projects. The Fedora accountassociated with the agent has had its group privileges revoked and themesses have been mopped up, but the motive behind the agent's actions is stilla mystery.


  • Buildroot 2026.05 released
    Version2026.05 of the Buildroot toolhas been released. Buildroot simplifies and automates the process ofbuilding embedded Linux systems using cross-compilation. Notablechanges in this release include support for Arm Neoverse cores,addition of XFS rootfs generation, as well as many package updates andbug fixes. See the CHANGESfile for the full list.



  • Security updates for Wednesday
    Security updates have been issued by AlmaLinux (poppler), Debian (dnsmasq, mistral, okular, openssl, poppler, and strongswan), Fedora (exim, firefox, pcs, putty, and xorg-x11-server), Mageia (freeciv, golang-x-net, jq, libssh, libxmp, libxpm, minetest, ruby-net-ssh, tor, and wireshark), SUSE (389-ds, ack, agama-web-ui, amazon-ssm-agent, avahi, dpkg, elemental-register, elemental-system-agent, elemental-toolkit, ggml-devel-9500, go1.25, go1.26, kernel, kubernetes1.23, kubernetes1.24, kubernetes1.26, libsoup, mariadb, netty, netty-tcnative, NetworkManager, nginx, perl-CryptX, perl-XML-LibXML, podofo, polkit, python-Django, python-requests, samba, strongswan, vim, and xen), and Ubuntu (cyborg, gdk-pixbuf, golang-golang-x-net-dev, nginx, node-lodash, openssl, openssl, openssl1.0, qemu, tomcat9, tomcat10, and vim).


  • Future of Ubuntu MATE
    Thomas Ward has publishedan update about the future of the Ubuntu MATE project, which did not have a26.04 release with the other Ubuntu flavors inApril:

    There is a new team working on Ubuntu MATE who have stepped up tohelp take over flavor management. They haven't formally introducedthemselves yet, but I can safely say that other developers HAVEstepped up for the future of the MATE flavor, despite its prior teamlead having stepped down.

    [...] Ultimately, this means that they are working to cover themissed items and gaps, and may quite possibly have a 26.10 release inOctober of 2026, which I believe they most likely are targeting.

    This also means that bugs in the MATE environment and in packagesthey normally would have shipped had they have a 26.04 release arestill going to get attention and fixes. So, effectively, nothing haschanged. The only difference is that there was no 26.04 installerimage released.

    For those looking to install a MATE desktop on a "clean" install ofUbuntu 26.04, Ward suggests installing Ubuntu Server and theninstalling the ubuntu-mate-desktop package.


  • [$] Eliminating long-lived credentials with trusted publishing
    Trustedpublishing is an authentication mechanism that relies onshort-lived credentials to reduce the risk of supply-chain attacks. Atthe 2026 OpenSource Summit North America, Mike Fiedler walked the audiencethrough why trusted publishing exists, how it works, and made the casefor its adoption. It is not a silver bullet against all attacks, butit does offer protection against theft of long-lived credentials usedto publish to package registries.


  • Asahi Linux warns users not to upgrade to macOS 27 beta
    The Asahi Linux project,which brings Linux support to Apple Arm-based Macs, has warnedits users not to upgrade to the macOS 27 "Golden Gate"beta.

    Apple has changed how the boot picker and Startup Disk applicationsdetect valid OS boot volumes. When using either from macOS 27, yourAsahi partition will not be visible! We believe this to be a bug, andhave filed a report (FB22994760).

    If you have already upgraded to the beta and noticed that yourAsahi partition has disappeared, do not stress. Your Asahi partitionis still there, and you have not lost any data.

    The Asahi Linux installer has been patched to prevent use withmacOS 27 for now, but any users already bitten by the change willneed to use macOS 26 to restore access to Asahi Linux.


  • [$] BPF loop verification with scalar evolution
    The BPF verifier has, in the course of wrestling with the difficult problem ofstatically analyzing loops, grown special support for many kinds of loops over itshistory, but its fundamental approach to simple for loops has notchanged.When it encounters a loop, it evaluates it, iteration by iteration, until reachingan exit condition — a process that can cause the verifier to mistakenly hit thelimit on the number of allowed instructions where a better implementationwould not.Eduard Zingermanspoke at the 2026Linux Storage, Filesystem, Memory-Management, and BPF Summitabout his in-progress work on improving the verifier's treatment of loops, especially nestedloops.


  • Security updates for Tuesday
    Security updates have been issued by AlmaLinux (bind and libyang), Debian (keystone and openssl), Fedora (mingw-objfw, objfw, sentencepiece, and tailscale), Mageia (packagekit and suricata), Oracle (bind, bind9.16, go-toolset:ol8, ImageMagick, kernel, samba, and vim), SUSE (apache-commons-lang3, apache-commons-text, apache-commons- configuration2, apache-commons-cli, apache-commons-io, apache-commons-codec, avahi, busybox, chromedriver, chromium, csync2, firewalld, frr, gleam, helm, kernel-devel, keybase-client, libmozjs-140-0, libopenvswitch-3_7-0, libsoup, memcached, mutt, openjpeg2, ovmf, perl-HTML-Parser, perl-Net-CIDR-Set, perl-Protocol-HTTP2, postgresql-jdbc, postgresql17, python-CairoSVG, python-Flask, python-pip, python-pyOpenSSL, python-python-multipart, python-Twisted, python-urllib3, python-urllib3_1, python-uv, python311, rsync, tomcat, and tree-sitter), and Ubuntu (alsa-lib, cups, inetutils, isc-kea, jpeg-xl, libnet-cidr-lite-perl, netatalk, netty, nginx, node-shell-quote, php-twig, pillow, poppler, rsync, strongswan, systemd, and transmission).


LXer Linux News





  • NVIDIA Engineer Devises Patch To Significantly Reduce GCC Bootstrap Time
    NVIDIA engineer Kyrylo Tkachov posted a patch for testing yesterday to significantly reduce the amount of time it takes the GNU Compiler Collection (GCC) for conducting a native bootstrap. The time spent in the configure process for native GCC builds is reduced by around 43% while the overall bootstrap wall time is lowered by around 15%...


  • AM62x PRU Academy goes live for BeaglePlay and PocketBeagle 2
    Texas Instruments and BeagleBoard.org have announced that the AM62x and AM26x PRU Academy is now available, adding new learning material for developers working with BeaglePlay and PocketBeagle 2.   The PRU, or Programmable Real-Time Unit, is a deterministic 32-bit RISC core found in several TI Sitara and Jacinto devices. It is designed for low-latency I/O […]




  • Linux Firmware Repository Preps For AI Coding Agents
    The linux-firmware.git repository that serves as the de facto home of all the binary blobs used by the mainline Linux kernel open-source drivers has now introduced AGENTS.md documentation and other preparations for embracing AI coding agents...


  • The EU Cyber Resilience Act, and Why You Can't Do Things From Behind a Desk!
    Flock to Fedora is more than a conference – it’s where the Fedora community comes alive. As part of the In the CommitHistory campaign, we sat down with confirmed Flock 2026 speakers to hear their stories: what brought them to Fedora, what Flock means to them personally, and what they’re hoping for in Prague this […]


Error: It's not possible to reach RSS file http://services.digg.com/2.0/story.getTopNews?type=rss&topic=technology ...

Slashdot

  • Solar Beats Coal In the US For the First Month Ever
    An anonymous reader quotes a report from Electrek: Solar generated more U.S. electricity than coal for the first month on record in May 2026, according to new analysis from global energy think tank Ember. Solar supplied 12.8% of U.S. electricity during the month, while coal dropped to 12.2%. That's a dramatic shift in the U.S. power mix. Just five years ago, coal generated 19.7% of U.S. electricity in May, while solar accounted for only 5.4%. U.S. solar generation hit a record 45.5 terawatt-hours (TWh) in May 2026, up 17% from May 2025 and higher than the previous record set last July. Ember says another record could be broken again this summer. Solar output usually peaks in June or July, but its share of the electricity mix is often highest in spring, when strong sunshine lines up with milder temperatures before summer cooling demand ramps up. May was also the first time solar became the third-largest individual source of electricity in the U.S., behind only natural gas and nuclear. (If solar is included with all other renewables, then they're the second-largest source of electricity as an overall category of electricity.) Meanwhile, coal keeps sliding (and will continue to slide). Coal generation hit an all-time monthly low of 39.3 TWh in April 2026. Output rose slightly in May to 43.4 TWh, but it was still 11% lower than May 2025 levels. Even with that small rebound, coal couldn't keep pace with solar's rapid growth.


    Read more of this story at Slashdot.


  • Microsoft Defender 'RoguePlanet' Zero-Day Grants SYSTEM Privileges
    A researcher using the name Nightmare Eclipse has released a new Microsoft Defender zero-day exploit called "RoguePlanet," which reportedly works on fully patched Windows 10 and 11 systems and can spawn a command prompt with SYSTEM privileges through a Defender race condition. The release came just hours after Microsoft fixed two previously disclosed flaws during its latest monthly Patch Tuesday drop -- its largest Patch Tuesday release ever. BleepingComputer reports: The researcher shared a proof-of-concept exploit on Tuesday afternoon in a self-hosted Git repository after saying that GitHub and GitLab repositories hosting their exploits had previously been removed by Microsoft. "The exploit is a race condition, so it's a hit or miss. I have managed to get a 100% success rate on some machines while it struggled to work on others," Nightmare Eclipse wrote in the repository. [...] Cybersecurity firm ThreatLocker told BleepingComputer that they successfully reproduced the flaw in their testing and confirmed the exploit worked against fully patched Windows 11 systems with KB5094126 installed, and shared a video demonstrating it. "Our initial analysis confirms that the RoguePlanet exploit is viable and performs as described. Organizations using application allowlisting can prevent the exploit from executing, providing an effective layer of protection against this attack," Danny Jenkins, CEO of ThreatLocker, told BleepingComputer. According to Nightmare Eclipse, RoguePlanet was originally developed as a remote code execution vulnerability that exploited Microsoft Defender's handling of files hosted on remote SMB shares. "In initial development, it was confirmed that this vulnerability was a remote code execution," the researcher explained in a blog post. "It required an attacker to coerce a victim to open a .vhd(x) in a remote SMB server, succesful exploitation resulted in defender overwriting its own files and obviously the end outcome was an RCE." The researcher says another attack scenario could lead to remote code execution simply by coercing a victim into opening an SMB share if symlink evaluation settings were enabled. However, the researcher claims Microsoft silently hardened Defender in mid-May by patching "mpengine!SysIO*" API, which blocked junction attacks. "Rewriting RoguePlanet to make it functional again drained my soul and I couldn't complete the other scenarios and for now it remains unclear if RoguePlanet is limited to LPE or there is some sort of way to turn it into an RCE," the researcher wrote.


    Read more of this story at Slashdot.


  • Visa Plugs Its Payment Network Into ChatGPT
    Visa is integrating its payment network with ChatGPT so AI agents can shop and complete purchases on users' behalf. "It means AI agents can not only recommend products but complete the purchase on the user's behalf, at potentially any merchant that accepts Visa," reports the Associated Press. "The payment network's previous attempts at this technological leap were confined to a single retailer or a small set of enrolled merchants." From the report: OpenAI will provide the technology to allow agents to interact, make decisions and initiate purchases through ChatGPT. Visa, the world's largest payment network outside of China, will provide the payment authorization and fraud monitoring needed to do this at scale. "As AI agents become active participants in the economy, Visa's focus is to ensure transactions are trusted, secure and seamless," said Jack Forestell, chief product and strategy officer at Visa. Speaking at a company event Wednesday in San Francisco Wednesday, Forestell gave an example of a customer telling ChatGPT they're looking for a pair of wireless headphones under $150. The chatbot would find a pair for sale under those parameters and buy it on behalf of the customer. Visa and OpenAI did not disclose the financial terms of the collaboration and did not give details on the fees merchants or customers would have to pay. [...] Visa says the feature will have guardrails like spending limits, required approval steps and approved merchants for shopping in order to protect consumers and minimize fraud.


    Read more of this story at Slashdot.


  • Valve Discontinues Physical Steam Gift Cards Due To Scammers
    Valve is discontinuing physical Steam Gift Cards and says it will stop restocking them as retailers sell through remaining inventory. In a blog post, the company blamed persistent gift card scams as the reason, though Steam Digital Gift Cards will remain available and existing physical cards can still be redeemed. PC Guide reports: Valve says it has "responded to gift card scams over the years" -- but this doesn't stop scammers from adapting. The Steam creator has actively worked with retailers and law enforcement, among other precautions, to counteract scams, but says the issue can never be fully resolved. Steam Digital Gift Cards will continue to operate as normal.


    Read more of this story at Slashdot.


  • Threats Against Politicians Tripled After Meta Changed Its Speech Rules
    An anonymous reader quotes a report from Wired: Last year, Meta radically overhauled the rules around what content it would allow on its platforms. The company claimed that its own efforts policing speech had gone too far and that it would relax the rules around what speech was allowed. "We have been over-enforcing our rules, limiting legitimate political debate and censoring too much trivial content and subjecting too many people to frustrating enforcement actions," Joel Kaplan, Meta's chief global affairs officer, wrote in a blog post at the time. Over a year later, new research from the Center for Countering Digital Hate (CCDH) shows the immediate impact of these changes. The researchers analyzed about 8 million Facebook comments and found that abusive and racist comments targeting both Republican and Democrat lawmakers tripled in the six months after the new rules were put in place. Some categories of abusive comments documented by the researchers saw even sharper rises, with violent threats and hate speech quadrupling during the same period. The report cites specific examples of gendered and racist abuse directed at lawmakers like US representatives Jasmine Crockette of Texas and Byron Daniels of Florida. These comments were not taken down by Meta. The CCDH researchers also found that threats against President Trump more than doubled in the six months after Meta overhauled its rules. Many of the comments, which included direct threats to his life, could have been classified as felony offenses, the researchers say. [...] Comments that violated Meta's policies around violent threats quadrupled, from 1,800 in the six months before the changes to 7,600 in the six months after. Hate speech comments also quadrupled, from 6,900 to 30,000. Comments that broke Meta's rules on bullying and harassment doubled, from 15,700 to 39,900.


    Read more of this story at Slashdot.


  • BYD To Install Thousands of 5-Minute EV Chargers Across Europe
    BYD plans to install 3,000 ultra-fast "Flash Chargers" across Europe by the end of 2027, with the first stations already appearing in Germany and the UK. The Verge reports: At an estimated cost of 580,000 euros (about $670,000) per charger according to the Financial Times, that would mean a total spend of roughly $2 billion to install the network. The 1,500kW charging stations are significantly more powerful than Tesla's 500kW V4 Superchargers, though Tesla already has 20,000 chargers installed in Europe. BYD, which has been steadily overtaking Tesla in global sales, says its chargers shouldn't add undue strain to the energy grid, as they'll charge cars from batteries which can be topped up overnight. Any car with a standard CCS charge port can use the Flash Chargers, though only BYD cars equipped with the company's new Blade Battery can hit the top speeds. Right now there's only one of those in Europe, the 115,000 euros ($133,000) Denza Z9 GT -- it charges to 70 percent in five minutes on the new chargers.


    Read more of this story at Slashdot.


  • macOS 27 Beta Boots Asahi Linux Off Apple Silicon
    The Asahi Linux team is warning Apple Silicon users not to upgrade to the macOS 27 beta because Apple's changes to the boot picker and Startup Disk app make Asahi partitions invisible, preventing Linux from booting. The Register reports: The team added: "If you insist on trying out macOS 27 as soon as possible, please ensure you install a secondary copy of macOS 26 first, or install macOS 27 itself on a secondary volume." They've also updated the installer to prevent installs from running on macOS 27 for now. For anyone who ignored all of the above, "we will not support users who have installed the macOS 27 beta without ensuring at least one stable version of macOS is installed." Considering macOS 27 is in beta, the issue may be accidental rather than an attempt by Apple to block Linux on its hardware. The Asahi team said it has filed bug report. The good news for anyone who pulled the trigger on installing the macOS 27 beta is that although the partition might not be visible, it hasn't gone anywhere. The Asahi team wrote: "If you have already upgraded to the beta and noticed that your Asahi partition has disappeared, do not stress. Your Asahi partition is still there, and you have not lost any data."


    Read more of this story at Slashdot.


  • German Court Holds Google Liable For False AI Overview Answers
    A Munich regional court has ruled (PDF) that Google can be held directly liable for false claims in AI Overviews. The case involved AI Overviews falsely linking two publishers to scams and shady business practices, with the court rejecting Google's argument that users could simply check the sources themselves. The Decoder reports: Google's AI overviews work nothing like traditional search results, the court argues. The AI rewrites and judges results "in its own words and according to its own structure," the ruling says. In the case at hand, for example, it opened with confident claims like "Yes, [company] is known for dubious business practices," then built its own structure with a summary, red flags for the alleged scam, and tips for users. The court also found that the AI overview made claims "that are not even made in the search results." None of the linked sources drew any connection between the plaintiffs and the shady companies the AI mentioned. The court called these "the defendant's own statements." Google built the AI, Google offered it to users, so Google owns what it produces, "because it alone has influence over the AI's offering and the algorithms with which the AI operates." The court also examined existing rulings from Germany's Federal Court of Justice (BGH), which gave traditional search engines and autocomplete limited liability. The BGH had argued that search engine operators were only liable as indirect infringers because they merely made third-party content findable. A proactive duty to check results would threaten how search engines work. The Munich court found that this reasoning doesn't apply to AI overviews. A regular search engine just points to outside websites. But AI overviews generate "independent, new, and substantive statements" by evaluating and combining content from various third-party sites. And only Google can check those statements, the court said, "at least by comparing the underlying third-party websites with its own statements based on them." The court also noted that the AI overview is "by no means absolutely necessary" for using the internet. Traditional search results already help users sort through information, the AI overview is just an extra feature. At the hearing, Google argued that users could check the linked sources themselves to verify if the AI summary was correct. It also said that these users knew "that information generated with AI should not be blindly trusted." The court rejected this.


    Read more of this story at Slashdot.


  • Seattle Enacts Year-Long Ban On New AI Datacenters
    Seattle has enacted a one-year moratorium on new datacenters, making it the largest U.S. city to do so as the backlash against AI infrastructure grows across the country. The city council voted unanimously in favor of the ban. The Guardian reports: Lawmakers have framed the pause as an opportunity to draft regulations specifically targeting the electricity-hungry datacenters being built nationwide to serve the AI sector, and to protect local residents from environmental risks and rising electricity bills. According to Seattle mayor Katie Wilson, the moratorium will also let city officials determine whether datacenters are a "good use of urban land," and potentially impose new stipulations on their approval, such as requiring developers to invest in local transit and housing initiatives in exchange for construction permits. "There are times when public pressure forces elected officials to do something they don't want to do, but in other cases, public pressure just supports and helps to spur on elected officials to do things that they already want to do," said Wilson. "I think this was one of those latter cases." [...] An amendment to the moratorium that passed unanimously last week allows existing datacenters in Seattle to apply for expansions requiring up to 20 megawatts of additional power during the year-long pause. Activists are concerned that the provision may lead to a spike in datacenters' demand for power while the moratorium is in place, and may undermine the premise of the pause. Lawmakers justified the amendment as a way to differentiate between the datacenters that already exist in Seattle and serve a civic purpose, like those powering health facilities and emergency-call systems, from large-scale centers designed to serve the AI sector.


    Read more of this story at Slashdot.


  • Microsoft Smashes Record For Biggest Ever Patch Tuesday Update
    An anonymous reader quotes a report from ComputerWeekly: Microsoft has issued patches for about 200 flaws in its latest monthly Patch Tuesday drop, blasting past a previous record high of almost 170 common vulnerabilities and exposures (CVEs) set in October 2025. Among a great many others, the latest update from Redmond fixes a total of 32 critical CVEs and three zero-day flaws. Dustin Childs, head of threat awareness at TrendAI's Zero Day Initiative, said: "We are heading into a high-stakes summer for cyber security. June's record-shattering drop ... is a stark warning that AI is supercharging flaw discovery at an uncontrollable scale. The current number of CVEs shipped by Microsoft this year exceeds the total number of CVEs shipped in all of 2018. It is extraordinary that Microsoft can produce so many patches in a single month, and I expect many testers are wondering what quality issues may exist." And with the addition of hundreds of CVEs in Google Chrome and Microsoft Edge (Chromium) and other third-party flaws taking the total to almost 600, Chris Goettl, vice president of security product management at Ivanti, said talk of a 'Patch Apocalypse' was no longer unwarranted. "We are in the Patch Apocalypse. The Patch Apocalypse is now," said Goettl. "This is not intended to be a scare tactic. It is meant to outline the challenge that many organizations were anticipating, but the new generation of LLMs [Large Language Models] has accelerated significantly in the first half of 2026." "There are going to be more CVEs resolved by vendors at a faster and more continuous pace than we have ever seen previously. Unfortunately, this will also include more zero-day and n-day exploits than previously seen as well. The window from release from a vendor to exploitation had already shortened to five days as of 2023 threat intelligence data." Goettl said that many suppliers have acknowledged the need to use AI tools in their security research to identify and resolve flaws, with Oracle, Google Chrome and Mozilla all upping the cadence of their updates. Whether or not Microsoft follows suit remains to be seen.


    Read more of this story at Slashdot.


www.theregister.com - Articles











Polish Linux

  • 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]


OSnews

  • Once again, Apple blatantly lies about the EUs DMA
    Apple recently announced its next crack at integrating AI! into its operating systems, this time opting to simply whitelabel Googles Gemini AI! tools instead of developing its own LLM technology. Called Siri AI!, Apple also stated its not coming to the EU, and the company stated thats because the EUs basic consumer protection legislation would give other AI! tools unprecedented access! to user data on users devices. The company made a big stink about this in the press. As anyone with basic pattern recognition skills already knew, this was a blatant, baldfaced lie. What really happened is that Apple asked the EU for an 18-month long exemption from the EUs consumer protection and privacy legislation during which it would not have to comply with any legal privacy and interoperability requirements  just so it could roll out Siri AI! before anyone else could offer a competing product for Apple users. Obviously, the EU wasnt going to grant such an exemption. The decision not to roll out Siri AI in the EU is Apples and Apples only,! spokesperson Thomas Regnier told reporters in Brussels, saying there was nothing in the Digital Markets Act to stop the company from introducing new products in the EU. Apple was simply unable to develop interoperability solutions that meet essential EU ​privacy and security standards,! Regnier said. Instead ​of trying to find ⁠a suitable compliance solution, Apple simply made a request to the European Commission to be exempted from their interoperability obligations under the DMA  and this for at least 18 months. ​Thats not an option,! Regnier said. ↫ Inti Landauro and Foo Yun Chee at Reuters So whats really going on here is that Apple wants to offer a set of whitelabeled Google Gemini tools on iOS and macOS in the EU, but because Apple is classified as a gatekeeper, it is legally obligated to offer interoperability options for competing AI! tools. These options in turn need to adhere to the EUs strict privacy regulations, so that competing AI! tools can offer the same level of privacy that Apples own whitelabeled Google Gemini tools claim to offer. Apple didnt want to offer these privacy-respecting interoperability options as required by law, so instead of following the law in the countries it wants to operate in, Apple asked to be placed above the law for at least 18 months, basically giving Siri AI! a massive head-start over possible competitors so that it could entrench itself in the userbase. The EU saw right through Apples nonsense, and now called them out on their bullshit. Perhaps Apple has gotten so used to openly bribing Trump that they forgot other parts of the world dont work that way. Whenever Apple and its PR attack dogs say anything about the EU, you can be assured they are lying. They have proven time and time again to basically never speak a single word of truth when it comes to its dealings in the EU. Its almost pathological at this point, and what makes it doubly interesting is that Apple will not launch Siri AI! in China either, for the very same regulatory reasons  yet all China got was a single footnote in a press release. I wonder why.


  • Google Chrome is killing all uBlock Origin bypasses, Microsoft Edge, Opera to follow
    For a while now the transition away from Manifest V2 (MV2) to MV3 has been on-going and it looks like it is entering its final phase of deprecation, at least, in the case of Google Chrome. A recent discussion thread in the w3c WebExtensions Community Group GitHub repo has highlighted how the latest and upcoming versions of the most popular browser are expected to be its final releases with support for MV2 extensions. ↫ Sayan Sen at Neowin You shouldnt be using Chrome anyway.


  • A raycasting first-person shooter written in COBOL
    On a related note, what about a raycasting first-person shooter written in0 COBOL? Can you think of a better programming language than COBOL to implement an FPS from scratch? I know I cant, so buckle up and enjoy what can only be described as an out-of-body experience for COBOL enthusiasts as I set out to make a Wolfenstein3D-like raycasting based FPS game (and potentially go a bit further than that, hopefully its not a DOOMed attempt). ↫ icitry on YouTube I dont link to YouTube videos very often, but theres always the exception that proves the rule. The COBOL codes available on GitHub. What a mad man.


  • Catlantean 3D: making graphics like its 1993
    My goal was to build a complete, shippable first-person shooter using techniques that were common in the early 90s, while allowing myself the luxury of using a modern compiler and a platform abstraction layer. ↫ Marko Stanic It looks amazing already, and it isnt even done. Stanic goes into great detail explaining how he created the various assets for the game, and its a joy to read through his creative process and problem-solving routines. The games called Catlantean 3D, and is expected to ship somewhere early 2027.


  • Microsoft makes Windows printing easier with Windows Ready Print
    Microsoft has detailed that Windows 11 is going to switch away from dedicated printer drivers to its Windows Ready Print system. This should make it a lot easier and less cumbersome to get printers running on Windows 11. At the core of Windows Ready Print is a transition away from legacy, third party drive-based workflows toward modern, standards-based printing with IPP (Internet Printing Protocol) using the Windows inbox IPP printer driver.` Starting in July 2026, new printer installations will default to Windows Ready Print where supported, enabling a simpler and more reliable setup experience. This change reduces the need for traditional driver management and lays the foundation for a more scalable and predictable print experience. ↫ elliesekine at the Windows Tech Community Printers still play a huge role in our lives  whether we like it or not  and their terrible user experience is basically a meme a this point. Making at least one aspect of printing easier, less cumbersome, and more streamlined is incredibly welcome, and Im glad Microsoft is taking the Windows printing ecosystem along for the ride on this one. My own personal experience with printing on Linux and now on Windows 11 (as promised, Ive been using nothing but Windows 11 since 26 May!) has been mostly effortless already. Our cheap networked printer/scanner/combo thing from HP just works! on both Linux and Windows 11, since Windows downloads HPs drivers and application automatically when detecting the printer on the network. Still, not having to use HPs driver would be a nice bonus. Coincidentally, I also managed to get the printer component of our HP combo thing working on0 HP-UX 11i v1. Despite being more than two decades newer, our HP printer works perfectly with a printer definition file included in HP-UX, giving me full printing from CDE and the rest of HP-UX. Its entirely useless and cost me an evening of my life, but seeing the test page and other documents from HP-UX come out of our printer, over the network, put a big smile on my face.


  • German court rules Google is liable for whatever Googles AI! generates
    Its just a ruling from a lower court, but it sets the stage for how European courts are going to deal with the question of who is liable for whatever slop AI! generates. The Regional Court of Munich hit Google with a temporary injunction barring the company from spreading false claims about two Munich-based publishers through its AI-generated search overviews (case no. 26 O 869/26). The court classified Google as a direct infringer because the AI overview! is its own content, not just a list of search results. Googles AI overviews had falsely tied two publishing companies to scams, subscription traps, and shady business practices for certain search queries. According to the court, the AI mixed up information about other, genuinely sketchy companies with the plaintiffs and drew connections that didnt appear in any of the linked sources. The publishers sent Google a cease-and-desist letter, but Google didnt respond appropriately. ↫ Matthias Bastian at The Decoder Google tried to argue it doesnt carry any responsibility or liability for whatever slop its AI! generate, but the German court does not agree. According to the court, AI! overviews are not the same as regular search results, because they rewrite findings and just make shit up, thereby making claims that are nowhere to be found in any search results (or in reality in general). Furthermore, the court states that Google develops the AI!, it runs it, it offers it to users, and Google alone controls its output, and as such, Google is liable for whatever their AI! produces. Google also tried to argue that users know not to trust anything an AI! produces, which is hilarious considering how hard Google is pushing these tools, but the courts state that the ability of users to do further research does not absolve Google of liability. In addition, the court made it very clear that free speech protections absolutely do not apply, because the AI! expressions are coming from an algorithm, not a person, and are above all an expression of Googles business activities!. In other words, if an AI! tool generates false accusations and misleading statements, the creator of said AI! is liable. With this ruling in hand, countless other people have a stronger case to make whenever Google or any other company tries to absolve itself from liability from slop just because a pachinko machine generated it. Excellent news, and the only fair outcome.


  • Eagle Computer: the rise and fall of an early PC clone
    When it comes to 80s computer brands, few flew as high as Eagle Computer flew in 1983. The aptly named company was selling 12,000 computers a month and had been doubling sales every quarter under the leadership of a talented CEO. Then Eagle lost its CEO, Dennis Barnhart, in a crashed Ferrari on the day of its IPO, June 8, 1983. In this blog post, we’ll explore the reasons Eagle Computer fell, because there was more to it than just the tragic story involving its CEO. ↫ Dave Farquhar Just one of the many early PC companies that died off, even if Eagle died off before many of the other big players. It mustve been such a vibrant and fascinating time to be into PCs and computers in general at that time, with so many companies and players to choose from. Shame about the 308 GTS.


  • Introducing brand new OSNews merch with the new logo!
    A new logo means new merch! Im launching brand new merch today, all featuring the brand new OSNews logo. Weve got the classic T-shirt with the new OSNews logo, in sandy white and terrain grey. Theyre made from sustainably-grown and processed cotton, come in a variety of sizes, and ship worldwide. The crowdpleaser is also making its triumphant return: the OSNews coffee mug, now also with the new logo and a green-on-white two-tone design. It holds coffee and tea, of course, but feel free to use it for whatever you want. Grow a plant in it! A newcomer is the OSNews Mousepad  a basic, no-nonsense, no-frills mousepad that does exactly what its supposed to do, in a classic square(ish) formfactor. It makes for a great companion to any (retro) setup, but feels particularly at home with BeOS and OS/2. One merch item remains from our previous collection: the ever-popular Gemini shirt and longsleeve, with a retro ASCII-art OSNews logo in bright green on deep black. Its like staring at a real classic CRT. On your chest. Dont sit too close. As always, every price is set so that for every item sold, roughly €8 goes to OSNews. I will add the proceeds to our fundraiser tracker, so this is yet another way to support us, together with Ko-Fi donations, SEPA direct bank transfers, and Patreon.


  • GentleOS is a love letter to classic operating systems with a lovely retro GUI
    In todays climate, I needed this: GentleOS, an operating system targeting both 386 (GentleOS/32) and even processors as old as the 80186 (GentleOS/16), with a lovely retro graphical user interface, usable on bare metal, and, of course, open source. Its goal is to provide a simple platform for tinkering with retro hardware and running graphical interactive apps on bare metal. At minimum, it only requires an i386 CPU, 4MB of RAM, and a VGA display capable of 640x480x16 mode. By design its entirely monolithic, mostly configured at compile time, and only supports standard PC devices: VGA/SVGA, keyboard, PS/2 mouse, serial mouse, PC speaker. The only future plans are bugfixes, optimizations, and adding more apps. GentleOS/32 has a pure 16-bit spin-off called GentleOS/16, which targets devices as old as 80186. ↫ GentleOS GitHub page While it can be run on real hardware, you can also run it in Qemu to make it easier to test and play around with. It looks great, and the stated goal of just focusing on maintenance and possibly additional applications is music to my heart. With everything thats going on in technology today, this is an ice-cold glass of tonic in a scorching, data center-infested desert.


  • Apple demos macOS 27, iOS 27; EU spared Apples Google-powered AI! slop features
    Apples developer conference started today, and as is tradition, this means it also announced coming updates to its operating systems lineup. macOS is probably one of the two major ones OSNews readers are interested in, so lets start there: Much like Mac OS X Snow Leopard in 2009, Apple said it focused on improving macOSs performance and dozens of underlying technologies this year. macOS Golden Gate has some Liquid Glass design changes. For example, apps now have a unified toolbar at the top, and the sidebar now expands to the edge of the window. A new slider on macOS 27 lets you customize the opacity of Liquid Glass. ↫ Joe Rossignol at MacRumors Effectively, a ton of Liquid Glass! features touted only a year ago are being changed and fixed, which should make using Liquid Glass less of a frustrating affair. Of course, theres a whole slew of new AI! stuff built entirely on top of Googles Gemini, but luckily for us Europeans, we wont be getting those features because EU privacy and consumer protection regulations are too strict. Apple, one of the worlds most valuable companies, seemingly cannot create AI! features that comply with some basic consumer protection legislation. As for the other major platform, thats iOS of course. At WWDC 2026 in Cupertino, Apple announced iOS 27, the next mobile operating system for compatible iPhones. The update focuses on tweaking and improving last years iOS 26, particularly in areas like app launch time, Liquid Glass design, and more. It does not offer a lot of major new features or upgrades, as Apple focused on polishing the experience. However, there are some new upgrades, such as reworked parental controls, new Siri AI, better search, and performance improvements. ↫ Taras Buria at Neowin These new versions, as well as those of Apples other operating systems, will be available later this year.


Linux Journal - The Original Magazine of the Linux Community

  • How Digital Software Is Powering Innovation in Modern Product Design
    by Will Jones
    By enabling digitized production design, this digital software is freeing up businesses and individuals across numerous industries to work smarter, not harder.

    To design a new product or tool is often a lengthy, labor-intensive process. Even the most successful and streamlined physical design process is intensive and iterative by nature; it is the process of taking something that begins as little more than an idea and turning it into reality. Inherently, that is going to take a great deal of translation, as well as trial and error. When working with real-world, physical elements, this also makes for a costly endeavor, as each new trial effort may prove essential to the long-term success of the design, but still has adverse financial effects. Dassault Systèmes offers CAD software to help businesses stay on top of advancements in their industries.

    Before digital design software became widely adopted, engineers and designers often relied heavily on hand-drawn technical sketches and manual drafting methods during product development. Revising a design could require redrawing entire sections of a project, making the process both time-consuming and resource-intensive. Modern digital design systems have significantly changed these workflows by allowing teams to make rapid adjustments, automate calculations, and store detailed design information within a single platform. This shift has contributed to the broader adoption of digital tools across industries seeking more streamlined development processes.

    Fortunately, though, in this new world of ever-advancing technological tools, the design process doesn’t have to be fraught with issues and obstacles anymore, thanks to systems such as CAD software. This new software is now enabling businesses to design smarter, faster, and more accurately by digitizing product development processes and improving collaboration across engineering and manufacturing teams.
    Digital Design as the Foundation of Innovation
    Digital software allows engineers to create precise digital models that can then serve as the foundation for product development. Compare this to the physical alternative, which has long been a well-thought-out sketch of the product in question. Even the most comprehensive of sketches is only going to be dealing with two dimensions, and is likely to leave room for confusion or error based on the interpretation of the subjective rendering.
    Go to Full Article


  • GNOME Files Supercharges Search with Faster Results, Smarter Filters, and Better File Discovery
    by George Whittaker
    The GNOME project continues refining one of its most frequently used applications: GNOME Files (formerly known as Nautilus). Recent development efforts have focused heavily on improving the file manager’s search capabilities, making it easier to locate documents, media files, and folders across increasingly large storage volumes.

    For many Linux users, file search has become one of the most important daily workflows. As personal data collections grow and SSDs make local storage faster than ever, GNOME developers are investing in tools that help users find information more quickly and efficiently. GNOME Files already relies on indexing technologies such as Tracker (now GNOME LocalSearch) to deliver fast results, and recent improvements are building on that foundation.
    A Redesigned Search Experience
    One of the most noticeable improvements is a redesigned search interface that makes searching feel more integrated into the overall file management experience.

    Recent GNOME development previews introduced:
    A cleaner search popover Inline result previews Improved keyboard navigation Faster access to search filters Better visibility of search options within the file manager interface
    These refinements reduce the number of clicks required to narrow down results and help users locate files without leaving their current workflow.
    Smarter Filtering Options
    Search filters have become increasingly important as users store larger collections of documents, images, videos, and audio files.

    GNOME Files has been expanding its filtering capabilities, allowing users to narrow searches more effectively based on:
    File type Media category Search location Recent activity Indexed metadata
    Earlier updates expanded support for additional audio and video file formats, making it easier to locate multimedia content directly from the search interface. This is particularly useful for users managing large media libraries.
    Improved Search Performance
    Fast search results are just as important as accurate ones.

    GNOME Files continues leveraging the GNOME indexing framework to provide near-instant search results while minimizing system overhead. The file manager works closely with the LocalSearch indexing service to locate files quickly without repeatedly scanning entire drives.

    This approach provides several benefits:
    Faster file discovery Reduced CPU usage during searches Better scalability on large storage volumes More responsive user experience
    For desktop users who frequently work with thousands of files, these performance gains can significantly improve productivity.
    Go to Full Article


  • 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


Page last modified on November 02, 2011, at 10:01 PM