Bonum Certa Men Certa

Links 07/04/2023: Kubuntu 23.04 Beta Released and Barry Kauler Adds Flatpak Installer



  • GNU/Linux

    • Kernel Space

      • LWNUser-space shadow stacks (maybe) for 6.4

        Support for shadow stacks on the x86 architecture has been long in coming; LWN first covered this work in 2018. After five years and numerous versions, though, it would appear that user-space shadow stacks on x86 might just be supported in the 6.4 kernel release. Getting there has required a few changes since we last caught up with this work in early 2022.

        Shadow stacks are a defense against return-oriented programming (ROP) attacks, as well as others that target a process's call stack. The shadow stack itself is a hardware-maintained copy of the return addresses pushed onto the call stack with each function call. Any attack that corrupts the call stack will be unable to change the shadow stack to match; as a result, the corruption will be detected at function-return time and the process terminated before the attacker can take control. The above-linked 2022 article has more details on how x86 shadow stacks, in particular, work.

      • LWNThe curious case of O_DIRECTORY|O_CREAT

        The open() system call offers a number of flags that modify its behavior; not all combinations of those flags make sense in a single call. It turns out, though, that the kernel has responded in a surprising way to the combination of O_CREAT and O_DIRECTORY for a long time. After a 2020 change made that response even more surprising, it seems likely that this behavior will soon be fixed, resulting in a rare user-visible semantic change to a core system call.

        The O_CREAT flag requests that open() create a regular file if the named path doesn't exist (adding O_EXCL will cause the call to fail if the path does exist). O_DIRECTORY, instead, indicates that the call should only succeed if the path exists and is a directory. It is not possible to create a directory with open(); that is what mkdir() is for. So the combination of O_CREAT and O_DIRECTORY requests the kernel to create a directory (which is supposed to already exist) as a regular file — which clearly does not make sense.

    • Applications

      • Harald SitterFirefox and KeePassXC Flatpaks

        Flatpaks are amazing and all that. But application sandboxing, so an application cannot do anything it wants, is a challenge – even more so when you have two applications that need to talk to each other. Perhaps it shouldn’t come as a surprise that native-messaging sandboxing support for Flatpak has been in development for over a year. To celebrate its anniversary I thought I’d write down how to drill a native-messaging sized hole into the sandbox. This enables the use of native messaging even without portal integration, albeit also without sane degrees of sandboxing.

        First off, please understand that this undermines the sandbox on a fairly fundamental level. So, don’t do this if you don’t keep your Firefox updated or visit particularly dodgy websites.

      • 9to5LinuxOpenShot 3.1 Open-Source Video Editor Released with Improved Profiles, More

        Coming fourth months after OpenShot 3.0, the OpenShot 3.1 update is mostly a bugfix and stability release. It improves the profiles by adding more than 400 export profiles and a new Profile UI, improves the Undo / Redo system, including grouping actions, and improves the Preview & Split Clip dialog to correct aspect ratio and sample rate.

        OpenShot 3.1 also comes with a huge Time Re-mapping update that includes improvements to audio resampling, bezier curve audio support, as well as better support for backwards audio, an improved Caption effect that now offers better VTT support and smaller text by default, and improved keyboard bindings, especially for the arrow keys.

    • Instructionals/Technical

      • It's FOSSA Quick Guide to Install and Play GOG Games on Linux

        Want to access and play GOG games on Linux? Here's how to do that.

      • TecMint12 Ping Command Examples to Test Your Network

        Ping is a simple, widely used, cross-platform networking utility for testing if a host is reachable on an Internet Protocol (IP) network. It works by sending a series of Internet Control Message Protocol (ICMP)

      • TecMint9 Practical Examples of Tail Command in Linux

        As Linux users, we often work with long-running background Linux processes, which are called daemons or services. Some of the common examples of the services are Secure Shell (sshd), Network Manager (networkd), Volume Manager

      • TecMint10 SCP Commands to Transfer Files/Folders in Linux

        Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux servers is not common to be installed. SSH may be the most popular protocol to enable Linux

      • TecMint21 Tar Command Examples in Linux

        The Linux "tar" stands for tape archive, which is used by a large number of Linux/Unix system administrators to deal with tape drive backup in Linux. The tar command in Linux is used to

      • TecMintHow to Open, Extract and Create RAR Files in Linux

        RAR is the most popular tool for creating and extracting compressed archive (.rar) files. When we download an archive file from the web, we required a rar tool to extract them.

      • How to use MOTD in Ubuntu 22.04 | 20.04 Linux or any version

        Learn how to show a custom message upon login Ubuntu 22.04 / 20.04 server or desktop to users on the command terminal using the MOTD file.

        MOTD is a simple text file in a Linux system that is used to display some custom text message on login using the command line locally or SSH. MOTD’s full form is “Message of the Day”. The necessity of this simple MOTD is to display some alert, important information such as system maintenance, security updates, or any other relevant message to Linux users by the Admin.

        Suppose you have a couple of Linux systems in your office and want to display important info to all users upon their login in such a case MOTD can be a quite useful tool.

        The file used by the MOTD is generally located under the /etc directory of the Linux which can be edited manually to display custom messages. If you have scripting knowledge then can display dynamically generate messages.

      • Make Use Of4 Ways to Fix OpenShot Crashing on Ubuntu

        It is extremely frustrating when you want to edit a video but OpenShot keeps crashing. Unfortunately, many Ubuntu users encounter this issue with OpenShot because of things like corrupt video files or misconfigured preferences.

        You might be wondering how you can prevent OpenShot from crashing on Ubuntu. Luckily, these issues with OpenShot are easy to fix once you know the right troubleshooting methods.

      • GhacksTired of Windows? Here is how to try Linux Mint

        Linux Mint is a well-known Linux distribution that offers users the chance to try it before they install it. In this guide, we will explain how to try Linux Mint and, if you like it, how to replace Windows with it.

        Linux Mint is a free and open-source operating system that is designed to be user-friendly and easy to use. It is based on Ubuntu, and it comes in three desktop environments: Cinnamon, MATE, and Xfce. It offers a number of features and applications that make it a great choice for both new and experienced users.

        These features include the ability to customize the desktop, a software manager that makes it easy to find and install new software, and a wide range of applications for everything from browsing the web to editing documents. Linux Mint is also known for its stability, security, and reliability.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Kubuntu Lunar Lobster (23.04) Beta Released

          The beta of Kubuntu Lunar Lobster (to become 23.04 in April) has now been released, and is available for download.

          This milestone features images for Kubuntu and other Ubuntu flavours.

          Pre-releases of Kubuntu Lunar Lobster are not recommended for...

        • Volker KrauseBranching KDE PIM for the final phase of the Qt 6 port

          After KDE Frameworks branched in January and Plasma followed in February to enter the final phase of the transition to Qt 6, KDE PIM is following now. The approach taken here might also be applicable for other KDE Gear modules.

          KDE PIM Sprint

          Coordination and planning for this happened at the KDE PIM sprint in Toulouse last weekend, see also Kévin’s report about this.

      • GNOME Desktop/GTK

  • Distributions and Operating Systems

    • It's FOSSCachyOS: Arch-based Distro for Speed and Ease of Use

      Arch Linux is suitable for advanced users looking for a challenge to use Linux on their system.

      However, many Arch-based distributions have made it possible for new users to get into the distribution family by making things easier. Options like Garuda Linux, Manjaro Linux, and others make it convenient for new users.

      And one of the exciting options among them is CachyOS.

      Well, you might already know about blendOS (which is also an Arch-based distro, still in the works). It is not remotely similar, but if you are exploring Arch-based distros, you can check it out.

  • Free, Libre, and Open Source Software

    • FSF

      • GNUhealth @ Savannah: GNU Health Hospital Management patchset 4.2.1 released

        Dear community GNU Health 4.2.1 patchset has been released ! Priority: High

        Table of Contents
        • About GNU Health Patchsets
        • Updating your system with the GNUHealth control Center
        • Installation notes
        • List of other issues related to this patchset
        About GNU Health Patchsets
        We provide "patchsets" to stable releases. Patchsets allow applying bug fixes and updates on production systems. Always try to keep your production system up-to-date with the latest patches. Patches and Patchsets maximize uptime for production systems, and keep your system updated, without the need to do a whole installation. NOTE: Patchsets are applied on previously installed systems only. For new, fresh installations, download and install the whole tarball (ie, gnuhealth-4.2.1.tar.gz)

        Updating your system with the GNU Health control Center
        Starting GNU Health 3.x series, you can do automatic updates on the GNU Health HMIS kernel and modules using the GNU Health control center program. Please refer to the administration manual section ( https://en.wikibooks.org/wiki/GNU_Health/Control_Center ) The GNU Health control center works on standard installations (those done following the installation manual on wikibooks). Don't use it if you use an alternative method or if your distribution does not follow the GNU Health packaging guidelines.

        Installation Notes
        You must apply previous patchsets before installing this patchset. If your patchset level is 4.2.1, then just follow the general instructions. You can find the patchsets at GNU Health main download site at GNU.org (https://ftp.gnu.org/gnu/health/) In most cases, GNU Health Control center (gnuhealth-control) takes care of applying the patches for you.€  Pre-requisites for upgrade to 4.2.1: None Now follow the general instructions at € https://en.wikibooks.org/wiki/GNU_Health/Control_Center €  After applying the patches, make a full update of your GNU Health database as explained in the documentation. When running "gnuhealth-control" for the first time, you will see the following message: "Please restart now the update with the new control center" Please do so. Restart the process and the update will continue.

        • Restart the GNU Health server
        List of other issues and tasks related to this patchset
        • bug€ #64014: Update gender identity in patient evaluations and reports
        • bug€ #64009: Include signing health professional and avoid scrolling in patient evaluation
        • bug€ #64007: Summary report is not using FreeFonts family
        • bug€ #63993: Python-sql error on patient evaluation report
        Update gender identity in patient evaluations and reports For detailed information about each issue, you can visit : € https://savannah.gnu.org/bugs/?group=health About each task, you can visit: € https://savannah.gnu.org/task/?group=health For detailed information you can read about Patches and Patchsets
      • https://en.wikibooks.org/wiki/GNU_Health/Patches_and_Patchsets
    • Programming/Development

      • Build faster with Buck2: Our open source build system

        Buck2, Meta’s open source large-scale build system, is now publicly available via the Buck2 website and the Buck2 GitHub repository. While it shares some commonalities with other build systems (like Buck1 and Bazel), Buck2 is a from-scratch rewrite. Buck2 features a complete separation of the core and language-specific rules, with increased parallelism, integration with remote execution and virtual file systems, and a redesigned console output. All of these changes are aimed at helping engineers and developers spend less time waiting, and more time iterating on their code.

      • Yuan Yijun: More cli fun

        When Secure Boot is enabled, the "akmods-nvidia" package will build and install kmod-nvidia that is not usable right away. Previously I followed some documents to run a cli script to "sign the modules" but it stopped working recently.

  • Leftovers

    • Proprietary

    • Security

      • LWNSecurity updates for Friday [LWN.net]

        Security updates have been issued by Mageia (ldb/samba, libapreq2, opencontainers-runc, peazip, python-cairosvg, stellarium, and zstd), Oracle (httpd and mod_http2, kernel, and nss), SUSE (conmon, go1.19, go1.20, libgit2, openssl-1_1, and openvswitch), and Ubuntu (emacs24).

      • Culbertson Memorial Hospital hit by cyber-attack

        Culbertson Memorial Hospital officials reported Friday the hospital had been the victim of a cyber-attack last week.

        Officials stated they discovered a network disruption at 3 a.m. March 30 that required information systems to be taken offline.

        “This action disabled access to most functions while we investigated the activity,” Culbertson CEO Gregg Snyder said in a statement released Friday afternoon. “We immediately retained third-party specialists to assist us with our investigation.”

      • Bankok PostSuspected hacker 'a soldier'

        A hacker who claimed to have obtained the personal data of 55 million Thais is an army officer who appears to have acted alone, authorities said yesterday.

        Chaiwut Thanakamanusorn, minister of Digital Economy and Society, and Pol Lt Gen Worawat Watnakhonbancha, chief of the Cyber Crime Investigation Bureau (CCIB), held a press conference yesterday amid reports that the suspect and his wife had been detained.

      • Tom's HardwareMSI Confirms Cyberattack, Advises Caution With Firmware

        Gaming hardware manufacturer MSI confirmed today that it was the victim of a cyberattack. In a brief statement on its website, the company said that the attack hit "part of its information systems," which have since returned to regular operations.

        The company advises its customers only to get BIOS and firmware updates from the MSI website and no other sources. It's light on details, saying that after "detecting network anomalies," MSI implemented "defense mechanisms and carried out recovery measures," and then informed the the government and law enforcement.

      • BloombergProskauer Cyber Attack Left Sensitive Client Data Unguarded

        A data breach at Proskauer Rose exposed client data, including sensitive legal and financial information, the law firm confirmed Friday.

        “Our tech security team recently learned that an outside vendor that we retained to create an information portal on a third-party cloud-based storage platform had not properly secured it,” Joanne Southern, a Proskauer spokeswoman, said via email.

        The breach, which the firm called the result of a cyber attack, was first reported by TechCrunch. Data containing financial and legal documents, contracts, non-disclosure agreements and financial deals were released in the leak, according to the report.

      • Data BreachesAspire Public Schools reveals 2022 breach; Rochester Public Schools dealing with current attack

        Aspire Public Schools in California submitted notifications to at least two state attorneys general. According to its notification, Aspire learned that an unauthorized party gained access to one Aspire email account...

      • A Visual Journey Through Computer Setups Revealed by Recent Cybercrime Raids - realhackhistory

        First an admission by me, I’m not a hardware nerd. I know my way around PCs, can swap out parts as needed and can tell a MacBook from a Chrome Book but if you are expecting an exacting breakdown of the computers or tech we’re going to be looking at here you may be disappointed.

        Now that that’s out of the way, I’m fascinated by seeing the behind the scenes of big cybercrime operations, and especially interested in seeing the work spaces of the people involved and the equipment they are working with. Most of these people raided seem to be working from home, and sometimes sharing a living space with other gang member suspects.

      • Data Breaches7×7 Dental Implant & Oral Surgery alleged victim of Abyss ransomware group

        A leak site called “Abyss” recently added 7×7 Dental Implant & Oral Surgery Specialists of San Francisco (7×7) to their site and claimed to have 114 GB of the dental practice’s files. A file tree showing 2,891 directories and 63,557 files was posted as proof of claim.

        Some of the filenames suggest business-related internal documents, while others are likely employee-related files. The bulk of the files appears to be patient-related. Most of these are image files in .jpg or .dcm format. Some .pdf files appear to be referral letters or reports.

      • CointelegraphSentiment recovers $870K after negotiations with hacker

        Lending protocol Sentiment has managed to recover the stolen funds from the recent hack by offering the hacker a bounty worth $95,000.

        In an on-chain transaction on the Arbitrum blockchain, Sentiment sent a message to the hacker offering $95,000 if the hacker returned the funds by April 6, urging the hacker to “do the right thing.“ If the hacker did not return the funds, the protocol also offered the money to anyone who could help find and prosecute the culprit.



    • Finance

      • LWNRebecca Giblin on chokepoint capitalism

        The fourth and final keynote for Everything Open 2023 was given by Professor Rebecca Giblin of the Melbourne Law School, University of Melbourne. It revolved around her recent book, Chokepoint Capitalism, which she wrote with Cory Doctorow; it is ""a book about why creative labor markets are rigged — and how to unrig them"". Giblin had planned to be in Melbourne to give her talk in person, but "the universe had other plans"; she got delayed in Austin, Texas by an unexpected speaking slot at the South by Southwest (SXSW) conference, so she gave her talk via videoconference from there—at nearly midnight in Austin.

        She began by playing the animated teaser video for the book. It describes how the tech and content firms are choking out competition so that they can take the lion's share of any revenue generated before it ever reaches the artists and others who actually did the creative work. The book also has lots of ideas for "how we can recapture creative labor markets to make them fairer and more sustainable", Giblin said in the video.

    • Internet Policy/Net Neutrality

      • Kushal Das: 40 years of the first email to Sweden

        40 years ago today, at 14:02 on 1983/04/07 (7th April), Björn Eriksen received the first ever email in Sweden. It was from Jim McKie of European Unix Network (EUnet) in Amsterdam. Björn had a VAX 780 running BSD. The following is the actual email:

  • Gemini* and Gopher

    • Personal

      • The Noguchi Filing System

        The Noguchi Filing System is for keeping track of physical paper. I keep paper in envelopes on a shelf and new envelope go on the right (or on the left if you live in Japan) and if I use an envelope, it goes on the right as if it were new. Linux nerds can think of this as sorting the envelopes by atime. Envelopes always must have a date along the spine and a word or sentence describing what’s in ‘em. Optionally they can have a color, using markers or stickers. Noguchi even cut them off one inch so that the a4 documents in there stick up a bit.

      • The New Super Mario Bros. Movie

        There are a ton of these that appears pretty much everywhere in the movie. An average 10 year old who watches the movie in guidance of their parents may not understand many of them, but for someone who invests their time into this one franchise, you can see a lot of them just appearing and alpearing and appearing to you, and it's a fan service, but a good one.

    • Technical

      • Learning How To Write

        During the second quarter of the year, I am going to make a more concerted effort to learn how to write long, fictional pieces. I have a number of ideas that I want to develop into full stories, but I find it very difficult to do so.

        There are a number of obstacles that hinder my ability to write, but over the next couple of months I am going to methodically try different techniques to overcome them. I'm only a few days into this new endeavour and I've already found a few things that have helped.

      • website overhaul

        I am currently redoing one of my neocities websites. It was initially kept as some carrd-esque site, but I decided I want to do more with it and transfer some stuff from my other neocities there as well to make it a proper hub of my projects.

      • Fixed up my old MyTouch

        Writing on a smartphone is a pain, and yet I keep trying to do it. I finally dug my old MyTouch Q out of storage to try using it instead, since it has a very handy slide-out keyboard, only to find that the battery was so dead it wouldn't even charge.

        After running around to a few different battery stores and cell phone repair shops, I resigned myself to ordering a replacement battery off eBay (which is, weirdly, a more reputable storefront than Amazon these days). And now it works again! The SIM card holder is too big for my current one, so it can't be a proper phone, but that’s fine by me. I just want to use it for writing and maybe listening to music while I do so.

      • Keep infrastructure free

        A lot of essayists wanting to push the square peg of open source software into the round peg of quid-pro-quo market capitalism.

      • mbox

        Mailbox is the traditional storage format for emails on unix; a Mail Transport Agent (MTA) such as Sendmail would chat up a Mail Delivery Agent (MDA) such as mail.local or procmail, and eventually if everything went well the message would be appended to a file, /var/mail/spongebob perhaps. That's the conventional BSD directory.

        A major disadvantage is the problem of locking--how does the MDA append a message given that at the same time another program, perhaps the user's mail client, is editing the file? Locking! This assumes both sides use the same locking, and may become terribly complicated should the mailbox files be located on a NFS server.

      • Internet/Gemini

        • social platforms

          i often find myself switching platforms because i don't feel like any of them are a perfect fit. i've even attempted to bring all of the work onto myself, building personal social platforms but to no avail. i've realized the solution is extremely simple yet almost no platform can provide that. hopefully the pub can do that for me. :)

        • Re: Making a 90s Website (waffle)

          User waffle over at midnight pub asked about making a 90's website[1]. I was there, waffle... making crappy websites for money!

          Here are my tips:

          1. Think in terms of tables. Kind of like css grid layouts, except not at all. Mentally chop your content up into rows and columns, and make liberal use of colspan and rowspan. Don't be afraid of borders, they're pretty. OR, drop the borders and use background images in the cells, which you can chop up with old software. It's called "slicing" and it was all the rage in the 90s.


* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.



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