Bonum Certa Men Certa

Links 22/06/2023: Red Hat Obstructing RHEL Code Access

  • GNU/Linux

    • Kernel Space

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

        All users of the 6.3 kernel series must upgrade.

        The updated 6.3.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.3.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.35
      • LWNLinux 5.15.118
      • LWNLinux 5.10.185
      • LWNLinux 5.4.248
      • LWNLinux 4.19.287
      • LWNLinux 4.14.319
      • LWNAddressing priority inversion with proxy execution

        Priority inversion comes about when a low-priority task holds a resource that is needed by a higher-priority task, with the result that the wrong task is the only one that can run. This problem is arguably most acute in realtime settings, but it can happen in just about any system that has multiple tasks running. The variety of scheduling classes provided by the Linux kernel make handling priority inversion a difficult problem; the latest version of the proxy execution patch series points toward a possible solution.

        To understand priority inversion, imagine that a low-priority, background task acquires a mutex. If a realtime task happens to need that same mutex, it will find itself blocked, waiting for the low-priority task to let go of it. Should yet another task, with medium priority, come along, it may prevent the low-priority task from executing at all, meaning that the mutex will not be released and the realtime task will be blocked indefinitely. That is exactly the sort of outcome that the priority mechanism is intended to prevent.

        A classic solution to priority inversion is priority inheritance. If a high-priority task finds itself blocked on a resource held by another, it lends its priority to the owning task, allowing that task to complete its work and release the resource. The Linux kernel has supported priority inheritance for a long time, but that is not a complete solution to the problem. Deadline scheduling complicates the situation, in that it is not priority based. Since a task running in the deadline class has no priority, it cannot lend that priority to another task. So priority inheritance will not work with tasks using deadline scheduling.

      • LWNYet another memory allocator for executable code

        The kernel is an increasingly dynamic body of code, where new executable text can show up at any time. Currently, the task of allocating memory for new kernel code falls on the subsystem that first brought the ability to load code into a running kernel: the module loader. This patch set from Mike Rapoport looks to move the responsibility for these allocations to a new "JIT allocator", addressing a number of rough edges in the process.

        In order to support the ability to load modules at run time, the kernel had to gain the ability to allocate memory to hold those modules. Early on, that was just a matter of calling vmalloc() to obtain the requisite number of pages and enabling execute permission for the resulting pages. Over time, though, things have grown more complicated — as they so often seem to do.

      • LWNDeadline servers as a realtime throttling replacement

        The CPU scheduler's one job at any given time is to run the task that has the strongest claim to the CPU. There are many factors that complicate that job, not the least of which is that the "strongest claim" is sometimes a bit of a fuzzy concept. Realtime throttling, a mechanism designed to keep a runaway realtime task from monopolizing the CPU, is one case where developers have concluded that the task with, ostensibly, the highest priority should not actually be the one that runs. But realtime throttling has rarely pleased anybody; the deadline-server infrastructure patches posted by Daniel Bristot de Oliveira are the latest attempt to find a better solution.

        The POSIX realtime scheduling classes are conceptually simple; at any given time, the task with the highest priority runs to the exclusion of anything else. In the real world, though, the rule enables a runaway realtime task to take over the system to the point that the only way to recover it may be to pull the plug. Power failures, as it turns out, have an even higher priority than realtime tasks.

      • LWNTwo VFS topics

        Two different topics concerning the virtual filesystem (VFS) layer were the subject of a session led by VFS co-maintainer Christian Brauner at the 2023 Linux Storage, Filesystem, Memory-Management and BPF Summit. As might be guessed, it was a filesystem-track session; Brauner had three separate items he planned on bringing up, but the discussion on the first two consumed the whole half-hour—and then some. A mechanism to avoid media-change races when mounting loop (or loopback) and other devices was disposed of fairly quickly, but the discussion around the mount-beneath feature went on at length.

      • LWNMounting images inside a user namespace

        There has long been a desire to enable users to mount filesystem images without requiring privileges, but the security implications of allowing it are seriously concerning. Few, if any, kernel filesystems are hardened against maliciously crafted images, after all. Lennart Poettering led a filesystem session at the 2023 Linux Storage, Filesystem, Memory-Management and BPF Summit where he presented a possible path forward.

        He started with an overview of the problem, noting that "everybody wants to be able to mount disk images that contain arbitrary filesystems" in user space, without needing to be root. Since malicious images could crash the kernel—or worse—the only way to do that is to establish some trust in the image before it gets mounted. He talked about some components that the systemd developers want to add that would allow container managers and other unprivileged user-space programs to accomplish this.

      • LWNHardening magic links

        There are some "magic links" in kernel pseudo-filesystems, like procfs, that can be—have been—(ab)used to cause security problems, such as a container-confinement breach in 2019. Aleksa Sarai has long been working on ways to blunt the impact of these magic links. He led a filesystem session at the 2023 Linux Storage, Filesystem, Memory-Management and BPF Summit to discuss the status of those efforts.

        Sarai said that he worked on hardening for these links as part of adding the openat2() system call, but he removed some of that work before it was merged because the semantics were unclear. So, he wanted to have a discussion on those pieces to try to ensure that they make sense to everyone, that attendees are happy with them, and to avoid "having things thrown at me when I post them to the list".

      • LWNRetrieving mount and filesystem information in user space

        In something of a follow-on from the mount-operation monitoring session the previous day, Christian Brauner led another discussion about providing user space with a mechanism to get current mount information on day two of the 2023 Linux Storage, Filesystem, Memory-Management and BPF Summit. The session also continued on from one at last year's summit—and likely others before that. There are two separate proposals for ways to retrieve this kind of information, one from Miklos Szeredi and another from David Howells, both of whom were present this year; Brauner's intent was to try to reach some kind of agreement on the way forward in the session.

      • LWNReports from OSPM 2023, part 1

        The fifth conference on Power Management and Scheduling in the Linux Kernel (abbreviated "OSPM") was held on April 17 to 19 in Ancona, Italy. LWN was not there, unfortunately, but the attendees of the event have gotten together to write up summaries of the discussions that took place and LWN has the privilege of being able to publish them. Reports from the first day of the event appear below.

        Reports from day 2 are also available.

    • Applications

    • Instructionals/Technical

      • FOSSLinux15 must-do steps after installing Kali Linux

        Kali Linux is a widely-used operating system among ethical hackers and cybersecurity enthusiasts due to its numerous penetration testing tools. If you've just installed Kali Linux on your system, you might be wondering what to do next.

      • Get Rid of Ubuntu Pro Advertisement when Updating Apt

        Getting rid of terminal ads on Ubuntu. The Problem $ sudo apt upgrade [...] Get more security updates through Ubuntu Pro with 'esm-apps' enabled: [...] The Solution By the looks of it, the advertisement message is coming from the following file /etc/apt/apt.conf.d/20apt-esm-hook.conf: $ sudo strace apt upgrade [...] openat(AT_FDCWD, "/etc/apt/apt.conf.d/20apt-esm-hook.conf" [...]

      • TecAdminLet’s Encrypt: Renew Wildcard Certificate With DNS Validation

        As the trend toward secure web traffic continues to increase, more sites than ever are using SSL/TLS certificates to ensure secure communication between servers and clients.

      • TechTargetWhen should you use K3s vs. MicroK8s?

        Looking for an efficient, user-friendly alternative to traditional Kubernetes? Compare the popular lightweight distributions K3s and MicroK8s to decide which is best for you.

      • ZDNet How to share a printer on Linux with CUPS and Samba

        You might have read about my recent spate of distro hopping, where I landed with Ubuntu Budgie as my primary operating system. A few days after installing the OS, I realized I'd forgotten that I always share my Public folder to my internal network, so I can easily share files between machines (without having to email them or bounce them between machines and any given cloud service).

        I quickly realized that Ubuntu Budgie not only didn't have a simple means of sharing folders to a network, it also didn't include a GUI method for sharing printers. Given my wife is always printing out knitting patterns, return labels, and other bits of information (and the only printer in the house is attached to my desktop), I had to get that printer shared before I was inundated with things to print for her.

      • ZDNet How to install Steam on any Ubuntu-based Linux distro so you can play a world of games

        Steam is one of the best things to come along for gaming on Linux. Here's how you can easily install the Steam application on any Ubuntu or Debian-based distribution.

      • BeebomHow to Use Sudo Command in Linux (with Examples)

        Ever tried to execute a command on your Linux system and received a “Permission Denied” error? The simplest solution to counter this error is using the “sudo” command. In this article, we will delve deep into the world of sudo and explore its functionality to overcome the notorious “Permission Denied” error in Linux. We will learn how to use the sudo command in Linux along with some examples here.

      • Make Use OfEverything You Need to Know About Setting X Resources in Linux

        These days, most Linux graphical programs use menus or configuration files in your home directory to store settings (many programs use both), but there is an older format for configurations that you should be aware of.

        Some programs use an unusual format, known as X resources. It might sound intimidating, but it's easy to set up.

      • BeebomHow to Open a Port in Linux

        Every application and service which needs network connectivity to function requires specific endpoints to connect and communicate with other services. There are 65,536 such endpoints in any Linux system known as “Ports.” In this article, we will discuss different methods to open a port in Linux.

  • Distributions and Operating Systems

    • CollaboraA roadmap for VirtIO Video on Chrome OS, part 1

      Powered by Rust, the video codec stack on ARCVM is now bringing faster and more reliable video decoding on Chrome OS. Here's how Collabora has been helping shape video virtualization for Chromebooks, and what it means for end users.

    • SUSE/OpenSUSE

      • Web Pro NewsSUSE Linux Enterprise Embraces Confidential Computing [Ed: Well, "confidential computing" is NOT about confidentiality, it's about trusting companies that spy on you. Truly "confidential computing" is computing that's owned and controlled by you. SUSE is pandering to NSA, BND etc.]

        SUSE has released SUSE Linux Enterprise 15 Service Pack 5 (SLE 15 SP5), touting it as the first Linux distro to embrace confidential computing.

      • SUSE's Corporate BlogNew Releases for Business Critical Linux With Enhanced Security and Advanced Function

        Today, SUSE announces the general availability of the latest releases in our Business Critical Linux (BCL) family – the SLE family of products (including SUSE Linux Enterprise Server 15 SP5 and SLES for SAP Applications 15 SP5) and SUSE Manager 4.3.6. These releases are optimized to host workloads across the widest range of environments.€ 

      • IT WireSUSE unveils new security enhancements in enterprise offerings

        The company said customers would now be able to run fully encrypted virtual machines in all environments: AMD, Arm, IBM and Intel.

        The changes announced on Tuesday also include additions for SAP infrastructure, such as automatic discovery and full observability of servers, cloud instances, SAP HANA databases, SAP S/4HANA, NetWeaver applications and clusters.

        There is now support for 15 other Linux distributions inclusive of SUSE's own offerings, with the company making particular mention of RHEL 9 variations such as Rocky Linux, Alma Linux and RHEL 9. RHEL is produced by Red Hat, SUSE's much=bigger competitor in the business space.

        Additionally, Rancher now supports security-focused product updates that include optimized storage, support for hardened VMs, and improved vulnerability and compliance management.

        Rancher Prime’s AI Assistant, which will soon be available via the Rancher Prime customer Slack channel, is claimed to provide automated, accurate, and real-time assistance to customers.

    • Fedora Family / IBM

      • LWNRed Hat cutting back RHEL source availability [Ed: See the comments in particular]

        Red Hat has announced that public source releases will be restricted to CentOS Stream going forward:

        As the CentOS Stream community grows and the enterprise software world tackles new dynamics, we want to sharpen our focus on CentOS Stream as the backbone of enterprise Linux innovation. We are continuing our investment in and increasing our commitment to CentOS Stream. CentOS Stream will now be the sole repository for public RHEL-related source code releases. For Red Hat customers and partners, source code will remain available via the Red Hat Customer Portal.

      • Red HatWhat's new in Red Hat build of Cryostat 2.3

        Modernizing€ Java workloads bare-metal to€ containers running on the cloud is becoming critical for organizations. Cryostat is a container-native Java Virtual Machine (JVM) that helps you analyze the performance of these modernized workloads running as containers to offer your users a better experience.€ 

    • Hardware/Modding

      • CNX Software8K 50MP camera module targets NVIDIA Jetson, Raspberry Pi, and RK3588 boards (Crowdfunding)

        RBTS.co's C50M camera module is equipped with the same 8K 50MP Samsung ISOCELL GN2 image sensor found in the upcoming Google Pixel 8 Pro smartphone but targets the maker market with support for NVIDIA Jetson, Raspberry Pi, and Rockchip RK3588 boards. With high-resolution and quick focusing ability, this camera sensor is designed for drones, machine vision, and industrial automation applications such as automated optical inspection and preventive maintenance, and the large 1.4μm pixels of the Samsung ISOCELL GN2 sensor are said to make the camera work well in low-light conditions.

      • CNX SoftwareEspressif ESP Thread Border Router board combines ESP32-H2 & ESP32-S3 wireless chips

        Espressif Systems has launched the ESP Thread Border Router/Zigbee Gateway board based on ESP32-H2 (802.15.4) and ESP32-S3 (WiFi + BLE) modules following the contention of the Thread Interoperability Certificate V1.3 for the board and associated ESP Thread Boarder Router SDK built on top of the ESP-IDF framework and the open-source OpenThread protocol stack.

      • CNX SoftwareFudan Micro JFM7K325T is a clone of AMD Embedded Kintex 7 325T FPGA

        Shanghai Fudan Microelectronics Group, also known as FMSH, has designed a clone of the AMD Embedded (previously Xilinx) Kintex 7 325T FPGA found in some boards and modules in mainland China.

      • CNX SoftwareWLKATA Robotics Haro380 is a high precision industrial 6-Axis mini robotic arm (Crowdfunding)

        WLKATA Robotics’ Haro380 is a high-precision industrial 6-axis mini robotic arm that can carry a payload of up to 500 grams and designed for education, engineering projects, and light manufacturing. We’ve covered some desktop robotic arms in the past such as the myCobot 280 Pi, but the HARO380 goes a step further with 0.05mm repeatability, a 6-axis harmonic reducer, and zero backlash.

      • ASRock Industrial’s iEP-5000G Now Certified on Ubuntu 22.04 LTS to Guarantee Dependable AIoT Performance and Reliability

        ASRock Industrial, a leading manufacturer of Edge AIoT solutions, is excited to announce that its iEP-5000G has received certification for Ubuntu 22.04 LTS. Powered by Intel€® Atom x6000E Processors (Elkhart Lake), the iEP-5000G provides enhanced computing power within a compact and rugged design. The certified iEP-5000G has undergone rigorous testing at Canonical’s lab to ensure seamless operation with the latest security updates. Customers can now choose to have Ubuntu 22.04 LTS pre-installed on the iEP-5000G at the time of purchase, allowing more time to focus on software development and applications. This certification ensures customers have a secure and reliable operating system optimized for the iEP-5000G, offering assurance in their edge computing deployments.

  • Free, Libre, and Open Source Software

    • Web Browsers/Web Servers

      • Mozilla

        • Firefox Nightly: Brief and Blissful – These Weeks in Firefox: Issue 140
        • MozillaElevating local stories with Pocket and the American Journalism Project

          The importance of local journalism cannot be overstated. Critical to a functioning democracy, it empowers communities and shines a light on the real repercussions of issues debated on the national stage. Yet, as American Journalism Project (AJP)’s Chief Advancement Officer Patty Slutsky says, “There has been a market failure in ensuring everyone has access to the information they need, despite the pressing need for a healthy and robust local news system.” The U.S. lost more than 360 newspapers between late 2019 and May 2022, according to a Northwestern University report, leaving an information void in many communities.

    • Programming/Development

      • Shell/Bash/Zsh/Ksh

        • TecAdminBash Script to Print Fibonacci Sequence

          The Fibonacci sequence is an interesting mathematical concept, used in various aspects of computer science, from algorithms to database systems. In this article, we will look at how you can create a Bash script to generate the Fibonacci sequence.

  • Leftovers



Recent Techrights' Posts

Microsoft's Bing Falls to Fourth in the Europe/Asia-Based Turkey, Share Halved Since LLM Hype, Now Only 1% (Sometimes Less)
Turkey (Eurasia) is another example of Microsoft failing with LLM hype and just burning a lot of energy in vain (investment without returns)
Backlash and Negative Press After Microsoft Tells Diversity, Equity, and Inclusion (DEI) People to DIE
Follow-up stories
Censorship as Signal of Opportunity for Reform
It remains sad and ironic that Wikileaks outsourced so much of its official communications to Twitter (now X)
The World Wide Web Has Been Rotting for Years (Quality, Accuracy, and Depth Consistently Decreasing)
In the past people said that the Web had both "good" and "bad" and that the good outweighed the bad
Comoros: Windows Plunges to Record Low of About 6% in Country of a Million People (in 2010 Windows Was 100%)
Many of these people earn a few dollars a day; they don't care for Microsoft's "Hey Hi PC" hype
The Mail (MX) Server Survey for July 2024 Shows Microsoft Collapsing to Only 689 Servers or 0.17% of the Whole (It Used to be About 25%)
Microsoft became so insignificant and the most astounding thing is how the media deliberate ignores it or refuses to cover it
Windows Down From 98.5% to 22.9% in Hungary
Android is up because more people buy smaller mobile devices than laptops
Microsoft Windows in Algeria: From 100% to Less Than 15%
Notice that not too long ago Windows was measured at 100%. Now? Not even 15%.
Microsoft Windows "Market Share" in New Zealand Plunges to 25%
Android rising
SUSE Goes Aryan: You May Not Use the Germanic Brand Anymore (It's Monopolised by the Corporation)
Worse than grammar Nazis
Gratis But Not Free as in Freedom: How Let's Encrypt is Dying in Geminispace
Let's Encrypt is somewhat of a dying breed where the misguided CA model is shunned
 
Fedora Week of Diversity (FWD) 2024 Attracting 0.01% of the IBM Staff "Was a Success"
They expect volunteers (unpaid slaves) to do the PR for them...
African's Largest Population (Nigeria) Approaching 80% Android "Market Share" Amid Steady Monthly Increases While Microsoft Has Mass Layoffs in Nigeria
Microsoft- and Apple-sponsored Western (or English-speaking) media chooses to ignore that or treat it as irrelevant (a racist disposition in its own right)
[Meme] The Warlord's Catspaw
Thugs that troll us
Microsoft Misogyny Will be the Fall of Microsoft (Covering Up for Misogynists is a Huge Mistake and Highly Misguided Short-term Strategy)
Microsoft's undoing may in fact be its attitude towards women
Red Hat Keeps Behaving Like a Microsoft Reseller (for Proprietary Stuff!), Microsoft Employees as Authors in redhat.com
In some ways this reminds us of Novell
UEFI 'Secure Boot' Once Again Bricking PCs and Fake Security Models Are Perishing in Geminispace
Let's Encrypt has just fallen again
Links 17/07/2024: New Attacks on the Press, European Patents Squashed Even at Kangaroo Court (UPC)
Links for the day
Gemini Links 17/07/2024: Proponents of Censorship and New Arrivals at Gemini
Links for the day
Links 17/07/2024: School Budget Meltdown and Modern Cars as Tracking Nightmares
Links for the day
This Should Certainly be Illegal, But the Person Who Helped Microsoft Do This is Still Attacking the Critics of It
perhaps time for an "I told you so post"
[Meme] A Computer With an Extra Key on the Keyboard Isn't Everyone's Priority
(so your telling me meme)
Africa as an Important Reminder That Eradicating Microsoft Doesn't Go Far Enough
Ideally, if our top goal is bigger than "get rid of Microsoft", we need to teach people to choose and use devices that obey them, not GAFAM
Billions of Computers Run Linux and Many Use Debian (or a Derivative of It)
many devices never get updated or even communicate with the Net, so exhaustive tallies are infeasible
[Meme] Microsoft is Firing
Don't worry, Microsoft will have some new vapourware coming soon
More DEI (or Similar) Layoffs on the Way, According to Microsoft Team Leader
What happened shortly before Independence Day wasn't the end of it, apparently
[Meme] Many Volunteers Now Realise the "Open" in "OpenSUSE" or "openSUSE" Was Labour-Mining
Back to coding, packaging and testing, slaves
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, July 16, 2024
IRC logs for Tuesday, July 16, 2024
[Meme] Ein Factory
A choice between "masters" (or "master race") is a false choice that results in mass exploitation and ultimately eradication (when there's little left to exploit)
Links 17/07/2024: Open Source Initiative Lies and Dark Net Thoughts
Links for the day
Media Distorting Truth to Promote Ignorance
online media is rapidly collapsing
Android Rises to New Highs of Almost 80% in Cameroon
How many dozens of nations will see Windows at under 10% this coming winter?
Links 16/07/2024: TikTok Ban in Europe and Yandex Split
Links for the day
Gemini Links 16/07/2024: On Packrafting and on Trump Shot
Links for the day
[Meme] Firefox Users Who Think They Know Better Than Mozilla
Enjoy Firebook
Firefox Used to Have About Half the Market in Switzerland, But It Doesn't Stand a Chance Anymore (Chrome Surging This Summer)
Mozilla has managed to alienate some of the biggest fans of Firefox
Microsoft's Biggest Losses Are in Europe This Summer
Microsoft's ability to milk a relatively rich Europe is fast diminishing
How to Make Software Suck and Discriminate Against People at the Same Time
ageism glorified
Bing Was at 2.6% in Russia When LLM Hype Started. Now It's Down to 0.8% (for 3 Months in a Row Already)
The sharp fall of Bing may mean that exiting the Russian market won't matter to anybody
[Meme] Microsoft Seems to be Failing to Comply With WARN Act (by Refusing to Announce Mass Layoffs as They Happen)
since when does Microsoft obey the law anyway?
Microsoft Layoffs Are Still Too Frequent to Keep Abreast of and Properly (or Exhaustively) Classify
The "HR" department knows what's happening, but whistleblowers from there are rare
Bahamas Joined the "5% Windows" Club
statCounter only traces back about 1 in 20 Web requests to Windows
Links 16/07/2024: Salesforce Layoffs and Microsoft's DMARC Fail
Links for the day
Antenna Abuse and Gemini Abuse (Self-hosting Perils)
Perhaps all this junk is a sign of Gemini growing up
Possibly Worse Than Bribes: US Politicians and Lawmakers Who Are Microsoft Shareholders
They will keep bailing out Microsoft to bail themselves out
The Software Freedom Conservancy Folks Don't Even Believe in Free Speech and They Act As Imposters (Also in the Trademark Arena/Sense)
Software Freedom Conservancy was already establishing a reputation for itself as a G(I)AFAM censor/gatekeeper
Djibouti Enters the Windows "10% Club" (Windows Was 99% in 2010)
In Africa in general Microsoft lost control
GNU/Linux Share Doubled in the United States of America (USA) in the Past 12 Months
Or so says statCounter
Even in North Korea (Democratic People's Republic Of Korea) Google Said to Dominate, Microsoft Around 1%
Google at 93.26%
[Meme] The Red Bait (Embrace... Extinguish)
They set centos on fire, then offer a (de facto) proprietary substitute for a fee
Shooting the Messenger to Spite the Message
segment of a Noam Chomsky talk
[Video] Boston Area Assange Defense (Yesterday)
It was published only hours ago
Guinea: Windows Down From 99.3% to 2.7% 'Market Share'
Guinea is not a small country
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, July 15, 2024
IRC logs for Monday, July 15, 2024
What's Meant by "Antenna Abuse" (Gemini)
syndication is not a monopoly in Gemini and if one doesn't condone political censorship, then one can create one's own syndication service/capsule
Microsoft Layoffs and Entire Unit Termination: Diversity, Equity, and Inclusion
What an announcement to make just before Independence Day
Links 16/07/2024: Old Computer Challenge and One Page Dungeon Contest
Links for the day
Microsoft Falls Further and Closer Towards 10% (Windows "Market Share") in Kuwait
more countries entering the "single-digit Windows" (under 10%) club
Gemini Links 15/07/2024: Antenna's Pro-Hamas Bias Revisited and Old Computer Challenge
Links for the day
[Video] Julian Assange, Over One Decade Ago, Cautioning About What the Internet Had Truly Become
video is not new
Homage to Malta
Malta is probably easy for Microsoft to bribe
IRC at 16
Logging has been used for us and against us
In Malta, Android/Linux Has Overtaken Microsoft Windows (According to statCounter)
statCounter milestone?
Links 15/07/2024: China’s Economic Problems, Boeing Under Fire
Links for the day
500 Days' Uptime Very Soon
Good luck doing that with Windows...
Windows Falls Below 20% in Tunisia
A month ago we wrote about GNU/Linux in Tunisia
Links 15/07/2024: Google Wants Wiz and Why "Sports Ruin Everything"
Links for the day
Gemini Links 15/07/2024: Old Computer Challenge and Sending Files via NNCP
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, July 14, 2024
IRC logs for Sunday, July 14, 2024