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

Free Software Community/Volunteers Aren't Circus Animals of GAFAM, IBM, Canonical and So On...
Playing with people's lives for capital gain or "entertainment" isn't acceptable
[Meme] The Cancer Culture
Mission accomplished?
Why the Articles From Daniel Pocock (FSFE, Fedora, Debian Etc. Insider) Still Matter a Lot
Revisionism will try to suggest that "it's not true" or "not true anymore" or "it's old anyway"...
 
Links 04/05/2024: Tesla a "Tech-Bubble", YouTube Ads When Pausing
Links for the day
Germany Transitioning to GNU/Linux
Why aren't more German federal states following the footsteps of Schleswig-Holstein?
IRC Proceedings: Friday, May 03, 2024
IRC logs for Friday, May 03, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Alexander Wirt, Bucha executions & Debian political prisoners
Reprinted with permission from disguised.work
Links 03/05/2024: Clownflare Collapses and China Deploys Homegrown Aircraft Carrier
Links for the day
IBM's Decision to Acquire HashiCorp is Bad News for Red Hat
IBM acquired functionality that it had already acquired before
Apparently Mass Layoffs at Microsoft Again (Late Friday), Meaning Mass Layoffs Every Month This Year Including May
not familiar with the source site though
Gemini Links 03/05/2024: Diaspora Still Alive and Fight Against Fake News
Links for the day
[Meme] Reserving Scorn for Those Who Expose the Misconduct
they like to frame truth-tellers as 'harassers'
Links 03/05/2024: Canada Euthanising Its Poor and Disabled, Call for Julian Assange's Freedom
Links for the day
Dashamir Hoxha & Debian harassment
Reprinted with permission from disguised.work
Maria Glukhova, Dmitry Bogatov & Debian Russia, Google, debian-private leaks
Reprinted with permission from disguised.work
Who really owns Debian: Ubuntu or Google?
Reprinted with permission from disguised.work
Keeping Computers at the Hands of Their Owners
There's a reason why this site's name (or introduction) does not obsess over trademarks and such
In May 2024 (So Far) statCounter's Measure of Linux 'Market Share' is Back at 7% (ChromeOS Included)
for several months in a row ChromeOS (that would be Chromebooks) is growing
Links 03/05/2024: Microsoft Shutting Down Xbox 360 Store and the 360 Marketplace
Links for the day
Evidence: Ireland, European Parliament 2024 election interference, fake news, Wikipedia, Google, WIPO, FSFE & Debian
Reprinted with permission from Daniel Pocock
Enforcing the Debian Social Contract with Uncensored.Deb.Ian.Community
Reprinted with permission from Daniel Pocock
Gemini Links 03/05/2024: Antenna Needs Your Gemlog, a Look at Gemini Get
Links for the day
IRC Proceedings: Thursday, May 02, 2024
IRC logs for Thursday, May 02, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Jonathan Carter & Debian: fascism hiding in broad daylight
Reprinted with permission from disguised.work
Gunnar Wolf & Debian: fascism, anti-semitism and crucifixion
Reprinted with permission from disguised.work
Links 01/05/2024: Take-Two Interactive Layoffs and Post Office (Horizon System, Proprietary) Scandal Not Over
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, May 01, 2024
IRC logs for Wednesday, May 01, 2024
Embrace, Extend, Replace the Original (Or Just Hijack the Word 'Sudo')
First comment? A Microsoft employee
Gemini Links 02/05/2024: Firewall Rules Etiquette and Self Host All The Things
Links for the day