Bonum Certa Men Certa

Links 20/8/2021: IBM Layoffs and RHEL Clone EuroLinux 8.4 Released



  • GNU/Linux

    • Audiocasts/Shows

      • LHS Episode #425: Crunch ‘n Munch

        Hello and welcome to the 425th installment of Linux in the Ham Shack. In this short topics episode, the hosts discuss internal policing of the amateur radio airwaves, NASA grants for amateur radio research, OnlyOffice, code poisoning in the AI and ML worlds, FT4 via satellite, SDR++ and much more. Thank you for listening and have a great week.

      • Ubuntu Podcast S14E24 – Send Intruded Rhino

        This week we have been being your eyes and contributing to Common Voice. We discuss the Ubuntu Community Team with Rhys Davies, bring you a command line love and reply to all your wonderful feedback.

        It’s Season 14 Episode 24 of the Ubuntu Podcast! Alan Pope, Mark Johnson and Rhys Davies are connected and speaking to your brain.

      • elementary OS 6 Quick overview #Shorts - Invidious

        A Quick overview of elementary OS 6

      • A Beginner's Guide To Gimp - Invidious

        One of the most popular pieces of free and open source software is Gimp (GNU Image Manipulation Program). It is the free and open source alternative to things like Adobe Photoshop.

      • FM Awk: Terminal File Manager In Pure AWK??? - Invidious

        Today we're looking at a bizarre file manager, it's not like this is an amazing tool that everybody should use but fm awk demonstrates how insanely power awk can be if you're insane enough to actually write an entire program in it.

    • Kernel Space

      • Linux Plumbers Conference: Diversity, Equity & Inclusion Microconference Accepted into 2021 Linux Plumbers Conference

        Creating diverse communities requires effort and commitment to creating inclusive and welcoming spaces. Recognizing that communities which adopt inclusive language and actions attract and retain more individuals from diverse backgrounds, the Linux kernel community adopted inclusive language in Linux 5.8 release. Understanding if this sort of change has been effective is a topic of active research. This MC will take a pulse of the Linux kernel community as it turns 30 this year and discuss some next steps. Experts from the DEI research community will share their perspectives, together with the perspectives from the Linux community members. This microconference will build on what was started at the LPC 2020 BoF session on Improving Diversity.

      • Linux at 30 – Extending Agility in the Era of Blockchain, IoT & Supercomputing

        Linux is entering its 3rd decade of existence. And, it will be a glorious celebration around the world in the Web3.0 era. Research revealed Linux systems would soon outpace and outperform many of the existing super-powers of OS industry, including Microsoft. What started out of frustration on working with traditional operating systems (OS) for Linus Torvalds, Linux kernel steadily became a ubiquitous part of the fast-growing open-source DevOps economy. Linux’s popular distribution versions include Fedora and Ubuntu, both of which are now strong components of the internet of things, driving value in the cloud computing setups and robotics. From NASA to Mercedes Benz, there is a streak of Linux visible in the IT and programming world, which needs to be highlighted widely, even as other OS makers shift focus to delivering licensed products that need massive up-hauling every 6 months.

      • Graphics Stack

        • Mesa 21.2.1 Released With "Nice Changes For Almost Everyone

          For those that prefer to hold off on upgrading to a new Mesa stable release series until the first point release is out, Mesa 21.2.1 is now available as the first update to this quarter's Mesa 21.2 series.

          Mesa 21.2 introduced the Intel "Crocus" Gallium3D driver for i965 through Haswell graphics hardware support, PanVK was merged for starting on Vulkan for Arm Mali GPUs, support for alternate GBM back-ends contributed by NVIDIA, continued work on Intel Gen12/Xe Graphics across the board, various RADV Vulkan driver improvements, and much more. It was quite a busy quarter in the open-source graphics world.

    • Instructionals/Technical

      • How to Install Google Chrome on Debian 11 - LinuxCapable

        Google Chrome is the most used Internet Explorer software on the earth, with a recent update in 2021 that Chrome is currently the primary browser of more than 2.65 billion internet users as you would know, installing Debian 11, like most Linux distributions, only install Mozilla Firefox. However, installing Google Chrome on Debian is a straightforward task.

      • How to Find and Replace Text, Word, or String in File

        If you manage to take a deeper glimpse inside the ecosystem of the Linux operating system environment, you will discover that its built-in commands are sufficient enough to solve most of our computing problems.

        One such problem is the need to find and replace text, word, or string in a file especially when you are in a server environment. A solution to this problem lets you handle nagging issues like updating the “/etc/apt/sources.list” file after a successful Linux system upgrade.

      • How to Set Static IP Address in Rocky Linux

        The binary compatibility that associates Rocky Linux with RHEL (Red Hat Enterprise Linux) has made this free operating system software a perfect alternative for users that still want to reap the server benefits found in the RHEL ecosystem. It has made Rocky Linux an ideal candidate for server management and networking.

        This article seeks to explore how to associate network configurations with IP addresses on the Rocky Linux environment to successfully set up a static IP address.

      • Introduction to Piping in Linux - ByteXD

        Piping is a method of taking the output of one command and using it as the input to the second command.

        In this tutorial we’ll cover some of the basics of piping in Linux.

      • Upgrade Debian 10 Buster to Debian 11 Bullseye From Command Line - LinuxBabe

        Debian 11, codenamed Bullseye, was released on August 14, 2021. This tutorial is going to show you how to upgrade Debian 10 to Debian 11 from the command line. You can follow this tutorial on a Debian 10 desktop, or Debian 10 server. As with every Debian release, Debian 11 will be supported for 5 years. The codename “Bullseye” is named after the toy horse in the Toy Story movie.

      • How to install Funkin' vs Bob and Bosip Mod on a Chromebook

        Today we are looking at how to install Funkin' vs Bob and Bosip Mod on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

      • How to Install VLC Media Player on Fedora Linux - LinuxCapable

        The VLC media player is an open-source, free portable, cross-platform media player software and streaming media server developed by the VideoLAN project. VLC can play nearly all known multimedia files and DVDs, Audio CDs, VCDs, and various streaming protocols and can be extended and customized with various plugins.

        By default, Fedora Linux does not include VLC, so users wanting to use the software will need to install it manually. However, this is a straightforward process. In the following tutorial, you will learn how to install VLC Media Player on your Fedora Linux operating system:

      • How To Install pgAdmin 4 on AlmaLinux 8 - idroot

        In this tutorial, we will show you how to install pgAdmin 4 on AlmaLinux 8. For those of you who didn’t know, pgAdmin is the leading open-source feature-rich PostgreSQL administration and development platform that runs on Linux, Unix, Mac OS X, and Windows. It provides all the features you need to manage your PostgreSQL databases from a web UI. PgAdmin 4 replaces PgAdmin III which was developed in the C++ language and supports PostgreSQL 9.2 and later releases. If you are not a fan of managing databases on the PostgreSQL shell, then PgAdmin4 is the go-to management tool.

        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 pgAdmin 4 open source administration and development platform for PostgreSQL on AlmaLinux 8. You can follow the same instructions for Rocky Linux.

      • How To Check OS Version with Linux Command Line – TecAdmin

        Most people think of Linux as an operating system but it is actually a kernel; A kernel is a bridge between the software and hardware of a computer. Linux-based operating systems are actually called Linux distributions which usually include the Linux kernel along with software package managers, software, and graphical user interface.

        It is important to always know the kernel and OS version of your system, especially if you’re an administrator. Knowing the version of your kernel and OS can help you determine which package manager to use to install new software and whether that software is supported by your system or not. It can also help in installing security patches and identifying the features available in your system.

        The OS version of a Linux distribution can be determined by using the command-line interface as well as a graphical user interface. In Linux, CLI is preferred over GUI as it provides more control over the OS. In this article, we will mostly focus on the command line methods which can be used to check the OS version of a Linux distribution.

        There are a number of different methods which can be used to determine the version of a Linux-based OS using the command-line interface.

      • How to install Fedora Cinnamon

        Fedora Cinnamon is an alternative version of Fedora that uses the Cinnamon Desktop environment from Linux Mint. It is an elegant operating system and very popular with those who like modern features but dislike Gnome Shell. Here’s how to install it on your computer.

      • How to Install Kdenlive 21.08 in Ubuntu 21.10 via PPA | UbuntuHandbook

        KDE’s Kdenlive Video editor 21.08 was released. The official PPA added Ubuntu 21.10 “Impish Indri” support.

        Kdenlive, stands for KDE Non-Linear Video Editor, is a free and open-source video editor for KDE though it also works on other desktop environment. And version 21.08 was finally released a few days later than other KDE Gear 21.08 apps.

        The new release based on MLT 7 framework which has removed the Automask effect, along with many other legacy and buggy modules. The region module is also removed and replaced with new Effect Masking feature. As well, the old and unmaintained tools like the DVD Wizard and the Preview Compositing mode has been removed.

      • How to Install Kuma - Self-hosted Uptime Robot Alternative on Ubuntu 20.04

        Uptime-Kuma is an open source monitoring tool like "Uptime Robot" written in Nodejs. It's a self-hosted monitoring tool with a fancy beautiful dashboard and supports multiple notifications methods. The Uptime-Kuma will monitor the uptime of hosts or servers via protocol HTTP(s), TCP, and Ping. If hosts cannot be rach through these protocols in such interval times, the uptime hosts will send notifications via Webhooks, Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), etc.

        In this guide, you will learn how to install Uptime-Kuma on an Ubuntu server and using the Apache web server as a reverse proxy with a free Let's Encrypt SSL Certificate in front of it. During the installation, you will also learn about the nodejs installation through nvm (node version manager).

      • How to Disable the Root Account in Linux

        Although su and sudo both grant administrative privileges, using the latter is advisable. Here's how to disable the root account and use sudo instead.

        Depending on how you installed it, your Linux system might be set up to log in to the root account via su instead of sudo. However, you can disable the root account and use sudo instead. Here's how.

      • How to install Zorin OS 16 on VirtualBox Virtual Machine - Linux Shout

        ownload Zorin 16 ISO and install it on Virtualbox Virtual machine to experience this latest launched Linux operating system features.

        The newly launched Zorin OS 16 is based on Ubuntu 20.04, uses Gnome desktop software and software can be installed from the Ubuntu repository, the snap store, and Flathub. The user can switch between light and dark themes to match the time of day and the pre-installed active wallpaper subtly changes its color tones during the day, similar to what is known from macOS.

        With Zorin Connect you can connect Android smartphones to the PC using the appropriate app. You can view cell phone photos on your PC, reply to SMS via the desktop, or exchange files and websites between the devices.

        In addition to the paid “Pro” and the free “Core” version, there is also a “lite” version with Xfce as a desktop. With the help of pre-installed Wine, the user can install compatible Windows applications with few clicks.

      • Patterns in confusing explanations

        I practically always write in a positive way (“X is a good practice!”) instead of in a negative way (“Y is a bad practice!”). So why am I writing about confusing patterns instead of writing about positive patterns?

        Writing clearly is a LOT of work. A big part of what motivates me to put in the work to write clearly is my frustration with confusing technical explanations (“ugh, everything I read about Linux containers was SO confusing, I wish someone had just told me X Y Z…“).

        But, if I’m not careful, it’s easy to reproduce the exact same confusing patterns in my own writing! And the problem with positive patterns (like “avoid introducing unnecessary jargon”) is that they seem so obvious that I trick myself into thinking I’m following them, even when I’m not! So I’m writing these down to try to keep myself honest and hopefully help you avoid some of these patterns as well.

      • The Linux Schools Project: Web Management One Time Passwords – The Linux Schools Project

        The Web Management for the LinuxSchools project has had two factor authentication for a long time. However this uses client authentication which can be awkward to set up as it involves importing client keys into any devices that you want to access the Web Management from. This may have put users off setting up two factor authentication. An alternative method using one time passwords was seen as a good way to improve on this situation.

    • Games

      • Godot Engine - Maintenance release: Godot 3.3.3

        While we're busy working on both the upcoming Godot 4.0 and 3.4 releases (with a dev snapshot for 3.4 beta 4 available now), we still cherry-pick important bug fixes to the 3.3 branch regularly for maintenance releases (see our release policy).

        Since the release of Godot 3.3.2 in May, there have been a number of bug fixes which are worth including in a new stable release for all Godot users.

        Additionally, this release fulfills a new Google Play requirement for Android to target the API level 30 (Android 11). This includes partial support for Android scoped storage, which will be expanded in future releases.

        Godot 3.3.3, like all future 3.3.x releases, focuses purely on bug fixes, and aims to preserve compatibility. It is a recommended upgrade for all Godot 3.3 users.

      • The Legendary Keeper Update is out for monster taming metroidvania Monster Sanctuary | GamingOnLinux

        Monster Sanctuary from Moi Rai Games and Team17 grows again, with the 1.2 Legendary Keeper Update out now.

        Adding in some more end-game content there's now the Hall of Legendary Keepers to find deep within the Magma Chamber. It presents statues of their biggest Kickstarter backers, who each contributed a team of Monsters that gives players fourteen unique fights - and some of the most challenging in the game. Tough but it has rewards to earn too.

        Want to look flashy? There's now player customization too. Different costumes are available, with more to come in future upgrades and you can find them throughout the game or as a reward for "epic accomplishments".

      • Parkitect gains cross-platform online co-op in the latest update | GamingOnLinux

        Parkitect, the magnificent theme-park building game from Texel Raptor added online co-op, after being in Beta since April. This follows on from the original multiplayer update that was locked per-platform back in December 2020.

        This is great and at times a technical challenge due to the way different platforms handle things, which we've seen before in other games. Crossplay is becoming (thankfully) a much bigger focus in recent years with many more games, and consoles, properly sorting it out so you can play together regardless of your choice platform. For a game like Parkitect, building cooperatively is such a wonderful idea for an already great game.

      • The free creative Mario Maker-like platformer MakerKing is out now on Steam | GamingOnLinux

        After having regular early public releases available for around 4 years now MakerKing (previously called Jumpaï), has formally entered Early Access on Steam and it's free to play.

        From the various builds we played through, MakerKing has come a very long way and has actually turned into one of the better creator platformers overall. Giving you the ability to create entire levels, play through levels from others and to play online with others too. If you've been looking for something a bit like Mario Maker on PC this is a good choice.

      • The GOG Games Festival is live with new games and lots on sale | GamingOnLinux

        It seems GOG have been watching what Valve are doing with Steam and they've announced the GOG Games Festival.

        Today they've announced a bunch of new game releases, more upcoming games, games you can try a demo of and of course there's lots of titles currently on sale. From the press email, GOG mentioned they will be revealing and adding games on a daily basis, so you'll want to check back often to see them all.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Norbert Preining: Krita 5.0-beta for Debian

          As there came out the first beta of Krita 5, I decided to throw it into my KDE/Plasma OBS builds to try it out. To get it working, add my OBS key say in /usr/local/share/keyrings/obs-npreining.asc and add a file /etc/apt/sources.lists.d/obs-npreining-krita-beta.list, containing the following line:

          deb [signed-by=/usr/local/share/keyrings/obs-npreining.asc] https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/krita-beta/Debian_Unstable/ ./

        • Google Summer of Code 2021 final report

          While current testing suite of KIO-FUSE tests individual operations pretty aptly, it lacks the support to put KIO-FUSE through regression tests. KIO-FUSE has not been through regression tests and chances are, doing so would uncover bugs that previously went undetected. KIO-FUSE is updated fairly frequently and new features are still being added, making regression testing a necessity to prevent new bugs from creeping in.

          The lack of regression tests in KIO-FUSE’s current testing suite can be fixed by integrating XFSTESTS with it. XFSTESTS is considered as the quintessential file system regression testing suite and KIO-FUSE would benefit greatly from it. A more rigorous testing regime would translate to an even more robust and reliable filesystem. Testing KIO-FUSE would mean we’re testing KIO slaves as well. As of now, XFSTESTS doesn’t support FUSE, and that’ll have to be added as a part of this project. FUSE support for XFSTESTS would be a major plus since it’d allow hundreds of file systems written using FUSE to be tested.

      • GNOME Desktop/GTK

        • MATE Desktop 1.26 Released with Initial Wayland Support + More
          Some 18 months of development have gone into crafting the latest stable release of this popular desktop environment.

          “The theme for this release has been adding new functionality to the MATE Desktop while maintaining the look and feel that we all know and love,” writes MATE’s Johannes Unruh in the release announcement.

          “While all the added features are surely quite exciting we also did not forget to do tons of bugfixing, modernising the code base and optimizing the performance.”

        • Emmanuele Bassi: The GTK Documentation



          As you may have noticed, there have been various changes in the GNOME developer documentation website, as of late. These changes also affected the API references for GTK and its core dependencies.

          What has changed

          The main change is that GTK moved to a new documentation tool for its API reference and ancillary documentation, called gi-docgen. Unlike the previous documentation tool, gtk-doc, gi-docgen uses the introspection data that is generated by GObject-based libraries to build the API reference.

        • Porting GNOME Design tools to GTK 4

          As described in a previous post, the goal in this GSoC was to port Icon Library and App Icon Preview to the GTK 4 toolkit, with a corresponding port from libhandy to libadwaita.

    • Distributions

      • Screenshots/Screencasts

        • Zorin 16 Core Run Through - Invidious

          In this video, we are looking at Zorin 16 Core. Enjoy!

        • Zorin 16 Core

          Today we are looking at Zorin 16 Core. It comes with Linux Kernel 5.11, based on Ubuntu 2004, Gnome 3.36, and uses about 1.8GB of ram when idling. Enjoy!

      • IBM/Red Hat/Fedora

        • EuroLinux 8.4 released

          On August 16, 2021 we released version 8.4 of the EuroLinux operating system. It adds a few important technology highlights. The new release is compatible with the latest version of RHEL. As we already indicated, EuroLinux 8 is a distribution based directly on the Red Hat€® Enterprise Linux€® system source code.

        • What Can Video Games Teach Us About Edge Computing?

          From button-mashing brawlers to massive battle royales, there’s a lot of fun to be had in online gaming. That is, if players’ connections are reliable. If you’ve ever dealt with input delay, or wrestled with lag, you know how important a quality connection is in online gaming. But with edge computing on the horizon, what impact might there be on how we play?

          The internet, as we’ve explored in past seasons of Command Line Heroes, is a patchwork of international agreements and varying infrastructure. But there’s something coming to change the ways we connect. In this episode of Compiler, we explore what edge computing could mean for people who enjoy video games, and what this form of entertainment could teach us about the technology.

        • OpenShift and the NSA-CISA ‘Kubernetes Hardening Guidance’

          Red Hat applauds the recent release of Kubernetes hardening guidance from the US National Security Agency (NSA) and the US Cybersecurity and Infrastructure Agency (CISA) to improve the nation’s cybersecurity through their collaborative efforts. Cybersecurity is a team sport and Red Hat is pleased to help foster government and industry collaboration. This guidance will be especially useful to security practitioners in both public and private sectors who can benefit from the experience of leading cybersecurity experts.

        • Operating in a hybrid architecture and managing complexity

          As more organizations move to hybrid architectures, operating in one or more clouds as well as on-premises, application development and operations teams have had to adapt. According to our research, 57% of organizations are running their IT infrastructure in heterogeneous environments. Containers – lightweight code/configuration bundles that run without regard to the underlying hardware – have been a key enabler and driver of this transformation. But achieving an efficient outcome from this shift means workloads must be able to run anywhere without being hampered by complex container management issues.

        • IBM Research, Red Hat Team Up To Add Load-Aware Resource Management To Kubernetes

          Engineers at IBM Research and Red Hat OpenShift recently joined hands to help researchers tackle two fundamental challenges in today’s constantly changing hybrid cloud field: the first being able to back up their ideas with deep research and the second about assuring the open source community that their idea is important and how it enhances existing software frameworks.

        • IBM Closes New York City Offices Amid Rising Covid-19 Cases
      • Canonical/Ubuntu Family

        • 19 Best Things to do After Installing Ubuntu 20.04 Desktop

          With your fresh Ubuntu 20.04 LTS Focal Fossa installation, especially coming from an entirely different operating system, setting things up to your taste can be a daunting and expensive endeavor.

          This tutorial has curated a handful of things to do after installing Ubuntu 20.04 LTS. Canonical officially moved from Unity to GNOME, thus we explain based Gnome Desktop.

        • Ubuntu Blog: About MAAS 3.0 and LXD

          With the release of MAAS 3.0, we moved LXD virtual machines out of Beta. Several articles in the MAAS documentation address LXD. Since no document ties all these features together, though, it’s time for a topical blog about LXD.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Productivity Software/LibreOffice/Calligra

        • LibreOffice 7.2 Community Is Now Available for Download

          LibreOffice continues to be considered the main alternative to Microsoft Office, and the open-source license makes it one very cost-effective product for both home users and businesses.

          But on the other hand, one concern when transitioning from Microsoft Office to LibreOffice is document compatibility and interoperability, something that The Document Foundation has been working around the clock on resolving.

        • LibreOffice 7.2 Community released [LWN.net]

          The Document Foundation has announced the latest release of LibreOffice...

      • Programming/Development

  • Leftovers

    • Integrity/Availability

      • Proprietary

        • Security

          • Mess of vulnerabilities expose Windows, Linux servers to attack [Ed: Seems like a recent FUD pattern seeking to say that Windows and Linux are somehow "equally" unsafe]

            A cryptomining malware that exploits over twenty known vulnerabilities has been dubbed the “King of Vulnerability Exploitation” by cybersecurity experts.

          • New Google Chrome Security Warning: 7 Serious Flaws Confirmed [Ed: You can tell Microsoft is very nervous about Google when its media operatives -- like Davey Winder in this case -- try hard to shift attention]

            Google has confirmed a whole new bunch of alarmingly serious security vulnerabilities in Chrome 92, just two weeks after the last batch of flaws was fixed. These new security threats mean that "an attacker could exploit to take control of an affected system," the U.S. Cybersecurity and Infrastructure Security Agency (CISA) has stated.

          • Call for testing [Tails] 4.22~rc1

            Contribute to Tails by testing our release candidate for Tails 4.22 by the end of August!

          • Netfilter Releases Nftables 1.0

            The Netfilter project has announced the release of Nftables 1.0.0 for their user-space code for interfacing with the Linux kernel's Nftables subsystem for network filtering and classification.

            With Nftables 1.0 there is catch-all set element support, support for defining variables from the command-line, simplified syntax for NAT mappings, and a wide range of other nft command improvements. There are also bug fixes and documentation updates.

          • nftables 1.0.0 release
    • Monopolies

      • Lunduke condemns LBRY & Odysee



        A few days ago, the official Odysee company channel made a post promoting a creator channel. The first such promotion, of any channel, in many months. What channel did they choose to promote? One of the hundreds of high quality channels that currently publish to the platform? One of the exciting, popular channels that have joined recently?

        No.

        The official Odysee company channel made this post, promoting one of the most low quality, vile, vulgar, degenerate channels on the platform. A channel with only a couple dozen subscribers, no less.

        That post -- again, posted by Odysee, itself -- contained such text as "You want to F* my TWO HOT GIRLFRIENDS in the A???" and "F*ING breaking my F*ING AHOLE!!"**.

        Signing off with the text: "Odysee is his yard now!"

        Seriously. Not a joke. Someone at Odysee thought this was a great idea.

        It's almost so over the top, it's hard to believe a company (any company) would do such a stupid thing.

        [...]

        I simply will not associate myself with filth, garbage, degeneracy, and low-quality.

        To reiterate: I am not leaving because some degenerate makes vulgar content. I am leaving because the leadership of the company running the platform has made a decision to promote that type of content above all others -- and force creators to associate with it... and end users to see it (with executives screaming obscenities at anyone who disapproves of those actions).

      • Patents

        • PharmAbcine Announces Submission of PCT for an Anti-ANG2 Antibody for the Treatment of Ocular Diseases
        • Utility Patents Granted per Calendar Year, 1840-2020 [Ed: Pace of innovation is not increasing, it's just the patent system sliding out of control and being taken over by patent litigation firms, monopolies, and their ruinous joint agenda]

          I’m getting ready to teach my Fall 2021 Patent Law class, and that means doing an updated patent grant graph. This year’s version shows U.S. utility patents granted per year from 1840-2020:

        • Software Patents

          • Apple Patents Complicating W3C's Open Screen Protocol

            The W3C has been working on the "Open Screen Protocol" as part of their Second Screen Working Group. This effort has been about having a web standard so web pages can drive secondary screens to display web content. Unfortunately, the plans are currently being complicated by a number of software patents issued to Apple.

            The Open Screen Protocol was published as a working draft earlier this year and is intended to allow web content / web-sites to interact with secondary screens such as for controlling Internet-connected TVs, HDMI dongles, smart speakers, and other secondary Internet-connected devices.

      • Trademarks

        • General Court considers ‘PANTA RHEI’ confusingly similar to ‘PANTA RHEI’ despite low similarity of goods

          In September 2017, Stefan Makk (the Applicant) obtained an international trade mark registration designating the EU for the word mark “PANTA RHEI”. Registration would be for goods in Class 5 (pharmaceuticals, dietetic food supplements for medicinal purposes, nutritional supplements, non-alcoholic beverages adapted for medical purposes for the prevention and curative treatment of eye diseases, and non-alcoholic dietetic beverages for medical purposes) of the Nice Classification.

          In April 2019, Ubati Cosmetics, SL (the Intervener) filed an opposition, pursuant to Article 8(1)(b) of the EU Trade Mark Regulation (EUTMR) based on its earlier word mark “PANTA RHEI”, covering goods and services in Classes 3 (perfumery, essential oils, cosmetics, hair lotion, soap), 35 (‘advertising, business management, business administration, clerical services’) and 44 (‘hygienic and beauty care, and cosmetic treatment’).

          In August 2019, the Opposition Division partially upheld the opposition in respect of the goods referred to the above. The Applicant appealed to the EUIPO Fourth Board of Appeal (the board) which subsequently dismissed the appeal.



Recent Techrights' Posts

Microsoft Front Group Starts the Year by Championing Underage (or Child) Labour
the fake 'FSF'
Chatbots Are Not Data-Driven, They're Human-Censored and Rely on Wage Slaves (and Sometimes Unpaid Volunteers)
This is the Microsoft wage slavery
Gemini Links 12/01/2025: No Country For Old Men, Burned Homes, and "Planet P is Clean"
Links for the day
Slopwatch: Brittany Day and Brian Fagioli Are Still at It, Googlebombing "Linux" With LLM Slop (Taking Away Traffic From the Articles They're Plagiarising)
Some more sites that used to cover GNU/Linux have turned into slopfarms
 
Two Weeks From Now Dr. Richard Stallman Speaks at The Summit of Future 2025 (India)
he will be giving a "Keynote Address" in India
The Word About the Upcoming Talk by Richard Stallman - Scheduled for Friday This Week - Has Spread ("The Cost of Freedom," Lausanne, Switzerland)
So the word is spreading
Microsoft is Tight With Money: It's About the Salaries ('Cost' of the Workers)
a question of cost, not skill
Google Got People Sort of Addicted to Android So It Can Cash in (Services, App Store, Advertising) Decades Later
This is not software freedom
The Free Software Foundation Reaches 370k Dollars in Funding, Due Date is January 17th When Richard Stallman is Guest of Honour in Lausanne (Switzerland)
Even fellow board members seem unaware of it
Record Lows for Windows (Microsoft) in Botswana
The market share of Vista 11 is seen as going down
Preserving Deleted Articles About Bill Gates Talking Like a Drug Dealer About Computer Users
Now it's 2025. Different challenge.
Links 13/01/2025: Disinformation, Social Control Media Actively Promoting Nazism, and Catchup With Ukraine
Links for the day
TPM Boosters Inside Debian (TPM Isn't About Security, It is About Control Over Users and Their Machines)
We're not rushing to any conclusions
Aaron Swartz Died 12 Years Ago After a Vicious Government Campaign to Stop Him
The Aaron Swartz story is a reminder of the importance of having verifiable/verified information out there for the general public to see
Links 13/01/2025: GitLab Enshittification and Minimalism and Efficiency with Gemini Protocol
Links for the day
Links 13/01/2025: Hardware, Health, and Conflicts
Links for the day
Microsoft Appears to Have Fallen to Only 15% in Maldives
This is a problem for Microsoft
Rumours of IBM Canada Layoffs
We'll keep a vigilant eye on this
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, January 12, 2025
IRC logs for Sunday, January 12, 2025
Bots Covering Debian Releases
It would be quite safe to guess that chatbots were at least partly leveraged for that text
Links 12/01/2025: Microsoft Admits It's Laying Off Staff Only Where Staff is "Expensive" (Race to the Bottom)
Links for the day
[Meme] Being High on Drugs Isn't Happiness (Likewise, Being a "Star" in Social Control Media is Temporary)
Many entities - or people - will regret telling everybody "follow me on Twitter"
[Meme] They Say That RMS Says the "F" Word (Freedom) Too Much...
About 32.7k US dollars are now left for the FSF to raise (in 6 days)
Links 12/01/2025: More Sanctions Against Russia, SCOTUS Signals Fentanylware (TikTok) Ban Will Stay
Links for the day
[Meme] A Jihad Against Servers the User Controls
We need to strive for and work towards greater control by users over "their" servers
Microsoft Azure-Only Bugs in "Linux" Can "Compromise the System."
From ubuntu.com and linux.org a few days ago
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, January 11, 2025
IRC logs for Saturday, January 11, 2025
Gemini Links 12/01/2025: DHL Express Does Not Deliver, Oddmuse Update
Links for the day
Links 11/01/2025: Social Control Media Facing Sanctions, Carter Respected at Funeral
Links for the day
If TikTok (China) Has the Rights of American Persons, Then ByteDance Can be Sentenced to Death
TikTok - like Julian Assange - does not enjoy any protections of the First Amendment and since it's not a person it would lack these protections as an American company, too
After a Year of Layoffs in Microsoft Nigeria (and Microsoft in Africa at Large) Windows Falls to New Lows and Bing Falls to 0.46% "Market Share"
Of course Microsoft gave bribes in Nigeria to suppress GNU/Linux adoption
An Important Lesson About Patents and Patent Maximalism (They Drive People and Companies Away)
This previously happened in Texas, where companies perceived their presence (in any form) to be a liability as patent trolls could drag them to friendly courts and win "damages"
When It Comes to Fentanylware (TikTok), a Digital Weapon of a Hostile Entity, Common Dreams is Jumping the Shark Again (Years After It Ran Out of Steam or Money)
Or maybe it likes the agenda promoted (curated) by Fentanylware (TikTok) and its parent company, Bytedance or Chinese Community Party (CPP)
BetaNews is Now Officially a Spamfarm With Phantom Authors and Fake Text (SPAM and Linkspam Made With LLM Slop)
That's it, the site is virtually dead now (maybe that was the plan all along)
Hazem Abbas of medevel is Ruining His Site With LLM Slop
Some of his articles are original, but now everything is suspect
[Meme] Real and Fake (or "several influential "open source" organizations [which] have come to be dominated by large companies")
The Free Software Foundation has not sold out
Free Software Foundation: Anchoring the FSF in its values
Original by Free Software Foundation
GNU/Linux Surges to All-Time Highs in Greenland, Windows Sinks to All-Time Lows
a lot of GNU/Linux gets detected there lately
Microsoft's "Donald Trump First" Doctrine
national deficits growing
Microsoft in Trouble as Azure Breaks and Only Days After Promising Investment in "Datacentres" Construction of Actual Datacentres Paused (Expect More Azure Layoffs Very Soon)
No wonder many people who got trapped inside Azure quit Azure, which keeps bleeding (losses and layoffs)
Gemini Links 11/01/2025: Wildfire, Militia and the Mole, IRC vs Social Control Media
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, January 10, 2025
IRC logs for Friday, January 10, 2025