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

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