Bonum Certa Men Certa

Links 28/04/2022: New Official Release of IPFire, FSF Hiring



  • GNU/Linux

    • IT ProWindows vs. Linux vs. Mac: the channel comparison | IT PRO

      With Linux being open source software, its code can be tweaked and modified to meet specific user requirements - something which is not possible with the closed source Windows and macOS systems. While that can mean support is not as easily accessible, it's this flexibility that has helped make Linux a popular choice with the developer community and certain sections of the enterprise user base.

    • Desktop/Laptop

      • Bryan Lunduke6 Dirty Secrets of the Linux and Open Source Industry

        The Linux Foundation is funded (and controlled) by Microsoft and Facebook

        As of 2018, the cost of a “Platinum Membership” to the Linux Foundation cost $500,000 USD (half a million) per year. A system that propelled The Linux Foundation revenue up to $177 Million dollars in 2021.

        Platinum Members include Microsoft, Oracle, and Facebook (now Meta).

        The Board of Directors of The Linux Foundation is made up of representatives from Facebook (Meta), Microsoft, and Amazon (who employs the Chair).

        Think you’re being rebellious — and staying clear of Big Tech — by using Linux? Think again.

        Who controls and funds the foundation which controls Linux?

        Microsoft, Facebook, and Amazon.

      • DedoimedoMoving from Windows to Linux - Disk management

        Today, I'd like to break away from my recent template of Windows-to-Linux tutorials, which have focused on showing you how to install, configure and use a variety of programs, typically designed or intended only for Windows, using frameworks like WINE. What we shall discuss today is the juicy topic of disk and drive management.

        Beyond applications, there's data to reckon with. And data is critical to everything. Things become extra complicated when one considers the cardinal differences between Windows and Linux. The former uses NTFS, and data is organized in drives (C:, D:, etc). Linux stores everything under one filesystem tree (root, /), and uses different filesystem formats (like ext4), although it can handle NTFS. So then, what gives if you're trying to move your stuff over? This tutorial is a neat suggestion for those looking for order, simplicity and clarity.

      • LiliputingBeelink SER 4 4800U X pairs a Ryzen 7 CPU with Manjaro Linux - Liliputing

        Tiny PC specialist Beelink is offering up a new model that ships with a Linux-based OS preinstalled. The SER 4 4800U X pairs an AMD Ryzen 7 4800U processor with the popular Manjaro distro.

    • Audiocasts/Shows

    • Kernel Space

      • LinuxiacThe Future of the NTFS Linux Driver as Part of the Kernel Is in Question

        After Paragon’s NTFS3 driver was accepted to become part of the Linux kernel last year, it has not received a single line of code maintenance.

        Let’s start with a brief background of events. The NTFS support in the Linux kernel has always been an important part. After all, a vast number of Linux users rely on it to be able to use the Windows file systems fully under Linux.

        Unfortunately, the existing Linux NTFS driver, which implementation dated back to 2001, was unmaintained in the kernel and lacked proper write support and other features.

      • SocketCAN x Kubernetes

        The SocketCAN package is an implementation of CAN protocols for Linux. Generally speaking, CAN is a networking technology that has widespread use in automation, embedded devices, and automotive fields. While there have been other CAN implementations for Linux, SocketCAN uses the Berkeley socket API, the Linux network stack, and implements the CAN device drivers as network interfaces, often making it the first choice for a CAN implementation.

        Recently, we worked on a project where we used Kubernetes to control and automate deployments and updates. One component of our workflow required the availability of a CAN interface inside the Kubernetes Pod; to our surprise, such support didn't exist. Fast forward to today, and SocketCAN support is now available in the form of a Kubernetes SocketCAN device plugin!

    • Instructionals/Technical

      • Hardware for a syslog-ng server - Blog - syslog-ng Community - syslog-ng Community

        What hardware to use for a syslog-ng server? It is a frequent question with no definite answer. It depends on many factors: the number and type of sources, the number of logs, the way logs are processed, and so on. My experience is that for the majority users even a Raspberry Pi would be enough. But of course, not for everyone.

      • Apollo ISO bug is fixed for most users and also a workaround for those who need it.

        e have received messages that our recent Apollo ISO resulted in failed installations due to the recently updated Archlinux keyring.

      • VituxHow to Write a Shell Script in Ubuntu – VITUX

        A shell script is a Linux-based script in which commands are written. When a user executes the script, all the commands that are in the script are executed one after another. Think of it like this: You have a task to do, for which you need to write a certain number of commands, and it is difficult to write and execute these commands one by one.

      • VituxHow to Flush the DNS Cache on Ubuntu – VITUX

        The DNS or the Domain Name Server can be characterized as one of the most essential parts of your link to the internet. The DNS translates the domain names to and from the IP addresses so that we don’t need to remember or keep a list of all the IP addresses of the websites we ever want to access. Our systems also maintain a list of DNS records so that we can access our frequently visited websites faster through a quick resolution of IP addresses. This cache on our system needs to be flushed from time to time. This is required because websites may change their addresses time and again, so it is a good idea to avoid IP conflict by clearing the cache. Flushing the cache is also a good way to clear unnecessary data residing on our systems.

      • ​How to Upgrade to Ubuntu 22.04

        Ubuntu 22.04 LTS (Jammy Jellyfish) was released on April 21, 2022, and it will be supported for five years. It comes with many new packages and major software upgrades, including the latest versions of OpenSSL, GCC, Python, Ruby, and PHP. This release is based on the Linux 5.15 LTS kernel and adds support for new hardware and filesystems.

        The desktop edition comes with kernel v5.17, GNOME 42, and a new screenshot and screen recording tool. This tutorial explains how to upgrade to Ubuntu 22.04 LTS from Ubuntu 20.04 or Ubuntu 21.10.

      • ID RootHow To Install VirtualBox on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install VirtualBox on Ubuntu 22.04 LTS. For those of you who didn’t know, VirtualBox is a free and open-source virtualization tool for desktops and servers. It is an alternative to VMware workstation player and other virtualization software out there. VirtualBox supports the guest virtual machines running Windows, Linux, BSD, much more operating systems.

        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 the step-by-step installation of Oracle’s VirtualBox on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • Touch Command in Linux – Options + Examples

        The Linux operating system has multiple objects, such as application files, directories, system files, and binary files. These objects contain metadata information along with the files, which include create, access, and modification time. Sometimes, you may need to update these timestamps and the Linux touch command is a way to do it.

      • Linux Made SimpleHow to install VRoid Studio 1.6.0 on a Chromebook

        Today we are looking at how to install VRoid Studio 1.6.0 on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

      • TechTargetHow to conduct Linux privilege escalations

        We can begin the kernel exploitation process by taking a look at how to use kernel exploits with the Metasploit framework. The Metasploit framework offers an automated and modularized solution and streamlines the exploitation process.

      • Make Use OfHow to Install and Use Annotator: An Image Annotation Tool for Linux

        Linux offers various image manipulation tools to help you edit images. Some of the popular ones include GIMP, Pinta, and Krita. However, while these tools offer tonnes of features and serve the needs of most users, many of them have a steep learning curve, and the added complexity in features makes them overkill for basic image editing and annotation needs.

        For such use-cases, you rather need an annotation tool, like Annotator, which simplifies image manipulation and lets you annotate images with just a few clicks.

        Follow along as we walk you through the steps to install and use Annotator on Linux.

    • Distributions

      • IPFire Official Blogblog.ipfire.org - IPFire 2.27 - Core Update 167 released

        Another update of IPFire is ready: IPFire 2.27 - Core Update 167. It brings an updated kernel in which we continue our efforts to harden IPFire even further; various package updates including bug and security fixes as well as smaller improvements throughout the distribution.

      • Make Use Of5 Reasons to Try Out Zorin OS (and Which Edition to Go For)

        Each Linux distribution provides a particular feature set suitable for a specific target audience. With so many options to choose from, you may find it hard to select the right one.

        Users from other operating systems, such as Windows and macOS, often find it challenging to switch to Linux for various reasons, and that's where Zorin OS, an Ubuntu-based Linux distro, arrives on the scene.

        This distro is an excellent choice if you are new to Linux. Its interface and features are similar to other popular OSes and help you quickly shift to Linux. Here are some reasons why you should install Zorin OS as your next (or first) Linux distro.

      • New Releases

        • Beta NewsLinux Lite 6.0 RC1 is here with Google Chrome as new default web browser

          Now that Ubuntu 22.04 has been released, we will start to see updates to all the Linux distributions that are based on Canonical's operating system. For instance, the first release candidate of Linux Lite 6.0, which is based on Ubuntu 22.04, is now available. If you aren't familiar, Linux Lite is very popular with those that are switching to Linux from Microsoft Windows.

          Linux Lite 6.0 RC1 is notable for ditching Mozilla Firefox as the default web browser, and switching to Google Chrome 100 instead. The operating system currently uses Linux kernel 5.15.0-25 and the desktop environment Xfce 4.16.3. It comes with some excellent software pre-installed, such as GIMP 2.10.30, Thunderbird 91.7.0, VLC 3.0.16, and LibreOffice 7.2.6.2.

      • Arch Family

        • 9to5LinuxArch Linux’s Archinstall Gets a Brand-New Menu System, Many Other New Features

          The biggest new feature of the Archinstall 2.4.1 release is a completely new menu system, which you can see in the screenshot above. The brand-new menu system uses the simple-term-menu Python package that creates simple interactive menus on the command line and it’s accessibility friendly. In addition, Guided has been updated to use the new menu system.

      • IBM/Red Hat/Fedora

        • LWNFedora not deprecating legacy BIOS - yet [LWN.net]

          As was recently reported here, the Fedora project has been considering dropping support for legacy BIOS systems in upcoming releases. The idea was controversial at best, and the minutes from the April 26 FESCo meeting show that it has been rejected, for now at least. The BIOS SIG will be asked for a new plan for BIOS support in Fedora.

        • TechRepublicAlmaLinux 9 beta is now available and introduces several improvements

          AlmaLinux is a Linux distribution that is 1:1 binary compatible with Red Hat Enterprise Linux. That means it’s perfectly at home as an enterprise server operating system capable of handling anything you can throw at it. This server-centric operating system was first released in 2021 as a drop-in replacement for CentOS and would serve as an alternative to RHEL.

          [...]

          With RHEL 9 releasing in May, it should come as no surprise that AlmaLinux 9 will follow in its footsteps. Although there is no official release date for the next iteration of AlmaLinux, what we do know is that the beta has finally arrived and although it’s not a major departure from what was offered in AlmaLinux 8, there’s certainly enough to garner a bit of excitement about this next release.

        • Red Hat OfficialCompliance as Code: Extending compliance automation for process improvement

          Supply chain disruptions, intellectual property theft and the rising cost of data breaches are among the top reasons for a drastic increase in global focus on cybersecurity compliance.

          Regulated industries face more stringent requirements, and some organizations now require third-party assessments instead of using internal teams to verify compliance with cybersecurity frameworks. Non-regulated industries can also leverage the same standards in order to reduce their security risk. Compliance automation is increasingly important to manage the growing burden that security teams face.

        • Red Hat report: Enterprise open source new pandemic response [Ed: "PARTNER CONTENT" means IBM/Red Hat now bribes sites and publishers for puff pieces]

          Red Hat recently released The State of Enterprise Open Source 2022 report, which highlights the changing perceptions about the use of the open source development model in the enterprise technology space.

          Now in its fourth year, the survey of nearly 1,300 IT decision makers reveals how organisations are increasingly shifting to open source software solutions to address COVID-19 related challenges and tackle new market demands for quality, speed and an evolving cybersecurity landscape.

      • Debian Family

        • Louis-Philippe Véronneau - Montreal's Debian & Stuff - April 2022

          After two long years of COVID hiatus, local Debian events in Montreal are back! Last Sunday, nine of us met at Koumbit to work on Debian (and other stuff!), chat and socialise.

          Even though these events aren't always the most productive, it was super fun and definitely helps keeping me motivated to work on Debian in my spare time.

      • Canonical/Ubuntu Family

        • UbuntuUbuntu Blog: Design and Web team summary – 22 April 2022

          The Web and design team at Canonical run two-week iterations building and maintaining all of the Canonical websites and product web interfaces. Here are some of the highlights of our completed work from this iteration.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • 6 Best Alternative Router Firmware that are Open Source - DekiSoft

        Firmware is basically the OS that comes on the router pre-installed. Now each manufacturer carries its own version. Just like OS there on your phone device or personal PC, it controls all inner workings of the device.

      • Content Management Systems (CMS)

        • Kiwi TCMS - Kiwi TCMS 11.3

          We're happy to announce Kiwi TCMS version 11.3 which is the 100th tagged version in our git repository!

      • FSF

        • FSFFSF job opportunity: Licensing and compliance manager [Ed: This is not an expansion but brain drain]

          The Free Software Foundation (FSF), a Massachusetts 501(c)(3) charity with a worldwide mission to protect computer user freedom, seeks a motivated and talented Boston-based individual to be our full-time licensing and compliance manager.

          This position, reporting to the executive director, works as a critical member of our licensing and compliance team to protect and promote the use of freely licensed works of software and documentation. For over twenty years, the FSF's Licensing & Compliance Lab has been the preeminent community resource for free licensing. From principled enforcement of the GNU General Public License (GPL), to certifying software and devices as respectful of user freedom, to the writing and distribution of licensing-related educational materials, the team does work vital for the free software movement.

      • Programming/Development

        • Perl/Raku

        • Shell/Bash/Zsh/Ksh

          • Linux.orgBash 05 – Script Logic

            Probably the most important aspect of scripting is using logic operators to control the flow of the script. Sometimes a script needs to do more than run each command in order from the beginning to the end of the script.

            There are many times when you need to control the flow of a script to allow different things to happen based on the parameters that you specify. For example, you may need to verify that a file or folder exists before you copy certain files into the folder.

            We have basically four logic features that we need to cover in this article. There are more logic features we will cover later, but these features will aid you in script flow.

    • Standards/Consortia

      • Public KnowledgeMovin’ On Up A Little Higher, Part 1: Starting to ‘Get Up Offa That Thang’ with Interoperability - Public Knowledge

        You can view the introduction of this series at publicknowledge.org/Movin’. Download detailed charts of both legislative proposals to follow along with our analysis.

        The Black-empowerment hit-maker James Brown mostly sang about movement – physical, mental, emotional, spiritual, social, political, and even economic. The Godfather of Soul recalls being dehydrated and fatigued on tour, but he jolted back to life when he saw the audience in a Fort Lauderdale club reflecting his exhaustion. He yelled “Get Up Offa That Thang, and dance ‘til you feel better… SING!” And that was the birth of his 1974 smash-hit. The cure for collective exhaustion was movement. As consumers, we are exhausted with the harms of some of the largest digital platforms. We all want the choice to start moving. But, movement away from the largest digital platforms isn’t easy. Nevertheless, we must push ourselves and our communities to “Get Up Offa Them Thangs” with interoperability.

        A growing class of Afro-descendant tech entrepreneurs have heard and experienced the downsides of the largest digital platforms and have decided to create their own platforms. The pre-Facebook social media network Black Planet, as well as The Cookout, Bean, RAMÅšE, and Black Twitter, all want to compete with Facebook to create safer and more inclusive spaces for Black communities. Fanbase and MelaninPeople are seeking to compete with YouTube for Black content creators who often get uncredited and underpaid for viral content. TruSo and Zimela are vying to compete with Microsoft-owned LinkedIn to cultivate a professional social network. Black-owned wholesale retailers like WeBuyBlack.com are seeking to offer more diverse and culturally inclusive products directly from sellers of color around the world. Platforms that carefully curate Black-owned businesses and Black-inspired goods, services, and experiences like Support Black Owned, Official Black Wall Street, Black Owned Association, Black Owned Brooklyn, and EatOkra are trying to offer alternatives to Google’s ginormous search engine and Amazon’s mammoth marketplace of everything.

  • Leftovers

    • TediumBubble Hockey History: For the Hockey Lovers in Your Life

      The nature of invention and innovation has been on my mind the past few weeks. Specifically, why we attribute some innovations to particular individuals but not others. Henry Ford didn’t invent the assembly line but it’s credited as one of the innovations that made his automobile company one of the most profitable. A.C. Gilbert didn’t really invent the Erector Set but its success and his charisma helped him become one of the largest toy manufacturers in the world. Plenty of business tycoons find success with products they didn’t invent, or even significantly innovate in a meaningful way. Elon Musk bought his way into Tesla Motors, he wasn’t its founder and, of course, the electric car was invented some 80 years before his birth. But perhaps the simplest way to understand why certain business leaders get credit over others is to look at an arcade game popular in colder climates or any place where hockey fans congregate. Today’s Tedium is looking at bubble hockey and the lawyer-turned-game-maker that became its chief champion—and why it might matter to American patent law in coming years.

    • The World Language

      In Lojban there is an expression, “malglico” (c pronounced as sch) which means “English can go to hell“.

      (L1 means first language, the first language a given person has learned (“mother tongue” as it used to be called), and L2 means all other languages.)

      But English is the world’s most widely spoken L2; four times more people know it than the second most common L2, the MSA variety of Arabic. Though that’s just a written language, and we were talking about spoken L2. Hindi in that case, also about a quarter of English.

    • Stumbles in the door...

      I am being demoted at work. It is a administrative reorganisation thing, unique I guess to huge administrations. Same job, same money - for now, different title (under-minion) Someone somewhere does not know what I do, and luckily management are asking awkward questions...

    • Integrity/Availability

    • AstroTurf/Lobbying/Politics

      • The global dangers of Elon Musk’s Twitter takeover

        The internet was abuzz yesterday after news broke that Elon Musk’s $44 billion buyout of Twitter had gone through. Musk, a self-proclaimed “free speech absolutist,” has made it clear that he believes Twitter overzealously moderates content and that he favors an approach with fewer takedowns, open algorithms, and “authentication of all humans.” In announcing the agreement, he said: “Free speech is the bedrock of a functioning democracy, and Twitter is the digital town square where matters vital to the future of humanity are debated.”

    • Civil Rights/Policing

      • According to Wikipedia, AAA has a bad record of supporting measures that harm motorists and car owners. – BaronHK's Rants

        It’s always nice to find out that an organization you pay membership dues to every year is lobbying to foist reduced speed limits that rack up more fines from the state, speed trap and red light cameras that were the center of another Illinois bribery and corruption scandal, which increase car accidents but are kept as a license to rip off the public, a federal 55 mph speed limit that existed in my lifetime that nobody paid attention to and went mostly unenforced in many states because even the cops thought it was so stupid, and billing people a VMT tax on top of the gas tax on top of the registration fees.

    • Internet Policy/Net Neutrality

      • Third Party



        As I write this post, I am frustrated. Why am I frustrated? Because I found a little old site that had but one functionality: you input a Twitter user into the single search field and get all their media. And then I lost the tab. You're probably thinking without the fatty JS it would be Nitter which is indeed great; except that wasn't it because it was way simpler than Nitter.

        These days when you stumble upon a humble Web 1.0 or even 2.0 site that's still up and runnning chances are it's a no-nonsense, no-BS website that does exactly what it says on the tin. You can't say the same of all the sites hawking automation tools for this or that or meant to pump up search results.

    • Monopolies

      • Copyrights

        • Public Domain Review“A Sword was Seen in the Sky”: *A True and Wonderful Narrative* (1763) – The Public Domain Review

          So opens the first of two accounts detailing unusual phenomena seen in the skies over Riga and Kirschberg (near Gdansk) in 1763. Published by Mannheim-born Philadelphia printer Anton Armbruster the following year, this short pamphlet was a translation of a German broadside titled Zwei wahrhafte von gantz besondrn Himmels–Zeichen. Why this translation for Philadelphia? Such strange news from Prussia would have likely appealed to the city's many German immigrants, but there was maybe more to Armbruster’s publication. Despite occurring across the other side of the world, such ominous signs from a wrathful God unhappy with a wayward populace, could speak to the citizens of the much-embattled Pennsylvania Province.

          The year of 1764 was a troubled time for Philadelphia. After Armbruster’s former business partner Benjamin Franklin had, in early February, turned back the Paxton Boys vigilante mob on their way to murder Susquehannock Indians, a pamphlet war broke out in the City of Brotherly Love. Nearly a quarter of the seventy-plus pamphlets either excoriating or apologizing for the Paxton gang’s violence were printed on the press owned by Benjamin Franklin and operated by Armbruster. Did the latter then take a break from the ongoing provincial war of words to issue a transcendental warning to Philadelphians?

        • Public Domain ReviewTrade Edition of *Affinities* Now Available for Pre-order – The Public Domain Review

          This time last year we were in the heady whirl of the crowdfunding campaign for Affinities, our very special book of images made to celebrate 10 years of The Public Domain Review. A whopping 2800 of you ended up buying a copy and — after a long and patient/impatient wait — they have finally started arriving to doors, hands, and eyes over this last week or so.

          If you missed out on a copy through the crowdfunder, some good news — there will be a trade edition published by Thames and Hudson! It has a different cover and subtitle to the clothbound Volume edition, but the glorious insides are exactly the same. We are super excited that people who missed out first time round will be able to get a copy — and that it can sit in real-life bookshops and reach a wider audience beyond the PDR faithful.



Recent Techrights' Posts

Social Control Media Relies on Advertisers, So It'll Always Be Hostile Towards Free Software
Sales, sales, sales
Fragmentation of Data
Life is too short to "hoard" data
Jamie Zawinski Complained About Wayland, Then Decided to Give It a Go, Now Complains Again About Wayland
Ask IBM (Red Hat) why it's worth throwing so much away just for Wayland fanaticism
Russia Set to Ban Facebook?
If WhatsApp is made to "leave", that means Facebook or "Meta".
 
Links 21/07/2025: Indie Web and Toxic Politics
Links for the day
[Meme] Microsoft Lawyers Throwing Stones in Glass Houses
threatened me with bankruptcy
Google "AI Overview" is Not AI and Not Overview
do not be misled; what Google does isn't smart, it's just ripping off the sites it already crawled for as long as 27 years
Making the Case to Dump Microsoft and GAFAM for National and Digital Sovereignty
"Sovereignty is difficult"
The Tactics of the Opposition (Microsoft Lunduke): Associate With K00ks, Throw in Vaccines to Muddy the Water
Who stands to gain from this?
Europe's Second-Largest Institution (EPO) and Largest Patent Monopoly Office Needs More Transparency, Not Less Transparency
In the EPO, what good are elections when one candidate literally bribes all the voters?
How Not to Report News About Microsoft
This pattern of misreporting is so widespread that it's hard to believe it's not intentional
Computer Science is Under Attack, They Want Everyone to be a Consumer
If people can no longer acquire Computer Science education and real Computer Science experience, they will not know how to control their own digital destiny or emancipate the very same universities that now control the syllabus and instead of teaching Computer Science encourage the outsourcing of systems
The Best Tools Are the Simplest Tools
There's a hidden message here about the merits of sticking with X
Ofcom Online Safety Group Speaks of Protecting Women Online, Will Brett Wilson LLP Ever Listen?
They've essentially became like the Taliban's "burka police"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, July 20, 2025
IRC logs for Sunday, July 20, 2025
In Defence of "Spinning Rust"
Just because something is "old" (or older) doesn't mean it ought to become extinct
Using Free Software to Prepare Legal Documents
LibreOffice is openly complaining about OOXML as an obstacle
Tech and Technology Are Not the Same Anymore
"Are you into tech, Sir?"
Our Articles About SLAPPs Receive Recognition and Interest
This week we shall continue writing about the 3 lawsuits we filed
Are You Served?
For many people, advocacy of Free software and GPL enforcement are assumed to be happening
Conspiracy or grooming? Alex Jurado, Voice of Reason compared to Outreachy
Reprinted with permission from Daniel Pocock
Links 20/07/2025: Security Breaches and Former 'Open' 'AI' Engineer on Hype and Culture Issues
Links for the day
Links 20/07/2025: Fending Off BRICS and US Government Attacks Its Own Media (Like China and Russia)
Links for the day
Framed by social control media: Alex Belfield, Voice of Reason
Reprinted with permission from Daniel Pocock
Gemini Links 20/07/2025: Summertime and OCC25 Wrap-up
Links for the day
Slopwatch: Planet Ubuntu, LinuxSecurity, and More
former "Linux" blogs which basically became slopfarms
Links 20/07/2025: More GAFAM Lawsuits, Layoffs, and SLAPPs
Links for the day
Taking Stock of a Good and Productive Week
We shall now be taking a break, unpacking the new hard drive (8 TB), and making backups of everything
Nice Recovery (From Actual Fire) by PCLinuxOS, New Version of PCLinuxOS Released, Now Top of DistoWatch
PCLinuxOS is a community-driven distro
More Microsoft Shutdowns That Mostly Slipped Under the Radar
Remember what happened to books 'sold' by Microsoft?
Microsoft Lunduke Still Fighting Cancel Culture With... Cancel Culture
There will be no "winners" in such 'debates'
The History of Daily Links and Politics
"I support Wayland, but I also support abortion..."
Ageism in Tech
Your protocol is "old"...
Microsoft is at 0% "Market Share" in Most Areas
Depending on the taxonomy chosen, there may be dozens of categories other than desktops and laptops
"The moment MSFT stock fails to start tumbling, that’s the beginning of another corporate giant going under."
There are far more layoffs at Microsoft than at Intel, but you would not get this impression based on Wall Street media
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, July 19, 2025
IRC logs for Saturday, July 19, 2025
Gemini Links 19/07/2025: Git For Authors and Filtered Antenna
Links for the day
UEFI 'Secure' Boot Abuses by Microsoft to be Brought Up in the UK High Court in 3 Months
we'll seek compensation
Next Year It'll Be Half a Decade Since the Fall of Freenode (and IRC is Still Doing OK)
Our IRC network is still accessible using the exact same software that ran in Windows 3.x
Lupa Will Soon Know of 3,100+ Active Gemini Capsules
And some people in the "Small Web" try to tell us that Gemini is dying?
The Slopfarms Are Taking Real News Articles and Replacing Them With Lies Generated by Machines
Bluntly speaking, Fagioli is nothing short of an online scammer
Links 19/07/2025: Techtarget to Cull 10% of Staff, New Threats to Free Press in the US (Home of Dangerous and Violent Stranglers From Microsoft)
Links for the day
Gemini Links 19/07/2025: "Climate Justice” and Forking Programs
Links for the day
What Wayland and Microsoft/IBM systemd Have in Common
focus on what IBM (Red Hat) is pushing while running over critics.
Linux Already Has About 60% of the "Market"
"When mentioning the client side," opines an associate, "it is essential to recite the list of other markets where Microsoft is negligible or a no-show. It is repetitive to do so, but it needs saying -- often."
In Norway, Android/Linux Has Just Hit All-Time High (First Time Since 2020), GNU/Linux Already Very Prevalent
Despite its small population size, Norway gave us Qt and many other things
Finland (and NATO) Must Move to GNU/Linux and Dump Microsoft Even Faster
"Microsoft is not a technology problem, it is a staffing problem."
Microsoft's Mass Layoffs Very Wide-Ranging, Media Focused on Gaming Though Microsoft Mass-Firing Lawyers and "AI" Staff (Contradicting Its Supposed "Investment" in "AI")
Microsoft plans to fire almost half a thousand people in legal roles
2012 Article About the Free Software Foundation Blasting Canonical/Ubuntu Over Adoption of "Secure" Boot (Microsoft's Remote Control Over GNU/Linux Since PCs' Power-on)
By Katherine Noyes (article has since then became 404, not found)
The Microsofters We Sued Helped Microsoft Make GNU/Linux 'Expire' This Year
"Linux and Secure Boot certificate expiration"
linuxconfig.org Joins linuxtechlab.com and Others, Becomes a Slopfarm With Fake Linux 'Articles' (LLM Slop)
They contain "linux" in their domain names, but they are just slopfarms
Links 19/07/2025: Microsoft Cuts in China and Wall Street Journal Sued for Reporting on Jeffrey Epstein
Links for the day
Debian Can Dump Blind Users Because I am Not Blind
the sort of mentality we're up against
Fascistic Policies Got 'Normalised' in 'Public Office'. Let's Not Let the Same Happen in 'Tech'.
Political discourse typically guides what's "normal" and what "good citizens" should believe/feel
The European Patent Office Cannot Attract Proficient Patent Examiners Who Master Their Domain
They are enablers and facilitators of corruption
Yes, Your Mastodon Instance Will Also Shut Down
Few people run a one-person instance in the Fediverse
The Demise of GAFAM Necessitates Greater and Broader Awareness
Morale at Microsoft is really bad
Free Software Foundation Reaches 75% of Funding Goal
Not bad for this "Fosschild"
Slopwatch: 7 New Examples of Fake 'Linux' Slop Pieces (Plagiarism With Misinformation)
Serial Sloppers need to be shunned
Links 19/07/2025: Kapo-berg Settles, Software Patents Challenged
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, July 18, 2025
IRC logs for Friday, July 18, 2025