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 GST-Plugins-Base1.0 Important Integer Overflow DoS CVE-2026-2921
    An integer overflow was discovered in the RIFF parser of the GStreamer media framework, which may result in denial of service or potentially the execution of arbitrary code if a malformed media file is opened. For the oldstable distribution (bookworm), this problem has been fixed in version 1.22.0-3+deb12u6.


  • Debian DSA-6166-1 Node.js Critical Denial of Service Issues
    Multiple vulnerabilities were discovered in Node.js, which could result in denial of service or information disclosure or bypass of file restrictions. For the stable distribution (trixie), these problems have been fixed in version 20.19.2+dfsg-1+deb13u1.






LWN.net

  • The Sashiko patch-review system
    Roman Gushchin has announced theexistence of an LLM-driven patch-review system named Sashiko. It automatically creates reviewsfor all patches sent to the linux-kernel mailing list (and some others).
    In my measurement, Sashiko was able to find 53% of bugs based on a completely unfiltered set of 1,000 recent upstream issues using "Fixes:" tags (using Gemini 3.1 Pro). Some might say that 53% is not that impressive, but 100% of these issues were missed by human reviewers.
    Sashiko is built on Chris Mason's review prompts (covered here in October 2025), but theimplementation has evolved considerably.


  • FSFE reports trouble with payment provider
    The Free Software Foundation Europe (FSFE) is reportingthat payment provider Nexi has terminated its contract without priornotice, which means that a number of FSFE supporters' recurringpayments have been halted:

    Over the past few months, our former payment provider NexiS.p.A. ("Nexi") requested access to private data, which we understoodto be specifically the usernames and passwords of our supporters. Wehave refused this request. All our attempts to clarify Nexi's request,or to understand how their need for such information was necessary andlegal, were met with what we consider to be vague and unsatisfactoryexplanations relating to a general need for risk analysis.

    [...] The decisions that Nexi has made are incomprehensible tous. Over the last months, as part of a security audit that Nexiclaimed to be conducting, we have provided them with large amounts ofthe FSFE's financial documentation, which even included privateinformation of our executive staff. We have answered all of theirquestions. But we have to draw a line when private companies like Nexidemand access to the sensitive and private data of our supporters.

    According to the blog post, more than 450 supporters have beenaffected by this. The FSFE's donation pages have been updated with itsnew payment provider.



  • [$] Fedora ponders a "sandbox" technology lifecycle
    Fedora Project Leader (FPL) Jef Spaleta has issueda "modest proposal" for a technology-innovation-lifecycle process that would provide more formal structure for adopting technologies inFedora. The idea is to spur innovation in the project without having an adverseimpact on stability or the release process. Spaleta's proposal issomewhat light on details, particularly as far as specific examples ofwhich projects would benefit; however, the reception so far is mostlypositive and some think that it could make Fedora more "competitive" by being theplace where open-source projects come to grow.


  • Security updates for Tuesday
    Security updates have been issued by Fedora (mingw-openexr, vim, and yarnpkg), Oracle (freerdp), Red Hat (389-ds-base, container-tools:rhel8, libpng, libpng15, nginx, nginx:1.24, nginx:1.26, opencryptoki, python3, python3.11, python3.12, and python3.9), SUSE (ruby4.0-rubygem-activestorage, ruby4.0-rubygem-activesupport, ruby4.0-rubygem-glogalid, ruby4.0-rubygem-grpc, ruby4.0-rubygem-jquery-rails, ruby4.0-rubygem-loofah, and rubygem4.0-rubygem-fluentd), and Ubuntu (curl, linux, linux-aws, linux-aws-6.17, linux-gcp, linux-hwe-6.17, linux-oracle, linux-oracle-6.17, linux, linux-aws, linux-gcp, linux-gcp-6.8, linux-gke, linux-gkeop, linux-hwe-6.8, linux-ibm, linux-ibm-6.8, linux-lowlatency, linux-lowlatency-hwe-6.8, linux-oracle, linux-oracle-6.8, linux, linux-aws, linux-gcp, linux-gkeop, linux-ibm, linux-ibm-5.15, linux-intel-iotg, linux-kvm, linux-lowlatency, linux-nvidia, linux-nvidia-tegra, linux-nvidia-tegra-5.15, linux-oracle, linux-xilinx-zynqmp, linux-fips, linux-aws-fips, linux-gcp-fips, linux-gcp, linux-nvidia, linux-nvidia-6.8, linux-nvidia-lowlatency, python-cryptography, and roundcube).


  • Marknote 1.5 released
    Version1.5 of Marknote, a Markdown-based note-management application, has been released. Notablefeatures in this release include Source Mode for working directly withMarkdown instead of the WYSIWYG interface, internal wiki-style linksfor notes, as well as simpler management of notes and notebooks.



  • Debian Project Leader election underway
    Kurt Roeckx has announcedthat Debian has moved to the campaigning period for the 2026 DebianProject Leader (DPL) election. This year there is only one candidate,Sruthi Chandran, so Debian voters will have a choice between Chandranas DPL or "None of the above". The campaign period will run throughApril 3, and the voting period will run from April 4 toApril 17. Chandran has not yet posted a platform for the 2026election, but her 2024platform is available on the Debian wiki.



  • GIMP 3.2 released
    After a year's worth of development since GIMP 3.0 was released,the team behind the open-source image editor has releasedGIMP 3.2. It comes as part of the planto release GIMP more frequently, rather than wait six or seven yearsbetween releases. The release comes with lots of new features (as canbe seen in more detail in the release notes),including 20 new brushes for the MyPaint Brush tool, an "overwrite" paintmode, new and upgraded file formats, UI improvements in a variety ofplaces, such as the on-canvas text editor, and new non-destructive layers:You can now use Link Layers to incorporate external image aspart of your compositions, easily scaling, rotating, and transforming themwithout losing quality or sharpness. The link layer's content is updatedwhen the source file is modifiedThe Path tool can now create Vector Layers, which lets you drawshapes with adjustable fill and stroke settings.


  • [$] A safer kmalloc() for 7.0
    A pull request that touches over 8,000 files, changing over 20,000 lines ofcode in the process, is (fortunately) not something that happens every day.It did happen at the end of the 7.0 merge window, though, when LinusTorvalds mergedan extensive set of changes by Kees Cook to the venerable kmalloc() API (andits users). As a result of that work, though, the kernel has a new set oftype-safe memory-allocation functions, with a last-minute bonus change tomake the API a little easier to use.


  • Security updates for Monday
    Security updates have been issued by AlmaLinux (.NET 10.0, .NET 8.0, .NET 9.0, delve, git-lfs, gnutls, kernel, mingw-libpng, nfs-utils, opentelemetry-collector, python3.11, python3.12, python3.9, and vim), Debian (chromium, gimp, kernel, linux-6.1, and wireless-regdb), Fedora (alertmanager, chromium, freerdp, glab, golang-github-openprinting-ipp-usb, gst-devtools, gst-editing-services, gstreamer1, gstreamer1-doc, gstreamer1-plugin-libav, gstreamer1-plugins-bad-free, gstreamer1-plugins-base, gstreamer1-plugins-good, gstreamer1-plugins-ugly-free, gstreamer1-rtsp-server, insight, pcs, pgadmin4, python-gstreamer1, python3.10, python3.11, python3.6, qgis, SDL2_sound, SDL3_sound, systemd, and wireshark), Mageia (python-nltk, tomcat, and vim), Oracle (.NET 10.0, .NET 8.0, .NET 9.0, compat-openssl11, dtrace, python3.12, and vim), Red Hat (buildah, git-lfs, golang-github-openprinting-ipp-usb, opentelemetry-collector, podman, and runc), and SUSE (amazon-ssm-agent, busybox, clamav, firefox, giflib-devel-32bit, glibc, heroic-games-launcher, himmelblau, kubelogin, libpng15, libsoup, libsoup2, mingw32-binutils, mingw64-binutils, osc, obs-scm-bridge, python, python-black, python3, qemu, ruby4.0-rubygem-actioncable, ruby4.0-rubygem-actiontext, ruby4.0-rubygem-activejob, ruby4.0-rubygem-activemodel, tomcat, and tomcat10).


  • Kernel prepatch 7.0-rc4
    Linus has released 7.0-rc4 for testing.
    Then Thursday hit with the networking pull. And then on Friday everybody else decided to send in their work for the week, with a few more trickling in over the weekend. End result: what had for a short few days looked like a nice calm week turned into another "bigger than usual" release candidate.
    To be fair, that "almost everything comes in at the end of the week" is 100% normal, and none of this is surprising. I was admittedly hoping that things would start to calm down, but that was not to be.
    I no longer really believe that it was the one extra week we had last release cycle: I'm starting to suspect it's the psychological result of "hey, new major number", and people are just being a bit more active as a result.


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

Slashdot

  • Arizona Charges Kalshi With Illegal Gambling Operation
    Arizona has filed criminal charges against Kalshi, accusing it of operating an illegal gambling business. "Kalshi may brand itself as a 'prediction market,' but what it's actually doing is running an illegal gambling operation and taking bets on Arizona elections, both of which violate Arizona law," Arizona Attorney General Kris Mayes said in a statement. The case could ultimately head to the Supreme Court to decide whether federal oversight by the Commodity Futures Trading Commission overrides state gambling laws. Bloomberg reports: While state regulators have taken steps to crack down on what they say is unlicensed betting on Kalshi's site, Arizona appears to be the first state to escalate to criminal charges. The charges cited in the complaint are misdemeanors, which carry less serious penalties than felonies. [...] Prediction market exchanges like Kalshi have said they should continue to be regulated by the US Commodity Futures Trading Commission despite opposition from some state officials, who argue the trading should come under state gambling laws. Arizona's criminal complaint follows Kalshi's move last week to block the state's gaming department from taking enforcement action against the company. "These are the first criminal charges of any kind filed against Kalshi in any court in the United States, but it will likely be the first of several," said Daniel Wallach, a sports and gaming attorney.


    Read more of this story at Slashdot.


  • Rural Ohioans Seek To Ban Data Centers Through Constitutional Amendment
    Residents in rural Ohio are pushing a constitutional amendment to ban large data centers over 25 megawatts, citing concerns about energy use, water consumption, and lack of transparency around proposed projects. "My biggest concern is because I love Adams County," Nikki Gerber told Cleveland.com. "What it feels like they are doing is just taking advantage of the unzoned rural areas of Ohio, where they can go ahead and put in whatever they want." From the report: Gerber and a handful of residents from Adams and Brown counties gathered about 1,800 signatures in eight days to start the ballot process. They submitted those petitions to the Ohio attorney general's office on Monday. That's the first step before supporters can begin collecting signatures statewide. State law requires at least 1,000 valid voter signatures to begin the process. The petitions must also include the full text of the proposed amendment and a summary explaining what it would do. Attorney General Dave Yost's office now has 10 days to decide whether the summary fairly and truthfully describes the proposal. If it does, the measure will move to the Ohio Ballot Board. Supporters would then need to gather about 413,000 valid signatures by July to place the amendment before voters this November. The report notes that a 25-megawatt limit "would effectively block most modern data centers from being built in Ohio."


    Read more of this story at Slashdot.


  • Gamers React With Overwhelming Disgust To DLSS 5's Generative AI Glow-Ups
    Kyle Orland writes via Ars Technica: Since deep-learning super-sampling (DLSS) launched on 2018's RTX 2080 cards, gamers have been generally bullish on the technology as a way to effectively use machine-learning upscaling techniques to increase resolutions or juice frame rates in games. With yesterday's tease of the upcoming DLSS 5, though, Nvidia has crossed a line from mere upscaling into complete lighting and texture overhauls influenced by "generative AI." The result is a bland, uncanny gloss that has received an instant and overwhelmingly negative reaction from large swaths of gamers and the industry at large. While previous DLSS releases rendered upscaled frames or created entirely new ones to smooth out gaps, Nvidia calls DLSS 5 -- which it plans to launch in Autumn -- "a real-time neural rendering model" that can "deliver a new level of photoreal computer graphics previously only achieved in Hollywood visual effects." Nvidia CEO Jensen Huang said explicitly that the technology melds "generative AI" with "handcrafted rendering" for "a dramatic leap in visual realism while preserving the control artists need for creative expression." Unlike existing generative video models, which Nvidia notes are "difficult to precisely control and often lack predictability," DLSS 5 uses a game's internal color and motion vectors "to infuse the scene with photoreal lighting and materials that are anchored to source 3D content and consistent from frame to frame." That underlying game data helps the system "understand complex scene semantics such as characters, hair, fabric and translucent skin, along with environmental lighting conditions like front-lit, back-lit or overcast," the company says. Nvidia's announcement video and detailed Digital Foundry breakdown can be found at their respective links. "Reactions have compared the effect to air-brushed pornography, 'yassified, looks-maxed freaks,' or those uncanny, unavoidable Evony ads," writes Orland. "Others have noted how DLSS 5 seems to mangle the intended art direction by dampening shadows in favor of a homogenized look." Thomas Was Alone developer Mike Bithell said the technology seems designed "for when you absolutely, positively, don't want any art direction in your gaming experience." Gunfire Games Senior Concept Artist Jeff Talbot added that "in every shot the art direction was taken away for the senseless addition of 'details.' Each DLSS 5 shot looked worse and had less character than the original. This is just a garbage AI Filter." DLSS 5's "AI dogshit is actually depressing," said New Blood Interactive founder and CEO Dave Oshry, adding that future generations "won't even know this looks 'bad' or 'wrong' because to them it'll be normal."


    Read more of this story at Slashdot.


  • Finance Bros To Tech Bros: Don't Mess With My Bloomberg Terminal
    An anonymous reader quotes a report from the Wall Street Journal: A battle of insults and threats has broken out between the tech world and Wall Street. What's got everyone so worked up? The same thing that starts most fights: business software. A series of social-media posts went viral in recent days with claims that AI has created a worthy -- and way cheaper -- alternative to the Bloomberg terminal, a computer system that is like oxygen to professional investors. Now "Bloomberg is cooked," some posters argued as they heralded the arrival of a newly released AI tool from startup Perplexity. [...] The finance bros who worship at the altar of Bloomberg have declared war on the tech evangelists who have put all their faith in AI. To suggest that the terminal is replaceable is "laughable," said Jason Lemire, who jumped into the conversation on LinkedIn. (Ironically or not, his post also included an AI-generated image of churchgoers praying to the Bloomberg terminal). "It seems quite obvious to me that those propagating that post are either just looking for easy engagement and/or have never worked in a serious financial institution," he wrote. [...] Morgan Linton, the co-founder and CTO of AI startup Bold Metrics and an avid Perplexity Computer user, said it's rare for a single AI prompt to generate anything close to what Bloomberg does. That said, he added that tools like this can lay "a really good foundation for a financial application. And that really has not been possible before." Others aren't so sure. Michael Terry, an institutional investment manager who used the terminal for more than 30 years, said he used a prompt circulating online to try to vibe code a Bloomberg replica on Anthropic's Claude. "It was laughable at best, horrific at worst," he said. Shevelenko acknowledged there are some aspects of the terminal that can't be replicated with vibe coding, including some of Bloomberg's proprietary data inputs. The live chat network, which includes 350,000 financial professionals in 184 countries, would also be hard to re-create, as well as the terminal's data security, reliability and robust support system. "I love Bloomberg. And I know most people that use Bloomberg are very, very loyal and extremely happy," said Lemire. His message to the techies? "There's nothing that you can vibe code in a weekend or even like over the course of a year that's going to come anywhere close."


    Read more of this story at Slashdot.


  • Samsung Ends $2,899 Galaxy Z TriFold Sales After Just Three Months
    Samsung is reportedly ending sales of the Galaxy Z TriFold just months after launch, likely due to "high production costs" and limited supply. 9to5Google reports: The Galaxy Z TriFold launched in South Korea barely four months ago, arriving in Samsung's home market ahead of a larger debut in the U.S. and other markets in January. The $2,899 smartphone brought an entirely new form factor to the foldable market, but it's apparently very short-lived. Korean media reports (via SamMobile) that Samsung is planning to end sales of the Galaxy Z TriFold in Korea, with one more restock coming in the country this week. In the United States, the report mentions that the TriFold will be available until "the current production volume is sold out," which sounds like we might only get another restock or two here as well.


    Read more of this story at Slashdot.


  • Nvidia Expects To Sell 'At Least' $1 Trillion In AI Chips By 2028
    An anonymous reader quotes a report from TechCrunch: Nvidia CEO Jensen Huang threw out a lot of numbers -- mostly of the technical variety -- during his keynote Monday to kick off the company's annual GTC Conference in San Jose, California. But there was one financial figure that investors surely took notice of: his projection that there will be $1 trillion worth of orders for Nvidia's Blackwell and Vera Rubin chips, a monetary reflection of a booming AI business. About an hour into his keynote, Huang noted that last year Nvidia saw about $500 billion in demand for its Blackwell and upcoming Rubin chips through 2026. "Now, I don't know if you guys feel the same way, but $500 billion is an enormous amount of revenue," he said. "Well, I'm here to tell you that right now where I stand -- a few short months after GTC DC, one year after last GTC -- right here where I stand, I see through 2027, at least $1 trillion."


    Read more of this story at Slashdot.


  • Are Split Spacebars the Next Big Gaming Keyboard Trend?
    "There are countless upgrades you could make to your gaming setup," writes PC Gamer's Jacob Ridley. "A wireless this, a bigger that, a faster thing. But how do you know what's going to be a genuine upgrade worth investing in? Personally, I think it might be split spacebars." His argument centers on the fact that spacebars take up a "greedy" amount of keyboard space -- space that could instead be divided into multiple keys for different actions, such as voice chat or melee attacks. From the report: While it's often very easy to reprogram your spacebar to do a different action via your keyboard's software, it's a lot harder to reprogram your brain to hit any other key when you try to jump in game. Spacebar makes you jump. Everyone knows that; it's practically etched onto your brain if you're a long-time mouse and keyboard player. So, why does a split spacebar help with that? It comes down to this: once you know which side of a spacebar you tend to thwack with your thumb, you can program the other side to do whatever you want. I hit the right-side of my spacebar every time when I'm typing. Therefore, when I started using a Wooting 60HE v2 with a split spacebar, I set the left-side to be the delete key; the keyboard lacking a dedicated delete key for its 60% size. Though for gaming, the split spacebar offers much more varied purpose. People do strange things with the WASD keys that I won't litigate here, but I'm pretty sure most gamers use their left thumb to strike the spacebar for gaming. Right? Right. If you fall into this category, you have the option of using the right-side spacebar for things like a chunky melee key, or, my personal favorite, an in-game voice chat key.


    Read more of this story at Slashdot.


  • US SEC Preparing To Scrap Quarterly Reporting Requirement
    The U.S. SEC is reportedly preparing a proposal to make quarterly earnings reports optional, potentially allowing companies to report results just twice a year. "The proposal could be published as soon as next month," reports Reuters, citing a paywalled report from the Wall Street Journal, adding that "regulators are in talks with major exchanges to discuss how their rules may need to be adjusted." Reuters reports: The SEC will vote on the proposal once it is published, after a public comment period which typically lasts at least 30 days, the report said. The WSJ report added that the rule is expected to make quarterly reporting optional and not eliminate it altogether. The proposed change in the reporting standard would allow listed companies to publish results every six months instead of the current mandate to report figures every 90 days. Trump, who first floated the idea in his first term as president, has argued the change in requirements would discourage shortsightedness from public companies while cutting costs. Skeptics, however, caution delaying disclosures could reduce transparency and heighten market volatility.


    Read more of this story at Slashdot.


  • Asteroid Ryugu Has All of the Main Ingredients For Life
    Samples from the asteroid Ryugu contain all five nucleobases -- the key building blocks of DNA and RNA. "This strengthens the idea that asteroids may have brought the ingredients for the first living organisms to Earth long ago," reports New Scientist. From the report: Japan's Hayabusa 2 spacecraft visited Ryugu in 2018, where it shot two projectiles -- one small and one large -- into the surface of the asteroid and collected the resulting debris. It arrived back at Earth with the samples in 2020 and researchers have been analyzing these in detail ever since. Yasuhiro Oba at Hokkaido University in Japan and his colleagues examined two samples, one from the asteroid's surface and one comprised of subsurface materials excavated by the projectiles. In both, the team found all five primary nucleobases, which are the compounds that make up the nucleic acids DNA and RNA when combined with sugars and phosphoric acid. This isn't the first time that nucleobases have been found in asteroid samples: they have been seen in meteorites, too, and in samples from the asteroid Bennu. The researchers did find different abundances of the various nucleobases among the various samples, though, which hints that these compounds might be useful for tracing asteroids and meteorites back to the parent bodies that they broke off from in the distant past, as well as understanding the evolution of those parent bodies over time. The findings have been published in the journal Nature Astronomy.


    Read more of this story at Slashdot.


  • Bills Would Ban Liability Lawsuits For Climate Change
    An anonymous reader quotes a report from Inside Climate News: Republican lawmakers in multiple states and Congress are advancing proposals to shield polluters from climate accountability and prevent any type of liability for climate change harms -- even as these harms and their associated costs continue to mount. It's the latest in a counter-offensive that has unfolded on multiple fronts, from the halls of Congress and the White House to courts and state attorneys general offices across the country. Dozens of local communities, states and individuals are suing major oil and gas companies and their trade associations over rising climate costs and for allegedly lying to consumers about climate change risks and solutions. At the same time, some states are enacting or considering laws modeled after the federal Superfund program that would impose retroactive liability on large fossil fuel producers and levy a one-time charge on them to help fund climate adaptation and resiliency measures. But many of these cases and climate superfund laws could be stopped in their tracks, either by the conservative majority on the U.S. Supreme Court or by the Republican-controlled Congress. Last month the court decided to take up a petition lodged by oil companies Suncor and ExxonMobil in a climate-damages case brought against the companies by Boulder, Colorado. The petition argues that Boulder's claims are barred by federal law, and if the justices agree, it could knock out not only Boulder's lawsuit but also many others like it. The court is expected to hear the case during its upcoming term that starts in October. There is also a possibility that Republicans in Congress will take action before then to gift the fossil fuel industry legal immunity, similar to that granted to gun manufacturers with the 2005 Protection of Lawful Commerce in Arms Act. Sixteen Republican attorneys general wrote (PDF) to U.S. Attorney General Pam Bondi in June suggesting that the Department of Justice could recommend legislation creating precisely this type of liability shield. And last month, one Republican congresswoman announced that such legislation is indeed in the works. "The ultimate democratic institution in America is the jury," said former Washington Gov. Jay Inslee. Enacting policies that prevent or block climate-related lawsuits against polluters, he said, would effectively shutter "the doors of the courthouse to Americans that have been injured by oil and gas company pollution and by their lies and deceit about that pollution." "I really think it's an un-American effort to deny Americans the traditional right of access to a jury," Inslee said. Oil and gas executives are "terrified" by the prospect of having to stand before a jury and face evidence of their climate-change lies and deception, he added. "You'll see the steam coming out of the jury's ears when they hear about how they've been lied to for decades. [Oil companies] understand why juries will be outraged by it, and they are shaking in their boots. The day of reckoning is coming, and that's why they're afraid."


    Read more of this story at Slashdot.


The Register






  • Chips...in...spaaaace - courtesy of Nvidia
    The Space-1 Vera Rubin Module will solve all your in-space computing needs
    gtc Space could be the final frontier for datacenters. Never mind that some analysts have described orbital bit barns as "peak insanity" - Nvidia has designed a new Vera Rubin module specifically to operate above the Earth's atmosphere.…


  • HPE adds Blackwell, Rubin systems to Nvidia-backed sovereign AI push
    Plus: Object storage gets stamp of approval, and it intros network linked 'AI Grid'
    GTC HPE has expanded its Nvidia-based AI portfolio with new systems built on Blackwell and upcoming Rubin GPUs, alongside updates to its Alletra Storage MP X10000, which it claims is the first object storage platform to achieve Nvidia-Certified Storage validation.…





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

  • Tribblix m39 released
    Tribblix, the Illumos distribution focused on giving you a classic UNIX-style experience, has released a new version. There are several noticeable version updates in this release. The graphical libraries libtiff and OpenEXR have been updated, retaining the old shared library versions for now. OpenSSL is now from the 3.5 series with the 3.0 api by default. Bind is now from the 9.20 series. OpenSSH is now 10.2, and you may get a Post-Quantum Cryptography warning if connecting to older SSH servers. ↫ Tribblix m39 release notes If youre already running Tribblix, updating is easy, and if you want to try it out, head on over to the downloads page. Rests me to say that Tribblix is a treasure, and it must be protected at all costs. Its rare to see a passion project like this maintain such a steady pace.


  • Java 26 released
    Java 26 delivers thousands of improvements that boost developer productivity, simplify the language, and help developers integrate AI and cryptography functionality into their applications. To help developers further streamline and enhance their development initiatives, Oracle is also announcing the new Java Verified Portfolio, which provides developers with a curated set of Oracle-supported tools, frameworks, libraries, and services, including commercial support for JavaFX, a Java-based UI framework, and Helidon, a Java framework for microservices. In addition, Oracle intends to align Helidon’s release cadence with Java releases and propose Helidon as an OpenJDK project. ↫ Oracles Java 26 press release Oracles press releases lists the most important JDK Enhancement Proposals in this release, as do the release notes and the project page at OpenJDK. In addition, Java developer Hanno Embregts published a detailed blog post that dives deeper into this new release.


  • Han: a compiled programming language with Korean keywords written in Hangul
    Since many of the platforms and conventions that came to dominate computing came from the western world, we never give it a second thought that virtually everything related to programming is written in English using the English alphabet. However, theres no real reason behind arriving at this point other than convention and the course of history  with the right tooling, you could program a computer in whatever language or alphabet (or other writing system!) you desire. For example, what about programming in Korean, using Hangul? Han is a statically-typed, compiled programming language where every keyword is written in Korean. It compiles to native binaries through LLVM IR and also ships with a tree-walking interpreter for instant execution. The compiler toolchain is written entirely in Rust. ↫ Hans GitHub page Han is written entirely in Korean, and uses the genius and easy-to-learn Hangul script. Hangul was developed by King Sejong the Great in the middle of the 15th century, to replace the Chinese-based characters used to write Korean up until that point. Since it was specifically designed to be easy to learn by scholars and the general public of the time alike to promote literacy, the Hangul alphabet is stupidly easy to learn; I managed to teach myself the Hangul alphabet in an single afternoon a decade or so ago. Obviously, do note that learning Hangul (an alphabet) isnt the same thing as learning Korean (a language). One of my favourite aspects of Hangul is that it combines the letters making up a syllable into single structured syllable blocks, which gives it its unique look and makes it quite easy to grasp  youll quickly start recognising common syllables. On top of that, its said that the individual Hangul consonants mimic the shape of speech organs (tongue, throat, etc.), which, once you see it, you cant unsee, further aiding in remembering what letters sound like. If you have an afternoon to kill, its certainly a fun thing to learn. Regardless, its very welcome to see efforts like this, if only to remember that programming being an Anglophone affair is but an accident, not a law of nature.


  • Microsoft finally allows you to name your own home folder during Windows setup
    Its only a small annoyance in the grand scheme of the utter idiocy that is modern Windows, but apparently its one enough people complained about Microsoft is finally addressing it. In all of its wisdom, Microsoft doesnt allow you to set the name of your users home folder during the installation procedure of Windows 11. The folders name is automatically generated based on your Microsoft accounts username or email address, something Ive personally really disliked since I have been using thomholwerda for as long as I can remember. Last year, they introduced an incredibly obtuse method of setting your own home folder name, but now the company is finally adding it as an optional step during the regular installation process. Expanding on our work which started rolling to Insiders last fall, you can now choose a custom name for your user folder on the Device Name page when going through Windows setup. This most recent update now makes it easier to choose a custom name. The naming option is available during setup only. If you skip this step, Windows will use the default folder name and continue setup as usual. ↫ Windows Insider Program Team This means you now have the option of defining your own home folder name, excluding CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, COM¹, COM², COM³, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9, LPT¹, LPT², and LPT³. Its a very small change, and certainly not something that will turn Windows ship around, but at least its something thats being done for users who actually care. Its also such a small change, such a small addition, that one wonders why its taken them this long. Im assuming theres already some incredibly complex and hacky way to change your automatically assigned home folder name by diving deep into the registry, converting your root drive back to FAT16, changing some values in a DLL file through a hex editor, and then converting back to NTFS, but this is clearly a much better way of handling it.


  • CSMWrap: make UEFI-only systems boot BIOS-based operating systems
    What if you have a very modern machine that is entirely UEFI-only, meaning it has no compatibility support module and thus no way of enabling a legacy BIOS mode? Well, install a CSM as an EFI application, of course! CSMWrap is an EFI application designed to be a drop-in solution to enable legacy BIOS booting on modern UEFI-only (class 3) systems. It achieves this by wrapping a Compatibility Support Module (CSM) build of the SeaBIOS project as an out-of-firmware EFI application, effectively creating a compatibility layer for traditional PC BIOS operation. ↫ CSMWraps GitHub page The need for this may not be immediately obvious, but heres the problem: if you want to run an older operating system that absolutely requires a traditional BIOS on a modern machine that only has UEFI without any CSM options (a class 3-machine), you wont be able to boot said operating system. CSMWrap is a possible solution, as it leverages innate EFI capabilities to run a CSM as an EFI application, thereby adding the CSM functionality back in. All you need to do is drop CSMWrap into /efi/boot on the same drive the operating system that needs BIOS to boot is on, and UEFI will list it as a bootable operating system. It does come with some limitations, however. For instance, one logical core of your processor will be taken up by CSMWrap and will be entirely unavailable to the booted BIOS-based operating system. In other words, this means youre going to need a processor with at least more than one logical processor (e.g., even a single-core machine with hyperthreading will work). Its also suggested to add a legacy-capable video card if youre using an operating system that doesnt support VESA BIOS extensions (e.g. anything older than NT). This is an incredibly neat idea, and even comes with advantages over built-in CSMs, since many of those are untested and riddled with issues. CSMWrap uses SeaBIOS, which is properly tested and generally a much better BIOS than whatever native CSMs contain. All in all, a great project.


  • Understanding SMF properties in Solaris-based operating systems
    SMF is the illumos system for managing traditional Unix services (long-lived background processes, usually). It’s quite rich in order to correctly accommodate a lot of different use cases. But it sometimes exposes that complexity to users even when they’re trying to do something simple. In this post, I’ll walk through an example using a demo service and the svcprop(1) tool to show the details. ↫ Dave Pacheco Soalris system management facility or SMF is effectively Solaris systemd, and this article provides a deeper insight into one of its features: properties. While using SMF and its suite of tools and commands for basic tasks is rather elementary and easy to get into  even I can do it  once you start to dive deeper into what is can do, things get complex and capable very fast.


  • Chrome comes to Linux on ARM64
    Google has announced that it will release Chrome for Linux on ARM64 in the second quarter of this year. Launching Chrome for ARM64 Linux devices allows more users to enjoy the seamless integration of Google’s most helpful services into their browser. This move addresses the growing demand for a browsing experience that combines the benefits of the open-source Chromium project with the Google ecosystem of apps and features. This release represents a significant undertaking to ensure that ARM64 Linux users receive the same secure, stable, and rich Chrome experience found on other platforms. ↫ The Chromium Blog While the idea of running Linux on Arm, only to defile it with something as unpleasant as Chrome seem entirely foreign to me, most normal people do actually use Googles browser. Having it available on Linux for Arm makes perfect sense, and might convince a few people to buy an Arm machine for Linux, assuming the platform can get its act together.


  • Just try Plan 9 already
    I will not pass up an opportunity to make you talk about Plan 9, so lets focus on Acme. Acme is remarkable for what it represents: a class of application that leverages a simple, text-based GUI to create a compelling model of interacting with all of the tools available in the Unix (or Plan 9) environment. Cox calls it an “integrating development environment,” distinguishing it from the more hermetic “integrated development environment” developers will be familiar with. The simplicity of its interface is important. It is what has allowed Acme to age gracefully over the past 30 or so years, without the constant churn of adding support for new languages, compilers, terminals, or color schemes. ↫ Daniel Moch While the article mentions you can use Acme on UNIX, to really appreciate it you have to use it on Plan 9, which today most likely means 9front. Now, I am not the kind of person who can live and breathe inside 9front  you need to be of a certain mindset to be able to do so  but even then I find that messing around with Plan 9 has given me a different outlook on UNIX. In fact, I think it has helped me understand UNIX and UNIX-like systems better and more thoroughly. If youre not sure if Plan 9 is something that suits you, the only real way to find out is to just use it. Fire up a VM, read the excellent documentation at 9front, and just dive into it. Most of you will just end up confused and disoriented, but a small few of you will magically discover you possess the right mindset. Just do it.


  • Hello, world! in Z80 assembly language
    Im feeling kind of nostalgic today so I thought Id write Hello, world! in Z80 assembly for the ZX Spectrum! The last time I wrote any Z80 assembly was when I was 14 so around 36 years ago! I may be a little rusty! ↫ Old Man By the Sea Its easy to tell the world hello in BASIC, but a bit more involved in Z80 assembly.


  • Fedora struggles bringing its RISC-V variant online due to slow build times
    Red Hat developer Marcin Juszkiewicz is working on the RISC-V port of Fedora Linux, and after a few months of working on it, published a blog post about just how incredibly slow RISC-V seems to be. This is a real problem, as in Fedora, build results are only released once all architectures have completed their builds. There is no point of going for inclusion with slow builders as this will make package maintainers complain. You see, in Fedora build results are released into repositories only when all architectures finish. And we had maintainers complaining about lack of speed of AArch64 builders in the past. Some developers may start excluding RISC-V architecture from their packages to not have to`wait. And any future builders need to be rackable and manageable like any other boring server (put in a rack, connect cables, install, do not touch any more). Because no one will go into a data centre to manually reboot an SBC-based`builder. Without systems fulfilling both requirements, we can not even plan for the RISC-V 64-bit architecture to became one of official, primary architectures in Fedora`Linux. ↫ Marcin Juszkiewicz RISC-V really seems to have hit some sort of ceiling over the past few years, with performance improvements stalling and no real performance-oriented chips and boards becoming available. Everybody seems to want RISC-V to succeed and become an architecture that can stand its own against x86 and Arm, but the way things are going, that just doesnt seem likely any time soon. Theres always some magical unicorn chip or board just around the corner, but when you actually turn that corner, its just another slow SBC only marginally faster than the previous one. Fedora is not the first distribution struggling with bringing RISC-V online. Chimera Linux faced a similar issue about a year ago, but managed to eventually get by because someone from the Adélie Linux team granted remote access to an unused Milk-V Pioneer, which proved enough for Chimera for now. My hope is still that eventually were going to see performant, capable RISC-V machines, because I would absolutely jump for joy if I could have a proper RISC-V workstation.


Linux Journal - The Original Magazine of the Linux Community

  • The Need for Cloud Security in a Modern Business Environment
    by George Whittaker
    Cloud systems are an emergent standard in business, but migration efforts and other directional shifts have introduced vulnerabilities. Where some attack patterns are mitigated, cloud platforms leave businesses open to new threats and vectors. The dynamic nature of these environments cannot be addressed by traditional security systems, necessitating robust cloud security for contemporary organizations.

    Just as businesses have come to acknowledge the value of cloud operations, so too have cyber attackers. Protecting sensitive assets and maintaining regulatory compliance, while simultaneously ensuring business continuity against cloud attacks, requires a modern strategy. When any window could be an opportunity for infiltration, a comprehensive approach serves to limit exploitation.

    Unlike traditional on-premise infrastructure, cloud environments dramatically expand an organization’s threat surface. Resources are distributed across regions, heavily dependent on APIs, and frequently created or decommissioned in minutes. This constant change makes it difficult to maintain a fixed security perimeter and increases the likelihood that misconfigurations or exposed services go unnoticed, creating opportunities for exploitation.
    The Vulnerabilities of Cloud Security Services
    Any misconfiguration, insecure application programming interface (API), or identity management solution may become an invitation for cyberattacks. Amid the rise of artificial intelligence (AI) technology, it is possible for even inexperienced individuals to exploit such weaknesses in cloud systems. Cloud environments are designed for accessibility, a benefit that can be taken advantage of.

    “Unlike traditional software, AI systems can be manipulated through language and indirect instructions,” Lee Chong Ming wrote for Business Insider. “[AI expert Sander] Schulhoff said people with experience in both AI security and cybersecurity would know what to do if an AI model is tricked into generating malicious code.”

    At the same time that many businesses are migrating to cloud platforms and implementing cloud security features, they are adopting AI technology in order to accelerate workflows and other processes. These systems may have their advantages for certain industries, but their presence can create its own vulnerabilities. Addressing the shortcomings of cloud systems and AI at the same time compounds the security challenges of today.
    Go to Full Article


  • Google Brings Chrome to ARM Linux: A Long-Awaited Step for Modern Linux Devices
    by George Whittaker
    Google has officially announced that Chrome is coming to ARM64 Linux systems, marking a major milestone for both the Linux and ARM ecosystems. The native browser is expected to launch in Q2 2026, finally closing a long-standing gap for users running Linux on ARM-based hardware.

    For years, ARM Linux users have relied on Chromium builds or workarounds to access a Chrome-like experience. That’s about to change.
    Why This Announcement Matters
    Until now, Google Chrome on Linux was limited to x86_64 systems, leaving ARM-based devices without an official build.

    That meant users had to:

    Use Chromium instead of Chrome

    Run emulated versions of Chrome

    Miss out on proprietary features like sync, DRM support, and Google services

    With this new release, ARM Linux users will finally get the full Chrome experience, including seamless integration with Google’s ecosystem.
    What Users Can Expect
    The upcoming ARM64 version of Chrome will bring the same features users expect on other platforms:

    Google account sync (bookmarks, history, tabs)

    Access to the Chrome Web Store and extensions

    Built-in features like translation, autofill, and security protections

    Support for DRM services and media playback

    This brings ARM Linux closer to feature parity with macOS (ARM support since 2020) and Windows on ARM (since 2024).
    The Rise of ARM on Linux
    The timing of this move reflects a broader shift in computing. ARM-based hardware is rapidly gaining traction across:

    Laptops powered by Snapdragon and future ARM chips

    Developer boards like Raspberry Pi

    High-performance systems such as NVIDIA’s ARM-based AI desktops

    Google itself highlighted growing demand for Chrome on these systems, especially as ARM expands beyond mobile devices into mainstream computing.
    Partnerships and Deployment
    Google is also working with hardware vendors to streamline adoption. Notably, Chrome will be integrated into NVIDIA’s Linux-on-ARM DGX Spark systems, making installation easier for high-performance AI workstations.

    For general users, Chrome will be available for download directly from Google once released.
    Why This Took So Long
    Interestingly, this move comes years after Chrome was already available on ARM-based platforms like Apple Silicon Macs and Windows devices.
    Go to Full Article


  • CrackArmor Exposed: Critical Flaws in AppArmor Put Millions of Linux Systems at Risk
    by George Whittaker
    A newly disclosed set of vulnerabilities has sent shockwaves through the Linux security community. Dubbed “CrackArmor,” these flaws affect AppArmor, one of the most widely used security modules in Linux, potentially exposing millions of systems to serious compromise.

    Discovered by the Qualys Threat Research Unit, the vulnerabilities highlight a concerning reality: even core security mechanisms can harbor weaknesses that go unnoticed for years.
    What Is CrackArmor?
    “CrackArmor” refers to a group of nine critical vulnerabilities found in the Linux kernel’s AppArmor module. AppArmor is a mandatory access control (MAC) system designed to restrict what applications can do, helping contain attacks and enforce system policies.

    These flaws stem from a class of issues known as “confused deputy” vulnerabilities, where a lower-privileged user can trick trusted processes into performing actions on their behalf.
    Why These Vulnerabilities Are Serious
    The impact of CrackArmor is significant because it undermines one of Linux’s core security layers. Researchers found that attackers could:

    Escalate privileges to root from an unprivileged account

    Bypass AppArmor protections entirely

    Break container isolation, affecting Kubernetes and cloud workloads

    Execute arbitrary code in the kernel

    Trigger denial-of-service (DoS) conditions

    In some demonstrations, attackers were able to gain full root access in seconds under controlled conditions.
    How Widespread Is the Risk?
    The scope of the issue is massive. AppArmor is enabled by default in major distributions such as:

    Ubuntu

    Debian

    SUSE

    Because of this, researchers estimate that over 12.6 million Linux systems could be affected.

    These systems span:

    Enterprise servers

    Cloud infrastructure

    Containers and Kubernetes clusters

    IoT and edge devices

    This widespread deployment significantly amplifies the potential impact.
    A Long-Standing Problem
    One of the most concerning aspects of CrackArmor is how long the vulnerabilities have existed. According to researchers, the flaws date back to around 2017 (Linux kernel 4.11) and remained undiscovered in production environments for years.

    This long exposure window increases the risk that similar weaknesses may exist elsewhere in critical system components.
    Go to Full Article


  • Intel Expands Linux Graphics Team to Boost Drivers and Gaming Support
    by George Whittaker
    Intel is once again investing in Linux development. The company has recently posted several job openings aimed at strengthening its Linux graphics driver and GPU software teams, signaling continued interest in improving Intel hardware support on the open-source platform.

    For Linux users, especially gamers and developers, this could mean faster improvements to Intel’s graphics stack and stronger support for modern workloads.
    New Roles Focused on Linux Graphics
    Intel has listed multiple GPU Software Development Engineer positions, many of which specifically focus on Linux graphics technologies. These roles involve working on the full graphics stack, including firmware, kernel drivers, and user-space components used by applications and games.

    The responsibilities for these positions include:

    Developing and optimizing Intel GPU drivers for Linux

    Improving the Linux graphics stack, including kernel DRM drivers and Mesa components

    Working with graphics APIs and tools used by modern applications

    Ensuring compatibility across desktop, workstation, and data-center hardware

    The job listings also emphasize experience with C/C++ development and the Linux kernel graphics ecosystem, highlighting the technical depth required for these roles.
    Linux Gaming Is Part of the Plan
    One of the more notable details from the job postings is the mention of Linux gaming technologies such as Wine and Proton. These compatibility layers allow Windows games to run on Linux, making them central to platforms like SteamOS and the Steam Deck.

    Intel’s focus on these tools suggests the company wants its GPUs to perform well not just in enterprise workloads but also in gaming environments. That aligns with the growing popularity of Linux gaming driven by:

    Valve’s Proton compatibility layer

    Vulkan-based graphics APIs

    The success of devices like the Steam Deck
    Beyond Gaming: HPC and Data Center Work
    While gaming support is part of the focus, the hiring effort isn’t limited to consumer graphics. Intel is also recruiting engineers for areas such as:

    High-performance computing (HPC)

    AI and machine-learning workloads

    Middleware development for supercomputing systems

    Cloud and data-center GPU optimization

    These roles indicate Intel’s broader strategy to strengthen Linux across multiple sectors, from desktops and laptops to supercomputers and cloud infrastructure.
    Go to Full Article


  • AerynOS 2026.02 Alpha Released: Advancing a Modern Atomic Linux Vision
    by George Whittaker
    The developers behind AerynOS have released AerynOS 2026.02 Alpha, the latest development snapshot of the independent Linux distribution previously known as Serpent OS. This new release continues the project’s rapid evolution, bringing updated packages, improved build tools, and new installation options while the system remains in an early testing stage.

    Although still labeled as an alpha-quality release, the new ISO gives enthusiasts and developers a chance to explore the direction AerynOS is taking as it builds a modern Linux platform from scratch.
    A Modern Atomic Approach
    AerynOS aims to rethink how Linux distributions handle updates and package management. The project focuses on atomic-style updates, meaning system changes are applied as a complete transaction rather than individual package installs. This approach helps reduce the risk of partially completed updates leaving a system in a broken state.

    Unlike some atomic distributions, however, AerynOS does not rely on an immutable filesystem, allowing users to retain flexibility and customization while still benefiting from safer update behavior.
    Updated Desktop Environments
    The 2026.02 alpha release ships with several modern desktop environment options:

    GNOME 49.4 as the default desktop

    COSMIC 1.0.8, System76’s emerging desktop environment

    KDE Plasma 6.6.1 available as an alternative session

    These updates provide users with multiple modern desktop choices while ensuring compatibility with the latest frameworks and desktop technologies.
    New Core Software and Components
    AerynOS 2026.02 also brings a large batch of software updates across the system stack. Some of the notable versions included in the release are:

    Linux kernel 6.18.15 LTS

    Firefox 148

    PipeWire 1.6

    Wine 11.3

    Waybar 0.15

    Mesa/Nesa graphics drivers 26.x

    Together, these updates ensure that the development snapshot reflects a modern Linux software ecosystem while improving compatibility with newer hardware.
    Improved Development Tooling
    A significant portion of the February development cycle focused on improving the distribution’s internal tooling:

    Moss, the package manager, has been optimized for faster performance.

    Boulder, the package build system, now automates more recipe creation and version handling.
    Go to Full Article


  • Armbian 26.02 Arrives with Linux 6.18 LTS and Expanded Board Support
    by George Whittaker
    The Armbian project has released Armbian 26.02, the latest update to the lightweight Linux distribution designed specifically for ARM and RISC-V single-board computers (SBCs). Known for its stability and hardware optimization, Armbian continues to evolve with improved hardware support, new desktop options, and updated core components in this release.
    A Linux Distribution Tailored for SBCs
    Armbian is built on top of Debian or Ubuntu, providing optimized system images for single-board computers such as Orange Pi, Banana Pi, and ODROID devices. The project focuses on stability, performance, and long-term maintenance for embedded and development boards.

    With the 26.02 release, the developers continue that mission by refining support for modern hardware platforms and improving the overall software stack.
    Powered by Linux 6.18 LTS
    One of the biggest upgrades in Armbian 26.02 is the transition to Linux kernel 6.18 LTS, which brings improved driver support, performance enhancements, and better compatibility for newer SBC hardware.

    The newer kernel helps ensure that Armbian remains compatible with evolving chipsets while maintaining stability across its supported devices.
    New Board Support
    This release expands Armbian’s hardware ecosystem with support for several new boards, including:

    SpacemiT MusePi Pro

    Radxa Rock 4D

    Orange Pi RV2

    ODROID M2

    These additions reflect Armbian’s ongoing focus on supporting emerging ARM and RISC-V development boards used by hobbyists, developers, and embedded system builders.
    Desktop Improvements
    Armbian 26.02 also introduces expanded desktop options:

    RISC-V XFCE desktop images for supported RISC-V systems

    Restored KDE Neon desktop builds

    Updated desktop targets based on Ubuntu 24.04 LTS

    These changes give users more flexibility when choosing between lightweight environments or more full-featured desktop setups.
    Enhancements to Armbian Tools
    The Armbian ecosystem itself has also received improvements. The Armbian Imager utility, used to flash OS images to SBC storage devices, now features:

    Faster image decompression

    Code signing for improved security on macOS and Windows

    AI-assisted translation support

    A new settings panel with additional developer options
    Go to Full Article


  • Linux 7.0 Is Coming: What to Expect from the Next Major Kernel Release
    by George Whittaker
    Excitement in the open-source world is rising as the Linux kernel project moves toward the next major release: Linux kernel 7.0. While a major version number might sound like a dramatic overhaul, the reality is a lot more steady progress, and that’s part of what makes the Linux kernel so reliable and trusted. The first release candidate (RC1) for Linux 7.0 has already been published, and developers are entering the final stretch toward a stable release expected around mid-April 2026.
    An Evolution, Not a Revolution
    Linus Torvalds, the creator and lead maintainer of the Linux kernel, officially confirmed that the next version after Linux 6.19 will be dubbed Linux 7.0. In the announcement, he made clear that the jump to “7.0” isn’t tied to any monumental architectural upheaval, it’s a practical naming decision made partly to keep version numbers manageable.

    That tradition continues a long-standing pattern: kernel series are often numbered until they reach higher minor versions (like 6.19), and then the major number increments, even if the changes are incremental and largely additive rather than breaking.
    Inside the 7.0 Development Cycle
    The Linux 7.0 cycle opened with the merge window, during which new code from contributors around the world is accepted. With the release candidate phase now underway, the focus has turned toward stabilization and testing.

    The 7.0-rc1 announcement notes that this cycle saw a “smooth” merge window with relatively few major boot failures reported on the lead developer’s own test machines, a good sign for the kernel’s broad hardware support.
    Expected Improvements
    While the final changelog for the stable 7.0 kernel will only be known when it ships, several themes stand out from early previews and reporting:
    1. Broad Hardware Enablement
    Driver updates make up a significant portion of the changes so far, helping Linux support the latest CPUs and SoCs from vendors like Intel, AMD, and Qualcomm. Early testing indicates enablement for new families such as Intel Nova Lake and AMD Zen 6, which will be important for next-generation laptops, desktops, and servers.
    2. Performance and Responsiveness
    Kernel maintainers and community reports suggest that performance improvements are part of the 7.0 trend. Although specifics are still emerging, the kernel’s scheduler and memory management subsystems tend to see ongoing optimization as workloads diversify.
    Go to Full Article


  • Gentoo Charts a New Path: Moving Away from GitHub Toward Codeberg
    by George Whittaker Introduction
    The Gentoo Linux project has begun transitioning parts of its infrastructure away from GitHub and toward Codeberg, a Git hosting platform built on open-source principles. The move reflects growing concerns within parts of the open-source community about centralized hosting, proprietary AI integrations, and long-term platform independence.

    While Gentoo has used GitHub for collaboration and code hosting in recent years, maintainers are now signaling a preference for a platform that aligns more closely with their philosophical roots.
    Why the Shift?
    One of the underlying motivations behind the move involves concerns around Microsoft’s expanding integration of AI tools like Copilot into GitHub’s ecosystem. While Copilot is optional and not mandatory for users, its presence has sparked debate within open-source communities about:

    Code usage for AI model training

    Transparency around data handling

    Vendor control over open-source workflows

    The long-term independence of community projects

    Gentoo, a distribution known for its strong emphasis on freedom, customization, and user control, appears to be taking a cautious approach by diversifying its infrastructure.
    Why Codeberg?
    Codeberg is a community-driven Git hosting service powered by Forgejo, a fully open-source Git platform. Unlike GitHub, Codeberg operates as a non-profit organization and positions itself as an ethical alternative focused on transparency and sustainability.

    Key characteristics include:

    Open-source infrastructure

    No proprietary AI tooling baked into the platform

    Community governance model

    Emphasis on privacy and minimal tracking

    For a project like Gentoo, deeply rooted in open-source philosophy, these factors carry weight.
    What This Means for Gentoo Users
    For end users, the transition may not immediately change how Gentoo is installed or maintained. However, it could affect:

    Where source code repositories are officially hosted

    Where developers submit patches and pull requests

    Contribution workflows for maintainers

    Over time, the move could also reduce dependency on large corporate platforms, ensuring Gentoo retains autonomy over its infrastructure.
    A Broader Trend in Open Source
    Gentoo is not alone in reassessing its hosting platforms. Across the open-source world, projects have increasingly explored alternatives such as:

    Codeberg

    SourceHut

    Self-hosted Git solutions
    Go to Full Article


  • AsteroidOS 2.0 Launches: A Community-Driven Linux Revival for Smartwatches
    by George Whittaker
    The open-source wearable ecosystem just received a major upgrade. AsteroidOS 2.0 has officially been released, bringing new life to Linux-based smartwatches and giving aging hardware a fresh purpose. Built by a passionate community of developers, AsteroidOS continues to push the idea that wearable technology can remain open, customizable, and free from vendor lock-in.

    For users who prefer control over their devices, and for those with older smartwatches gathering dust, AsteroidOS 2.0 represents a compelling alternative to proprietary smartwatch platforms.
    What Is AsteroidOS?
    AsteroidOS is an open-source operating system designed specifically for smartwatches. Originally developed as a replacement for discontinued or unsupported Android Wear devices, the project has grown into a full Linux-based wearable platform.

    Unlike closed smartwatch systems, AsteroidOS emphasizes:

    Privacy-first design

    Minimal background tracking

    Full user control

    Community-driven development

    It runs on supported legacy devices and allows users to repurpose smartwatches that manufacturers have long abandoned.
    What’s New in AsteroidOS 2.0
    Version 2.0 is one of the most significant updates in the project’s history. While the philosophy remains the same, this release introduces meaningful improvements across usability, performance, and compatibility.
    Modernized Interface
    AsteroidOS 2.0 brings a refreshed UI that feels smoother and more intuitive. Navigation between apps and watch faces is more fluid, and animations have been optimized for improved responsiveness on older hardware.
    Improved Power Management
    Battery life is critical on wearables. The new release refines power-saving behaviors and background process handling, helping extend usage time between charges, especially important for devices with aging batteries.
    Enhanced Bluetooth Connectivity
    Connectivity improvements allow more reliable pairing with companion apps, notifications, and syncing features. Stability and compatibility with modern smartphones have been strengthened.
    Updated Core Stack
    Under the hood, AsteroidOS 2.0 ships with updated components from the Linux ecosystem, ensuring better hardware compatibility and security fixes.
    Go to Full Article


  • LibreOffice 26.2 Arrives: Faster Performance, Sharper UI, and Better Compatibility
    by George Whittaker
    The Document Foundation has officially released LibreOffice 26.2, the latest major update to the widely used open-source office suite. With improvements spanning performance, user interface refinements, document compatibility, and accessibility, this version continues LibreOffice’s mission to provide a powerful, community-driven alternative to proprietary office software.

    LibreOffice 26.2 is available for Linux, Windows, and macOS, offering consistent functionality across platforms while keeping full control in the hands of users.
    What’s New in LibreOffice 26.2
    While LibreOffice updates often focus on incremental refinement rather than radical redesign, version 26.2 introduces several meaningful enhancements that improve daily workflows.
    Improved Performance and Stability
    Performance remains a priority. LibreOffice 26.2 includes:

    Faster document loading, especially for large spreadsheets and presentations

    Reduced memory usage in complex Calc files

    Improved stability when handling heavily formatted documents

    These optimizations make the suite feel more responsive across both modern systems and older hardware.
    Enhanced Microsoft Office Compatibility
    Compatibility continues to improve with each release. LibreOffice 26.2 delivers:

    More accurate rendering of DOCX, XLSX, and PPTX files

    Better support for advanced formatting and tracked changes

    Improved handling of embedded objects and charts

    For users collaborating with Microsoft Office users, these refinements reduce formatting surprises and make document exchange smoother.
    Refined User Interface
    LibreOffice 26.2 builds upon its modern UI framework with:

    Polished icon themes and improved scaling on high-resolution displays

    Better dark mode integration across platforms

    Smoother transitions in NotebookBar layouts

    Improved accessibility for keyboard navigation and screen readers

    The result is a cleaner, more cohesive experience without disrupting long-time users.
    Writer Improvements
    LibreOffice Writer gains several practical enhancements:

    More reliable footnote and endnote management

    Improved table formatting controls

    Expanded language and grammar tool integration

    These updates benefit users creating academic papers, reports, and long-form documents.
    Calc Enhancements
    Spreadsheet users will notice:
    Go to Full Article


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