Bonum Certa Men Certa

Links 3/1/2022: New Rescuzilla and MDADM 4.2



  • GNU/Linux

    • Desktop/Laptop

      • 9 Reasons Why Techies Are in Love With Linux

        You might not be a Linux user but have a nerdy friend who won't shut up about it. Why would they get so excited about an operating system?

        Read on to find out why so many technical people are so in love with Linux.

    • Server

      • Best Linux Distros for Servers - Linux Stans

        You can use pretty much any Linux distro as a server, however, some distros are specialized and configured in a way that makes them a lot better and easier to work on out of the box when it comes to servers. So, technically, all Linux distros are for servers, and you can use any distro for your server.

    • Audiocasts/Shows

      • OBS Studio 27.2 enters Beta with official Flatpak support | GamingOnLinux

        Ready for 2022, the OBS team is preparing a major new release of the free and open source livestreaming and recording software OBS Studio.

        OBS Studio 27.2 has two Beta versions out bringing in some major new features. For Linux users, it's a big one too as it brings along our previously reported plans for official Flatpak support. This means users of any Linux distribution will be able to grab the officially supported package with all the bells and whistles.

    • Kernel Space

      • A set of patches has been published that speed up the assembly of the Linux kernel by 50-80%

        Ingo Molnar ( by Ingo Molnar is ), a well-known Linux kernel developer and author of CFS Task Scheduler (Completely Fair Scheduler), proposed for discussion of Linux kernel development mailing list a series of patches, affecting more than half of all the files in the kernel source and provides an increase in the total rebuilding core speed 50-80% depending on the settings. The implemented optimization is remarkable in that it is associated with the addition of the largest set of changes in the history of kernel development – 2297 patches were proposed for inclusion at once, changing more than 25 thousand files (10 thousand header files in the directories “include /” and “arch / * / include / “and 15 thousand source files).

        The performance gain is achieved by changing the method of handling header files. It is noted that over thirty years of kernel development, the state of header files has taken on a depressing form due to the presence of a large number of cross-dependencies between files. The restructuring of the header files took over a year and required a significant redesign of the hierarchy and dependencies. During the restructuring, work was done to separate the type definitions and APIs for different kernel subsystems.

        Among the changes made are: separation of high-level header files from each other, exclusion of inline functions that bind header files, allocation of header files for types and APIs, provision of a separate assembly of header files (about 80 files had indirect dependencies that interfere with assembly, exposed through other header files), automatic addition of dependencies to “.h” and “.c” files, step-by-step optimization of header files, use of the “CONFIG_KALLSYMS_FAST = y” mode, selective consolidation of C files into assembly blocks to reduce the number of object files.

      • MDADM 4.2 Released For Managing Linux Software RAID - Phoronix

        The mdadm utility for managing Linux software RAID arrays is out with a new release -- its first in more than three years.

        MDADM 4.1 was released long before the pandemic even got started... All the way back in October 2018. As such with MDADM 4.2 now available, it's a rather big update. Meta's Jes Sorensen released MDADM 4.2 just before the new year. Jes summed up v4.2 as, "The release includes more than two years of development and bugfixes, so it is difficult to remember everything. Highlights include enhancements and bug fixes including for IMSM RAID, Partial Parity Log, clustered RAID support, improved testing, and gcc-9 support."

      • New Linux Patch Series Proposes Gating "Legacy PCI" Support - Phoronix

        A patch series sent out by IBM would introduce a new "LEGACY_PCI" Kconfig option for gating legacy PCI device support, including PCI devices attached to PCI-to-PCIe bridges and PCIe devices using legacy I/O spaces.

        Sent out over the holidays were a set of 32 patches proposing new LEGACY_PCI and HAS_IOPORT options for the Linux kernel. The justification for the patch series is IBM's s390 architecture not supporting legacy PCI devices nor PCI I/O spaces. The interesting aspect for non-s390 Linux users is on the LEGACY_PCI toggle to which it has already been successfully tested on x86_64 hardware and AArch64 (ARM64) too.

    • Applications

      • Pinta 2.0 Graphics and Photo Editor Released - itsfoss.net [Ed: Mono makes this problematic]

        The release of the open raster graphics editor Pinta 2.0 has been published , which is an attempt to rewrite the Paint.NET program using GTK. The editor provides a basic set of drawing and image processing capabilities, targeting novice users. The interface is simplified as much as possible, the editor supports an unlimited rollback buffer, allows you to work with multiple layers, is equipped with a set of tools for applying various effects and adjusting images. The Pinta code is licensed under the MIT license. The project is written in C # using Mono and the Gtk # binding. Binary assemblies prepared for Linux ( Flatpak , Snap), macOS and Windows.

    • Instructionals/Technical

      • Complete guide on Inode number in Linux with an examples - TREND OCEANS

        I’m going to ask you a question. What do you see when you pass the ls -l command? A list of files with a bunch of details like permission, number of files, file owner, group owner, size, date & time along with a file name, and more number of data can be accessed using different parameters, but have you ever imagined where all data get stored, and what we call for this data type?

        This type of data is called meta-data, which is useful to store all information of files except file name and data of a file. And meta-data is a part of Inode. Now, what is an inode?

      • 13 examples of how DevOps facilitated transformation in 2021 | Opensource.com

        Tools of the trade continue to rank as a top read for Opensource.com readers. Nimisha Mukherjee, an engineering manager with Red Hat, wrote 13 open source tools for developers. She breaks tools down by Inner loop, the most common tasks developers do, and Outer loop, where the developers' code goes through continuous integration and delivery (CI/CD) for deployment to production.

        Implementing a DevOps toolchain also ranked high on our reader's interests. A first-time contributor, Tereza Denkova, Marketing Associate at Accedia, an IT professional services company, wrote How to implement a DevOps toolchain and eloquently tied it to innovation.

      • 10 tutorials to sharpen your command-line skills | Enable Sysadmin

        The command-line interface (also known as the CLI) might be the most powerful yet intimidating aspect of Linux. It gives you unparalleled power and complete access to what the operating system can do for you.

        Linux inherited the Unix design and its ability to compose more complex commands from simple tools.

      • How To Install HTTP Git Server on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install HTTP Git Server on Ubuntu 20.04 LTS. For those of you who didn’t know, HTTP Git Server is an open-source project that uses an Nginx webserver to serve Git repositories over your Local Area Network (LAN). HTTP Git Server is surprisingly easy to set up and manage.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you through the step-by-step installation of HTTP Git Server on Ubuntu 20.04 (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.

      • How to Install Odoo 15 on Ubuntu 20.04 with Nginx - AWS

        Install Odoo 15 on Ubuntu 20.04 with Nginx – AWS. In this tutorial you are going to learn how to install and setup Odoo with Nginx reverse proxy and connect it with PostgreSQL in Amazon RDS.

        Odoo is a management self hosted software to run a business with a top notch user experience. The applications within Odoo are perfectly integrated with each other, allowing you to fully automate your business processes easily.

      • New Year's resolutions for Linux sysadmins in 2022 | Network World

        Even after using Linux for more than 30 years, I often find myself discovering some command that I didn't know about or didn't realize how much I could do with it. 2021 was the first year that I used the cheat command or used the --help option for commands more often that I read their man pages. I also started using the bpytop command fairly often. And, whenever I ran across a command I wasn't previously familiar with, I took the time to look it up, install it (if needed) on one or more of my Linux systems and play with it. Considering that I'm seeing nearly 2,000 files just in /usr/bin on my Fedora system, I'm not surprised that, even after 30+ years, I'm not familiar with all of them.

    • Games

      • Steam ended 2021 with a slightly lower Linux user share ending the recent growth

        After 7 months of seeing the Linux user share on Steam continue to grow, December saw 2021 end with it dropping slightly. The results can be seen on our Steam Tracker, which shows some trends over time, taken from the official opt-in Steam Hardware Survey.

        December 2021 saw the Linux user share at 1.11%.

        Something we've seen a few times, is that when the number of Simplified Chinese language users rises on Steam, the Linux numbers drop and it appears to be what has happened once again this time. It's not always the case, as we have seen times where Linux has risen regardless but it is often the cause.

      • Steam On Linux Ended 2021 At 1.11% Marketshare - Phoronix

        After a reporting snafu over the weekend, Valve has now made available the December 2021 results of the Steam Survey. This metric has been quite interesting to monitor with the increases since Steam Play (Proton) was first introduced but particularly in recent months since the announcement of the Linux-powered Steam Deck causing more excitement around Linux gaming and more people trying out the current state of Steam Play.

      • Check Out The Top 11 New Games to Play on Linux With Proton Since December 2021 - Boiling Steam

        We are back with our usual monthly update! Boiling Steam looks at the latest data dumps from ProtonDB to give you a quick list of new games that work (pretty much?) perfectly with Proton since December 2021 – all of them work out of the box or well enough with tweaks...

      • Online Linux Gaming is not ready for prime time. | Reacting to Linux Daily Driver Challenge ep 5 - Invidious

        That's not to say there are *no* Linux gamers out there. But if you're an average PC boy and you play popular online multiplayer games, then you're in for a bad time with Linux.

      • OpenRGB gets greatly expanded hardware support in the 0.7 release | GamingOnLinux

        Controlling all your fancy RGB lighting on Linux can sometimes be a hassle but OpenRGB thankfully can reduce that pain and a new release is out now with OpenRGB 0.7. Since every vendor decides to have their own applications, usually proprietary and Windows-only, OpenRGB is becoming something of an essential item if you want to control your hardware on Linux since it's vendor agnostic.

      • Heroic Games Launcher 2.0.0 brings a much improved login system for Epic Games | GamingOnLinux

        Ending 2021 with quite the bang, the unofficial Epic Games Store app Heroic Games Launcher put up a big new release improving lots of features.

        One of the major annoyances previously was the login system, that used an external browser and needed some copy / pasting to actually get in. That's been replaced with a new system that directly interfaces with the Epic Store making it much simpler to get going. There's also a new design for the app, with it using a sidebar instead of a navbar along the top which does look quite a bit nicer.

      • Orontes Games creator of DRAG gets acquired by iRacing | GamingOnLinux

        Seems DRAG from Orontes Games has been noticed as something special as iRacing has acquired the team.

        Lead developers Christian Folkers and Thorsten Folkers have officially joined the iRacing team, and the statement makes it clear that DRAG will continue to be developed. Not only that, the Folkers will also be developing additional games and bring their expertise and proprietary tech to iRacing.

    • Distributions

      • Trouble in Solus Linux land as their Experience Lead quits

        Joshua Strobl, who was Experience Lead for the Solus Linux distribution, has officially quit but work on the Budgie desktop environment continues.

        Announcing the departure on Twitter, Strobl linked to a longer statement that went over some rather vague issues that probably won't make much sense to anyone who isn't close to Strobl or the project. These include problems "which affect the ability to contribute to Solus, both from myself and others in the community".

      • systemd and ipv6 – why should it/they not be disabled? Ever? | systemd-free linux community

        Yours, mine, … my ISP’s, …..? It has taken nearly 2.5 decades (since 1998) to transition from ipv4 to ipv6.Is the day ipv4 will be globally terminated and disabled/banned by all servers? As far as I know there is no foreseeable date for when this can be done, or will it ever. According to our beloved spyware author, google,com, only 30% of all public servers have ipv6 ability. The ONLY servers recently found to have ipv6 ONLY ability, are test servers where if you can not reach them, it means you have no ipv6 ability enabled. A good test for us, we will explain later, or maybe not!

        Talk to a teenager with a relatively good aptitude in math, explain to them the scheme of 255.255.255.255 and also explain why this wouldn’t it be enough of addressing, how should we go about it? I suspect the vast majority would say add another (5th) batch of (0-255) numbers or 2^8 power, and increase the quantity by 250+ times. For every single ipv4 address there can be now 256 subdomains. Instead this illogical scheme of an undetermined number of digits, alphanumeric, colons, was devised as a solution. Few people still today, even networking engineers, can really explain you what does a specific ipv6 address really mean. Ipv4 addressing scheme, like tel-numbers, made sense to even 12 year olds. Ipv6 scheme only makes sense to encryption mathematicians.

        But was it your problem the internet was running out of IP addresses? It wasn’t mine. Did you experience a problem ever, of a dns providing you with an IP that matched two different servers? No, and no. So why are we exposing ourselves to connectivity we have little understanding about, vulnerabilities of a different variety than we know how to handle with ipv4, software that provide the ability to directly communicate through an ipv6 channel, but provide unknown protection for having such ability, and software we wouldn’t imagine they had their own networking functionality, that they actually do. This is a totally different protocol, not an expanded/modified protocol.

      • New Releases

        • Neptune 7.0 Released as a Classic KDE-Based Linux Distro

          The project’s latest release, Neptune 7.0 “Faye”, is based on Debian 11.2 “Bullseye” and includes KDE’s Plasma 5.20 desktop.

          Neptune is a Linux distro for desktops based fully upon the Debian stable branch, except for a newer kernel and some drivers. In addition, Neptune’s devs package and maintain the KDE Plasma desktop as well as KDE Frameworks and KDE Applications.

          Overall it’s very well-behaved and functional, a great derivative of Debian 11, featuring a nice more modern Plasma implementation.

          Now with their latest Faye version, Neptune Linux comes with another great release, helping make Linux more accessible for a broader audience from beginners to gamers. So let’s give it a shot and see what’s new.

        • A new release of Rescuzilla is here to help you recover your backed-up data

          There are two ways you can use Rescuezilla. The first is the traditional method of downloading the ISO, burning the ISO to a USB drive, booting the USB drive, and using the included tools to back up or restore your data. The tool also allows you to easily clone one drive to another, which makes for an outstanding method of rescuing your data from a failing server. The Rescuezilla GUI is straightforward enough that just about anyone can successfully back up data or clone a drive.

          That traditional method should be a part of every admin's skillset (and fortunately, it really is just as easy as booting a USB drive and following the steps).

      • Arch Family

        • Arch Linux's Archinstall Preparing Better Btrfs Support, More Fixes

          One of the great successes for Arch Linux in 2021 was "archinstall" debuting on the Arch Linux install media as a convenient and quick installer for this enthusiast-minded Linux distribution. This year that easy Arch Linux installer is getting into even better shape.

          Archinstall 2.3.1-rc1 has been released as a test version to showcase the latest Arch Linux installation enhancements. One of the big changes for this point release is continuing to improve the Btrfs file-system support, especially with accommodating more complex file-system configurations. This pull was merged for Archinstall 2.3.1 that now has Btrfs sub-volume support working that can fix various existing issues with the installer as well as paving the way for more Btrfs-driven features moving forward.

      • IBM/Red Hat/Fedora

        • Farewell CentOS and Hello Rocky Linux

          I remember when I first heard of CentOS (Community Enterprise Operating System) Linux all those many years ago. At the time, the latest release was at a 4.x. I did not initially touch the distro, nor was I an early adopter. I was subscribed to Red Hat and downloading / registering RHEL (Red Hat Enterprise Linux). It would not be until 6 was released that I finally decided to opt for CentOS rather than RHEL.

          Fast forward to the present and version 8.3 is not only the latest release but as of December 31, 2021, already EOL’d by Red Hat in favor of their CentOS Stream model which takes the distribution away from its original purpose: to provide a free and open-source community-supported computing platform, functionally compatible with its upstream source, RHEL. Although, to most folks, it was just a freely available version of RHEL. Under this model, a version of CentOS was released shortly after a RHEL release of the same version literally containing the same package sources / versions but stripped of the Red Hat branding. It was binary compatible.

        • New Community Manager at OpenSource.com to Focus on Accessibility - FOSS Force

          “I am privileged to be here at Opensource.com as the new community manager,” she said. “I’m looking forward to working with existing correspondents and contributors, and also bringing in new contributors and increasing the diversity of thoughts and ideas shared here on Opensource.com.”

          Although the duties associated with the position of community manager varies from organization to organization, in 2020 Opensource.com published an article on community management that might serve as insight into how Red Hat, or at least it’s Opensource.com website, defines the role.

        • Digital transformation: 4 do's and don'ts for 2022 | The Enterprisers Project

          Digital transformation is never easy, but it is unavoidable – especially as we approach a post-COVID workforce. By laying out a strategy ahead of time and investing in data and analytics to inform your decision-making as you progress, it is possible to execute transformation with less disruption.

      • Debian Family

      • Canonical/Ubuntu Family

        • Canonical hiring a Desktop Gaming Product Manager for Ubuntu Linux | GamingOnLinux

          It seems Canonical, creator of Ubuntu, is finally looking to get serious and improve Ubuntu gaming with a new Desktop Gaming Product Manager job waiting to pull someone in.

          Currently, Ubuntu is still the most popular Linux distribution on Steam, but the likes of Manjaro have been creeping up towards it pretty closely so perhaps with moves like this Canonical can keep Ubuntu on top. Not only that, but more and more people are recommending users install something else often Pop!_OS and even Valve moved away from a Debian base for SteamOS 3 with it being based on Arch Linux and so they suggest developers go with Manjaro.

          According to the job advert, Canonical want to "make Ubuntu the best Linux desktop for gaming" and they "work with partners in the silicon world to ensure the latest graphics drivers and tweaks are built-in for optimal frame rates and latency, as well as with partners in the gaming industry to ensure that mechanisms such as anti-cheat capabilities are available to ensure fairness and product availability".

        • Papirus Icon Set Updated with 45 New Icons - OMG! Ubuntu!

          A swathe of new glyphs have been added to the hugely popular Papirus icon set, enhancing its phenomenally broad coverage even further.

          We already consider the Papirus icon pack to be one of the best icon themes for Ubuntu (regardless of which flavour you use) and with this update the popularity of it is only certain to continue.

          So what have designers delivered in this, their first update to the set this year? A total of 45 new icons, including symbols for Linux Mint’s sticky notes tool, GTK4 Reddit client Headlines, Overwatch (when installed through Lutris), and the promising new GTK image viewer ImageRoll (which we’ll be talking about more shortly).

          The changes don’t stop there, though.

        • What Do You Want to See From Ubuntu in 2022? - OMG! Ubuntu!

          In my happy new year post I looked back at what Ubuntu had been up to in 2021 and touched on what’s planned for 2022, like the brand-new Ubuntu desktop installer, Flutter based apps, and planned long-term support release.

          And the recent job posting for a dedicated desktop game lead suggests that Canonical is aware that Ubuntu could use a bit more oomph in its tank if it’s to keep pace with other desktop Linux distros.

          But forget all that; we know what we think we’ll see from Ubuntu in 2022, but I want to hear from you: what do you want to see Ubuntu (in any of its shades) do this year?

        • UbuntuDDE Remix 21.10 – Ubuntu with Beautiful Deepin Desktop is Out! | UbuntuHandbook

          For those looking for a best looking Linux system, I would recommend Deepin and Zorin OS 16. And, I personally prefer the former one a bit more for the desktop appearance.

          Deepin is based on Debian. It’s great, but for those stick to most recent NVIDIA drivers, Ubuntu PPAs, and/or the Ubuntu communities, then UbuntuDDE Remix is a good choice.

          UbuntuDDE Remix is a Ubuntu flavor that uses the Deepin Desktop Environment. It includes all the goodies from Ubuntu while having the beautiful desktop appearance.

    • Devices/Embedded

      • Another Homebrew Linux Board Success Story | Hackaday

        It’s truly incredible what the hobbyist is now capable of. While it would have seemed all but impossible a few years ago, we’re happy to report that yet another dedicated hardware hacker has managed to spin up their own custom Linux single-board computer. Creator [Ian Kilgore] tells us the only goal when developing CATFOOD (yes, that’s the name) was to gain confidence with at-home board production, so it looks like a success to us.

      • Open Hardware/Modding

        • Save big on this Raspberry Pi and Arduino training [Ed: A bit spammy]
        • ESP32 CAN board fits into OBD-II dongle, supports auto shutdown - CNX Software

          RejsaCAN-ESP32 is a small board based on ESP32-WROOM-32 WiFi (and Bluetooth) module with a CAN interface that fits into a 3D printed OBD-II dongle for easy installation into most cars.

          Magnus Thomé has already published several automotive projects, notably for car racing with a system that checks real-time tire temperature, and he designed RejsaCAN-ESP32 board so that it can be plugged directly into his car with support for 5-15V input voltage, and also includes an auto-shutdown option to prevent battery drain by monitoring the battery voltage in the car.

    • Free, Libre, and Open Source Software

      • Apache Month in Review: December 2021
      • The Apache Weekly News Round-up: week ending 31 December 2021 : The Apache Software Foundation Blog

        Here we are --the last day of the year-- we wish everyone a happy new year. Thank you for your dedicated readership: below is our final weekly round-up for 2021; we'll be back in your inbox in 2022...

      • Web Browsers

        • Mozilla

          • Cameron Kaiser: Updates to TenFourFox on Github [Ed: TenFourFox does not care about freedom at all because it is outsourced to Microsoft's proprietary software prison]

            Happy New Year (I'd like to say nothing can be worse than 2021 was, but I don't want to tempt 2022). Fortunately, we're starting the year off right with new changesets on Github for the TenFourFox rolling release.

      • Productivity Software/LibreOffice/Calligra

      • Programming/Development

        • Python

          • Telegram bots in Python made easy

            A while ago I set out to get some teenagers interested in programming, and thought about a good way to achieve that. A way that allows them to get started with very little friction, build something that’s relevant in their currently live quickly, and avoids frustration.

            They were old enough to have their own smartphone, and they were already happily chatting with their friends, using the Telegram messenger. I have already experimented a bit with writing bots for Telegram (e.g. @Umklappbot or @Kaleidogen), and it occurred to me that this might be a good starting point: Chat bot interactions have a very simple data model: message in, response out, all simple text. Much simpler than anything graphical or even web programming. In a way it combines the simplicity of the typical initial programming exercises on the command-line with the impact and relevance of web programming.

            But of course “real” bot programming is still too hard – installing a programming environment, setting up a server, deploying, dealing with access tokens, understanding the Telegram Bot API and mapping it to your programming language.

  • Leftovers

    • Hardware

      • Edge-Mounted Meters Give This Retro Frequency Counter Six Decades Of Display | Hackaday

        With regard to retro test gear, one’s thoughts tend to those Nixie-adorned instruments of yore, or the boat-anchor oscilloscopes that came with their own carts simply because there was no other way to move the things. But there were other looks for test gear back in the day, as this frequency counter with a readout using moving-coil meters shows.

        We have to admit to never seeing anything like [Charles Ouweland]’s Van Der Heem 9908 electronic counter before. The Netherlands-based company, which was later acquired by Philips, built this six-digit, 1-MHz counter sometime in the 1950s. The display uses six separate edge-mounted panel meters numbered 0 through 9 to show the frequency of the incoming signal. The video below has a demo of what the instrument can do; we don’t know if it was restored at some point, but it still works and it’s actually pretty accurate. Later in the video, he gives a tour of the insides, which is the real treat — the case opens like a briefcase and contains over 20 separate PCBs with a bunch of germanium transistors, all stitched together with point-to-point wiring.

    • Health/Nutrition/Agriculture

      • Kushal Das: 2021 blog review

        A major part of the year went to thinking if we can survive the year, India's medical system broke down completely (the doctors and staff did some amazing job using whatever was available). Everyone I know lost someone in COVID, including in our family. All 3 of us were down in COVID from the end of April & the recovery was long. For a few days in between I could not remember any name.

      • Keeping The Philippines’ Surface Waters Clean With Kabooms | Hackaday

        [Rich] over at Tropical Ocean Cleanup on YouTube has been working hard to prevent plastic waste from getting into the waters around the Philippines. Even as a mostly one-man crew, he’s collecting large sums of plastic waste using a boom system which he fittingly made out of waste: old tires and empty plastic bottles. This Kaboom system is a low-cost method of capturing any waste so that it can be collected and properly disposed of. In addition [Rich] also installs containers where locals can dispose of their plastic trash.

        The Kaboom system is detailed by [Rich] in this video (also linked after the break). As a shoestring budget project, it relies heavily on donations and local support to install more of these booms. It is however a highly effective way to prevent such common plastic waste from making it into the oceans in the first place. Having these booms made out of waste items that are commonly found where humans roam should make this a snap.

    • Integrity/Availability

      • What is This Y2K22 Bug? What Problem is it Causing for Sysadmins? - It's FOSS News

        The turn of the new year has triggered errors in Microsoft Exchange mail servers, causing thousands, possibly millions, of emails around the world to not get sent and staying stuck on email transport queues, in some cases even causing entire servers to crash.

        The server administration community has dubbed this bug “Y2K22” due to its similarity to the infamous Y2K bug, a date-related bug which was feared to cause many computer systems and potentially the world economy itself to collapse at the turn of this century.

      • Proprietary

        • Security

          • Security updates for Monday [LWN.net]

            Security updates have been issued by Debian (thunderbird), Fedora (kernel, libopenmpt, and xorg-x11-server), Mageia (gegl, libgda5.0, log4j, ntfs-3g, and wireshark), openSUSE (log4j), and Red Hat (grafana).

          • blog.ipfire.org - Changes to our donation process

            We have had many conversations with other Open Source projects over the years and it looks like everyone has their own donation process - simply because donations do not exist in German tax law.

          • Koch: A New Future for GnuPG

            He concludes with a request for individuals who have been donating to GnuPG to redirect their generosity toward another deserving project. This is good news; GnuPG ran on a shoestring for far too long.

    • Internet Policy/Net Neutrality

      • Telangana HC issues notice in challenge to FRT

        Mr. S.Q. Masood, a prominent social activist from Hyderabad has filed a petition challenging the deployment of Facial Recognition Technology in the State of Telangana. In the petition, he has argued that the deployment of the technology is not backed by law, unnecessary, disproportionate, and is being done without any safeguards in place to prevent misuse. The petition was listed for hearing before a bench led by the Chief Justice of the Telangana High Court. The bench has issued notice on the petition after hearing submissions from Mr. Manoj Reddy who represented Mr. Masood in court. The case will now be taken up after court vacations which end on 15th January, 2022. IFF provided legal support in the drafting of the petition.



Recent Techrights' Posts

Who Asked Software in the Public Interest (SPI) for a Refund? ($100,000, Resulting in Losses of $267,201 in 12 Months, Highest-Ever Losses)
The IRS does not reveal who or what's tied to this refund (or the cause/reason)
"Cloud Computing" Was Always a Joke, But This Week Was the Punchline
Maybe stop following tech trends and fashions
 
Slopwatch: Google News is Promoting Fake 'Articles' About Fake Xubuntu, Fake Articles About Replacing Windows With GNU/Linux
The quality of the Web deteriorates and unless someone cleans up the mess, real sites will lose an incentive to produce anything
When "AI Layoffs" Mean Layoffs Due to the "AI" Bubble Popping
many people that are laid off by Microsoft claim to be specialists in "AI"
Mysterious grant forfeited, $100,000 from Software in the Public Interest accounts 2023
Reprinted with permission from Daniel Pocock
Evidence: bullying, student union behaviour: Armijn Hemel's FSFE resignation
Reprinted with permission from Daniel Pocock
Evidence: psychological abuse, stalking, Galia Mancheva, Susanne Eiswirt ignored by FSFE judgment for Matthias Kirschner
Reprinted with permission from Daniel Pocock
Helping FSFE scam victims and conference organisers
Reprinted with permission from Daniel Pocock
Nigerian fraud in FSFE constitution
Reprinted with permission from Daniel Pocock
Worrying and Amusing Stories of "Clown Computing" Gone Awry
Many of these disasters could be avoided
Some Large German Media Covers Richard Stallman's Talks in Germany Earlier This Week
LLM-based chatbots are just "bullshit generators" (as he has long called them)
Links 22/10/2025: Amazon Plans to Replace Workers With Robotics, AWS and Clown Computing in General Ridiculed
Links for the day
Gemini Links 22/10/2025: Niri Completely Changes Multitasking and Overview of Diff-ers
Links for the day
Links 22/10/2025: Study on Misinformation by Slop and Heavily Debt-Sabbled Microsoft OpenAI (ClosedSlop) Uses "Browser" as Gimmick/Distraction
Links for the day
They've Already Spent Close to a Million Dollars on Lawyers and Sent Us About 50 KG of Legal Papers (Sponsored by Mysterious Third Party) to Try to Censor Techrights, Without Success
They try to overcompensate with sheer volume for a lack of solid, clear arguments (we are the victims here)
Trouble in Red Hat/IBM and a Retreat to Ponzi Economics in Search of Wall Street Market Heist
Would you invest your life savings in this kind of crap?
12 Months Ago the 'Hulk Hogan of UEFI' Officially Went 'Tag-Team'
We're actually sort of flattered or proud that such despicable people are so desperate to censor us
"Cloud Computing" Does Not Mean Safety
Fault tolerance is related to the notion of software freedom
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, October 21, 2025
IRC logs for Tuesday, October 21, 2025
The Fall of Windows: From Something to Nothing
Of course Microsoft will pretend everything is fine and "just trust the hey hi" (AI)
Sounds Like Fedora is Ready to Become Less of a Slave of Microsoft (GitHub)
This seems like a belated move in a positive direction
XBox is a Dead Microsoft Product in a Dying Industry
It's probable that another wave of XBox layoffs is just over the horizon (maybe even before month's end)
Progress on Techrights Site Search
Fun times
IBM's Bluewashing of Red Hat Means the Layoffs Are Silent, Barely Reported
Don't wait to hear about "Red Hat layoffs"
Gemini Links 21/10/2025: Happy Disconnection, AWS Falling Apart, Closing of Gemlog Blue
Links for the day
Full Audio of Today's Richard Stallman Talk in the Technical University of Munich
Free/Libre software and freedom in the digital society
Microsoft XBox is Just Vapourware (Promises of Hardware That Doesn't Exist), Real Products Perish
just as developers lose interest in developing for XBox Microsoft is increasing the costs imposed upon them
Slopwatch: Fake Articles (Slop) in "Linux" Clothing in Google News (Noise)
all about what Google does
Links 21/10/2025: Even "Inventor of Vibe Coding" Rejects Vibe Coding, USPTO Experiments With Slop in Examination
Links for the day
Richard Stallman Talk Now Available for Viewing (Archived Copy, Not Live-streamed)
This recording is over 2 hours old
Links 21/10/2025: AWS-Induced Chaos and Social Control Media Curbs
Links for the day
Gemini Links 21/10/2025: Programming, StarGrid, Brand-New Palm OS Strategy Game in 2025, and Chatbot as Addiction Mechanisms
Links for the day
The African Lion and the American Cowards
Safaris exist for people to watch and enjoy animals
Amazon Web Shenanigans Perfectly Timed for Today's Talk by Richard Stallman
Maybe listen to him instead of looking for excuses to ridicule the messenger
Mission:Libre Has Taken Off (Project by Carmen Maris)
there will be a lot more to report on next month (after the event)
Techrights to Publish More EPO Leaks Next Week
We're meanwhile also doing lots of work on search, whose interface now looks better
Links 21/10/2025: 'The Lost Art' of Neon Signs and Twitter (X) to Enable Identity Theft (or Handle Theft) as a Service
Links for the day
Plagiarism With LLM Slop: Hindustan Times (HT Digital Streams Limited) Has Become a Slop Factory/Hub
What a disgrace
A radical proposal to keep your personal data safe, by Richard Stallman
"The surveillance imposed on us today is worse than in the Soviet Union. We need laws to stop this data being collected in the first place"
Next Week We Launch Search at Techrights
We're planning to launch it some time next week. Maybe Tuesday, maybe Thursday.
Talk by Richard Stallman Will be Live-streamed in Less Than 10 Hours
Happy hacking
"No Kings" in the Software World (GAFAM Should Not Exist, Either)
"No Kings" is a good slogan. Let's start by ridding ourselves of masters, not only those who reside in DC or visit DC
Every Morning
Bugs/edge cases combined with automation can spell disaster
Insane, Deliberately Dishonest, or Just Another Bigot?
very intellectually-dishonest human being
A Lot of Techrights is Built on Perl
Perl also runs the sister site
The Register MS Selling Slop for Microsoft (Vapourware, Ponzi Scheme, False Claims)
What will be left of The Register MS if it keeps repeating falsehoods and looking to profit from Ponzi schemes?
analytics.usa.gov Says Less Than 14% of Web Requests (to Government Sites) Come From Vista 11
Vista 11 was released more than 4 years ago!
People Who Attempt to Take Down Correct Information Need a Doctor a Day
“Journalism is printing something that someone does not want printed. Everything else is public relations.” ― George Orwell
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, October 20, 2025
IRC logs for Monday, October 20, 2025
Vista 11 is Sinking While Microsoft is PIPing (Mass Layoffs But Silent Layoffs)
We're witnessing a shift in platform dominance
Richard Stallman is Having a Good Week Already (Stallman Was Right About 'Clown Computing')
That alone is worth bringing up in his talk
An Update About Soylent News, With Jan Rinok "Back in the Saddle"
Burnout or "near burnout" a possibility when having to curate abuse
When Prominent GNU/Linux Distros Are Run by Spies
What has Microsoft Canonical become?
More Publishers and Companies Nowadays Say "GNU/Linux", Not "Linux"
It's not to see InstallAware saying GNU/Linux this week
Google News is Now Promoting a Parasitic Slopfarm Called "findarticles.com", Where Plagiarism of "Linux" Articles is Rampant
Does Google even care about the slop epidemic? Google itself is a vendor of slop now (and it calls it "Gemini")
Gemini Links 20/10/2025: Pumpkin Carving, "Hey Hi", and Other Buzzwords
Links for the day
Slopwatch: Google News Promoting Fear, Uncertainty, Doubt (FUD)
What is the value of Google News if so many results in it are fake 'articles?
Rejecting 'Snoop-Phones' and Turning "Old" Phones (or Tablets) Into Freedom-Respecting Appliances
Paul Fernhout (pdfernhout.net) wrote back to Akira Urushibatathis this past weekend
Our Uptime This Year Was Better Than AWS (Also a Lot Cheaper)
We never used "the cloud"
Amazon Web Shenanigans
An ongoing, experimental endeavour
Death of Elias Diem: FSFE mailing list archives hidden
Reprinted with permission from Daniel Pocock
Links 20/10/2025: Louvre Museum Reveals Weakness, About 7 Million Protest US Turning Into Oligarchy/Monarchy
Links for the day
They Should Have Listened to Techrights Over a Month Earlier (Xubuntu Site Compromised)
we reported this issue about 40 days earlier and nobody did anything about it
Richard Stallman to Give Another Talk Today in Bavaria (Bavarian Academy of Science)
Tomorrow at 6 PM he speaks in Munich
Apple is the Company of Dictators and Worse
Apple is just another greedy corporation in search of sweatshops and even pedophiles (especially the high-profile ones)
Counting Unhatched Eggs Is Not Counting Chickens
Everything here will persist as normal
Barry Kauler Explains That Puppy Linux and EasyOS Exclude Systemd to Keep Things Simple
Barry Kauler's Puppy Linux is in the community's hands. He now focuses on EasyOS and more.
The "Infinite Bread"
The biblical story of Jesus feeding the 5,000 has software parallels
Half a Year After Brian Fagioli Got Kicked Out of BetaNews for Slop He's Still Doing LLM Slop and Slop Images Targeting 'Linux' (Plagiarising Original Works)
If the Web gets polluted or flooded by slopfarms such as these, and Slashdot then sends traffic so these slopfarms (Slashdot probably doesn't do this intentionally), then real writers with real knowledge of GNU/Linux will lose the spark for publishing
In Many Cases and in Many Different Ways, Technology Became Less Durable and Less Reliable Over Time
The "modern" things are more complex. And complexity is a foe or reliability and repair-ability.
Microsoft's LinkedIn is Losing Money, Traffic, and Hope; Now It Wants to Sell Its Users' Lifeblood (and Data)
Let this be a reminder of what social control media really is about
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, October 19, 2025
IRC logs for Sunday, October 19, 2025
Campaign of FUD Against Framework Laptops and GNU/Linux (Using Microsoft's Attack on Linux, 'Secure Boot')
Ritual Defamation Cult has turned its attention over to Framework
Microsoft Lunduke: Freedom of Speech Means Spreading What I Have to Say and Banning People I Disagree With
4Chan is one he aims for and he is siccing 4Chan trolls at people he doesn't like
Liberation From 'The Feed'
They rank things based on the editor's choice/ideology (he or she knows the sponsors, hence the masters)
Microsoft's Killing of Vista 10 Seems to Have Resulted in More Articles About GNU/Linux (But Also FUD)
We not only saw a rise in traffic, we also saw a remarkable rise in the number of articles