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

Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
Not Just Slow News But Also Late News (Julian Assange Landing in Thailand)
Why did AP take so long (nearly a week) to release these?
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Getting Rid of Microsoft Does Not Go Far Enough
Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
Links for the day
[Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
So-called "advertiser-unfriendly" material was never a problem for Wikileaks
 
Press Complicity and Public Apathy All Along Enabled 14 Years of Illegal, Arbitrary Detention and Coercion Into Plea Bargain of Julian Assange on Brink of Death
They basically blackmailed him into letting the US 'win' the argument
At the End Journalism a Crime (If It Involves Accessing or Gaining Access to Documents Marked "Confidential" or "Classified" by Those Looking to Hide Their Misconduct/Crimes)
At least in the US, especially where the imperialism is at stake
Links 30/06/2024: Tensions in Korea and Japan, Criminalisation of Sleeping Outdoors
Links for the day
100% Slop/Spam From linuxsecurity.com
This is the kind of stuff that's killing the Web faster
Gemini Links 30/06/2024: Murdoch and Ideal OS
Links for the day
In the First 6 Months of 2024 Thailand Moved to GNU/Linux, Not to Windows Vista 11
maybe users moved from Vista 10 and 11 to GNU/Linux, seeing where Microsoft was heading with forced hardware "upgrades"
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
Freedom-To-Play games using Taler
[Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
Until 2020 none of my PCs ever had more than 2 GB of RAM
Destination 'Five Percent'
We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
A Crisis of Online Journalism
Almost a week ago a journalist was forced to plead guilty for an act of journalism
Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
openai.com traffic plunged 60% last month
Microsoft’s Latest Antitrust Scrutiny
4 new stories
Microsoft Layoffs, Mass Plagiarism, and More
outrage included
GNU/Linux Climbed 0.25% This Month (in statCounter)
Around midday on Tuesday we'll start seeing preliminary data for July
Ilya Gulko Introduces Pollyanna
"Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
looking to raise funds at the same time as the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 29, 2024
IRC logs for Saturday, June 29, 2024
Links 29/06/2024: Astronauts at Risk, Ukraine Updates
Links for the day
Fedora and Red Hat Leftovers
mostly redhat.com
Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
Notice the title and the image, what's being promoted etc.
Seychelles: GNU/Linux Doing OK
Seychelles cannot be considered poor
This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
Wikileaks' Julian Assange: Exposing the US Military Crimes
Gemini Protocol Isn't Even Remotely "Dead"
"Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
About 10 New Free Software Foundation (FSF) Members Per Day
The total changed from 46 to 47 while typing the article
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
This is not happening only in Germany
Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
It uses buzzwords where none are needed
[Meme] Garbage In, Garbage Out (linuxsecurity.com)
It is neither Linux nor security, just chatbot-generated slop
Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
linuxsecurity.com became an anti-Linux spam site
Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
retaliatory layoffs at Microsoft
Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
Links for the day
Windows Lost Almost 92% Market Share in Egypt
From over 99% to just over 7%
In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
Not even counting Chromebooks
LibrePlanet: Cultivating Backups (of Recordings)
an appeal to recover some of these talks
Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
Taking full history into account, this is a decrease of over 90% in some cases
Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
"the "smiling faces" behind it."
Android at 90% or More in Chad
Windows below 2%
David Wilson: Cultivating a Welcoming Free Software Community That Lasts
"a feeling of shared ownership for all users."
Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
And probably at a symbolic capacity only
Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
Julian Assange's life inside the Ecuadorian embassy
Neil Plotnick on GNU/Linux in the High School Classroom
uploaded to the LibrePlanet instance of MediaGoblin
Asia Appears to be Fastest to Adopt GNU/Linux
the home of a considerable majority of the world's population
Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
in spite of technical difficulties encountered while recording
What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 28, 2024
IRC logs for Friday, June 28, 2024
Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
Links for the day
Links 28/06/2024: Overton window and Polarization
Links for the day
[Meme] In 50 Years...
Microsoft's Vista 11 will take 50 years to be fully adopted
Only About 1 in 8 Russian Windows Users is Using Vista 11
it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
Links for the day
Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
Links for the day
IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
almost exactly a year after turning RHEL into proprietary software
Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
"Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
We're talking about India today
[Video] "It Is Incredible That Julian Assange Survives"
There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
Never Assume That Because the Law Exists the Powerful Will Follow the Law
Who's going to hold them accountable now?
Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
I can cynically guess that only matters when a user with a Chinese name does it
[Video] Julian Assange Explains Wikileaks' Logistics
predating indefinite detention
IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
"I Hated Working at IBM. They Were the Most Unfriendly People."
Don't forget what Watson the son did to a poor woman on a plane
State of the News (and Depletion of Journalism Online, Not Just Offline)
Newspapers are not coming back and the Web is not coming back either
GNU/Linux Consolidates in North America
Android rising a lot this year, too
[Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
Work more; Get less
Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
SUEPO wants more EPO staff to participate in collective action
Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
Published yesterday by a number of mainstream publishers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 27, 2024
IRC logs for Thursday, June 27, 2024
RIP Daniel Bristot de Oliveira, Red Hat death
Reprinted with permission from Daniel Pocock