Bonum Certa Men Certa

Links 12/08/2023: Microsoft Under Fire for Massive Breach, Fedora Has Staff Shortage



  • GNU/Linux

    • Applications

    • Instructionals/Technical

      • How to Mount an AWS S3 Bucket Locally on Linux Using Mountpoint

        The day has finally come. Mountpoint for Amazon S3 is now generally available. Probably the most anticipated headline since ChatGPT. Mountpoint for AWS S3 Mountpoint for AWS S3 is a high-throughput open source file client for mounting an Amazon S3 bucket as a local file system on Linux.

      • How to Install and Use Docker in Ubuntu 22.04

        Docker stands out as one of the most popular technologies for running containers, which can be thought of as lightweight virtual machines.

      • Ubuntu HandbookHow to Install Thunderbird 115 via PPA in Ubuntu 22.04 | 23.04

        Can’t wait to try out the new Thunderbird 115, but hate Snap and Flatpak packages? Here’s how to install it from Ubuntu PPA! Thunderbird 115 is a new major release series with refined look and feel. It now uses GNOME CSD style header bar instead of the old title-bar.

        /blockquote>

      • Compute newest kernel version from Makefile on Torvalds' git repository
        $ curl -s -o - https://raw.githubusercontent.com/torvalds/linux/master/Makefile | head -n5 | grep -E '\ \=\ [0-9]{1,}' | cut -d' ' -f3 | tr '\n' '.' | sed -e "s/\.$//"
      • A Beginner’s Guide to Changing File Permissions in Linux

        Efficiently managing file permissions is an essential aspect of maintaining robust access control and ensuring top-notch security within Linux systems.

      • How to Install and Use Flutter on Linux

        Flutter is an open-source UI software development kit (not a programming language) that leverages the Dart programming language for application development. Google developed this tool to empower developers to build natively compiled applications for mobile, web, and desktop from a single codebase.

      • HowTo ForgeGuide to Install Matomo Web Analytics on AlmaLinux 9

        Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. The following tutorial shows you how to install Matomo web analytics on AlmaLinux 9 server. I will install Matomo with the Httpd web server, PHP, and MariaDB database. I will also secure Matomo with SSL/TLS certificates via Letsencrypt.

      • Linux User Management: Adding Users to Groups Made Simple

        Do You have added a user in wrong group, and want to add in right group?

      • It's FOSSUse Split Screen in Ubuntu to View Multiple Application Windows at Once

        The split screen feature in GNOME gives your productivity a tiny boost by saving the time you spend in switching between applications.

      • ID RootHow To Install GDB on Ubuntu 22.04 LTS

        In this tutorial, we will show you how to install GDB on Ubuntu 22.04 LTS. GNU Debugger, commonly known as GDB, is an essential tool for software developers. It helps identify and resolve bugs, enabling smoother code execution.

      • ID RootHow To Install GlusterFS on Rocky Linux 9

        In this tutorial, we will show you how to install GlusterFS on Rocky Linux 9. For those of you who didn’t know, In the ever-expanding digital landscape, data management has become a crucial aspect of modern businesses and enterprises. Managing massive amounts of data efficiently, ensuring high availability, and scalability are paramount for seamless operations.

      • Linux CapableThe kill Command in Linux: Detailed Guide with Examples

        Linux, a robust and versatile operating system, provides users with the “kill command in Linux” to expertly manage and control processes. This article delves deep into its intricacies, offering a structured, example-rich, and guide to mastering this essential command.

      • Linux CapableHow to Install balenaEtcher on Pop!_OS

        In the realm of open-source software, BalenaEtcher stands out as a powerful, user-friendly tool designed to burn images to SD cards and USB drives. It’s a cross-platform application, meaning it’s compatible with Windows, macOS, and Linux.

      • How to Change the Default Port of SSH in Linux?

        Securing your Linux server is of paramount importance, and one effective step is to modify the default port used by SSH (Secure Shell) for remote access. Changing the default port adds an extra layer of security by making it less predictable for potential attackers. In this guide, we’ll walk you through the process of changing the default SSH port on a Linux system. Step 1: Connect to Your Server Before making any changes, ensure you are logged in to your Linux server with administrative privileges.

      • OSNoteHow to Install Python Django Framework on Ubuntu 22.04

        Django is a free and open-source Python-based web framework for building complex and scalable applications. I will cover three different ways of installing Django and how to create the first Django project.

      • OSTechNixHow To Use Pbcopy And Pbpaste Commands On Linux

        Discover how to replicate macOS pbcopy and pbpaste commands functionality in Linux using Xclip and Xsel programs.

      • Own HowToHow to Install and Use KDE Connect on Linux Mint

        KDE Connect is an open source app that allows you to share files between your phone and your computer. It also allows you to remote control your computer from your phone.

        Want to use your phone as a touchpad for your computer? Or want to turn off your computer using

      • VituxHow to Install Magento eCommerce Software on Ubuntu 22.04

        Magento is an open-source and well know eCommerce platform written in PHP. Magento is a robust and powerful eCommerce solution that use by more than 240.000 merchants worldwide. Initially, Magento is created as a fork of osCommerce in 2007, and in May 2018 Magento is acquired by Adobe Inc and become Adobe eCommerce.

      • Linux CapableHow to Import Deb-Multimedia PPA on Debian 13/12/11/10

        In the vast ecosystem of Debian, the deb-multimedia.org repository stands as a pivotal resource for multimedia enthusiasts. This guide will demonstrate how to import the deb-multimedia PPA on Debian Sid, Debian 13 Trixie, Debian 12 Bookworm, Debian 11 Bullseye, or Debian 10 Buster.

      • Linux CapableWhat is TMPFS in Linux? From Basics to Advanced Use Cases

        Linux, a cornerstone of many modern systems, boasts a myriad of features designed to optimize system performance. Among these features is TMPFS, a temporary filesystem. But what exactly is TMPFS, and how can it be a game-changer for your system? Let’s embark on this journey of understanding.

      • Level Up Your Linux Expertise: Creating Users via the ‘adduser’ Command

        Use of adduser Command in Linux Description of adduser Command in Linux

      • FOSSLinuxHow to create a secure SFTP server on Ubuntu

        For those running the versatile Ubuntu operating system, setting up an SFTP server can prove to be both efficient and secure. In this comprehensive guide, we will delve into the steps necessary to establish an SFTP server on Ubuntu, offering an organized way to transfer files without compromising on security.

      • Connecting Globally: A Step-by-Step Guide to Install Skype on Ubuntu [Ed: There's hardly ever a reason to use this Microsoft spyware in 2023. Better avoided.]

        Do you know about skype?

    • Desktop Environments/WMs

      • System76Customizing COSMIC: Theming and Applications

        It’s Back to School season, so grab yourself a brand new discounted computer and let’s get back to COSMIC class! Our new, not yet released Rust-based desktop environment for Pop!_OS and other Linux distros is filling out with some essential systems that cater the DE to both users and developers alike. Customization is one of our main focuses for COSMIC, and was a huge focus for us in August, too.

        One of our objectives early on was to provide an easy and meaningful way to personalize your desktop’s appearance. In order to build customization into the foundation of COSMIC DE, we needed to make sure the design system was themeable.

      • GNOME Desktop/GTK

        • Sam Thursfield: GUADEC 2023

          I was lucky enough to attend the 2023 edition of GUADEC in Riga, Latvia.

          In a way GUADEC is more fun each year because each time I know more people, have more things to talk about, and also it’s 4 years since my last in-person GNOME event so this one was particularly special.

          Where else can you have in-depth conversations about the future of GObject, for example? (The future sounds interesting, by the way).

  • Distributions and Operating Systems

    • SUSE/OpenSUSE

      • ZDNetOracle, SUSE, and CIQ go after Red Hat with the Open Enterprise Linux Association

        Three of Red Hat's rivals are taking on Red Hat Enterprise Linux with their new Open Enterprise Linux source code repository. Here's why this is a big deal.

      • SDx Central Open Enterprise Linux Association takes aim at Red Hat Enterprise Linux
        A new group has formed this week known as the Open Enterprise Linux Association (OpenELA) and it’s taking direct aim at IBM‘s Red Hat business unit.

        OpenELA was formed by a group of Red Hat Enterprise Linux (RHEL) software clone vendors including CIQ, Oracle and SUSE. The clones are not happy and they’re now joining forces to do something about their dissatisfaction.

        For the last several months, there has been significant disruption in the Linux open source software world, with enterprise Linux vendor Red Hat changing some of its terms, making it somewhat more difficult for others to simply clone and replicate RHEL. With the new OpenELA organization, the goal is for the clone vendors to come together in common cause to help each other in various ways to build RHEL clones.

      • InfoWorld Suse, Oracle, CIQ join forces to fuel RHEL-compatible Linux distros
        Responding to Red Hat’s recent changes to Linux source availability, Suse, Oracle, and CIQ have partnered to form a trade association to encourage the development of Linux distributions compatible with Red Hat Enterprise Linux.

        The companies on August 10 announced their intent to form the Open Enterprise Linux Association, or OpenELA. CIQ, Oracle, and Suse are collaborating to deliver source code, tools, and systems through the organization. “With OpenELA, CIQ, Oracle, and Suse join forces with the open source community to ensure a stable and resilient future for both upstream and downstream communities to leverage Enterprise Linux,” said CIQ CEO Gregory Kurtzer in a prepared statement.

      • SUSE's Corporate BlogLinux is more relevant than ever – A conversation with Vojtech Pavlik on the future of Enterprise Linux

        Cloud native, edge, security, and AI is where innovation happens today. Next week, Linux will be 32 years old. Is Linux with all its flavours a dinosaur, or can it play a vital role in a cloud native world?

      • SUSE's Corporate BlogCentOS Alternatives: Migrating Workloads From CentOS To OpenSUSE Leap – Migrating your webserver

        €  Introduction In this blog post we will show an example of how to migrate your Apache web server running on CentOS to openSUSE Leap, all while keeping downtime to a minimum.

    • Fedora Family / IBM

      • Kevin Fenzi: Flock to Fedora in Cork, IE (2023)

        Just got back from our first in person flock since 2019 and it was amazing. I thought I’d share my journey and thoughts from it here in longer form.

        I did do some prep work the previous week in that I tried to make sure as best as I could that infrastructure and releng stuff was stable and wouldn’t need any interventions from me, which mostly worked out in the end, with only some releng work (starting mass signing of f40 in prep for branching this coming week) and some troubles with the matrix/irc bridge (which I can’t do much about aside from letting people know).

      • Fedora ProjectFedora Community Blog: Job Posting: Fedora Operations Architect

        Red Hat is hiring for a new full-time role supporting the Fedora Project.

      • Fedora MagazineFedora Magazine: Contribute during the DNF5, GNOME 45, and i18n test days

        Fedora test days are events where anyone can help make sure changes in Fedora Linux work well in an upcoming release. Fedora community members often participate, and the public is welcome at these events. If you’ve never contributed to Fedora Linux before, this is a perfect way to get started.

        There are four test periods in the upcoming weeks:

      • Fedora ProjectFedora Community Blog: CPE Weekly update – Week 32 2023

        This is a weekly report from the CPE (Community Platform Engineering) Team. If you have any questions or feedback, please respond to this report or contact us on #redhat-cpe channel on libera.chat.

    • Debian Family

      • Debian Disguised Work: David Graeber, village wives & Debian Outreachy internships

        David Graeber's book Debt: The First 5000 Years takes a fascinating look at obligations between people and communities in many different cultures.

        One of the most colourful stories is in Chapter 6, under the title Games with Sex and Death

        She waits for an opportune moment and slips off at night to an enemy village, where she asks for sanctuary. This is always possible: all villages have their traditional enemies. Neither would an enemy village refuse a woman who came to them in such a situation. They would immediately declare her "wife of the village," who all men living there would then be obliged to protect.

        When a whole group of Albanian women were trafficked to DebConf19 and seated with former Debian leader Chris Lamb for the dinner, why did nobody else object or express jealousy?

        Graeber's book goes on, explaining how young men acquire wives in communal organizations.

    • Canonical/Ubuntu Family

      • Stephane Graber: A month later

        It’s now been a whole month since I left Canonical and started working as an independent!

        This has been quite the month, both professionally and personally!
        In no particular order, this included, setting up a new business, dealing with a somewhat last minute datacenter move (thankfully just one floor down), doing some initial sponsored work, helping out with a LXD fork, selling a house and caring for a sick cat (now all back to normal).

        Given everything that’s been happening, I thought I’d use the opportunity to write down some details on the most relevant things I’ve been doing and what to expect moving forward.

      • NeowinUbuntu 22.04.3 LTS is out now

        Canonical has released Ubuntu 22.04.3 LTS. With this update, Canonical has released a new ISO image so if you perform a clean install, you'll have all the latest updates installed straight away.

      • Ubuntu NewsUbuntu 22.04.3 LTS released

        The Ubuntu team is pleased to announce the release of Ubuntu 22.04.3 LTS (Long-Term Support) for its Desktop, Server, and Cloud products, as well as other flavours of Ubuntu with long-term support.

    • Open Hardware/Modding

      • Orange Digital Signage
      • CNX SoftwaremyCobot Pro 600 Raspberry Pi 4-based robot arm supports 600mm working range, up to 2kg payload

        Elephant Robotics has launched its most advanced 6 DoF robot arm so far with the myCobot Pro 600 equipped with a Raspberry Pi 4 SBC, offering a maximum 600mm working range and support for up to 2kg payloads. We’ve covered Elephant Robotics’ myCobot robotic arms based on Raspberry Pi 4, ESP32, Jetson Nano, or Arduino previously, even reviewed the myCobot 280 Pi using both Python and visual programming, and the new Raspberry Pi 4-based myCobot Pro 600 provides about the same features but its much larger design enables it to be used on larger areas and handles heavier objects.

  • Free, Libre, and Open Source Software

    • Web Browsers/Web Servers

    • Productivity Software/LibreOffice/Calligra

      • ZDNetWhat is the LibreOffice digital signature feature and how do you use it

        In this modern age of hacks, scams, and identity theft, it's always a good thing to help those you collaborate with to know that the document they've received is actually from you. Or maybe you simply need to send a document to someone and you want to be certain they can trust the document and the sender.

        That's why tools like LibreOffice include the ability to add a digital signature. Once you've added a digital signature to a document, a banner will appear, clearly indicating the document has been signed and even allowing the user to view the signature.

    • Programming/Development

      • Python

        • Linux HintSeaborn Color Palette

          The “seaborn.color_palette()” function of the “Seaborn” module in Python is used to retrieve the list of colors or continuous colormap.

        • Linux HintPandas Add Column with Default Values

          The “df[ ]” operator, “DataFrame.assign()”, and “DataFrame.insert()” methods are used to add a column with default values in Pandas DataFrame.

        • Linux HintTkinter Fonts

          “TkFont” class is part of the "tkinter" module and enables the creation and management of "fonts" for text display in GUIs.

        • Linux HintPython Calendar Module

          In Python, the “calendar” module provides various methods and classes for dealing with the month, day, and year of the specified calendar.

      • Shell/Bash/Zsh/Ksh

      • Rust

        • BiscoBirger Schacht: Another round of rust

          A couple of weeks ago I had to undergo surgery, because one of my kidneys malfunctioned. Everything went well and I’m on my way to recovery. Luckily the most recent local heat wave was over just shortly after I got home, which made being stuck at home a little easier (not sure yet when I’ll be allowed to do sports again, I miss my climbing gym…).

          At first I did not have that much energy to do computer stuff, but after a week or so I was able to sit in front of the screen for short amounts of time and I started to get into writing Rust code again.

  • Leftovers

    • Ruben SchadeThe longest word you can type on the first row

      I grew up thinking typewriter was the longest English word one could type on the first row of letters on a QWERTY keyboard. I remember being told this was by design for typewriter demonstrations, then someone telling me it was an urban legend, then someone else saying it was true.

      Here comes the proverbial posterior prognostication: but… what if the premise of this discussion wasn’t true at all? What if you could type an even longer word on this first row?

    • Ruben SchadeDistracted drivers at a meta level

      Futurity published an article yesterday on a recent University of Missouri study, which I found quite interesting:

      Focus on choice may get drivers to quit texting

      The findings also indicate that reactance—or the resistance to being persuaded or controlled—played a paradoxical role in texting-and-driving prevention. When individuals were primed to experience reactance and exhibited initial resistance to prevention messages, researchers found death awareness effectively reduced those individuals’ resistance and positively influenced their behavior.

      In other words, people behave more responsibly when they feel they have agency over their decisions. I’d be interested to see the accident rates in my Australian state of New South Wales after they introduced mandatory phone lockouts for all young drivers.



Recent Techrights' Posts

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