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

Richard Stallman's Next Public Talk is on Friday, 17:30 in Córdoba (Spain), FSF Cannot Mention It
Any attempt to marginalise founders isn't unprecedented as a strategy
 
On DebConf and Debian 'Bedroom Nepotism' (Connected to Canonical, Red Hat, and Google)
Why the public must know suppressed facts (which women themselves are voicing concerns about; some men muzzle them to save face)
Several Years After Vista 11 Came Out Few People in Africa Use It, Its Relative Share Declines (People Delete It and Move to BSD/GNU/Linux?)
These trends are worth discussing
Canonical, Ubuntu & Debian DebConf19 Diversity Girls email
Reprinted with permission from disguised.work
Links 23/04/2024: Escalations Around Poland, Microsoft Shares Dumped
Links for the day
Gemini Links 23/04/2024: Offline PSP Media Player and OpenBSD on ThinkPad
Links for the day
Amaya Rodrigo Sastre, Holger Levsen & Debian DebConf6 fight
Reprinted with permission from disguised.work
DebConf8: who slept with who? Rooming list leaked
Reprinted with permission from disguised.work
Bruce Perens & Debian: swiping the Open Source trademark
Reprinted with permission from disguised.work
Ean Schuessler & Debian SPI OSI trademark disputes
Reprinted with permission from disguised.work
Windows in Sudan: From 99.15% to 2.12%
With conflict in Sudan, plus the occasional escalation/s, buying a laptop with Vista 11 isn't a high priority
Anatomy of a Cancel Mob Campaign
how they go about
[Meme] The 'Cancel Culture' and Its 'Hit List'
organisers are being contacted by the 'cancel mob'
IRC Proceedings: Monday, April 22, 2024
IRC logs for Monday, April 22, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Don't trust me. Trust the voters.
Reprinted with permission from Daniel Pocock
Chris Lamb & Debian demanded Ubuntu censor my blog
Reprinted with permission from disguised.work
Ean Schuessler, Branden Robinson & Debian SPI accounting crisis
Reprinted with permission from disguised.work
William Lee Irwin III, Michael Schultheiss & Debian, Oracle, Russian kernel scandal
Reprinted with permission from disguised.work
Microsoft's Windows Down to 8% in Afghanistan According to statCounter Data
in Vietnam Windows is at 8%, in Iraq 4.9%, Syria 3.7%, and Yemen 2.2%
[Meme] Only Criminals Would Want to Use Printers?
The EPO's war on paper
EPO: We and Microsoft Will Spy on Everything (No Physical Copies)
The letter is dated last Thursday
Links 22/04/2024: Windows Getting Worse, Oligarch-Owned Media Attacking Assange Again
Links for the day
Links 21/04/2024: LINUX Unplugged and 'Screen Time' as the New Tobacco
Links for the day
Gemini Links 22/04/2024: Health Issues and Online Documentation
Links for the day
What Fake News or Botspew From Microsoft Looks Like... (Also: Techrights to Invest 500 Billion in Datacentres by 2050!)
Sededin Dedovic (if that's a real name) does Microsoft stenography
Stefano Maffulli's (and Microsoft's) Openwashing Slant Initiative (OSI) Report Was Finalised a Few Months Ago, Revealing Only 3% of the Money Comes From Members/People
Microsoft's role remains prominent (for OSI to help the attack on the GPL and constantly engage in promotion of proprietary GitHub)
[Meme] Master Engineer, But Only They Can Say It
One can conclude that "inclusive language" is a community-hostile trolling campaign
[Meme] It Takes Three to Grant a Monopoly, Or... Injunction Against Staff Representatives
Quality control
[Video] EPO's "Heart of Staff Rep" Has a Heartless New Rant
The wordplay is just for fun
An Unfortunate Miscalculation Of Capital
Reprinted with permission from Andy Farnell
[Video] Online Brigade Demands That the Person Who Started GNU/Linux is Denied Public Speaking (and Why FSF Cannot Mention His Speeches)
So basically the attack on RMS did not stop; even when he's ill with cancer the cancel culture will try to cancel him, preventing him from talking (or be heard) about what he started in 1983
Online Brigade Demands That the Person Who Made Nix Leaves Nix for Not Censoring People 'Enough'
Trying to 'nix' the founder over alleged "safety" of so-called 'minorities'
[Video] Inauthentic Sites and Our Upcoming Publications
In the future, at least in the short term, we'll continue to highlight Debian issues
List of Debian Suicides & Accidents
Reprinted with permission from disguised.work
Jens Schmalzing & Debian: rooftop fall, inaccurately described as accident
Reprinted with permission from disguised.work
[Teaser] EPO Leaks About EPO Leaks
Yo dawg!
On Wednesday IBM Announces 'Results' (Partial; Bad Parts Offloaded Later) and Red Hat Has Layoffs Anniversary
There's still expectation that Red Hat will make more staff cuts
IBM: We Are No Longer Pro-Nazi (Not Anymore)
Historically, IBM has had a nazi problem
Bad faith: attacking a volunteer at a time of grief, disrespect for the sanctity of human life
Reprinted with permission from Daniel Pocock
Bad faith: how many Debian Developers really committed suicide?
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, April 21, 2024
IRC logs for Sunday, April 21, 2024
A History of Frivolous Filings and Heavy Drug Use
So the militant was psychotic due to copious amounts of marijuana
Bad faith: suicide, stigma and tarnishing
Reprinted with permission from Daniel Pocock
UDRP Legitimate interests: EU whistleblower directive, workplace health & safety concerns
Reprinted with permission from Daniel Pocock
Links 21/04/2024: Earth Day Coming, Day of Rest, Excess Deaths Hidden by Manipulation
Links for the day
Bad faith: no communication before opening WIPO UDRP case
Reprinted with permission from Daniel Pocock
Bad faith: real origins of harassment and evidence
Reprinted with permission from Daniel Pocock
Links 21/04/2024: Censorship Abundant, More Decisions to Quit Social Control Media
Links for the day
Bad faith: Debian Community domain used for harassment after WIPO seizure
Reprinted with permission from Daniel Pocock
If Red Hat/IBM Was a Restaurant...
Two hours ago in thelayoff.com
Why We Republish Articles From Debian Disguised.Work (Formerly Debian.Community)
articles at disguised.work aren't easy to find
Google: We Run and Fund Diversity Programs, Please Ignore How Our Own Staff Behaves
censorship is done by the recipients of the grants
Paul Tagliamonte & Debian Outreachy OPW dating
Reprinted with permission from disguised.work
Disguised.Work unmasked, Debian-private fresh leaks
Reprinted with permission from disguised.work
[Meme] Fake European Patents Helped Fund the War on Ukraine
The European Patent Office (EPO) does not serve the interests of Europe
European Patent Office (EPO) Has Serious Safety Issues, This New Report Highlights Some of Them
9-page document that was released to staff a couple of days ago
IRC Proceedings: Saturday, April 20, 2024
IRC logs for Saturday, April 20, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Microsoft-Run FUD Machine Wants Nobody to Pay Attention to Microsoft Getting Cracked All the Time
Fear, Uncertainty, Doubt (FUD) is the business model of "modern" media
Torvalds Fed Up With "AI" Passing Fad, Calls It "Autocorrect on Steroids."
and Microsoft pretends that it is speaking for Linux
Gemini Links 21/04/2024: Minecraft Ruined
Links for the day