Bonum Certa Men Certa

Links 07/04/2022: IBM Pushing Restrictive Boot



  • GNU/Linux

    • Audiocasts/Shows

    • Kernel Space

      • Graphics Stack

        • Why is Kopper and Zink important? AKA the future of OpenGL

          Since Kopper got merged today upstream I wanted to write a little about it as I think the value it brings can be unclear for the uninitiated.

          Adam Jackson in our graphics team has been working for the last Months together with other community members like Mike Blumenkrantz implementing Kopper. For those unaware Zink is an OpenGL implementation running on top of Vulkan and Kopper is the layer that allows you to translate OpenGL and GLX window handling to Vulkan WSI handling. This means that you can get full OpenGL support even if your GPU only has a Vulkan driver available and it also means you can for instance run GNOME on top of this stack thanks to the addition of Kopper to Zink.

    • Applications

      • VituxThree Internet Radio Clients for the Debian 11 Terminal – VITUX

        There are so many music players that support audio streaming, but what if you’d rather listen to your favorite radio stations without leaving the comfort of the command line? There are actually quite a few command-line music players that let you listen to radio stations directly in the terminal. These are quite simple and handy programs that save you from opening a browser. In this article, we will introduce you to three different media players that allow you to listen to online radio stations directly from the Linux command line. We’ll explain how to install and use each of these utilities, and how to remove them from your system if necessary.

        We have run the commands and procedures mentioned in this article on a Debian 11 system.

      • MedevelFoliate is undoubtedly the best eBook viewer for Linux

        Foliate is an outstanding open-source eBook reader for Linux systems. It is the brain child of John Factotum, an open-source developer and enthusiast.

        It is available in the repo for all popular Linux distros, and it is proven to be unbeatable among its compatible, not just because of its rich features-set, but also because it is a lightweight app, its ease of use.

      • Trend OceansARPCHAT: Communicate using ARP Protocol inside Isolated Network

        What if I tell you that it’s possible to communicate with your peers over the network using ARP protocol?

        That’s true; there is a new application name ARPCHAT written in a rust programming language by user kognise can achieve this thing very quickly and efficiently.

        This application takes advantage of the ARP protocol (Which requires discovering the system’s mac address on the link layer of the network), only requiring that all users are connected to the same network.

    • Instructionals/Technical

      • How to make PeppyMeter work

        I love VU meters. Then again, who doesn't? There is something mesmerizing about the needle or LED segments dancing to the rhythm of the music. So when I stumbled upon PeppyMeter, I knew right away that I must have it running on my machine. Making it work turned out to be a non-trivial matter, but I managed to get it up and running after much experimenting. And I've documented all the steps for your convenience. The following procedure assumes that you're using Ubuntu or Linux Mint.

      • ByteXDHow To Make Ubuntu Look and Feel Like Windows

        Nowadays, most users who want to switch from Windows always see Linux as the perfect operating system to get started with. Of course, everybody has different reasons for such a move.

        Still, they mainly revolve around security, developing applications for Linux systems, penetration testing (Kali or Parrot), or using an OS that wouldn’t bother you now and then about licensing.

      • OSNoteHow to Install Zikula CMS on Ubuntu – OSNote

        Zikula is a free and open-source software that anyone can use to build anything they want. It’s easy enough for even your grandma.

        Zikula means “plus” in Swahili language, so it translates as “more than” or “something more”. The name embodies what this project provides – an extension beyond common web technologies with tools like templates that help you create simple one-page websites all the way up to complex applications powered by Node JS modules & MVC architecture. You can create anything from basic one-page websites to sophisticated and powerful online apps with Zikula’s user-friendly interface. It is very simple to set up, so you will have no trouble making your vision come alive.

        In this guide, we’ll guide you through how to install Zikula and all of its requirements on an Ubuntu 20.04 system.

      • H2S MediaInstall FreeTube - YouTube player app on Ubuntu 20.04 LTS - Linux Shout

        Install the YouTube Player app called FreeTube on Ubuntu 20.04 LTS Focal Fossa for watching videos without advertisements and prevent Google from tracking you with their cookies and JavaScript.

        To keep the privacy of users while watching the videos on YoutTube, there is a project on GitHub called FreeTube. It is an open-source desktop YouTube player developed in Electron for Linux, macOS, and Windows.

        The interface of this open-source YouTube player is user-friendly and offers Two extractor APIs to choose from (Built-in or Invidious) apart from it the option to Subscribe to channels without an account; Export & import subscriptions; Open videos from your browser directly into FreeTube (with extension); Full Theme support and more are there…

      • Locate command not found

        If you encounter the error locate command not found on your Linux system, it likely means that you do not have the software installed and therefore can’t use this command. In this tutorial, we will remedy the issue by showing you how to install the locate command on all major Linux distros. You will then see some basic usage examples of the locate command.

      • How to obtain MAC address in Linux

        Every network interface, on any device, has its own MAC address. Unlike IP addresses, which can change frequently and easily, MAC addresses are permanently tied to the hardware. Although you can spoof your MAC address with software, the real MAC address of your network interface will never change.

        The MAC address identifies your device on the network. One common way they are used is for routers to hand out reserved IP addresses to a specific MAC address. To perform this configuration, you will first need to obtain your MAC address.

        In this tutorial, you will learn how to obtain the MAC address on a Linux system via both command line and GUI. This will show you the MAC address for all network interfaces you have installed – for example, your Ethernet interface as well as your Wi-Fi network card.

      • Locate vs find: What is the difference

        If you need to search for one or more particular files, Linux systems have a few powerful methods for locating them, such as the find and locate commands. Both of these commands have the same purpose, but they use a different methodology to find files. Searching for a file with a specific name can be done, but you can also search for files that follow certain naming patterns.

        This can be broadened all the way to finding files based on file size, file extension, or a lot of other options. In this tutorial, you will learn the difference between the find and locate commands, and examples of how to use each one. By the end of our tutorial, you will know in which situations one command is more approrpiate than the other.

      • How to restore hibernation on Fedora

        Hibernation, also known as “suspend to disk”, is the most efficient power saving mode in terms of energy consumption. On hibernation, the state of the random access memory is stored on disk, and the machine is completely power down. Although efficient, hibernation is commonly not recommended if using a solid state drive, because each time the system enters this power state, a lot of data must be written to disk, which as we know, has a limited number of write cycles. For this and other reasons, as the the low number of machines on which hibernation works reliably on Linux, Fedora decided to disable this power state by default.

      • Red Hat OfficialHow to write an Ansible plugin to create inventory files | Enable Sysadmin

        In my previous articles in this series, I wrote about dynamic Ansible inventories and how to write a very flexible Python script that uses Nmap results to create them.

      • VituxHow to find Geographic Server Location (IP) using the Terminal on Debian 11 – VITUX

        Each server has a public IP address that is assigned to the server directly through a router. This public IP address can be used to determine the geolocation of the server, which includes information such as the continent, country, and even the estimated latitude and longitude of the server.

        There are many situations where you need to determine the geographic location of a remote Linux machine based on its IP address. You may know how to find out the geolocation of the server through the web browser, but today we will see how to find it through the terminal application in a Debian operating system. In this article, we’ll tell you how to find out the public IP address of a system and then retrieve its geolocation using ipinfo.io’s two open APIs.

      • FAQForgeHow to Install Slack on Ubuntu

        Slack is an up-and-coming application for communicating in the workplace. It comes with all of the standard functionality, but its extra features are amazing.

        Slack offers call and video conversations in addition to text communication. Slack has a channel function that allows you to organize your conversations into sub-categories and allows you to search for them. It also supports extra add-ons to expand its functionality. This aids in the organization of information and communication.

        The Slack client is not open-source software, but its client is free. The Slack desktop client supports many platforms. In this article, you will learn multiple methods to install Slack on your Ubuntu system

      • VituxIP Address Management on Ubuntu – VITUX

        Nowadays, everything takes place on the Internet. It is not wrong to say that “the Internet has become the basic requirement for our lives”. And the Internet is a network of networks that are interconnected. To surf the Internet, you should know the basics of a network and how to connect your local network to the Internet. The first and most important thing when connecting to the Internet is the IP address. The IP address is your identity on the Internet, just like your phone number, social security number, etc. To browse the Internet, you need an IP address. If the network is down or not working, the user should be able to find the cause of the problem. To identify the problem, one should be familiar with the basics of networking. The Linux Network Stack provides great flexibility in managing a network through the graphical user interface and the command line. In this tutorial, we will see how to manage, debug, and fix a network problem using the Linux GUI interface and the command-line interface.

      • OpenSource.comHappy anniversary, Git! Here are our favorite Git commands

        Git's 17th anniversary is on April 7th, 2022. Since its creation, Git has become a standard tool for software development. It helps programmers track changes they make to their code, and as a code hosting platform, it allows users to find useful applications. If you interact with source code, open source or otherwise, there's a strong likelihood you interact with Git. With so many people using Git daily, I wondered what the open source community's favorite Git commands are. What better way to find out than to ask?

    • Games

      • GamingOnLinuxHow to give Valve feedback when Steam Deck (Proton) games have issues | GamingOnLinux

        While this may be something Linux users are used to, players new to the Steam Deck should be aware of how to catch issues for Valve to hopefully fix up Proton.

        Here's the thing: for the majority of games on Steam Deck, they won't be Linux Native. Instead, they will rely on the Proton compatibility layer to run Windows games on SteamOS which is based on Arch Linux. It's not perfect, there are issues and here's how you can catch them.

      • GamingOnLinuxXbox Games Studios talk up more of their games on Steam Deck | GamingOnLinux

        Still a little weird to see but Xbox Games Studios have talked about more of their games running on Steam Deck, a system powered by Linux. Not the first time they've done this and likely won't be the last, heck they even showed how to get Xbox Cloud Gaming running.

      • GamingOnLinuxThe Hand of Merlin to get full Native Linux and Steam Deck support | GamingOnLinux

        Developer Room-C Games working with Croteam have announced that The Hand of Merlin will see full Steam Deck support, as work continues on their Native Linux version.

        The Linux version has been available in Beta for a while but they're not quite finished with it to tick the box and have it show on the Steam store. The good news is that they've also been testing on Steam Deck, where it works great, and they think it should get bumped from Playable to Verified when done.

      • GamingOnLinuxRimWorld now includes full Steam Deck support | GamingOnLinux

        The original developer who was working on Steam Deck support was sadly caught up in the Russian invasion of Ukraine, with Ludeon Studios mentioning they are now safe.

      • GamingOnLinuxHalf-Life Alyx: LEVITATION promises another 4-5 hours of VR fun | GamingOnLinux

        Half-Life Alyx: LEVITATION is an impressive looking upcoming mod for Valve's incredible VR experience. Probably one of the best games and gaming experiences, I've ever had. I'm itching to play a whole lot more in this world.

        It will be difficult for any mod team to create a comparable experience, especially with the added extras that a VR game mod will need but this really does look promising.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • OMG UbuntuDash to Panel Adds GNOME 42 Support

          This unified, single desktop panel is one of the most popular GNOME extensions[citation needed] around. It’s a classy and customisable alternative to a vanilla GNOME or stock Ubuntu setup.

          So word that the latest version — rolling out through GNOME extensions website — adds support for GNOME 42 will please many an ear.

          How does it fare on Ubuntu 22.04? Very well! I don’t see any graphical glitches when entering or exiting the workspace switcher or the app launcher. The whole of the shell UI feels as well proportioned with Dash to Panel enabled as it does with the vanilla Ubuntu Dock.dash

    • Distributions

      • IBM/Red Hat/Fedora

        • FedoraFedora Community Blog: Community Blog monthly summary: March 2022

          This is the latest in our monthly series summarizing the past month on the Community Blog. Please leave a comment below to let me know what you think.

        • Enterprisers Project4 tips for transitioning into an IT management role

          When I was 24 years old, I was promoted into the executive suite with little more than a prayer. The fact that I lasted six years in this job was a downright miracle. Since then, I’ve learned a ton through personal experience and from the clients that I coach, who face untold leadership struggles.

        • Revisiting ROCm packaging

          I made a thread late last year inquirying about interest in ROCm packaging; in that time I've introduced a few packages amd updated a few existing packages to the latest version.

        • Red HatKafka Monthly Digest: March 2022 | Red Hat Developer

          This is the 50th edition of the Kafka Monthly Digest, and covers what happened in the Apache Kafka community in March 2022.

        • Red Hat3 ways to install a database with Helm charts | Red Hat Developer

          Helm is a package manager for Kubernetes. Helm uses a packaging format called charts, which include all of the Kubernetes resources that are required to deploy an application, such as deployments, services, ingress, and so on. Helm charts are very useful for installing applications and performing upgrades on a Kubernetes cluster.

        • LinuxiacFedora Plans to Drop Support for Legacy BIOS Systems [Ed: IBM helps the same sinister agenda as Microsoft and the NSA; it's not about security or modernity as lessens users' control]

          The Fedora 37 development team is considering dropping support for non-UEFI BIOS.

          The Unified Extensible Firmware Interface, or UEFI, is a modern method of handling the boot process. UEFI is similar to Legacy; however, the boot data is stored in a .efi file rather than the firmware.

          In the case of Fedora, while the change may take some time, the new Fedora x86_64 installations will no longer work on non-UEFI platforms.

          On x86_64 architectures, Fedora 37 will mark legacy BIOS installation as deprecated in favor of UEFI. While systems already using Legacy BIOS to boot will continue to be supported, new Legacy BIOS installations on these architectures will be impossible.

      • Debian Family

        • 9to5LinuxRaspberry Pi OS Is Now Powered by Linux 5.15 LTS, Gets Experimental Wayland Backend

          The new version of Raspberry Pi OS comes a little over two months after the previous one and it's the first to finally bump the kernel version from Linux 5.10 LTS to Linux 5.15 LTS in an attempt to provide users with some new features that weren't present in the previous kernel series.

          Linux kernel 5.15.30 is included by default in the new Raspberry Pi OS release, though you should know that Linux 5.15 will only be supported until October 2023 while Linux kernel 5.10 LTS will be supported until December 2026.

      • Canonical/Ubuntu Family

        • Its FOSSLinux Mint’s New Upgrade Tool Aims to Make the Update Process a Breeze
          Linux Mint’s next release, based on Ubuntu 22.04 LTS, is around the corner. You should expect it soon after Ubuntu 22.04 LTS release later this month.

          In the latest monthly blog post, Clem Lefebvre (Linux Mint founder) revealed that Linux Mint 21, codenamed “Vanessa,” will be the next upgrade based on Ubuntu 22.04 LTS.

        • UbuntuCanonical Experiences Record Channel Business Growth and Momentum | Ubuntu

          Canonical, the publisher of Ubuntu, announced today that its channel partner program has seen upwards of 240% growth within the past year. At the forefront of this momentum is the continued growth of the company’s partner-led business, with new and existing partners actively driving Canonical’s offerings into the market.

          Driven primarily by the accelerating growth established through distribution partnerships in Europe and North America, Canonical grew many strategic channel partner relationships and selectively onboarded new partners.

        • Make Use OfPop!_OS Teases Intrepid Linux Users With the 22.04 Beta Release

          Pop!_OS, a custom version of Ubuntu developed by Linux preinstalled PC maker System 76, has made beta images of the upcoming 22.04 version of the Linux distribution available. However, it's only intended for users undaunted by the bugs that will inevitably be present.

        • Xubuntu 22.04 LTS - New Features and Release Details

          Xubuntu 22.04 LTS is powered by Linux Kernel 5.15 and underlying packages from Ubuntu 22.04 LTS. In addition to that, the default desktop environment version is Xfce 4.16. The Xfce desktop environment did not see any significant release since its release in Dec 2020.

          Even so the Xfce desktop version 4.16 remained as the Xubuntu 21.10 (last release), and the desktop components and native applications get some improvements and bug fixes.

          Perhaps the vital work in this release is the initial support for GTK4 and libhandy in the Greybird theme (via version 3.23.1). That means the GTK4 apps from the GNOME ecosystem look good in Xubuntu with their theme.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • FSF

        • GNU Projects

          • GIMP 2.10 review

            GIMP is the best free photo editor available right now – certainly the most powerful. Is it better than paid-for tools like Adobe's Photoshop, or Affinity Photo? No – these are easier to use, and in the case of Photoshop, more advanced. GIMP lacks the cutting-edge, AI-powered features like smart object selection or neural filters that are starting to appear in Adobe software (see the best AI photo editing software for more options). It's also worth mentioning that Adobe tools are generally the standard in creative industries, so if you're looking to make a career in design or publishing, it may be worth getting used to Adobe early.

            For painters and illustrators, while GIMP will certainly give you a lot of tools, Krita (opens in new tab) is a more comprehensive free option, with a larger selection of brushes. If you're looking for a free graphic design tool for posters or infographics, again, GIMP will do the job, but there are free options that will give you less of a headache. As already mentioned, Canva (opens in new tab) is a less powerful but much more user-friendly and streamlined tool for these kinds of tasks. Adobe's Creative Cloud Express is also now giving Canva a run for its money.

        • Licensing/Legal

          • Open Source InitiativeUser beware: Modified AGPLv3 removes freedoms, adds legal headaches [Ed: User beware: OSI is promoting Microsoft proprietary software in exchange for bribes; OSI does not warn people about Microsoft and instead focuses on other things]

            In a prior post, we reported on a decision from a U.S. district court holding that it was false advertising for a company to claim that software licensed under the Affero General Public License version 3 with the addition of the Commons Clause (referred to in the case as the “Neo4j Sweden Software License”) was “free and open source” software. Unfortunately that case contains one more decision that is already raising concerns among the open source community.

            Defendants in this case had forked the Neo4j software and removed the Commons Clause from their now-AGPLv3 licensed fork. They did this relying on AGPLv3 Section 7 that permits a licensee to remove any "further restriction" – such as non-commercial use – imposed beyond those listed in AGPLv3. However, the court held that the defendants were not allowed to redistribute the software without the Commons Clause license.

            That conclusion goes against the intent of the drafters of the AGPLv3. The GPLv3 Second Discussion Draft Rationale says in footnote 73 that the restriction was aimed at the copyright owners themselves: “Here we are particularly concerned about the practice of program authors who purport to license their works under the GPL with an additional requirement that contradicts the terms of the GPL, such as a prohibition on commercial use.”

      • Programming/Development

  • Leftovers

    • Choosing SOFA



      The SOFA (Start Often Finish rArely) attitude is something I’ve often resented in my own self because I wasted—or it felt like waste, at the time—my life up to age 26 or so before I had the toolbox to more intentionally and directedly focus my time. I learned a wide variety of things but very shallowly. I’ve certainly been very grateful for the more directed efforts I’ve made since, but, as usual, people are coming from different directions on this and maybe the grass is always greener.

    • [Older] The pandemic shows that the state is already withering away, just not in the cool way Marx and Engels predicted

      Consider the U.S. response to the pandemic. It has been utterly and completely abhorrent. Insofar as there has been any attempt at mitigation by the state, it has been in the form of pharmaceutical and medical intervention (vaccines, masks, medicines, etc.), but largely lacking anything that could be called public health intervention (lockdowns, business shutdowns, work restrictions, cash subsidies, etc.). Yes, early on back in the ancient days of 2020, there were short and poorly planed lockdowns and a couple small handouts in the form of cash and unemployment increases. But these are all long gone and aren't even being considered at the current moment, when infections are the worst they've even been by a factor of about two.

      What is interesting about this? The acceptable interventions all center around the flow of *commodities*, physical objects for sale. Unacceptable interventions are all *behavioral* and based on adjusting human relationships. If the solution involves buying and selling things, then it's considered politically reasonable by the "adults in the room". If it involves even the slightest change in the relationship between boss and worker or the behavior between neighbor and neighbor, then it's considered politically impossible.

    • Hardware

      • CNX SoftwareAnkerMake M5 3D printer comes with AI camera, prints at up to 300mm/s (Crowdfunding)

        Anker is better known for its charger and power banks, but the company has now entered the 3D printer market with the AnkerMake M5 3D printer which is said to print five times faster and comes with an AI camera for monitoring the prints.

        Besides the up to 300mm/s printing speed, other highlights of the 3D printer include Google Assistant & Amazon Alexa voice assistant compatibility, and easy assembly that requires 3 steps done in about 15 minutes.

      • CNX SoftwareArm SystemReady SR-certified Ampere Altra Developer Platform launched for $3,999

        Arm SystemReady SR compliance ensures out-of-the-box support for off-the-shelf operating systems, and the machine has been tested successfully with Ubuntu Server 20.04.3, Windows PE (10.0.22000.1), VMware ESXi-Arm Fling v1.8, Fedora Server 35, FreeBSD 13.0-RELEASE, CentOS stream 9, and Debian 11.2. Arm SystemReady SR is for servers and workstations and has no waivers (for hardware/firmware/OS hacks) like Arm SystemReady ES or SystemReady IR certifications do for less powerful systems. Documentation can be found on the Wiki.

      • ADLINK's Ampere€® Altra€® Developer Platform with Arm SystemReady Certification
    • Integrity/Availability

      • Proprietary

        • Security

          • LWNSecurity updates for Thursday [LWN.net]

            Security updates have been issued by Arch Linux (bind), Debian (firefox-esr), Fedora (fribidi, gdal, and mingw-gdal), openSUSE (pdns-recursor and SDL2), Oracle (kernel), Slackware (mozilla), SUSE (glibc and openvpn-openssl1), and Ubuntu (fribidi and linux-azure-5.13, linux-oracle-5.13).

          • FOSSLifeThe Political Threat of Ransomware Attacks [Ed: Stacked by Microsoft, preaching/talking about fake security while failing to name the predominant culprit: Microsoft Windows]

            Ransomware as a political weapon is on the rise, said Alex Klimburg, Head of the Centre for Cybersecurity, World Economic Forum, in a recent podcast on Radio Davos.

    • Defence/Aggression

      • Bruce SchneierUS Disrupts Russian Botnet

        The botnet “targets network devices manufactured by WatchGuard Technologies Inc. (WatchGuard) and ASUSTek Computer Inc. (ASUS).” And note that only the command-and-control mechanism was disrupted. Those devices are still vulnerable.

      • USDOJJustice Department Announces Court-Authorized Disruption of Botnet Controlled by the Russian Federation’s Main Intelligence Directorate (GRU) | OPA | Department of Justice

        The Justice Department today announced a court-authorized operation, conducted in March 2022, to disrupt a two-tiered global botnet of thousands of infected network hardware devices under the control of a threat actor known to security researchers as Sandworm, which the U.S. government has previously attributed to the Main Intelligence Directorate of the General Staff of the Armed Forces of the Russian Federation (the GRU). The operation copied and removed malware from vulnerable internet-connected firewall devices that Sandworm used for command and control (C2) of the underlying botnet. Although the operation did not involve access to the Sandworm malware on the thousands of underlying victim devices worldwide, referred to as “bots,” the disabling of the C2 mechanism severed those bots from the Sandworm C2 devices’ control.

    • Monopolies



Recent Techrights' Posts

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
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
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
 
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
Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
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
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
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