Bonum Certa Men Certa

Links 23/3/2022: GNOME 42 and Alpine 3.15.2



  • GNU/Linux

    • Desktop/Laptop

    • Kernel Space

      • TediumAsahi Linux: The Individual User’s Stake in an Apple Silicon World

        Over the weekend, something really awesome happened. An official distro of Linux came to Apple Silicon. And honestly, it’s extremely impressive, a joy to use (even if there are a whole bunch of gaps in the production, a number of to-come features that will limit its usefulness for the time being), and … honestly, everything that MacOS is not. It’s inspiring, and reflects a culture in which people are willing to try new things, and in which they succeed at trying out those new things just because there was enough public support for it. It’s arguable that in a technology world full of exciting things, you don’t get much more exciting than Asahi Linux—all the more exciting when you consider that its install process is surprisingly painless. In honor of its release, today’s Tedium culls together some thoughts on Linux and ARM, two great things that taste great together (as long as the fragmentation is kept in check).

      • LWNLinux 5.16.17
        I'm announcing the release of the 5.16.17 kernel.
        
        

        All users of the 5.16 kernel series must upgrade.

        The updated 5.16.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.16.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-s...

        thanks,

        greg k-h
      • LWNLinux 5.15.31
      • LWNLinux 5.10.108
      • LWNLinux 5.4.187
      • LWNLinux 4.19.236
      • LWNLinux 4.14.273
      • LWNLinux 4.9.308
      • Linux: Efficiency and Performance from Kernel Customizations | Formtek Blog

        Extended Berkeley Packet Filter (eBPF) is a virtual machine running inside the operating system kernel. Using eBPF, you can safely load programs into the kernel to customize kernel behavior. Historically, because the kernel is vital for security and stability, it changed very slowly to maintain integrity. eBPF enables easy kernel customizability which can be useful for a wide range of applications. Often kernel changes can introduce significant efficiency and performance gains.

        Alexei Starovoitov, developer at Facebook, said that “eBPF is a revolutionary technology that allows us to modify operating system behavior in real time without risky or expensive kernel code changes. It’s had a remarkable impact on our ability to iterate quickly on everything from networking to security to containerization.”

    • Instructionals/Technical

      • DEV CommunityHow Do I Resolve Merge Conflicts?

        I don’t think I’m alone in saying this; early in my career, merge conflicts were the bane of my existence (particularly in 2019). I graduated from a coding boot camp in 2018, and during that time, if I ever experienced a git issue that I didn’t know how to fix, I would create a new repository and start over. In 2019, I started working as a software engineer with a team of other software engineers, so I couldn’t create new repositories to avoid this inconvenience. I had to face my fears and fix merge conflicts. No exaggeration; the experience would bring me to tears. See the screenshot below of me making a self-deprecating joke about mishandling merge conflicts on July 14, 2019.

      • ID RootHow To Install Stremio on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install Stremio on Ubuntu 20.04 LTS. For those of you who didn’t know, Stremio is a free and open-source modern media center that’s a one-stop solution for your video entertainment. Using Stremio, you can follow your favorite YouTube channel, stream over 300 live TV channels, and even buy or rent media from official sources like Netflix, Amazon, and Google Play. Stremio provides support on Linux, Windows, macOS, Android, and iOS too.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Stremio on Ubuntu 20.04 (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.

      • How to Use CDC to Optimize Your ELT Process

        For every update within the source database, you may need a reflection of the change. The associated resource like the search index should reflect the changes too. It is critical, especially to relational databases like MySQL, Oracle, PostgreSQL, etc.

        SQL Change Data Capture, Oracle CDC, and others cut dual writes. They also update resources accurately and simultaneously.

        There is no need to copy the entire database for analytics with CDC. You only need to track and capture the changes within the source and destination targets. The changes include “update,” “insert,” and “delete” events. They are replicated in other systems relying on similar data.

      • Make Use OfHow to Fix "A Network Change Was Detected" Error on Linux

        We've reached a point where many of the browsers you're likely to use on Linux are ultimately based on Chromium, and there's a common error afflicting these browsers.

      • TechRepublicHow to install the open-source TaskCafe project management system | TechRepublic

        Solid project management can make a workflow far more efficient and effective. But in order to manage projects, you need software to help you out. You can certainly attempt to manage those projects with a spreadsheet or Google Document, but as they start to scale, you’ll find those tools fall very short.

        That’s why you turn to project management software. When you start looking for such a platform, you’ll find an abundance of titles and services available. Some of those project management tools are found in third-party services that are hosted outside of your company’s data center. For some companies and projects, that’s a fine solution. But what if some of your projects are of a more sensitive nature and you don’t want to chance someone gaining access to view your kanban boards or Gantt Charts? If that sounds like a concern of yours, then you should consider installing a project management tool in your data center.

      • Linux.orgOptimizing Linux | Linux.org

        Most Linux systems run well since Linux is not an intensive Operating System (OS) as others.For some systems though, the system may not be optimized to provide great performance.

        The performance can depend on how the system is being used. Two identical systems can show different speeds depending on how that system is being used. Performance enhancements can be changed to remedy how the resources are used by the system.

      • Ubuntu HandbookHow to Install The Latest KeePassXC 2.7.0 in Ubuntu 22.04 via PPA

        This tutorial shows how to install the latest version of KeePassXC password manager (v2.7 so far) and keep it up-to-date via the official PPA in Ubuntu 22.04 LTS.

        The popular KeePassXC password manager released version 2.7.0 few days ago with many exciting new features. Here’s are some of them according to the release note:

    • Games

      • GamingOnLinuxA quick look at 2022 7DRL Challenge games | GamingOnLinux

        The 7 Day Roguelike Challenge was earlier this month with over 200 games submitted. I've spent the past week and half playing various games and I've also seen some streamed. That still means I've tried only a small number of games and Game Jams tend to lead to more experimental games.

      • Godot EngineGodot Engine - Maintenance release: Godot 3.4.4

        In parallel to our work on the upcoming feature releases Godot 3.5 (with a second beta) and 4.0 (now at alpha 4!), we backport important fixes to the stable 3.4 branch for use in production.

        Last month's 3.4.3 release was found to have a few regressions that could affect a lot of users, so we've been working on a bugfix-only release to solve those issues and a few other pre-existing issues. All users are advised to upgrade to Godot 3.4.4 for the best possible experience.

      • GamingOnLinuxWonderful life sim The Garden Path gets a new trailer | GamingOnLinux

        During The MIX 10th Anniversary Showcase, gorgeous gardening life sim The Garden Path got a new trailer.

        "The Garden Path explores the quiet moments of a life well lived, where your garden will grow to reflect both the passing of time and your own design. Time here runs in concert with the real world, and the passing of seasons heralds new encounters and a new story to weave. Above all, The Garden Path is a life sim that celebrates the tranquil and the pensive, a tucked-away place to shape and grow as you like."

      • GamingOnLinuxLightweight Linux distro Lakka for retro gaming version 4.0 out now | GamingOnLinux

        Lakka, a lightweight Linux distribution that transforms various small computers into a full blown retrogaming console has a new release out now. With support for various models Raspberry Pi, Odroid, Anbernic, Allwinner and more — maybe that little device you've got laying around somewhere can be transformed with Lakka.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • Its FOSSClear Linux is the First Distro to Offer GNOME 42 - It's FOSS News

          Clear Linux is an open-source rolling-release distribution tailored for developers working with the Cloud and Edge.

          If you did not know, Clear Linux is a project by Intel to offer a fast-performing environment to work with containers while optimized for Intel processors.

        • GamingOnLinuxGNOME 42 released with the new global dark-style preference | GamingOnLinux

          GNOME 42 has rolled out officially today with a bunch of new features, fixes and enhancements to make your Linux desktop experience even better.

          One of the major new highlight features is the addition of a global dark UI style preference. You can use this to tell various applications to use a dark theme, if they support it. You can find it in the new Appearance panel in the Settings app.

          There's also a renewed screenshot feature that allows both pictures and video recordings under the same roof. Many GNOME apps have also been upgraded to use GTK 4 and libadwaita, the next-generation tech bringing "better performance, a new modern UI style, and new user interface elements". The Settings app going through the biggest change here with a whole new look and feel. You will also find a new text editor, a new console app, RDP support and various performance improvements.

        • 9to5LinuxGNOME 42 Desktop Environment Is Out with New Screenshot UI, GTK4 Apps, and Dark Mode

          After six months of development, GNOME 42 is here and it’s packed with some cool new features and enhancements for fans of the GNOME desktop environment. The biggest change in this major release is the porting of almost all default GNOME apps to the latest GTK4 toolkit and the libadwaita 1.0 library for a more modern look and faster performance.

          Earlier this year, I took an in-depth look at some of the new GTK4 apps that will be included in GNOME 42, and I was really impressed by the modern new look of these GTK4 apps.

        • OMG UbuntuGNOME 42 Released, This is What's New - OMG! Ubuntu!

          The GNOME project today released GNOME 42, the latest version of its open source desktop environment.

          New features, UI tweaks, and performance gains are a staple part of every new GNOME desktop update, but none more so than here, in GNOME 42.

          GNOME 42 source code is available to download from the GNOME website from today.

          However, most Linux users will want to wait for their distro maintainers to package it up and push it out to them. Don’t want to wait? You can use the GNOME OS image in the Boxes virtual machine app.

        • Its FOSSGNOME 42 is Here With Dark Mode, New Screenshot UI, and More Exciting Features - It's FOSS News

          GNOME 42 is a major upgrade with noticeable visual changes.

          With GNOME 42, you get many essential improvements and much-needed upgrades. Now that it’s here, let us check out some of the key highlights.

        • LinuxiacGNOME 42 Released: A Look at What's Changed

          The much-needed GNOME 42 rework brings native dark mode, great UI with nice libadwaita touch, and GTK4 performance boost.

          Another six months of development later, and the long-awaited GNOME 42 is out with plenty of enhancements for GNOME desktop fans. GNOME 42, like GNOME 41, does not include significant changes to desktop layouts.

        • LWNGNOME 42 released [LWN.net]

          Version 42 of the GNOME desktop environment is out.

        • GNOME Release Notes

          A new global dark UI style preference has arrived in GNOME for version 42. This can be used to request that apps use a dark UI style instead of light. The new setting can be found in the new Appearance panel in the Settings app, and is followed by most GNOME apps.

          All of GNOME’s wallpapers support the dark style preference, so that switching to dark style also switches to a darker wallpaper style.

          Under the hood, the new dark style makes it possible for apps to provide their own style settings that are independent of the system style preference. This makes it possible to switch individual apps to dark or light, if you prefer to use them that way.

    • Distributions

      • New Releases

      • Screenshots/Screencasts

      • SUSE/OpenSUSE

        • SUSE's Corporate BlogSpeedscale for SUSE Rancher: accelerate cloud native application testing

          Running Kubernetes at scale is really hard. Developing microservices apps that run well in a Kubernetes environment takes complexity to the next level. SUSE Rancher makes Kubernetes easier to use with a point and click web interface that simplifies the process of scaling out and managing workloads across all of your clusters – from core to cloud to edge. Combining Speedscale with SUSE Rancher gives development teams visibility into microservices to help them improve service performance and quality. By implementing traffic replay as part of continuous integration, development teams can release with confidence.

          Traditional approaches to software testing are not keeping up with the trend of “continuous everything.” According to a recent GitLab survey of developers, testing was the slowest phase of application development. This causes a gap where code is ready to be delivered to production, but teams must slow these releases with canary deployments and feature flags to ensure new changes don’t break production.

      • IBM/Red Hat/Fedora

        • Red Hat OfficialApache Kafka: 10 essential terms and concepts explained

          Apache Kafka has proven to be an extremely popular event streaming platform, with the project reporting more than 60% of Fortune 100 companies using it today. Developed by the Apache Software Foundation in 2011, Apache Kafka is an open source software platform that can publish, subscribe to, store, and process streams of records in real time.

          But what even is an event streaming platform? Heck, what do half the things in Kafka mean?

          The concepts of Kafka producers, consumers, topics, partitions, and so on can be hard to grasp for newcomers to Kafka. So if you find yourself scratching your head at anything Kafka related, this is the right article for you.

        • Red Hat OfficialMeet your learning goals with new personalized skills paths

          With skill set and talent gaps ranked as the top barrier to digital transformation in Red Hat’s 2022 Global Tech Outlook Survey, organizations have ranked "technical skills training" and "people and process skills training" among their top non-technical funding priorities. For both organizations and individuals, options for training abound, and it can be hard to identify exactly where to start.

    • Devices/Embedded

      • Mobile Systems/Mobile Applications

        • CNX SoftwareMecool KD3 Android 11 TV HDMI dongle supports 4K Netflix, Prime Video - CNX Software

          We noted some Android TV dongles with Amlogic S905Y4 Cortex-A35 processor in January 2021, and one of the first Amlogic S905Y4 devices available in this form factor is the Mecool KD3 with a certified Android 11 TV operating system.

          The KD3 is equipped with 2GB RAM, 8GB storage, and the minimal design only offers only one HDMI 2.1 port and a Micro USB port used for power, and of course WiFi 5 and Bluetooth 5.0 connectivity.

        • Best PSP emulators
    • Free, Libre, and Open Source Software

      • Events

        • Ulrike Uhlig: Workshops about anger, saying NO, and mapping one’s capacities and desires

          For the second year in a row, I proposed some workshops at the feminist hackers assembly at the remote C3. I’m sharing them here because I believe they might be useful to others.

          [...]

          Based on discussions with a friend, whose company uses SWOT analysis (strengths—weaknesses—opportunities—threats) to regularly check in with their employees, and to allow employees to check in with themselves, I created a similar tool for myself which I thought would be nice to share with others. It’s a very simple self-reflection that can help map out what works well, what doesn’t work so well and where one wants to go in the future. I find it important to not use this tool narrow-mindedly only regarding work skills and expertise. Instead, I think it’s useful to also include soft skills, hobbies, non-work capacities and whatever else comes to mind in order to create a truer map.

      • Web Browsers

        • Mozilla

          • MozillaThe web is for everyone: Our vision for the evolution of the web

            Over the last two decades, the web has woven itself into the fabric of our lives. What began as a research project has become the world’s most important communication platform and an essential tool for billions of people.

            But despite its success — and sometimes because of it — the web has real problems. People are routinely spied on by advertisers and oppressive governments, often at the moments when the open web is most necessary. They find themselves disempowered by hostile sites, sluggish experiences, and overly-complex technologies. And much of the web remains out of reach for non-native English speakers and people with disabilities.

            Mozilla believes the web should be for everyone — open, empowering, and safe. In its best moments, the web exemplifies these values today. But too often the web today does not deliver on this promise. To that end, we’ve mapped out a detailed vision of the changes we want to see in the web over the next five years, and the work we believe is necessary to achieve them. This includes efforts on a number of fronts — deploying ubiquitous encryption, ending tracking, simpler and faster technologies, next-generation internationalization support and much more.

      • SaaS/Back End/Databases

      • Programming/Development

        • QtQt Creator 7 released

          We split up the New File or Project menu item into separate New File and New Project items. That also means a new shortcut for New Project.

          If you are using the Qt Online Installer, update notifications in Qt Creator now also include new minor Qt versions and patch releases to the latest available Qt version. You can configure this in Options > Environment > Updates.



Recent Techrights' Posts

99.99% Uptime in First Half of 2025
Since January there was only one noticeable outage
When People Call a Best/Close Friend of Bill Gates a "Serial Rapist"
Good thing that the Linux Foundation keeps the "Linux" trademark ("Linux Mark") clean
Microsoft Bankruptcy in Russia, Shutdown in Pakistan, What Next?
It seems possible that in 2025 alone Microsoft will have laid off over 50,000 workers
What Matters More Than "Market Share"
The goal is freedom, not "market share"
Credit Suisse collapse obfuscated Parreaux, Thiébaud & Partners scandal
Reprinted with permission from Daniel Pocock
UK Media Under Threat: Cannot Report on Data Breach, Cannot Report on Microsoft Staff Strangling Women
The story of super injunction (in the British media this week, years late)
 
Links 18/07/2025: Weather Events and Health Hazards
Links for the day
Microsoft's All-Time Low in Finland
Microsoft is in a freefall
Security: Shane Wegner & Debian statement of incompetence
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, July 17, 2025
IRC logs for Thursday, July 17, 2025
Gemini Links 17/07/2025: "Goodreads for Gemini" and Defence of "The Small Web"
Links for the day
Links 17/07/2025: Anger and Morale Issues at Microsoft, Wars and Conflicts Get Digital
Links for the day
CALEA / CALEA2 is the Real Problem, Not Chinese Operatives Exploiting CALEA / CALEA2 (as Any Other Nation Can)
CALEA / CALEA2 is more of a front door than a back door
Nils Torvalds and Anna "Mikke" Torvalds (née Törnqvis) Hopefully Use GNU/Linux by Now
"Torvalds Family Uses Windows, Not Linus’ Linux"
Attack of the Slopfarms
FUD-amplifying bots with slop images, slop text (LLM slop)
Not My Problem, I Don't Care
Context/inspiration: Martin Niemöller
Honest Journalism About the European Patent Office Ceased to Exist After SLAPPs and Bribes to the Media
The EPO is basically a Mafia
Life Became Simpler When I Stopped Driving and I Don't Miss Driving When I See "Modern" Cars
Gee, wonder why car sales have plummeted...
Why I Believe Brett Wilson LLP and Its Microsoft Clients Are All Toast
So far our legal strategy has worked perfectly
EPO Jobs Are Very Toxic and Bad for One's Health
Health first, not monopolies
Response to Ryo Suwito Regarding the Four Freedoms
the point of life isn't to make more money
Microsoft's Morale Circling Down the Drain
Or gutter, toilet etc.
Tech Used to be Fun. To Many of Us It's Still Fun.
You can just watch it from afar and make fun of it all
Links 17/07/2025: "Blog Identity Crisis" and Openwashing by Nvidia
Links for the day
Greffiers and the US Attorney of the Serial Strangler From Microsoft
The lawsuit can help expose extensive corruption in the American court system as well
The People Who Promoted systemd in Debian Also Promote Wayland
This is not politics
Victims of the Serial Strangler From Microsoft, Alex Balabhadra Graveley, Wanted to Sue Him But Lacked the Funds (He Attacked Their Finances)
Having spoken to victims of the Serial Strangler From Microsoft
Links 17/07/2025: Science, Hardware, and Censorship
Links for the day
Gemini Links 17/07/2025: Staying in the "Small Web" and Back on ICQ
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, July 16, 2025
IRC logs for Wednesday, July 16, 2025
Under the Guise of "MIT Technology Review Insights" the Site MIT Technology Review Posts Corporate Spam as 'Articles'
Some of the articles aren't even articles but 'hit pieces' against Free software and some are paid advertisements
Brett Wilson LLP Has Track Record in Scam Coin Cases (e.g. Craig Wright and More), Now It Works for 'Crypto' Scam Purveyors
But wait, it gets worse
Exclusive: corruption in Tribunals, Greffiers, from protection rackets to cat whisperers
Reprinted with permission from Daniel Pocock
Will Brett Wilson LLP Handle Its Own Winding Up Petition or be Struck Off for Overt Abuse of Process?
Today we sue not only the first Microsofter
Links 16/07/2025: Chip Bans and Microsoft’s “Digital Escort” Program
Links for the day
Ubuntu Becomes Microsoft GitHub, Based on Decision Made by British Army Officer
You're hopeless, Canonical
Revolving Doors: One Day You're a Judge, the Next Day You're an Attorney Paying Public Officials and Working for Violent and Dangerous Microsoft Employees
how the US justice system works
Sharing Code and Recipes
It helps explain the triviality of software freedom
Slopwatch: Noise, Plagiarism and Even Fear, Uncertainty, Doubt/Fear-mongering/Dramatisation
What are we meant to do to prevent a false association or misleading connotations? Game the LLMs? No. Boycott slopfarms.
How Many Women Has Microsoft's Alex Balabhadra Graveley Already Strangled and Where Does That End?
If you too are a victim of this man and wish to share information, contact us
Gemini Links 16/07/2025: BaseLibre Numerical System and Simple Web Browsing with TLS
Links for the day
Links 16/07/2025: Fascist Slop Takes "Intelligence" Clothing, New Criminal Case Against MElon
Links for the day
"We Might Save Somebody's Life"
I follow the example of my father
Why I am Suing the Serial Strangler From Microsoft, Alex Balabhadra Graveley, in the UK High Court This Week
Out of respect to the process and to the Court, I shall not share any pertinent details about the case
Links 16/07/2025: China’s Economy Grows Steadily, France Takes Action Regarding Harm to Children by GAFAM and Fentanylware (TikTok)
Links for the day
It is Not About Politics
Beware the people who try to make this about politics
Good Journalism Saves Lives
a shocking number of women die or get seriously hurt every day due to violence from a partner
Recognition of Women's Contributions to Free Software
Being passive is not an option when bad things are happening
Slopfarms Are Going to Perish Because Public Opinion is Changing
Many slopfarms will simply go offline
19 Years of Standing Up for Justice, Equality, and Truth
This week we shall take it up a notch
Gemini Links 16/07/2025: Tmux and OCC25 Working TLS
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, July 15, 2025
IRC logs for Tuesday, July 15, 2025