Bonum Certa Men Certa

Links 23/08/2023: Kali Linux 2023.3



  • GNU/Linux

    • Linux Magazine Star Labs Reveals a New Surface-like Linux Tablet
      Star Labs has reconfigured its StarLite tablet into a laptop in the same vein as the Microsoft Surface.

      The new StarLite has a 12.5" LED-backlit 10-point touch display with IPS technology and runs at 2880 X 1920 resolutions with 276 pixels/inch. The included processor is a 1.00 GHz quad-core Intel Alder Lake N200 with a turbo boost of up to 3.7 GHz and a 6MB smart cache.

      Internal storage is 512 GB Gen3 PCIe SSD and is configurable up to 1TB or 2TB Gen3 PCIe SSD. RAM is 16 GB of 4800 MHz LPDDR5 (which is onboard and not upgradable).

    • Linux Magazine's New Issue

      • Linux MagazineHow attackers slip inside WordPress

        WordPress is an incredibly popular tool for building websites, and don't think the attackers haven't noticed. We'll show you what to watch for.

      • Linux MagazineBulk renaming files with the rename command

        The rename command is a powerful means to simultaneously rename or even move multiple files following a given pattern.

      • Linux MagazineQuality-testing for Debian packages

        The adequate command-line tool helps users pinpoint problems with installed DEB packages.

      • Linux MagazineUnderstanding reverse shells

        Firewalls block shell access from outside the network. But what if the shell is launched from the inside?

      • Linux Magazine/Kernel News

        In kernel news: Heap Hardening Against Hostile Spraying; and Core Contention Improvements … or Not.

      • Linux MagazineFOSS Picks

        This month Graham looks at Gyroflow, gRainbow, Polyrhythmix, mfp, Mission Center, and more!

      • Linux MagazineMusical Chairs

        Last month I used this space to talk about IBM/Red Hat's plan to restrict access to Red Hat Enterprise Linux (RHEL) source code. This eerie announcement, which seemed quite contrary to the ideals of free software, sent shock waves through the community.

      • Linux MagazineMultifaceted backups with Kopia

        Data deduplication, encryption, compression, incremental backups, error correction, and support for snapshots and popular cloud storage services: Kopia delivers.

      • Linux MagazineThisMonth's DVD

        AlmaLinux 9.2 and blendOS

      • Linux MagazinePicking locks with local file inclusion

        A local file inclusion attack uses files that are already on the target system.

      • Linux MagazineScreenshot tools for the command line

        Linux is awash in desktop screenshot tools, but what if you want to take a quick screenshot from a terminal window?

      • Linux MagazineIntroduction

        This month in Linux Voice and Elvie.

      • Linux MagazineNews

        In the news: Nitrux 2.9.1 Available and Uses a Newer Linux Kernel; Zorin OS 16.3; Mageia 9 RC1; Linux Mint 21.2; AlmaLinux Will No Longer Aim for 1:1 RHEL Compatibility; Canonical Announces Real-Time Ubuntu for Intel Core; EU-US Data Privacy Framework Ensures Safe Data Transfers; and IEEE Releases New Standard for LiFi Communications.

      • Linux MagazineThe Fediverse's answer to Reddit

        With Reddit closing off access to its API, it is time to look to the Fediverse for an alternative.

      • Linux MagazineUnderstanding privilege escalation

        Even a small configuration error or oversight can create an opening for privilege escalation. These real-world escalation techniques will help you understand what to watch for.

      • Linux MagazineUse gestures to browse a document on your Raspberry Pi

        Have you found yourself following instructions on a device for repairing equipment or been half-way through a recipe, up to your elbows in grime or ingredients, then needed to turn or scroll down a page? Wouldn't you rather your Raspberry Pi do the honors?

      • Linux MagazineDietPi lean server distribution

        The DietPi minimalist distribution improves the performance of the Raspberry Pi and other single-board computers as servers and desktops and comes with more than 200 specially chosen applications and services.

      • Linux MagazineNetwork diagnostics with Go

        Why is the WiFi not working? Instead of always typing the same steps to diagnose the problem, Mike Schilli writes a tool in Go that puts the wireless network through its paces and helps isolate the cause.

      • Linux MagazineCreating a graphical Python app with CardStock

        CardStock provides a simple development environment for building a Python graphical application.

      • Linux MagazineThe old hat that's still new

        Matthew Miller, Fedora Project Leader, discusses Fedora's relationship with Red Hat and its role in the Linux community.

      • Linux MagazineSUSE Going Private (Again)

        The company behind SUSE Linux Enterprise, Rancher, and NeuVector recently announced that Marcel LUX III SARL (Marcel), its majority shareholder, intends to delist it from the Frankfurt Stock Exchange by way of a merger.

    • Audiocasts/Shows

    • Kernel Space

      • LWNLinux 6.4.12
        I'm announcing the release of the 6.4.12 kernel.
        
        

        All users of the 6.4 kernel series must upgrade.

        The updated 6.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.4.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-s...

        thanks,

        greg k-h 

      • LWNLinux 6.1.47
    • Graphics Stack

      • Alyssa RosenzweigAlyssa Rosenzweig: The first conformant M1 GPU driver

        Conformant OpenGL€® ES 3.1 drivers are now available for M1- and M2-family GPUs. That means the drivers are compatible with any OpenGL ES 3.1 application. Interested? Just install Linux!

        For existing Asahi Linux users, upgrade your system with dnf upgrade (Fedora) or pacman -Syu (Arch) for the latest drivers.

        Our reverse-engineered, free and open source graphics drivers are the world’s only conformant OpenGL ES 3.1 implementation for M1- and M2-family graphics hardware. That means our driver passed tens of thousands of tests to demonstrate correctness and is now recognized by the industry.

    • Applications

    • Instructionals/Technical

      • Network Interface transmission queue timeout, cause and recovery methods

        A network interface transmission queue is said to be timed-out, if it is in stopped condition and the time since last transmission from this queue has exceeded the threshold which is being dictated by the driver to the watchdog timer. A transmission queue is a collection of data packets waiting to be transmitted by the corresponding networking device. During the initialization of the network device, the transmission queues and the scheduler of the network device are activated via dev_activate(). At the same time, the method dev_watchdog_up() starts a timer to detect transmission problems. This timer calls the method dev_watchdog() every dev->watchdog_timeo ticks to check that the network adapter is working properly. In case the routine dev_watchdog() identifies that a transmission queue is disabled (netif_queue_stopped() returns TRUE) and the time since last frame transmission has exceeded the amount of time to wait (dev→watchdog_timeo), the timer’s handler invokes a routine registered by the device driver to perform recovery. Details of these handlers are being discussed in the further sections of this article.

      • idroot

        • ID RootHow To Install XWiki on Debian 12

          In this tutorial, we will show you how to install XWiki on Debian 12. For those of you who didn’t know, XWiki is a powerful and versatile open-source collaboration platform that allows teams to create, organize, and share knowledge effectively.

        • ID RootHow To Install Homebrew on AlmaLinux 9

          In this tutorial, we will show you how to install Homebrew on AlmaLinux 9. For those of you who didn’t know, Homebrew is a package manager designed to facilitate software management on Linux systems. With an extensive repository of software packages, Homebrew offers a streamlined approach to installing and maintaining software.

      • Everything You Need To Know About Ubuntu DNS Servers

        DNS, or Domain Name System, is one of the most integral parts of the internet. Anyone who uses the internet uses the DNS service every day. However, it is also massively overlooked in comparison to other internet frenzies. In short, the DNS service converts URLs to IP addresses.

      • Own HowToHow to install OBS Studio on Ubuntu 23.04

        In this tutorial, you will learn how to install OBS Studio on Ubuntu 23.04. OBS Studio is free and open source software.

      • FOSS PostHow to Take Screenshots on Linux Like a Pro

        There are many reasons why you might want to take a screenshot on Linux: To showcase a problem, share something on your screen with a friend, or capture something appearing on your screen for memory. In any case, you will need to use special software for this task.

      • Net2How to Check Disk Space in Ubuntu 22.04

        Monitoring disk usage is an important system administration task to avoid running out of storage. This comprehensive guide covers multiple methods and commands to check disk space in Ubuntu 22.04. Why Check Disk Space in Linux?

      • Step-by-Step .deb Installation: 4 Methods to Install Files on Ubuntu

        How will you install packages which are not available in the software center?

      • Real Linux UserHow to use Desklets in Linux Mint Cinnamon – Linux Mint 21.2 edition

        In a previous article, as part of my Linux Mint 21.2 tutorial series, I already discussed one of the Cinnamon Spices, the Applet.

      • How to Install and Use Xrdp Server (Remote Desktop) on Linux

        The Xrdp server is the RDP tool (Microsoft Remote Desktop Protocol) for Linux distributions. You can install it on your Linux system to connect your server or desktop over the internet. The Xrdp server lets you use the multi-channel connection through a graphical user interface (GUI).

      • File Hunting in Linux: A Complete Guide to Finding Files in All Directories

        Find a file in windows is very easy just go in search bar and search file by name.

      • Ubuntu HandbookHow to Install HandBrake 1.6.1 via PPA in Ubuntu 22.04

        For those prefer the classic .deb package format, here’s a new PPA for installing the latest Handbrake video transcoder 1.6.1 in Ubuntu 22.04 LTS.

      • Ubuntu Version Check: A Beginner’s Guide and 5 Simple Steps Explained

        Do you log in to an Ubuntu Operating System first time?

      • Five commands to crash the kernel

        A tcindex tale

      • TecMintLFCS #4: How to Partition Storage Devices in Linux
      • Linux HandbookLHB Linux Digest #23.13: Ngnix Reverse Proxy With Docker, YAML Essentials, Server Monitoring and More

        This edition of LHB Linux Digest focuses on Docker and DevOps tutorials.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Jan Grulich: Qt theming in Fedora Workstation

          We have been working on and using custom Qt theming in Fedora Workstation for many years now. By custom Qt theming, I’m talking about the QGnomePlatform and Adwaita-qt projects. If you haven’t heard of them, you can read my recent blog post explaining what they are. While these projects are in some ways better than what Qt upstream has to offer, there were also drawbacks/issues and that’s why I decided to make a final decision and discontinue both projects. The issues are explained in the aforementioned blog post, but one of the main drawbacks is that we are in this development alone and not working directly in the upstream makes it less attractive for other contributors. It’s also not used by default anywhere other than Fedora, so it’s not properly tested by other developers working on Qt applications using different distributions. These reasons led me to submit a Fedora 39 feature to remove our custom Qt theming in Fedora Workstation in favor of Qt’s defaults. The only problem is that if we just go with Qt’s default, we would go backwards a bit. This is because upstream Qt does not provide any decent client-side window decorations (problem #1), and the QGtkStyle in Qt5 (QGnomePlatform equivalent) is a bit behind its Qt6 version with many improvements and integration goodies (problem #2) recently made by Axel Spoerl of the Qt Group, whom I met during this year’s KDE Akademy.

        • Scarlett Gately Moore: KDE: A Day in the Life the KDE Snapcrafter Part 2

          Much to my dismay, I figured out that my blog has been disabled on the Ubuntu planet since May. If you are curious about what I have been up to, please go to the handy links -> and read up! This post is a continuation of last weeks https://www.scarlettgatelymoore.dev/kde-a-day-in-the-life-of-the-kde-snapcrafter/

          IMPORTANT: I am still looking for a super awesome team lead for a super amazing project involving KDE and Snaps. Time is running out and well the KDE world will be a better a better place if this project goes through! I would like to clarify, this is a paid position! A current KDE developer would be ideal as it is a small team so your time will be split managing and coding alike. If you or anyone you know might be interested please contact me ASAP!

          Snaps: I am wrapping up the 23.04.3 KDE applications release! Head on over to https://snapcraft.io/search?q=KDE and enjoy! We are now up to 180 snaps! PIM snaps will be slowly rolling in as they go through manual reviews for D-Bus.

  • Distributions and Operating Systems

    • LinuxiacKali Linux 2023.3: Still Offensive but with a Look to Defense

      Kali Linux is a specialized, Debian-based distribution designed for digital forensics, penetration testing, and ethical hacking, developed, funded, and maintained by Offensive Security.

      The just released Kali Linux 2023.3 brings some exciting changes, so without further ado, let’s see what’s new.

      Powered by Linux kernel 6.3, Kali 2023.3 has a few changes, but unlike previous releases, they are mainly under the hood.

      In this light, the release is marked by the hard work of Kali developers on the project’s internal infrastructure, to which all efforts are dedicated, which is why the novelties in 2023.3 are not many.

      There is a new sub-domain, mirror-traces.kali.org, which aims to make it easier for Kali mirror administrators to keep them updated on the state of all of the project’s mirrors.

  • Free, Libre, and Open Source Software

    • OSI BlogCOSCUP Unveiled

      Paloma Oliveira 's reflections on the COSCUP conference in Taiwan where she shared a talk on 25 years of Open Source.

    • OMG UbuntuIntel Updates its Popular Open Source Mono Font

      Intel’s open-source monospace font (imaginatively titled ‘Intel One Mono’) has been updated. “You’re blogging about a frickin’ font update?!”, you scoff (justifiably perhaps). But hey: indulge me (if only so I can continue using words beginning with ‘I’). Font updates aren’t that exciting, granted. But Intel One Mono was created specifically for developers (which means it’s also ideal for terminals, which I know a lot of you use on the regular, thus making this post relevant).

    • Programming/Development

      • QtResponsive or Relevant UI Design – Which is better?

        Responsive UI design is a great way to adopt user interfaces for different display sizes and layouts. A few popular web pages do not use a responsive design. But is a responsive design all we need to create a delightful and meaningful customer experience? Instead of adjusting the UI layout based on available display real estate, shouldn't we rather tailor it according to user preferences of different types of users?

      • Java

        • Red HatMigration toolkit for applications 6.2: Agile Java modernization

          Red Hat's migration toolkit for applications 6.2 takes Java application modernization a step further with new integrations for Jira, migration waves management, and Red Hat OpenShift monitoring.

          With these integrations, the migration toolkit for applications can now help organizations create a backlog of work directly on Jira so that your engineering teams can pick up tickets. The support for migration waves enables you to process the backlog in batches and then plan for the whole application modernization at once. You can also make migration waves available directly on Jira.€ 

  • Leftovers

    • France24All eight people rescued from Pakistan cable car stranded above ravine

      Pakistan's military has rescued eight people trapped in a cable car dangling over a high ravine, after a line snapped early Tuesday morning, in a high-risk operation complicated by gusty winds, said caretaker Prime Minister Anwaar-ul-Haq Kakar on the social media platform X, formerly known as Twitter.



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
 
200 This Week
Monday started with 40 articles/pages and this is #200
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