Bonum Certa Men Certa

Links 15/06/2022: Tree View in GNOME, Microsoft's Security Blunders



  • GNU/Linux

    • Instructionals/Technical

      • Parsing libvirt xmldump using xpath | Adam Young’s Web Log

        In a recent article, I saw yet another example of using grep to pull information out of xml, and then to manually look for a field. However, XML is structured, and with XPath, we can pull out exactly what we need.

      • ByteXDHow to Check, Open, and Close a Port on Ubuntu - ByteXD

        What is a port? In simple words: a door to a program running in your operating system. Or: application-specific or process-specific software construct used as a numeric identifier of a particular connection between two applications.

        Port numbers is a 16-bit unsigned integer that range from 0 to 65535. Applications listen for ports to achieve a successful communication from the outside.

        When dealing with a well-known distribution as Ubuntu, there are multiple tricks and features that check for, close or open ports.

        So as an alert Linux user, it’s imperative to be aware of probe for open ports in your system, which ones are open by default, closing open ports and allowing exceptions. If not, securities holes and system’s vulnerabilities would be the least of your problems, not to mention bandwidth and resource consuming connections.

      • Linux CapableHow to Install VSCodium on Linux Mint 20

        VSCodium is a fork of Microsoft Visual Studio Code Editor modified to have full open-source access. The source code for this product can be found on GitHub, where it is licensed under the MIT license and, therefore, will always remain free as long you don’t mind installing extra features via plugins or extensions from third parties like Telemetry transmitting your browsing habits across networks without permission.

      • Linux CapableHow to Install WineHQ on Linux Mint 20

        Wine is the open-source compatibility layer that allows you to run Windows applications on various operating systems, including macOS and Linux. It translates each system call your application makes into an equivalent POSIX function used across all three platforms – something which can be very helpful if one doesn’t have access or need specific features available only in Microsoft’s OSs!

        Another feature of using Wine is the Wine AppDB, a database containing lists of tested and confirmed applications that can be run under Wine. This program saves the trouble for Linux users who want to use Windows-based programs on their UNIX systems, but not all programs will work in this way; some may have strange bugs or crashes when run with no errors beforehand (even though it’s possible).

        In the following tutorial, you will learn how to install and configure Wine on Linux Mint 20 LTS release series using the command line terminal by importing the official WineHQ repository and installing the latest stable or next release titled development for those eager to try the latest bleeding-edge version of Wine for your windows compatibility needs.

      • Linux CapableHow to Install VirtualBox 6.1 on Linux Mint 20

        VirtualBox is a free and open-source hypervisor for x86 and x86-64 virtualization, which the Oracle Corporation develops. The software targets users wishing to create virtual environments for servers and desktops that allow users and administrations to run multiple guest operating systems on a single computer for either testing methods or production use. VirtualBox may be installed on Windows, macOS, Linux, Solaris, and OpenSolaris.

        In the following tutorial, you will learn how to install VirtualBox on Linux Mint 20 by importing the official virtual box repository and installing the most up-to-date version using the command line terminal. The extra benefit for users using this method is that you will receive them instantly from the VirtualBox repository when updates drop.

      • Linux CapableHow to Install/Upgrade Git on Linux Mint 20

        Git is a mature, actively maintained open source project initially developed in 2005 by Linus Torvalds, the famous Linux operating system kernel creator. Git is designed for developers that need a pretty straightforward version control system. Most software is collaborative efforts and sometimes can have hundreds of people with commits working on software development projects. Tracking these commits customarily done in branches in most projects is essential before merging into the master for release. It is easy to review and track down any incorrect commits and revert, leading to a much easier development if anything goes wrong.

        The following tutorial will teach how to install Git on Linux Mint 20 LTS release series desktop or headless server using the command line terminal and basic Git commands of everyday use.

      • Linux CapableHow to Install LibreWolf Browser on Linux Mint 20

        LibreWolf is a Firefox fork that focuses on privacy and security by eliminating telemetry, which can be invasive to your personal information, along with increased protection against tracking and fingerprinting techniques and a few security improvements.

        In the following tutorial, you will learn how to install LibreWolf Browser on Linux Mint 20 release series. The tutorial will go over importing the official repository and gpg key and updating and removing the browser.

      • LinuxOpSysLinux Shutdown Command – 8 Examples with All Options

        In some cases, you must shut down or reboot your computer to apply updates, install a new application, migrations, or perform other operations. Linux provides the shutdown command to securely stop all the running processes on your server and to notify all the logged-in users about the shutdown operation.

        In this tutorial, we will learn how to use the Linux shutdown command-line utility with practical examples.

      • UNIX CopHow to install PIP on CentOS 9 Steam?

        Hello, friends. In this post, you will learn how to install PIP on CentOS 9 Stream. With this powerful tool, you will be able to install and manage packages made with Python.

      • ID RootHow To Install Pale Moon Browser on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install Pale Moon Browser on Ubuntu 22.04 LTS. For those of you who didn’t know, the Pale Moon browser is a free and open-source web browser, based on Mozilla Firefox focusing on efficiency and ease of use. Pale Moon is available for Microsoft Windows and Linux.

        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 the Pale Moon Browser 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.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • The tree view is undead, long live the column view‽ – Blog about what I do

          As the title, this is a spin-off of my last post in which I’ll talk about on Files list view instead of grid view.

          But before that, a brief summary of what happened in-between.

          Legitimate succession

          In my last post we were at the interregnum: Files grid view was temporarily managed by GtkFlowBox. Since then the switch to GTK4 has happened and with it came GtkColumnView to claim its due place.

          Despite that, GNOME 42 couldn’t ship the GTK4-based Files app (but it still benefited from it, with the new pathbar and more). Can you guess whose blame it was?

  • Distributions and Operating Systems

    • Debian Family

    • Devices/Embedded

      • CNX SoftwareBeagleBone AI-64 SBC features TI TDA4VM Cortex-A72/R5F SoC with 8 TOPS AI accelerator - CNX Software

        BeagleBone AI-64 is a single board computer (SBC) powered by a Texas Instruments TDA4VM dual-core Cortex-A72 + hexa-core Cortex-R5F processor which also embeds an 8 TOPS AI accelerator, plus three DSP, as well as plenty of I/Os that makes it ideal for advanced AI industrial applications.

        It follows the BeagleBone-AI SBC launched in 2019, but with much higher specs including a 64-bit Arm processor, 4GB RAM, three USB 3.0 ports, an M.2 E-Key socket with PCIe, USB and SDIO, plus the usual expansion headers that keep compatibility with existing BeagleBone cape add-on boards.

  • Free, Libre, and Open Source Software

    • Remembering and Honoring Marina Zhurakhinskaya, Founder of Outreachy

      It is with great sadness that we write about the death of one of the most significant contributors to Free and Open Source Software, Marina Zhurakhinskaya. Marina was a force for change and leaves a profound legacy of diversity, inclusion, equity and justice. It is impossible to imagine what Software Freedom Conservancy and Outreachy would be like without Marina.

      Born in Kyiv, Ukraine, Marina moved to the United States after completing high school. She was accepted at the Massachusetts Institute of Technology after less than a year in the United States and graduated from MIT with a Bachelor’s and Master’s degree in Computer Science. After working at the MIT Lincoln Laboratory for several years, she joined Red Hat, a company focused on open source solutions for the enterprise market. While at Red Hat, Marina began to contribute to the GNOME desktop, working as a developer on GNOME Shell, and then became active in the GNOME community.

    • Programming/Development

      • R

        • RlangWhat Is the Best Way to Filter by Date in R?

          The post What Is the Best Way to Filter by Date in R? appeared first on Data Science Tutorials

          What Is the Best Way to Filter by Date in R?, Using the dplyr package in R, you can filter a data frame by dates using the following methods.

        • RlangR Strings
        • RlangRObservations #32: Creating an Instant Answer Oracle with httr and Shiny

          Knowing how to write API requests and handle their responses is a valuable skill that a developer, data engineer or data analyst/scientist needs to know. In this short blog I share how its possible leverage DuckDuckGo’s instant answer API to create a oracle which can answer (some) of your questions using the httr package and Shiny.

        • RlangNorth East Data Scientists Group Works As a Professional Group | R-bloggers

          R Consortium talks to Colin Gillespie (from Jumping Rivers) about how a relatively small area deals with increasing membership, what companies are doing to make their data science teams more efficient, and how we might want to look at how governments might view data science.

    • Standards/Consortia

      • Mime says nothing

        I noticed that I couldn't read some pages because there was no MIME type in the Gemini response.

  • Leftovers

    • YLEPolice report uptick in fake delivery service scams

      The Central Finland Police Department issued a warning on Tuesday regarding a scam seen on several online marketplaces across the country.

      Using online trading platforms like tori.fi and Facebook Marketplace, scammers pose as buyers and request to buy products.

      Police said sellers are then provided with links to a legitimate-looking delivery service website. However, the site then asks users for bank or debit card information in order to use the service.

    • AntipopeBooks I will not write: BIGGLES!!

      It's been a long time—a couple of years—since I last posted a blog entry describing a book I will not write, because mostly I either wrote them or I just stopped having so many wasteful ideas.

      But I had a mild case of COVID19 in late May ("mild" belongs in scare quotes; it kicked my ass worse than influenza, and the lingering gastric effects are horrible, but I didn't need antivirals or hospital treatment, so yay vaccines?), and I downed tools and haven't gotten back to work yet, which is annoying to me but continuing an existing project while cognitively impaired is a really bad idea. (You generally end up spending twice as long untangling the mess you created as you spent making it in the first place.) I expect to get back to work later this week: but in the mean time, my Muse made an unexpected and unwanted house call, screamed at me for a while, and left me with an incoherent pile of notes.

      The proximate trigger for this car-crash of a story idea was the blog of another author, Rachel Manija Brown, who is currently discovering the joy of Biggles for the first time, and blogging about the books. Biggles is James "Biggles" Bigglesworth, ace pilot and adventurer, the most famous fictional creation of W. E. Johns, writing as Capt. W. E. Johns (although he only made it to Flying Officer in the RAF). They say "write what you know," and Johns clearly knew more than was strictly healthy about dogfighting during the first world war, having been there. So over 45 years or so, he wrote boys' adventure novels—lots of them.

    • Security

      • IT WireMicrosoft patches 55 flaws, Follina fix finally released

        Microsoft has released patches for 55 vulnerabilities on its monthly Patch Tuesday, with the June flaws including three that were rated critical, while the remainder were classified as important.

        Nearly half the vulnerabilities detailed allowed for remote code execution, while a fifth allowed escalation of privilege.

        Claire Tills, senior research engineer at security firm Tenable, said: "Microsoft addressed CVE-2022-30136, a remote code execution vulnerability in the network file system that can be exploited by an unauthenticated attacker, assigning a CVSSv3 score of 9.8.

        "This vulnerability does not affect versions 2 and 3 of Network File System (NFS). In terms of mitigation, Microsoft has proposed disabling NFS version 4.1. However, this may have adverse effects on systems, particularly for organisations that have not applied the May 2022 security update for CVE-2022-26937. Whenever possible, organisations are strongly encouraged to update with the most recent patches."

        {loadposition sam08}Tills added that patches for CVE-2022-30190, the zero-day known as Follina that was disclosed in late May, were also included in this month’s release.

      • Privacy/Surveillance

        • Patrick BreyerStop #DataRetention: Experts find systematic disregard of Court decisions – Patrick Breyer

          In a panel discussion now available online (quotes [1] and links to specific statements [2] below), six digital rights experts analyse current developments on the issue of mass data retention of citizen’s electronic communications data in the EU. The experts criticise the plans of the EU Commission as well as the way governments of the EU member states disregard the rulings of the EU Court of Justice, especially in Belgium, Denmark, Germany, France, Ireland, Portugal and the Czech Republic. The experts elaborate on how a new generation of data retention laws threatens citizens’ fundamental rights and freedoms.

    • Defence/Aggression

      • Helsinki TimesFarewell to an epoch

        Nostalgia for the past seventy years, with its assertions of neutrality, politics of friendship, and bridge-building, is limited in a tense new world.

      • Marcy WheelerJanuary 6 Committee Details The Big Fraud Monetizing The Big Lie

        The presentation started by describing how Trump was told on election night that the news looked bad. The presentation ended by showing how those attacking the Capitol cited Trump’s lies to justify their actions.

    • Environment

      • Energy

        • Michael West MediaStill Faxing: CITIC the gigantic tiny Chinese coal miner - Michael West

          CITIC the Chinese coal mining juggernaut churns out $8bn in revenue from its suite of Australian coal mines, gets government subsidies, but pays almost no tax and actually faxes in its one financial report to regulators. What’s the scam?

          The scam is that audit standards are bust. How do they even find a fax machine, and why do they and their auditors PwC still fax (see image below)? Perhaps because faxes fudge and are unreliable – just like the audit profession. PwC Australia has signed off on a set of accounts which shows tax paid by CITIC Australia Pty Ltd last year was just $756,000.

    • Civil Rights/Policing

      • The Zionist assault on Judaism

        Zionism has not yet murdered Judaism but it has undermined its moral and historical integrity. By intentionally fanning antisemitism, Israel is a major contributor to Jewish insecurity.

    • Internet Policy/Net Neutrality

      • PowerDNSProbing DoT Support of Authoritative Servers: Just Try It

        This is the second part of a series of blog posts we are publishing, mostly around recent developments with respect to PowerDNS Recursor. The first blog post was Refreshing Of Almost Expired Records: Keeping The Cache Hot.

        In PowerDNS Recursor 4.6.0 we introduced DNS over TLS (DoT) support for outgoing connections. Starting with that version, DoT is used by default for (forwarded) connections to port 853 and for a configurable list of authoritative servers. On the client-resolver side there has been developments to make DoT discovery easy. In this post we will discuss the DoT discovery from the resolver to authoritative server perspective. PowerDNS Recursor 4.7.0 has an experimental feature implementing this.

    • Monopolies

      • Copyrights

        • Michael GeistThe Law Bytes Podcast, Episode 130: In Their Own Words - What the Canadian Heritage Committee Heard About Bill C-11 Harms - Michael Geist

          The debate over Bill C-11 – the Online Streaming Act – seems likely to come to an end this week, at least in the House of Commons. Last week, the government introduced a motion to put an end to committee debate and set tight timelines for any further review or discussion. Before it becomes forgotten, this week’s Law Bytes podcast is devoted to the House committee hearings on the bill with clips from a wide range of digital creators, interest groups, and independent experts on the potential Bill C-11 harms to user content.

          The episode features (in order of appearance): CRTC Chair Ian Scott, Canadian Heritage Minister Pablo Rodriguez, Morghan Fortier, Oorbee Roy, Justin Tomchuk, JJ McCullough, Jeanette Patel, Scott Benzie, Patrick Rogers, Matt Hatfield, Michael Geist, Rachael Thomas, John Lewis, Stephane Cardin, Monica Auer.



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