Bonum Certa Men Certa

Links 30/03/2022: GNUnet 0.16.3, GParted Live 1.4.0-1, and Mesa 22.0.1



  • GNU/Linux

    • Benchmarks

      • Mesa 22.0.1 Release Notes

        Mesa 22.0.1 is a bug fix release which fixes bugs found since the 22.0.0 release.

        Mesa 22.0.1 implements the OpenGL 4.6 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don’t support all the features required in OpenGL 4.6. OpenGL 4.6 is only available if requested at context creation. Compatibility contexts may report a lower version depending on each driver.

        Mesa 22.0.1 implements the Vulkan 1.2 API, but the version reported by the apiVersion property of the VkPhysicalDeviceProperties struct depends on the particular driver being used.

    • Instructionals/Technical

      • Linux Shell TipsHow to Install Webmin on Ubuntu 20.04/22.04

        Server management is an exciting concept for all Linux users whether they are beginners, still learning their ways around the Linux OS architecture, or expert users that can manage and administer different Linux operating system distributions. However, as time goes by, you will start to feel the urge/need for a flexible and less time-consuming approach to managing your Linux server.

        This article introduces Webmin as a reputable web-based admin tool, that makes the life of a Linux administrator much easier as it lessens the user footprints needed to effectively manage a targeted Linux system/server.

      • ID RootHow To Install MediaWiki on AlmaLinux 8 - idroot

        In this tutorial, we will show you how to install MediaWiki on AlmaLinux 8, as well as some extra required packages by MediaWiki

      • H2S MediaHow to reset Ubuntu 22.04 LTS root password - Linux Shout

        Recover your forgotten root password for Ubuntu 22.04 Jammy Jellyfish server or desktop by resetting it. Here are the commands to follow for that.

        Forgotten passwords are always annoying – especially when it comes to your own computer password. So you can no longer access your important data.

        Among the numerous tasks that we have to carry out every day when managing Linux operating systems is resetting the password of the users, whether they are logged in or not, in order to regain access to the system and make it work properly. However, being an administrator you need root user access for that. But what happens if you forget the root password. In such conditions, you won’t be able to perform the core tasks of your computer. This problem often occurs because users use multiple passwords on multiple platforms. So, here is the solution for that.

      • SudoSudo 1.9.10: hiding passwords in session recordings | Sudo

        Session recording has been available in sudo for many years, however not many people are aware of it. Even less well-known is that you can save not just the terminal output, but also what the user types. That way you can analyze what the user is doing within a shell session. Recordings may also include user passwords, which is not always desirable. Version 1.9.10 of sudo allows you to hide passwords in session recordings if it recognizes a password entry.

        From this blog you will learn how to turn on session recording in sudo, how to enable or disable hiding passwords in session recordings, and how to view the results.

      • How to install a bunch of debs | Just Jeremy

        Recently, I needed to check if a regression in Ubuntu 22.04 Beta was triggered by the mesa upgrade. Ok, sounds simple, let me just install the older mesa version.

      • How to Use Cloud-Based APIs for File Uploading and File Hosting - kifarunix.com

        If you handle many files daily, either personal or professional, you may find yourself constantly looking for ways of optimizing storage space. With newer options available like cloud-based APIs, storage issues may become history. So, what is a cloud-based API, and how can you upload files using it? Tune in!

      • TechRepublicHow to install the Matomo web analytics platform on Ubuntu Server 20.04 | TechRepublic

        Website analysis is an important aspect of administration. If your company needs to track such data, there's an open-source tool for that very purpose. Jack Wallen shows you how to deploy Matomo.

      • H2S MediaHow to reset root password in Debian 11 Bullseye - Linux Shout

        Reset your forgotten root password for Debian 11 Bullseye server or desktop by resetting it. Here are the commands to follow for that.

        Forgotten passwords are always annoying – especially when it comes to your computer password. So you can no longer access your important data.

        Among the numerous tasks that we have to carry out every day when managing Linux operating systems is resetting the password of the users, whether they are logged in or not, to regain access to the system and make it work properly. However, being an administrator you need root user access for that. But what happens if you forget the root password. In such conditions, you won’t be able to perform the core tasks of your computer. This problem often occurs because users use multiple passwords on multiple platforms. So, here is the solution for that.

      • How to Install Linux Mint Debian Edition (LMDE) 5

        Linux Mint has launched a new Linux Mint Debian Edition operating system. In short it is also known as LMDE. Code name for LMDE 5 is ‘Elsie’, it similar to Linux Mint but in place of Ubuntu. It is using Debian and its packages are provided by Debian instead of Ubuntu.

        The main objective for launching this new LMDE OS is that it continues to offer the same user experience even if Ubuntu disappear. In other words, it will remove the dependency on Ubuntu.

        In this guide, we will learn how to install Linux Mint Debian Edition 5 (LMDE) step by step with screenshots.

      • How to Connect to Remote Database in pgAdmin4 and DBeaver

        SSH allows two computers to communicate and encrypts the shared data. It’s a commonly used method for securely accessing remote server terminals and for file transfer.

        SSH can also be used to create a secure communication tunnel between computers for forwarding other network connections that are not normally encrypted, a technique called SSH Tunneling (or port forwarding).

      • How to Create Custom 404 Error Page in NGINX

        Every time NGINX encounters an error as it attempts to process a client’s request, it returns an error. Each error includes an HTTP response code and a short description. The error usually is displayed to a user via a simple default HTML page.

        Fortunately, you can configure NGINX to display custom error pages to your site’s or web application’s users. This can be achieved using the NGINX’s error_page directive which is used to define the URI that will be shown for a specified error. You can also, optionally use it to modify the HTTP status code in the response headers sent to a client.

        In this guide, we will show how to configure NGINX to use custom error pages.

      • Linux HintHow to Install Oracle Java 16 JDK On Ubuntu

        JDK is a development kit intended to develop and run Java-based applications on various operating systems and servers. Java is the widely used object-oriented and open-source programming language with platform indecency.

        To accomplish the purpose of developing and running Java programs, JDK is equipped with a variety of tools such as Java Runtime Environment, Java loader, Java archiver, compiler, and much more. As JDK is platform-independent and have key importance in Java programming, we have compiled this guide to get Oracle Java 16 JDK on Ubuntu.

      • Linux HintHow to install Atom on Arch Linux

        Atom is an open-source text editor and source code editor which is quite famous among coding agnostics as it is full of features and support that developers look for. The Atom support is provided by GitHub and it can be used to write code in C++, C#, JavaScript, CSS, and much more. Apart from this, Atom can be customized to have a better user interface for users of various interests.

        As Atom is open-source and has cross-platform support, it is quite famous among Linux enthusiasts. Therefore, Atom can be availed on all the famous Linux distributions. In this article, we will provide a procedural guide to installing the Atom editor on Arch Linux.

      • Linux HintHow to Install Flask for Arch Linux

        Flask is a python-based backend framework that acts as a key ingredient to developing python-based web applications. Flask is a lightweight framework equipped with a built-in development server and efficient debugging support. Although Flask falls under the category of microframeworks, however, various libraries and tools can be added to Flask that make it suitable for complex projects as well.

        In recent computing advancements, users have shown interest in Linux-based systems. In today’s guide, we will show you how Flask can be installed on Arch Linux.

      • How to upgrade Linux Kernel on Debian 11 to 5.16 Release - NextGenTips

        In this tutorial, we are going to learn how to upgrade Linux Kernel to 5.16 mainline release on Debian 11.

        Linux Kernel is a free and open-source, monolithic, modular, multitasking Unix-like operating system. It is the main component of a Linux operating system and is the core interface between the computer’s hardware and its processes. It makes communication possible between computer hardware and processes running on it and it manages resources effectively.

        Linux 5.17 mainline was released recently by Linux Torvalds with better new features to try out. The mainline tree is maintained by Linus Torvalds and It is where all new features are added and releases always come from.

      • OSNoteHow to Install java on AlmaLinux 8, CentOS 8 and Rocky Linux 8 – OSNote

        Java is a popular programming language used to build a variety of apps and websites. But what is the real story on Java, and who uses it?

        Java has been around since 1995. It was released by Sun Microsystems as a programming language for “smart” consumer devices, particularly those with multimedia capabilities. This included interactive television systems as well as some early smartphones. Much later on, in 2006, Oracle Corporation acquired Sun Microsystems, and with it the Java programming language. However, this isn’t why most people know about Java today.

        Java came into its own as a web development tool. In the late 1990s, many companies saw the potential of publishing their content over the internet using a new technology known as “hypertext markup language” (HTML). HTML was an application of “hypertext,” which had been introduced by Sir Tim Berners-Lee at CERN. However, the problem with HTML content was that it lacked interactivity. Therefore, if you wanted to do things like checkboxes or clickable images, you needed something more advanced than basic HTML.

    • Games

      • VideoWhy Valve needs to SLOW DOWN with the Steam Deck Verified program. Plus more Steam Deck news. - Invidious
      • linuxium.com.au: First look at SteamOS 3

        Having downloaded the Steam Deck recovery image and written to a USB using 'Rufus', I was surprised that booting on various AMD mini PCs has so far been unsuccessful whereas after just a few tweaks it successfully booted on a couple of different Intel NUCs.

      • GamingOnLinuxUbisoft Connect on Steam Deck guide with SD Card access | GamingOnLinux

        A guide that I've seen quite a few comments ask for across YouTube and our social media pages, so here's how to get the Ubisoft Connect launcher working on Steam Deck. You might want to do this if you own games on Ubisoft but not directly on Steam.

        For this, I'm using my tried and tested method that I used for the Epic Games Store originally, by adding the installer as a Non-Steam Game. You could also use Bottles, but I'll talk more about that later. First up, here's the video:

      • GamingOnLinuxFree and open source level editor LDtk 1.0 is out now | GamingOnLinux

        LDtk (formerly known as LEd) is a free and open source level editor, developed by Sébastien Benard who previously worked on the successful Dead Cells and also recently Nuclear Blaze.

        It's cross-platform too across Linux, macOS and Windows and with it being under the MIT license you can do mostly whatever you want with it. Although supporting the developer if you find it useful would of course be a good thing to do, if you wish to see it continued to be supported. Linux support is still considered "experimental", so perhaps with the source available issues can be found and fixed more easily.

      • GamingOnLinuxCrowns And Pawns: Kingdom of Deceit adventure releases May 6 | GamingOnLinux

        Crowns And Pawns: Kingdom of Deceit from Tag of Joy / Thunderful Publishing / Headup is now confirmed to be releasing on May 6.

        Headed up by the art director from Broken Sword 2.5, Crowns and Pawns: Kingdom of Deceit takes inspiration from adventure classics like Broken Sword and Syberia, while offering a modern and unique take on the genre that showcases underexplored locations across Eastern Europe, along with their fascinating history. Explore a beguiling hand-painted world full of life, rich with history and threaded with conspiratorial intrigue.

      • GamingOnLinuxTFC: The Fertile Crescent is a classic base-building RTS out in Early Access | GamingOnLinux

        TFC: The Fertile Crescent is a new Early Access real-time strategy game from Wield Interactive / The Knights of Unity, as a much expanded version of the original that's free on itch.io.

        Inspired by the development and decline of historical civilizations, players must maintain a delicate balance between food production and army upkeep, as reducing food sources can collapse even the most powerful community. The developers say it's a tribute to the pioneers of the RTS genre and you can certainly feel that while playing. If you've ever played a base-building RTS before (be it Age of Empires or anything similar), you will absolutely feel at home here.

      • GamingOnLinuxEmuDeck makes emulation on Steam Deck nice and simple | GamingOnLinux

        If you want to get emulation setup on Steam Deck, you need to take a look at EmuDeck which makes installing and configuration nice and easy.

        While the Steam Deck from Valve has already proven itself to be a very capable device (just look at our videos!) for modern games, there's a massive amount of classics begging to be played on this handheld. This is where EmuDeck comes in. It's not an emulator itself though, instead it's a setup tool that helps you get other tools and emulators configured properly for the Steam Deck.

      • GamingOnLinuxRetroArch gets big Steam Deck improvements | GamingOnLinux

        RetroArch, the very popular application front-end for emulators and more has a new release out and it includes better support for the Steam Deck. The improvements benefit all Steam users of course but, for the Steam Deck especially, it's awesome.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • OMG Ubuntu’App Icons Taskbar’ Puts Running Apps in GNOME Shell’s Top Bar

          ‘App Icons Taskbar’ hit the GNOME Extensions website this week. As the name tells you, this is a simple add-on that adds icons for running apps and favourites to the Top Bar (which is what the GNOME Shell panel stripped across the top of the screen is called).

          Right-clicking on an app icon lets you access the respective app’s context menu, and if you hover over a running app icon you will see thumbnail previews of open window(s).

    • Distributions

      • 10 Lightweight Linux Distributions for your Old Hardware in 2022

        We highlight a list of 10 lightweight Linux Distributions ideal for your older PC in 2022. We give you their features and what makes them perfect for reviving older hardware.

      • New Releases

        • GParted Live 1.4.0-1 Stable Release

          The GParted team is pleased to announce a new stable release of GParted Live.

          This release includes GParted 1.4.0, updated packages, and other improvements.

      • IBM/Red Hat/Fedora

        • Red Hat OfficialWhat's new in Red Hat Enterprise Linux 8.6 Beta

          RHEL 8.6 includes a number of features that will translate into operational benefits for your organization. While not a comprehensive list, here are some of the improvements that stand out in this beta.

          To simplify administration, we've added the ability to take on new tasks in RHEL's web console, based on the upstream Cockpit project.

        • Red HatGenerate and save an HTML report in Jenkins on OpenShift 4 | Red Hat Developer

          Jenkins is one of the most popular CI/CD tools for automating builds and deployments. It is very flexible and can be deployed on almost every operating system, as well as on Red Hat OpenShift. This article shows you how to deploy Jenkins on OpenShift 4.9, create a simple pipeline to deploy a Java application to OpenShift, do some testing, save the test results as HTML, and publish it as an artifact so that people can see the results.

          For this scenario, we'll generate an HTML report using Maven OWASP Dependency Check plugins. The report will contain a list of libraries that contain vulnerabilities. This pipeline runs on Jenkins 2.2 on top of OpenShift 4.9.

        • OpenSource.comHow Aqua Security is approaching DevSecOps in 2022 [Ed: IBM is promoting lots of mindless buzzwords]

          I recently took the opportunity to discuss open source and security challenges with Itay Shakury of Aqua Security. What follows is a fascinating discussion about current issues, the future, and specific cloud-native tools that address the concerns of today's Chief Information Security Officers (CISOs).

        • Enterprisers ProjectWant to build a resilient IT team? Follow this advice | The Enterprisers Project

          Resilient companies adapt and respond to change and recover quickly from setbacks. Particularly today, these qualities are critical for organizations to succeed. Employees need a positive energy, a sense of purpose on the team, and they need to be eager to learn. They have to be excited about upskilling and growing; they need to be able to trust each other, work as a team, and, of course, be open to change.

          But how do we as leaders cultivate these qualities in our teams and create a culture of resiliency? Three principles are key: prioritizing a more human connection, hiring people that exude energy, and making time for employees. Here’s what that has looked like for us at NTT DATA.

        • Enterprisers Project5 leadership tips for CIOs to evolve their digital strategy [Ed: Mostly buzzwords slinging, no real substance.]

          The modern CIO role has morphed into one that is equal parts technologist, business strategist, and transformational change agent.

        • The Register UKAxed data scientist sues IBM claiming he was discriminated against as a man

          Michael Stickler, a former IBM data scientist, has sued Big Blue for gender discrimination and retaliation after he complained that he was not being offered the same family leave options available to his women colleagues.

          In March 2021, according to the complaint [PDF], Stickler's fiancée's seven-year-old son came to live with the couple and Stickler asked to take a week off using earned vacation time to get to know his soon-to-be stepson. But his supervisor refused to allow him to take vacation then.

          The following month, his fiancée "became severely ill and required significant medical attention," to the point that she could no longer care for her child. Stickler was working from home in New York at the time and found it difficult to care for his ailing fiancée and her son, home from school due to COVID-19 restrictions, while managing his work responsibilities.

      • Debian Family

        • Bits from Debian: Lenovo Platinum Sponsor of DebConf22

          We are very pleased to announce that Lenovo has committed to supporting DebConf22 as a Platinum sponsor. This is the fourth year in a row that Lenovo is sponsoring The Debian Conference with the higher tier!

          As a global technology leader manufacturing a wide portfolio of connected products, including smartphones, tablets, PCs and workstations as well as AR/VR devices, smart home/office and data center solutions, Lenovo understands how critical open systems and platforms are to a connected world.

      • Canonical/Ubuntu Family

        • The Register UKRolling Rhino: A rolling-release remix of Ubuntu

          Rolling Rhino is a new community remix of Ubuntu, but with a unique twist: it has a whole new release model, rather than just a different desktop.

          The new remix builds upon a tool of the same name. The Rolling Rhino script converts an installation of one of Ubuntu's daily images into a rolling release by setting it to track the devel branch of the distro. The Rolling Rhino remix simplifies this process somewhat by allowing you to install the distro already configured in the relevant way.

          The new flavor is the brainchild of MrBeeBenson, building on work by Martin Wimpress, who is the project leader of the Ubuntu MATE remix.

          There are several rolling-release distros out there already, of course. Arch Linux recently hit 20 years old, while openSUSE Tumbleweed has been around since 2014. Both are designed and conceived as rolling releases and don't have stable versions. Instead, there are just periodic snapshot releases, so you can jump onto the conveyor belt starting from a fairly recent basis.

        • Ubuntu PitLinux Mint Cinnamon vs MATE: Which One To Choose?

           In the world of Ubuntu and Debian-based Linux distributions, the Linux Mint is an excellent choice for beginners and day-to-day use. The Linux Mint is well known for productivity, office work, lightweight graphic design, and watching multimedia. For different use cases and usability, the Linux Mint has a few versions with a variety of desktop environments. For many years there has been a debate going on Linux Mint Cinnamon vs MATE; one must know why the debate is still so popular and the facts before selecting the OS.

          Linux Mint Cinnamon and Mate are the most used and most reviewed distributions among other variations of the Mint family. It’s not just like they have added two different desktop environments and published two different distributions, and there are some notable changes in internal design and performance in both Linux Mint Cinnamon and MATE. Before you pick one, you must know the difference between the Linux Mint Cinnamon vs MATE.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • SaaS/Back End/Databases

        • The Register UKOracle adds autoML to its MySQL HeatWave service ● The Register

          Oracle has added autoML, real-time elasticity, and price-performance trade-offs to Heatwave, the analytics engine it piggybacks on MySQL transactional database.

          Nipun Agarwal, veep of HeatWave and advanced development at Oracle, told The Reg that the autoML features included in Heatwave would handle model training, inference, and explanation on behalf of the users, saving customers time and resource extracting data for these purposes.

          "Customers need to extract data out of the database, and then move it on machine learning," he said. "It is the same problem which customers had with analytics in the past, which is when you move the data out, the data is no longer as secure and it takes effort.

          "It introduces complexity to the application. And finally, you're running this machine learning on some other service and it's going to cost you, and this is what happens for instance, with [AWS] Redshift ML.

      • FSF

        • GNU Projects

      • Programming/Development

        • Godot EngineGodot Engine - Dev snapshot: Godot 3.5 beta 3

          We're getting closer to the Godot 3.5 stable release with a third beta snapshot! Like with 4.0 alpha builds, we're trying to release 3.5 beta builds every other week to ensure that new features can be tested, bugs can be reported and bugfixes can be validated.

          This new beta 3 adds two much awaited changes for Android users: an initial Android editor port, and a fix for the low processor usage mode which used to flicker on Android. See the highlight section below for details and a download link for the editor APK.

          This is a big update with close to 350 commits from 82 contributors since the previous beta! Some of the main highlights added in beta 2 are physics interpolation for 3D, and a new OccluderShapePolygon for your 3D occlusion needs.

        • QtQt Design Studio 3.2 Released

          We are happy to announce the release of Qt Design Studio 3.2.

        • QtHow to learn Qt?

          My name is Hanna, and I work as a Learning Manager at the Qt company. I have recently joined the company, so nice to meet you!

        • Igalia Coding Experience, GSoC, Outreachy, EVoC
  • Leftovers

    • Tedium11 Weird Utensils You Probably Aren’t Using

      If you think we’ve got a hot take on Will Smith and Chris Rock, you picked the wrong newsletter. But on the day of that unusual event, I was inspired by something that happened that I found kind of weird. See, about five hours before Smith managed to disrupt his 35-year career, I opened up a microwavable quinoa salad, and inside this packaging (from my favorite source of oddball groceries, Lidl) was a spork. But it wasn’t just any spork—it was a spork that folded in half and came with a latch, meaning that said spork was reusable. To me, I see something like this, and I clear my schedule, looking for ways to deeply analyze all the angles of this thing that I’ve discovered. This quinoa salad spork changed my life; it was like it put me in the middle of a forest with nothing but my thoughts and this spork. (And in this forest, I could only, barely, hear the sound of the slap.) After 72 straight hours of researching this spork, taking only a small series of 15-minute naps amid my research, I’m back with my report: Here are all the weird combination utensils I could find. Today’s Tedium talks alternative utensils.

    • Health/Nutrition/Agriculture

      • The Netherlands needs drug reform (yes, really)

        In years past, I have smoked tobacco every now and then in social settings, but never developed a habit. However, when COVID rolled in, one of the only friends I ever got to spend time with during lockdown was a smoker, and after sharing cigarettes with them for a while, I developed a full blown tobacco addiction. Thankfully, I quickly realized what was happening and kicked it after a few months.

        Apart from the occasional cigarette, I have had a casual relationship with marijuana for many years. Weed is much safer than tobacco, and it does not create a physical dependency like nicotine does. If you stop smoking weed, you don't get cravings, headaches, anxiety, depression, sleeping problems -- you just stop being high. In general, I do not view a responsible marijuana habit as a problem, at least nowhere near as problematic as tobacco use. I view it similarly to recreational alcohol use. And so, when I quit smoking tobacco, I did not quit my occasional marijuana use, since it was not a problematic substance for me.

    • Integrity/Availability

      • Proprietary

        • David RevoyHow proprietary social-medias are shaping the future of Pepper&Carrot - David Revoy

          I had an issue in December 2021: the latest Pepper&Carrot episode 36 : The Surprise Attack hasn't received a lot of audience. I can see this metric with multiple tools and indicators. I was very surprised about that and maybe the first time I saw a curve going down in my always growing statistics on Pepper&Carrot. Weird.

        • The Register UKDev rigs up receipt printer to spit out GitHub issues [Ed: Wasting a Raspberry Pi to promote Microsoft's proprietary vendor lock-in that's in effect an attack on Free software and on Git]

          Sometimes the best things are the most simple. A case in point: sending GitHub issues to an old thermal POS printer via a Raspberry Pi.

        • The Register UKMicrosoft backtracks on lack of easy Windows browser choice
        • The VergeMicrosoft is finally making it easier to switch default browsers in Windows 11
        • The Register UKFTC sues Intuit for false advertising, says 'free' TurboTax isn't always free

          Intuit, makers of the tax-filing software TurboTax, deceives folks with false advertising and claims its product is free to use when it isn't always free, the US Federal Trade Commission claimed in a lawsuit filed Monday.

          “TurboTax is bombarding consumers with ads for ‘free’ tax filing services, and then hitting them with charges when it’s time to file,” said Samuel Levine, director of the FTC's Bureau of Consumer Protection. “We are asking a court to immediately halt this bait-and-switch, and to protect taxpayers at the peak of filing season.”

          Tens of millions of US citizens and other taxpayers use TurboTax to file their annual tax returns. The program helps peeps prepare documents, and automatically estimates any tax refunds or rebates they might be eligible to receive. Intuit produces TurboTax's Free Edition software, claiming users filing simple tax returns don't have to pay anything to use it at all.

        • The Register UKMutating Verblecon malware in illicit cryptomining ... so far [Ed: The Register should have clarified this is Microsoft Windows]

          First the sneaky Windows malware runs a series of checks to see if it's being debugged, or being opened on a virtual machine or in a sandbox environment, "which would indicate it is likely being opened on a security researcher's machine," the researchers wrote. Additionally, it obtains a list of running processes, checks those against a set list, and looks for files that include executables and device drivers.

    • Monopolies

      • Patents

        • Software Patents

          • ZDNetLeading supply-chain company Maersk joins the Open Invention Network

            When you're a technologist, and you hear "containers" and "supply-chain," your mind immediately turns to Docker containers and supply-chain software. Most people, however, think of container ships and the physical supply chain that brings milk and bread to their local grocery store. However, these two concepts have more in common than you might think. A. P. Møller - Mærsk A/S (Maersk) is a leading global container logistics and shipping services leader company that uses open-source software to deliver its goods.



Recent Techrights' Posts

An American War on GNU/Linux, Software Freedom, and British Investigative, Science-Based Reporting - Part I - A Matter of National Security
Those people are Americans who try to advance the interests of American corporations by weaponising courts abroad
The Register MS, Sponsored by Communist Party of China (CPC)
What will happen when the bubble crashes the economy?
 
Gemini Links 07/03/2026: Buying Woodland, Indra 1.3.0 Available, and LLM Exhaustion
Links for the day
The Harder They Attempt to Take Down This Site (and Take Away Liberties), the More People Will See This Site
We'll carry on as usual, as from sunlight comes justice
Why They Always Try to Shoot the Messenger (When the Message Harms Profits)
A matter of economics
Coinbase - Like Block - is in Huge Trouble, Its Debt Nearly Doubled in Half a Year
The real reason Block is collapsing is its debt
Starting Another New Series This Evening, It's About American Folly
today commences a series long in the making (years)
Nations Stand to Benefit From Gender Equality and Increased Participation by Women
International Women's Rights Day starts in about 6 hours in the UK
Microsoft is Losing It, Now It's Censoring Its Critics and Sceptics
Whether the measurements made by statCounter are accurate or not, the trends (long-term) typically make sense
WIRED (Conde Nast) Reviews Are Paid-for Marketing Spam, They Change Dates on Old 'Articles' to Make Them Look Relevant and New
The Web is fast becoming a burial ground for ads, trash, spam, and slop
Gemini Links 07/03/2026: Humour, Chilling, and Oversized 'Phones'
Links for the day
Cyber|Show by Andy and Helen Recommended by Techrights and Tux Machines
If your time is limited and you look for informative essays and shows (audio)
Links 07/03/2026: CJEU to Finally Examine Behaviour of the Illegal and Unconstitutional Unified Patent Kangaroo Court, Creative Commons (CC) Hosts Open Heritage Statement Event in Amsterdam
Links for the day
Microsoft's Thailand Problem
It's definitely not Windows
New Lows for Microsoft in Micronesia
GNU/Linux has shown some growth there too
Microsofters' SLAPP Censorship - Part 5 Out of 200: Clearly Not a Security Professional/Expert, Only Ever Pretending to be One
"The Claimant says he is “a computer security expert”, but his background and his track record in the education sense (genetics) does not support this assertion."
Links 07/03/2026: Fuel Already Running Low and "Economic Crisis of the Iran War"
Links for the day
The Corporate Media Repeated the Lies Told by Jack Dorsey ("AI" Hype), Now It Does the Same for Larry Ellison
Disregard the hundreds of headlines that say mass layoffs at Oracle are due to "AI" something
The Free Software Community is Gaining Momentum as Its Importance is More Broadly Realised
As long as "trendy" technology goes in a negative direction there will be a growing portion in society looking for alternatives
Spooking or Chasing Away Women (From Computer Science)
The status quo discourages women from even trying to study Computer Science and related disciplines
"IBM Has Changed So Much in the Last Decade to the Point It's Completely Unrecognizable."
IBM is a dying, rotting company with a morbid culture
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, March 06, 2026
IRC logs for Friday, March 06, 2026
Gemini Links 07/03/2026: Coffee Problem, Marchintosh, Learning, and "Selectively Disabling HTTP"
Links for the day
Under IBM, Some Fedora Blog Posts Have Become LLM Slop! (Red Hat is Doomed by Slop Fanaticism)
Who would even bother reading such trash?
Lots of People Leaving IBM Today
IBM cannot be trusted
Dances With Wolves, Wakes Up With Fleas
Small minds say "td;dr" whereas the rest say, "give me information, give me time to study it"...
LLM Slop Rare and Scarce This Friday
We still hope that by the end of this year slop will become nearly extinct
Defending British Democracy From American Predators
We stand united and strong in the face of predators
Links 06/03/2026: LLM Prompt-injection Vulnerability in Microsoft's Proprietary GitHub, "260,000 Federal Jobs Lost"
Links for the day
It's Friday and Many People Publicly Announce Leaving IBM (Which is Engineering 'Willful' Departures to Mask RAs' Scale)
We understand from whistleblowers that IBM already destroyed Red Hat's culture
Dr. Richard Stallman (RMS), the Man Whose Mind Scares GAFAM et al, Began Speaking in Switzerland
His ideas and ideals are not obscene
Gemini Links 06/03/2026: "Setting up the Feed" and Using Molly Brown
Links for the day
Links 06/03/2026: Can't Copyright Slop in US, Microsoft Became Slop Provider for Militarism
Links for the day
Garrett Does Not Just Try to Cover Up for Himself, He's Clearly Covering Up for His Mates From Microsoft (and Admits Third Parties Fund His Litigation, With Their Legal Bills Estimates Already Approaching $1,000,000)
They have already sent us about 75 KG of legal papers. How is any judge supposed to keep up?
Richard Stallman in the United States - Part IV - Back to Switzerland
The "cancel mob" tried to "finish off" RMS 5 years ago
Dr. Richard Stallman in Ada Lovelace Lecture Series 20 Hours From Now in Lucerne School of Computer Science and Information Technology (Rotkreuz)
Well-connected and affluent corporations want everything to be controlled by them, ranging from culture to words and news
Threats Issued to Daniel Pocock Having Launched the JuristGate Web Site Which Covers Financial Fraud in "Legal Insurance" Clothing
Is our world governed by laws or by rich corporations (or nations/superpowers) with well-connected lawyers/politicians?
International Women's Day: At the EPO, for Women to Become Managers They Need to Sleep With Well-connected Men and Mingle With Corrupt Men
Sunday is International Women's Day
Dr. Richard Stallman Starts His Talks in Switzerland in 8 Hours
They try to assess how many people plan to attend to ensure everyone gets a seat (without compromising the privacy/identity of those attending)
IBM Red Hat Layoffs: It's Not About "AI"
"Automation" is not "AI", it's just a generic term which can describe jobs left for machines to do, sometimes computers
Microsoft Windows Used to be Identified on Over 99% of Web Requests From Benin. Now It's Around 50%.
Or a lot less
Microsoft 'Open' 'AI' Has Severe Financial Problems, Version Inflation ("GPT-5.4") is Mindless Hype and a Misleading Distraction
In practice, both users and sponsors of ChaffGPT are fleeing
The Techrights Static Site Generator (SSG) Turns 5 Next Year
It's still under active development in our Git servers
New XBox Boss (Sharma) Implicitly Confirmed XBox (the Console) is Now Dead
Vista 11 is now also known as "XBox"
Murder as a 'Joke' to GAFAM People (Sociopathy)
When it comes to Microsoft and Salesforce, they profit from this mentality
GNU/Linux Seen as Rising to 20% in Eritrea, But That's statCounter Identifying "Unknown" as GNU/Linux
What if statCounter managed to figure out what all those "unknowns" are?
Microsoft ‘Project Helix’ is Just a Tweet in MElon's "X"
Some "tweet" is easy, as words are cheap
Microsofters' SLAPP Censorship - Part 4 Out of 200: Rianne’s Version of Events and Narrative
today we tell Rianne's experience
EPO Staff to 'Meet' This Coming Tuesday to Plan Industrial Actions Including Upcoming Strikes
using Microsoft spyware to organise this can be an own goal because Microsoft serves the dictators, not the union that tries to topple them
Thousands of EPO Workers Rally Against EPO Management
The staff is furious to see what became of the EPC and the EPO. This is not sustainable.
In Argentina Firefox is Measured at Only 1%, Google Chrome (Proprietary) at About 90%
And it has long been that way
IBM's March 2026 Layoffs Already Happening (to Accelerate Soon in Europe and America)
We're probably seeing some of the last years of IBM and it's anything but certain that IBM can survive the coming decade
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, March 05, 2026
IRC logs for Thursday, March 05, 2026
Gemini Links 05/03/2026: Industrial Panettone, Cancel, and LLMs
Links for the day
It's Not "AI", IBM is Collapsing Due to Financial Difficulties, "All Small Country Offices Will Close"
IBM is in trouble. Insiders know it.
"AI Companies" Running Out of Money, GAFAM Layoffs Are Signs of Weakness, Not "AI Efficiency" or Novelty
In the past, this term ("AI") had another meaning and connotation
Libel/Defamation Law Does Not Exist to Cover up Crimes
The projection tactics are nothing new
Myanmar/Burma: Growing Acceptance of GNU/Linux, Big Losses for Windows
GNU/Linux has come close to 5% there
Without IBM, Microsoft Would Not Have Taken Off. Both Companies Need to be 'Taken Down'.
Maybe it's time to boycott IBM as well
'Former' Red Hat Staff Upset That Techrights Covers IBM Accounting Problems
Are we touching a sensitive subject at IBM?
Ubuntu is Controlled by a Youngster From the British Army (Background in Mass Surveillance), So One Can Expect Ubuntu to Not Respect Privacy
"Canonical is aware of the legislation and is reviewing it internally with legal counsel"
IBM Hates Computer Freedom. This Means Red Hat Too is an Enemy of Software Freedom.
A summary of Fedora's position when it comes to "attestation"
IBM Union Says Many IBM Layoffs in Europe, With Netherlands and Belgium Confirmed, Allegedly Italy Soon (200 Layoffs)
IBM's demise will harm Red Hat and already harms Red Hat, according to whistleblowers
Microsoft and Microsoft's 'Open' 'AI' Seeking Bailout From the Pentagon Means Brand Erosion
Microsoft and its offshoots growing more and more dependent on military ("defence"; "Department of War") budget
Another EPO Strike a Fortnight From Now, Local Staff Committee Munich (LSCMN) Shares 127-Page Document Explaining How Policies Impact EPO Staff
The Office is circling down the drain
Microsofters' SLAPP Censorship - Part 3 Out of 200: A More In-Depth Breakdown
presents the narrative in a less chronological and more logically coherent fashion
2026 Seems Like (Potentially) the Last Year of Slop Drowning News Sites
Sites that do so perish [...] It's getting hard to find slop in news sites which cover "Linux" because many gave up
Links 05/03/2026: New LexisNexis Data Breach Confirmed, "Goldman Sachs Head During Financial Crisis Says He “Smells” a Similar Crash Coming"
Links for the day
"Silent Layoffs" or "Forever Layoffs" at IBM and Red Hat (After Bluewashing)
Like every day (all day long) we can see people who leave IBM and say something that's based on a 'script'
Free Software Foundation (FSF) and Others Promoting String of RMS Talks, Starting Tomorrow in Lucerne School of Computer Science and Information Technology
Well done, FSF!
Links 05/03/2026: A Bet Against Substack, American Government Openly Hostile Towards Environment
Links for the day
Gemini Links 05/03/2026: Greed and Sentiments Shifting Against Slop
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, March 04, 2026
IRC logs for Wednesday, March 04, 2026