Bonum Certa Men Certa

Links 16/06/2022: Mesa 22.1.2 and GNOME Takes Microsoft Money



  • GNU/Linux

    • Audiocasts/Shows

    • Kernel Space

      • The Next PlatformMeta Platforms Hacks CXL Memory Tier Into Linux

        We have been excited about the possibilities of adding tiers of memory to systems, particularly persistent memories that are less expensive than DRAM but offer similar-enough performance and functionality to be useful.

        In particular, we have been strong advocates for disaggregating DRAM memory from the CPUs that make use of it and for the creation tiers of pooled memory that are shared by many systems, thus driving massive memory capacity expansion and the kind of utilization that has been common in storage area networks in the enterprise datacenter for decades now.

        But prying apart the memory hierarchy and jamming in some new hardware doesn’t magically enable that new tier – or tiers – to be immediately useful. Very clever systems software has to be created transparently make use of that new memory. We say transparent – and that is a good word for it, as hyperscaler Meta Platforms and its Facebook social network division knows full well – because in order for this new, disaggregated memory to be accepted, it cannot mean that applications have to be rewritten to exploit the new memory technology and tier. This all has to happen under the skins and within the operating system kernel – in this case, the Linux kernel – because even a hyperscaler like Facebook, with legions of PhDs working as software engineers, cannot afford to go back and rewrite – and debug – its entire stack of code.

    • Graphics Stack

      • Free Desktop[ANNOUNCE] mesa 22.1.2
        Hi list,
        
        

        I'd like to announce Mesa 22.1.2 is now available, after a short delay to bisect a regression. That's been fixed, and now we have a release! There's a lot of zink here, thanks to Mike for help with manually backporting parts of it! We've als got a bunch of fixes for panfrost, and some for intel, radeon, llvmpip, dzn, broadcom, nir, core gallium, the va state tracker, and freedreno.

        Cheers, Dylan
    • Applications

      • Its FOSS9 Best Matrix Clients for Decentralized Messaging

        Matrix is an open network standard tailored for secure decentralized real-time communication.

        It is published and maintained by a non-profit, Matrix.org Foundation. They aim to create an open, independent, and evolving communication platform.

        If an application supports the Matrix protocol, you can consider it a Matrix client.

    • Instructionals/Technical

      • LinuxOpSysHow to Give Root Privileges to a User in Linux

        The “root” super user is the king of users in Linux/Unix. Having root access grants full and unlimited access to the Linux box.

        The root or super user has full permission to read(r), write (w) and execute(x) any file. By default root user id is '0'.

        In this tutorial, I will show you how to allow root access to a user in a Linux system. Typically, root level access is used in system administration. So it is always a pain to give root access to other users. You need to be careful and should withdraw the access once the need to do so is over.

      • ByteXDInstall OpenRGB in Ubuntu/Debian-based Linux Distros - ByteXD

        The RGB lighting effects in PCs and their peripheral parts make the experience vivid and add aesthetics to the setup.

        The lighting feature is available in almost all components like keyboards, mice, fans, etc. Moreover, the hardware manufacturers provide their own software for controlling their RGB lighting systems.

        It is a positive thing, but there is a downside for Linux users. They do not create the software for Linux systems.

      • ByteXDHow to Install GNOME Themes - ByteXD

        Knowing how to install GNOME themes empowers you to customize the appearance of your Linux graphical user interface. It entails defining GNOME, knowing how it works, and installing themes step-by-step.

        By the end of this tutorial, you will not only know how to install themes but navigate the file explorer and change the shell, and icons look.

      • Install OTRS Ticketting System on Ubuntu 22.04 - kifarunix.com

        Knowing how to install GNOME themes empowers you to customize the appearance of your Linux graphical user interface. It entails defining GNOME, knowing how it

      • TechRepublicHow to install the Unbound DNS resolver on Ubuntu 22.04 | TechRepublic

        Unbound is a free and open-source recursive and validating DNS caching server, which uses DNS-over-TLS and DNS-over-HTTPS to encrypt connections. Unbound is much faster than Bind9 and can help to reduce the loading time of web pages and other calls that require DNS resolution. Unbound also supports DNSSEC validation, so it can serve as a trust anchor on your network.

        I want to show you how to install Unbound on Ubuntu 22.04. This can be installed on either Ubuntu Server or Desktop and you’ll gain significant DNS resolving speed over the default.

      • UbuntubuzzLibreOffice Calc: Create Data Entry Form

        Are you tired to do manual data entry into a spreadsheet? Would you like to make it easier with a form window? If you think this requires macros, no, it doesn’t require one. LibreOffice Calc can help you making data entry form instantly out of any table you have. Let’s create it now.

      • Ubuntu HandbookHow to Enable Top Panel on Multiple Monitors in Ubuntu 22.04 | UbuntuHandbook

        Have your Ubuntu PC connected with multiple monitors? Here’s how to enable the top bar in all the displays.

        In Ubuntu 22.04, you may easily enable the left Dock in all displays via System Settings ->Appearance -> Dock -> show on ‘All Displays’.

        However, due to GNOME’s design issue, the top panel only appears in the primary display. So I’m writing this tutorial that could help.

      • ByteXDInkscape Introductory Tutorial for Absolute Beginners - ByteXD

        When computers started to invade homes and work-place; and specifically, when people started using computers for generating art, something called raster graphics (the formal name for images with pixels) was the primary medium for working with visuals on computers; because of the discrete nature of computers (0’s and 1’s).

        But when vector graphics (no pixels) emerged, they were really like fire in bush, and became popular quickly, and in this article, we will discuss Inkscape, the oldest and most solid free and open-source vector graphics editor and creator out there.

      • ByteXDHow to Use Stroke to Path in Inkscape - ByteXD

        Paths are primary elements in constructing vector graphics. One can say that a path is a set of connected points (called nodes), yet another description is that a path is a general-shaped region enclosed with a boundary.

        The region is called the fill (some refer to it as the path itself); the stroke is a tiny strip along the path’s boundary that can be colored separately of the fill color.

      • ByteXDHow to Select Areas by Color in Inkscape - ByteXD

        Imagine this scenario: you are working on a large illustration of nature, but suddenly you thought that these pink flowers (which are really a lot, and they are scattered along the landscape) are better off being purple, yet selecting all of these flowers individually would be tedious, wouldn’t it?

        Here comes a great tool for selecting multiple objects (or paths), which satisfy a certain criterion, be it fill or stroke colors, stroke style or object type.

        In our example, the criterion would be the color of the fill, because all the flowers are already pink, so we will select them using that color.

      • ByteXDHow to Align Objects to Center of the Page in Inkscape - ByteXD

        The first time I was working with vector graphics, I encountered an obstacle.

        How could I possibly align two rectangles perfectly, given that the resolution is technically infinite? Well, it will be impossible to align any two objects by just eyeballing and adjusting the position based on what you see.

        But thanks to the Align and Distribute tool in Inkscape for offering not just unreachable precision, but also with no much time or effort, and this article will show how you can align object to the center of the page.

      • TechtownHow to Install RabbitMQ on Ubuntu 20.04 - Techtown

        Many times we have so many applications that require communication between them that it becomes heavy, slow, and difficult to manage them. That is why there are important applications like RabbitMQ that facilitate the process, making the matter much more bearable. Today, you will learn the process of installing RabbitMQ on Ubuntu 20.04.

      • Make Use OfHow to Install a Plugin In Vim

        Vim is a versatile, powerful, and lightweight command-line text editor that has proven to be indispensable over time.

        You can install Vim on Windows, macOS, Unix, and Linux. Actually, most Unix and Linux-based systems come with Vim by default. One of the best ways to extend Vim's functionality is via plugins, and here's how you can install plugins in Vim.

    • Games

      • LiliputingAnbernic RG353P is a retro gaming handheld that dual boots Android and Linux - Liliputing

        Handheld gaming company Anbernic’s latest device is a device with a retro design, a 3.5 inch, 640 x 480 pixel touchscreen IPS LCD display, and a 1.8 GHz Rockchip RK3566 quad-core ARM Cortex-A55 processor with Mali-G52 MP2 graphics.

        But perhaps the most unusual thing about the Anbernic RG353P is that it’s a dual-boot system that ships with both Android and Linux software. The RG353P goes up for pre-order June 18th, with prices starting at $130.

      • Make Use OfProton 7.0-3 Release Boosts Linux, Steam Deck Game Compatibility, but Will It Entice Gamers to Switch to Linux?

        Valve Software, the creator of the popular Steam PC gaming platform and hit titles like Half-Life and Portal, has announced the release of Proton 7.0-3, improving Linux compatibility with Windows games. The release will enhance the Steam Deck's compatibility with existing games.

        Proton 7.0-3 Makes More Games Linux-compatible

        The Proton 7.0-3 release brings a number of improvements, particularly in increasing the number of games that Proton can play. These include the classic adventure game, Beneath a Steel Sky (despite long having a native Linux port), as well as Age of Chivalry, Cities XXL, Star Wars Episode I Racer, and Warhammer: End Times, among others. A full listing of newly supported titles is available on Valve's GitHub changelog for Proton.

      • Conquer Your Daemons or Command Them — Total War: WARHAMMER III now available on Linux | Feral News

        Total War: WARHAMMER III, the cataclysmic conclusion to the sweeping WARHAMMER trilogy is now available for Linux!

        Four Ruinous Powers surge from the Realm of Chaos to engulf the world, over which two mighty kingdoms of mortals stand sentinel. Lead daemonic armies on their campaigns of Chaos, or defend the mortal realms from their relentless onslaught.

    • Desktop Environments/WMs

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Events

      • FSFFriday Free Software Directory on IRC: June 17 starting at 12:00 p.m. EDT/16:00 UTC

        Join the FSF and friends this Friday, June 17, from 12:00 p.m. to 3 p.m. EDT (16:00 to 19:00 UTC) to help improve the Free Software Directory.

      • CollaboraEmerging ideas at Open Source Summit North America

        Big events draw in an array of individuals to learn and connect, and the Open Source Summit North America is no exception. Offering a multitude of events and sessions, attendees will be immersed in all things open source.

        Taking place at the JW Marriott Austin in Texas, open source enthusiasts will have the chance to collaborate in person after two years of attending the conference virtually. Jam-packed with sessions to uncover from June 21 to 24, be sure to catch three talks by Collabora's very own.

        Highlighting the benefits of a people-first driven approach, People Lead Manager Dave Bevan will be giving two separate talks. The first will breakdown the importance bridging cultural distinctions and the second will showcase strategies to foster team spirit within a remote environment.

      • UbuntuOperator Day at Kubecon EU 2022 – recordings available! | Ubuntu

        The Operator Day at Kubecon EU 2022, hosted by Canonical, took place on Monday 16 May 2022. We thank everyone for attending the event. Our thanks go out especially to those who engaged with us via chat during the online event. We enjoyed answering questions and having conversations during the presentations. If you missed Operator Day, we have good news.

    • Web Browsers

      • curl --insecure

        WARNING: be sure you know what you’re doing! this is especially true to knowing what website you’re trying to access. It may be fine to ignore SSL warnings for a local dev environment on your laptop or for accessing internal URLs in your private infrastructure. But anything on the public Internet that gives you an SSL warning must be reviwed before you progress.

      • Daniel Stenbergcurl user survey 2022 analysis | daniel.haxx.se

        Once again I’ve collected the numbers, generated graphs, scratched my head and tried to understand what users mean and how to best use this treasure trove of user feedback.

        The curl user survey 2022 ran for two full weeks in the end of May. Here is the document with all the numbers, graphs and analysis from this year’s data.

        You will learn what protocols curl users use (HTTPS and HTTP), which TLS backend is the most popular (OpenSSL) and which the top platform is (Linux). And a lot more.

      • Mozilla

        • MozillaKids are growing up in a very online world. What’s a concerned parent to do?

          Technology is easy to blame for the mental health crisis that kids are facing. But according to experts, it’s not that simple.

          A rare public advisory from the U.S. surgeon general in December 2021 warned that young people are facing unprecedented challenges that have had a “devastating” effect on their mental health. These difficulties were already widespread before the pandemic started in 2020 — with up to 1 in 5 people in the U.S. ages 3 to 17 having a reported mental, emotional, developmental or behavioral disorder.

          We often attribute the crisis to technology, particularly social media. After all, young people today are spending much of their time glued to screens like no generation before them. One study conducted in 2021 found that teens spent 7.7 hours per day in front of screens for activities unrelated to school. But there is not a definitive correlation between mental health and social media use.

        • MozillaHacks Decoded: Bikes and Boomboxes with Samuel Aboagye [Ed: What does that have to do with the Web, with Mozilla, or with Firefox?]
  • Leftovers

    • Environment

      • Energy

        • One hand knows what the other hand does

          The Swedish gov’t is gonna contribute 6000 million SEK to people’s electricity bills. Probably a needed thing, short term, but:

          1. If even one fraction of the reason for them having to do that (the high electricity cost) is because of miners (driving the price up (even partially as one of many factors)), I’m salty about that.

    • AstroTurf/Lobbying/Politics

      • When some evangelicals worshipped the wrong guy

        The fact that Donald J. Trump fulfills a hundred of the biblical checkbox prophecies for being the antichrist, the interloper, the deceiver—that’s not a reason to become a literal believer in a book over your own eyes and heart. Apophenia can trip you up and people like Trump have existed through the ages.

        But it is a reason to call into question all these evangelicals falling at Trump’s feet. They are, once again, making it painfully clear that they don’t read their own book. They worship the one person their book told them to not worship, while they tread upon the people their lamb asked them to lift up and care for.

    • Internet/Gemini

      • Blogs, Authorship, and External Valdation

        I have been getting more and more into reading other peoples glogs, blogs, journals, whatever you want to call em. The small net as it turns out is a treasure trove of verbal people willing to sit down and write about things which interest them and novel thoughts on any degree of subjects. Its mind opening seeing different expectations each author has for their blog.

        Recently, a HUGE inspiration came to me from Nickspheres "Shouting into the void" where they explicitly expressed their own desires for their journal and what they want out of it. We diverge on many ideas but his contemplations helped open the floodgates to my own contemplations on what I actually want out of this.

      • Exploration

        While dealing with some tough moments and situations in the past few months, I've begun to explore the area. Some of the discoveries have become places of great sentimental value to me.

        I began personal therapy several weeks ago. Of course it would be inappropriate to discuss personal issues at my workplace, so I found a park close to my office that I can quickly drive to before session started. I've now attended the majority of my therapy sessions while sitting in my car at that park. As ar esult, that park has become a metaphorical place where I can speak my mind openly and frankly. I almost don't want to go back there under other circumstances.

      • Technological Dependence

        Many people, myself included, have grown too comfortable with the conveniences of modern technology. When was the last time you went on a road trip without reliance on realtime GPS? I recently did, and it was eye opening.



Recent Techrights' Posts

Rudeness and Vulgarity Won't Stop Journalism About Free Software
we seem to be on the right path
IBM Plans for Layoffs Becoming Clearer With "Employee Reviews"
Of course this impacts Red Hat as well
If You Don't Want "Linux" to Become "Windows", Then Follow GNU
GAFAM isn't a friend of Linux; it's only a user in the same sense clients are "users" of a brothel
This is What the Slop Bubble Popping Can Look Like
Maybe not an overnight collapse, but getting there gradually
More Confirmatory Rumours Regarding "Massive" Red Hat Layoffs
Ecosystem and sales said to be targeted
Office Meetings Are Most Useful to the Least Productive Workers
In my "office life" days I really didn't like meetings
 
Links 20/01/2026: "ChatGPT Health" (Latest Distraction From Being Insolvent) Flops and Raises Concerns, "The U.S. Military Faces a Reckoning on Greenland"
Links for the day
Readers Pleased With Layout Changes
Two days ago we began improving clarity and accessibility in the site
IBM is Outsourcing Red Hat's Fedora to Slop to 'Save Money'
If IBM cared about quality rather than alleged "cost savings" (cutting corners), it would assign more IBM staff to Fedora, but instead the exact opposite happened, with the likes of Cotton and Miller removed from the project
European Patent Office (EPO) Industrial Actions Formally Start in Two Hours
As per the latest (revised) action plan, today workers will slow down their work and limit patent grants
Microsoft Under Fresh Investigation by the Italian Competition Authority
In 2025 we kept a running tally of 30,000+ Microsoft layoffs, so 40k this year would not be unthinkable
The "Alicante Mafia" - Part VI - More Strikes Planned at the EPO, Starting This Month
Yesterday we said that friends of Berenguer or inside Berenguer's circle may have left
Gemini Links 20/01/2026: New Tea, Using a Roku at a Hotel, and "Voltage-Based Power Management for Any Raspberry Pi"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, January 19, 2026
IRC logs for Monday, January 19, 2026
Links 19/01/2026: National Broadcasters on World or Local Affairs Up to a Week Ago
Links for the day
Gemini Links 19/01/2026: Game Boy and "The Lounge" (IRC) for the Elderly
Links for the day
Slopfarms in Google News (at Least Three Today) With Fake 'Articles' About "Linux"
Google itself is trying to promote its own slop ("Overview") at the expense of original and credible sources
Links 19/01/2026: ChatGPT’s Defects and The Guardian on Why So-called "AI Companies Will Fail"
Links for the day
IBM Quiet About Its Plan for Red Hat Amid Accelerated Bluewashing
Something is going on at Red Hat
The "Alicante Mafia" - Part V - It Seems Like Some People Are Already Leaving "The Mafia"
they have a rough idea of what's coming
Microsoft Means War, Microsoft is on the Side of ICE
Microsoft, people-ready
Proprietary UNIX is What We'll Have If IBM Red Hat Gets Its Way
IBM Red Hat wants to control everything, even if that means killing everybody
Free Software in Times of Peace (and Times of War, Too)
GAFAM and IBM are war companies
Founder of GNU/Linux (RMS) Speaks in US University (College) This Week
The auditorium has very high capacity and this is his "college comeback" talk in the United States
LinuxSecurity and Linuxiac Are Still Slopfarms, Even Anthony Pell Does It
We suppose waiting another month or another year won't change a thing
Claim That the Board of Directors at IBM Isn't Happy With How the Company is Run
IBM tries to project an image of strength to the whole world, especially to its clients
Links 18/01/2026: Legal Trouble for xAI, Climate Concerns, Data Breaches and More
Links for the day
'Vibe Coding', Chatbots, and Other Bots (e.g. "Agents" Disguised as "Superintelligence") Aren't Saving You Time
False marketing, FOMO marketing tactics
Gemini Links 19/01/2026: Analog Cameras and Plucker in 2026, US Losing Acceptability in Europe
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, January 18, 2026
IRC logs for Sunday, January 18, 2026
Links 18/01/2026: The "Deepfake Porn Site Formerly Known as Twitter" and Turkey to Block Kids' Access to Social Control Media
Links for the day
Gemini Links 18/01/2026: Against English as Language of the Net, "Symposium of Destruction"
Links for the day
You Would Expect This Kind of Misleading Narrative Shortly Before Microsoft (or GAFAM) Mass Layoffs
misleading PR
FOSDEM 2026: democracy panel, GNOME & Sonny Piers modern slavery experiment
Reprinted with permission from Daniel Pocock
Pump-and-Dump With IBM Shares, Courtesy of People Who Stand to Gain From the 'Pump'
"3 Reasons to Buy IBM Stock Right Now"
IBM: Spying on Staff Like Never Before and Implementing Silent Layoffs This Month, Say Insiders
what we heard from whistleblowers seems to corroborate
'Cancel Culture' Doesn't Work (in the Long Run)
Despite all the attacks, I'm enjoying life, I'm keeping productive, and our audience continues to grow
IBM is Not a Free Software Company (It Never Was)
Red Hat's main product, RHEL, is full of secret sauce and has 'secret recipes' (it is basically proprietary)
IBM Turning Up the 'RTO' (Stress) and 'PIP' (Fear) Heat on Workers, Rebellion May be Brewing
Sometimes it feels like today's executives at IBM view IBM workers as a liability
Links 18/01/2026: Indonesia Against Comedy, Media-Hostile (Censors Comedians) Convicted Felon in White House Defecting to Opponents of NATO
Links for the day
GNU/Linux Still up (statCounter Says to 6%) in Bosnia And Herzegovina
Let's see where it is at year's end
Making Layout Changes
Feedback can be sent to us
Behind an Economy of Fake 'Worths' and Fictional 'Valuations' or 'Market Caps'
They normalise white-collar crime and say "everyone is doing it!"
Links 18/01/2026: "South Africa is Running Out of Software Developers", Companies Spooked to Find Slop is a Major Liability
Links for the day
Eventually the Joke (and Financial Fraud) is on Microsoft, Stigmatised for Slop
Is Microsoft trying to commit suicide?
GNU/Linux Leaps to All-time Highs in Virgin Islands
it seems to have started around the "end of 10"
Place Your Bets: Who Will Die First? Microsoft or IBM?
Not even joking; make a guess
Making and Keeping the Sites Accessible
Sometimes less does mean "more" (or "MOAR")
The "Alicante Mafia" - Part IV - How Europe's Largest Patent Office Recruited Drug Addicts, Antisemites, and People Who Absolutely Cannot Do the Job (But Know the 'Right' People)
To better overlap industrial actions we might delay/postpone/pause this series for a bit
Restoring Professional Pride in the Tech Sector
Rejecting slop isn't being a Luddite
Benefiting by Adding Presence in Geminispace
As the Web gets worse, not limited to bloat as a factor, people seek alternatives
Google News Recently Started Syndicating Another Slopfarm, Linuxiac
Even if Google is aware that there is slop there, it's hard to believe that Google will mind
Slop Bubble "Is Worse Than The Dot Com Bubble"
Edward Zitron Says It like it is
Software Patents and USMCA (or NAFTA)
We recently pondered going back to issuing 2-3 articles per day about patents and common issues with them
IBM Sued Over PIPs
PIPs are "performance improvement plans"
Sites With "Linux" in Their Name That Are in Effect Slopfarms and Issue Fake Articles
We try to name some of the prolific culprits
Gemini Links 18/01/2026: Raising Notifications From Terminal and Environmental Sanity
Links for the day
IRC Proceedings: Saturday, January 17, 2026
IRC logs for Saturday, January 17, 2026
Over at Tux Machines...
GNU/Linux news for the past day