Bonum Certa Men Certa

Links 17/3/2022: Many Security Patches Released



  • GNU/Linux

    • Instructionals/Technical

      • LateWebA Simple Way To Check NVIDIA Drivers Version on Linux

        Nvidia Corporation is an American multinational technology company incorporated in Delaware and based in Santa Clara, California. It is a fabless company which designs graphics processing units (GPUs) for the gaming and professional markets, as well as system on a chip units (SoCs) for the mobile computing and automotive market. Its primary GPU line, labeled “GeForce”, is in direct competition with the GPUs of the “Radeon” brand by Advanced Micro Devices (AMD). Nvidia expanded its presence in the gaming industry with its handheld game consoles Shield Portable, Shield Tablet, and Shield Android TV and its cloud gaming service GeForce Now. Its professional line of GPUs are used in workstations for applications in such fields as architecture, engineering and construction, media and entertainment, automotive, scientific research, and manufacturing design.

        In addition to GPU manufacturing, Nvidia provides an application programming interface (API) called CUDA that allows the creation of massively parallel programs which utilize GPUs. They are deployed in supercomputing sites around the world. More recently, it has moved into the mobile computing market, where it produces Tegra mobile processors for smartphones and tablets as well as vehicle navigation and entertainment systems. In addition to AMD, its competitors include Intel and Qualcomm.

      • LateWebA simple way to understand the IOStat command

        The iostat command in Linux allows users to monitor system i/o statistics on the device. It is based on how long the devices are operating at the average baud rate to monitor the input/output of the system. Based on reports, system configurations can be changed to optimize CPU performance. This command is in the sysstat package.

      • LateWebA Great Way To Backup Your Data in Ubuntu Linux

        fwbackups is a feature-rich user backup tool that allows you to backup your essential documents anytime, anyplace using a simple, powerful interface with support for scheduled backups and remote backups.

      • Linux CapableHow to Install MakeMKV on Ubuntu 22.04 LTS

        MakeMKV is a free, open-source tool that can convert video clips from DVDs and Blu-rays, usually encrypted. The output will have most information preserved but not changed; it’s perfect for people who want their media without hassle or headache caused by software limitations like those found with some other transcoder apps.

        In the following tutorial, you will learn how to install or upgrade to the latest version of MakeMKV on Ubuntu 22.04 LTS Jammy Jellyfish using a recommended Launchpad PPA repository by the MakeMKV team to provide the most up-to-date version using the command line terminal.

      • Linux CapableHow to Install Glances System Monitor on AlmaLinux 8

        Glances System Monitor is free, an open-source command-line tool for process monitoring, system resources such as CPU, Disk I/O, File System, Load Average, Memory, Network Interfaces and processes. Glances are built with Python language. Glances support cross-platform monitoring, which can be used with a web-based interface.

        One of the excellent features Glances supports is setting thresholds in the program. You can set careful, warning, and critical in the configuration file, which will then relay information in colors that can show alerts to systems resources bottlenecks, system resources issues, and much more. Glances, by default, comes with a pre-set list of colors, but you can modify and add additional configs.

        The following tutorial will demonstrate how to install Glances System Monitor on AlmaLinux 8 workstation or server using the command line console, create a systemd service file, create a web service and secure with firewalls, and lastly, some basic commands and maintenance tips.

      • HowTo GeekHow To Use set and pipefail in Bash Scripts on Linux

        The Linux set and pipefail commands dictate what happens when a failure occurs in a Bash script. There’s more to think about than should it stop or should it carry on.

      • VideoLinux Essentials - The echo Command - Invidious
      • HowTo ForgeHow to Install and Use Apache Guacamole Remote Desktop on Rocky Linux 8

        Apache Guacamole is a free, open-source, clientless, remote desktop gateway. It supports standard protocols like SSH, RDP, and VNC. It does not need any third-party plugins and clients to work. You can access your machine using a web-based gateway. It can be put behind a proxy server which allows you to access your servers from anywhere in the world.

      • LateWebA simple explanation of the NAMEI command in Linux

        As a Linux administrator, you often have to work with files, folders, symlinks, etc. And sometimes you need to know more information about individual elements in a path for example file type, owner, …

        For that matter, the namei command appeared. Now we’re gonna teach you to use the namei command in Linux.

      • LateWebHow To Make A Temporarily Folder In Ubuntu Using MKTemp

        Temporary files are used to temporarily store data that the operating system needs temporarily during operation and will disappear when no longer needed. they will disappear on their own after reboot.

        This command in Linux allows the user to make a temporary file or directory in the tmp folder. Now we’re gonna teach you to use the mktemp command in Linux.

      • LateWebEasy Way To Install And Use Anaconda on Ubuntu

        In simple terms, Anaconda is an open-source package and environment manager that houses thousands of predictive analysis, machine learning, and data science packages. Its purpose is to provide scientific libraries and dependencies for Python programmers. Anaconda is frequently used for the development of machine learning and artificial intelligence applications.

        Anaconda makes package distribution and administration easier. It comes with various tools such as conda and Jupyter Notebook that provide you with a smooth and fast package and environment development. Anaconda also supports the creation of a basic, controllable environment, making any project deployment straightforward.

        In this article, you will learn how to install, use, and remove Anaconda from your Ubuntu operating system.

      • Trend OceansEasy way to fix: sudo unable to resolve host name or service not known

        Once in a while, you will encounter the above error after making changes to /etc/hostname. And the resolution of this error is pretty simple.

      • Pragmatic LinuxInstall Python applications with pipx - PragmaticLinux

        The new kid in town in Python land is pipx. With pipx, you install and run Python applications in a convenient way. Under the hood, it automatically creates a virtual environment for the Python application and adds the executable, to a location on your user’s PATH. You can think of pipx as Flatpak, but then dedicated to install and run Python applications. This hands-on article teaches you all you need to know about how to install Python applications with pipx.

      • FAQForgeKakoune Editor - Alternative for Vi Editor on Ubuntu

        Kakoune is highly inspired by Vi therefore it looks slightly similar to experienced developers and system admins. Kakoune is a modal code editor, it binds Vi keystrokes into a text editing language. It does a great job of editing files either on a local system or a server.

        Now we will observe how Kakoune is installed on Ubuntu 20.04 LTS edition. I will use Ubuntu repositories to fetch the libraries. It can also be installed from source.

      • VituxHow to Install latest Linux Kernel 5.15 on Ubuntu 20.04 – VITUX

        Linux Kernel 5.15 was released as the newest Long Term Support (LTS) kernel release on Oct 31,2021. It provides new enhancements and features including a new NTFS driver and built-in support for Intel’s Alchemist discrete graphics.

      • Linux HandbookHow to Make a File Executable in Linux terminal?

        New to Linux command line and wondering how to make a bash script or some other file executable? Here's how to do it.

      • How to Use Linux Screen Command - Cloudbooklet

        Linux screen command is one of the most useful command whenever you perform a long-running task like zipping a huge directory or exporting a database from Linux terminal without getting interrupted by sudden connection drop or the SSH session termination. Well, this happened to everyone of us at some point. This is where the screen command comes in that allows us to resume the sessions and save us while working on big process.

        In this guide you are going to learn how to use the Linux screen command and perform your tasks.

      • ID RootHow To Install OpenLiteSpeed on Debian 11 - idroot

        In this tutorial, we will show you how to install OpenLiteSpeed on Debian 11. For those of you who didn’t know, OpenLiteSpeed is a fast open-source web server application that comes with a built-in fast PHP module. One of the main advantages of LiteSpeed is that it can handle more than a hundred thousand concurrent connections with low resource usage (CPU and RAM). OpenLiteSpeed also provides a web-based user interface to manage web servers from the web browser.

        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 through the step-by-step installation of the OpenLiteSpeed web server on a Debian 11 (Bullseye).

      • Linux CapableHow to Enable/Disable Firewall on Ubuntu 22.04 LTS

        When it comes to firewall protection for your system, the default Ubuntu UFW program is a great option. It is short for “uncomplicated firewall.” It allows users with little knowledge on how Linux IPTABLES so you can secure your home network or server without the need to learn complicated long-tail commands that is more for the sysadmin side of things.

        The tutorial is aimed more at new Ubuntu desktop users, but servers can also use the same commands on Ubuntu 22.04 LTS Jammy Jellyfish. You will learn how to check, enable and disable the UFW firewall and, for desktop users, install the firewall GUI to better control UFW for users that do not want to use the terminal in the future.

      • Linux CapableHow to Install GIMP on Rocky Linux 8

        GIMP or GNU Image Manipulation Program is an open-source program used for many different purposes. Its primary function is to center around graphic design and editing images and transcoding between various image formats, free-form drawing, and many more specialized tasks. GIMP is released under GPL-3.0-or-later license and is available for Linux, macOS, and Microsoft Windows.

        In the following tutorial, you will learn to install the GIMP on Rocky Linux 8 workstation using two methods with appstream dnf package manager or the flatpak package manager, both of which are installed natively on your workstation, along with some tips in maintaining or removing GIMP into the future.

      • Linux CapableHow to Install Redis on Ubuntu 22.04 LTS

        Redis is an open-source (BSD licensed), in-memory key-value data structure store used as a database, cache, and message broker. Redis supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperlog logs, geospatial indexes, and streams. Redis also provides high availability with Redis Sentinel software logic, creating automatic partitioning across Redis nodes with Redis Cluster.

        In the following tutorial, you will learn how to install Redis on Ubuntu 22.04 LTS Jammy Jellyfish using the terminal command line and some basic setup instructions to get you started.

      • Linux CapableHow to Install Rust on Ubuntu 22.04 LTS

        Rust is an open-source systems programming language that focuses on speed, memory safety, and parallelism. Developers use Rust to create a wide range of new software applications, such as game engines, operating systems, file systems, browser components, and simulation engines for virtual reality. Rust is syntactically similar to C++ but can guarantee memory safety by using a borrow checker for validating references.

        For users, especially developers wanting to try out Rust Programming language, the following tutorial will teach you how to import and install the latest version on Ubuntu 22.04 LTS Jammy Jellyfish, along with how to engage the Rust terminal with some essential tips such as updating and removing the software using the command line terminal.

    • Games

      • GamingOnLinuxValve reduces size of Steam Deck Client in the latest update | GamingOnLinux

        Valve makes a few more small tweaks to the Steam Deck in the latest client update out now and ready to download. Not a big update but still quite a welcome one, as it fixes up a few minor issues plus the size of the client is now reduced.

      • GamingOnLinuxRimWorld gets a fresh Beta with big Steam Deck upgrades | GamingOnLinux

        Building up a settlement on the go is going to be a reality soon for RimWorld fans, as a fresh Beta version is now available and ready for testing with the Steam Deck.

        Planned to release in full on April 6, they're giving mod creators a little extra time to prepare as it's upgraded a lot of the internals for the Steam integration so quite a few mods could break with this Beta. They said everything but a few mods should work, and you can test by opting into the "steam_deck" Beta branch (no password).

        "The update focuses on Steam Deck changes and improvements. The UI changes make it easier to read on-screen text and type with the Steam Deck keyboard, and menus look a lot better. The controls make more sense now with improved scrolling, zooming, time control, and touch screen navigation. Overall, playing RimWorld on Steam Deck should be a lot smoother with more intuitive controls. There may be more changes on the way to get RimWorld a “Verified” status for Steam Deck." — Ludeon Studios

      • Boiling Steam1400 Games On The Steam Deck, Including Doom (2016)

        We can also plot the daily increase of new titles over time. Not sure if there is any particular reason but the number of new additions is markedly less this week compared to the previous week.

      • GamingOnLinuxArena-survival FPS Cathedral 3-D is now free to play | GamingOnLinux

        Want to try out a retro-styled arena survival FPS? Cathedral 3-D is now free to play so you've got nothing to lose. The free to play update included an overhaul of some gameplay elements like a redesigned magic system with easy teleportation.

        This is a very fast-paced game, with the idea that you need to protect a box that contains your heart. It's absolutely manic and won't be for everyone but if you love a challenge this might be a good pick for you, especially now it's free.

      • GamingOnLinuxMy favourite proper roguelike Jupiter Hell gets a fancy upgrade | GamingOnLinux

        Love roguelikes? Want a modern game that looks good and feels great to play? Jupiter Hell is what you need. The developers just released a nice big free upgrade too.

        Version 1.3 Valhalla brings with it some pretty fun additions. There's a rework to multiple parts of the level generation, especially for Valhalla Spaceport, which has a new tough boss fight included. The Callisto area also got a big rework to add in some more variation and special mechanics involved with some other improvements to the level generation there, plus some weapon additions to each part of Callisto too. Some new visuals have been added, smoke now slows people down but not for the technician character who is "master of smoke" they say and plenty more.

      • GamingOnLinuxAMD FidelityFX Super Resolution 2.0 announced | GamingOnLinux

        For those who don't use it and are confused: the whole idea is that it produces high-resolution outputs from lower resolution inputs. It's one way to get good performance at 4K for example, for games that are a bit too resource intensive. It can work with many resolutions and the Steam Deck has FSR built-in.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • UbuntuKDE snaps performance revving up

          Speed, or rather, responsiveness is an essential part of the software usage experience. This applies to every technology and domain, snaps included. Indeed, when it comes to snaps, the equation is a bit more complicated and slightly less straightforward because snaps are packaged as compressed, standalone applications and wrapped in a number of security confinement mechanisms, which set them apart from the classical desktop programs. However, the speed and responsiveness imperative remains.

          Over the years, the snap development team has put a lot of effort into making snaps more accessible to the users. One of the main venues of focus has been the startup performance of applications. Notably, improvements in the use of the compression algorithm for snaps has led to 30-60% boost in startup times. Developers have started adopting the new LZO algorithm in their workflows, with positive results and feedback from the users. In today’s article, we want to share with you a fresh set of data from the KDE community.

    • Distributions

      • New Releases

      • Debian Family

        • Debian Community News: Maria Glukhova, Dmitry Bogatov & Debian Russia, Google, debian-private leaks

          The Free Software Fellowship team has recently blogged about Fedora's relationship with Iran and Russia. Now it is our turn in the Debian Community News Team to look at Debian with the explosive leak of 185 emails from debian-private about the arrest of Dmitry Bogatov in Russia.

          Was Bogatov really a victim of the Russian state or was his arrest another example of smoke and mirrors, like a false-flag operation, encouraging western developers to show sympathy towards Russian cyberspies?

          Can we spot the machinations of psyops officers in these email discussions?

      • Canonical/Ubuntu Family

        • LinuxiacUbuntu Changed the Design of Its Logo, Here’s What It Looks Like Now

          In preparation for the upcoming Ubuntu 22.04 Long-Term Support update, due in April, Canonical has unveiled a new Ubuntu logo.

          Ubuntu is, without a doubt, the most well-known desktop Linux distribution on the planet. Canonical, the Ubuntu creator, announced some exciting news yesterday: the Linux-based operating system is having a new logo!

          The original Ubuntu logo consisted of a black rounded lowercase wordmark positioned to the right of a stylish abstract emblem consisting of a ring of three segments with three solid dots attached.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Gemini/Browsers

        • Gemini in the Most Impractical Way Possible



          There are a few cool bits. Lagrange itself works really well, at least after a few settings tweaks. The Quest's hand tracking also works in Lagrange so there's no need for controllers. Instead you can point at the screen and pinch the air to interact with it. That's pretty neat but admittedly far from ergonomic. It gets tiring after just a few minutes with how much scrolling is needed.

          One plus is being able to resize the screen to however big you want it and move it anywhere in your workspace. Did you know that if you have a big enough screen, Lagrange will intelligently switch from the mobile UI to the desktop UI?

          I managed to even get my Station client certificate imported, though that was quite the exercise. Apparently adb doesn't have a good way of sending a piece of text to a connected device's clipboard, otherwise I could send my certificate that way. The Quest also doesn't have a built-in file browser, so copy pasting it from a file wasn't an option either. I ended up starting a simple, local http server on my laptop that served my certificate as a text file. From there I could connect to it from the Quest and copy paste the certificate into Lagrange. Phew!

  • Leftovers

    • Integrity/Availability

      • Proprietary

        • Security

          • LWNSecurity updates for Thursday

            Security updates have been issued by Debian (flac, openssl, and openssl1.0), Fedora (nbd, pesign, and rust-regex), openSUSE (ansible, java-1_8_0-openjdk, libreoffice, and stunnel), Oracle (expat, glibc, and virt:ol and virt-devel:rhel), Red Hat (expat, redhat-ds:11.3, and virt:av and virt-devel:av), SUSE (atftp, java-1_8_0-openjdk, libreoffice, python3, and stunnel), and Ubuntu (apache2, bind9, firefox, fuse, and man-db).

          • The Register UKNSA spies ample opportunities to harden Kubernetes [Ed: Why would anyone trust the NSA on security? It's not what they do; they undermine security.]

            If Kubernetes is so complicated that even Google is automating its setup, then it's worth paying attention when U.S. spy giant, the National Security Agency (NSA) points to strengthening it.

            Kubernetes, as the NSA points out, provides "several flexibility and security benefits compared to traditional, monolithic software platforms." Unfortunately, that flexibility comes with a lot of moving pieces with their own cybersecurity considerations.

            The NSA and Cybersecurity and Infrastructure Security Agency (CISA) recently updated their Kubernetes Hardening Guidance [PDF] which, while designed for government agencies, is still a great set of recommendations for independent organizations.

          • USCERTWordPress Releases Security Update

            WordPress versions prior to 5.9.2 are affected by multiple vulnerabilities. Exploitation of some of these vulnerabilities could allow a remote attacker to take control of an affected website.

          • CISAISC Releases Security Advisories for BIND | CISA

            The Internet Systems Consortium (ISC) has released security advisories that address vulnerabilities affecting multiple versions of ISC Berkeley Internet Name Domain (BIND). A remote attacker could exploit these vulnerabilities to cause a denial-of-service condition.

            CISA encourages users and administrators to review the following ISC advisories and apply the necessary updates or workarounds.

          • CISAOpenSSL Releases Security Updates | CISA

            OpenSSL has released security updates addressing a vulnerability affecting multiple versions of OpenSSL. An attacker could exploit this vulnerability to cause a denial-of-service condition.

            CISA encourages users and administrators to review the OpenSSL Advisory and upgrade to the appropriate version.

          • CISADrupal Releases Security Updates | CISA

            Drupal has released security updates to address vulnerabilities affecting Drupal 9.2 and 9.3. An attacker could exploit one of these vulnerabilities to take control of an affected system.

          • Eric HameleersChromium 99 critical security fix, upgrade asap | Alien Pastures

            I have uploaded new chromium 99 packages for Slackware. The chromium-ungoogled 99 packages are currently being built and will follow shortly.

            These new packages were triggered by a recent Google Chromium update which mentions a fix for a security hole which allows remote attackers to take control of your computer. Opening a malicious advertisement or web page is already sufficient, the vulnerability does not need any interaction to do its work. See CVE-2022-0971.

          • Raphaël Hertzog: Freexian’s report about Debian Long Term Support, February 2022

            Every month we review the work funded by Freexian’s Debian LTS offering. Please find the report for February below.

          • Privacy/Surveillance

            • The Guardian UKHuman rights officials call for Pegasus spyware ban at El Salvador hearing

              Senior human rights officials have repeated calls for a ban on the powerful Israeli spyware Pegasus until safeguards are in place to protect civilians from illegal hacking by governments.

              Calls for a moratorium on the sale and use of the military-grade spyware were made on Wednesday at a hearing of the Inter-American Commission on Human Rights (IACHR) into widespread unlawful surveillance using Pegasus spyware against journalists and activists in El Salvador.

              “There’s no doubt that malware marketed for complex security threats is being manipulated and used against the media and civil society … which is having a chilling effect on democracy,” said Scott Campbell, senior human rights and technology officer of the UN office of the high commissioner for human rights.

    • AstroTurf/Lobbying/Politics

      • Meet Ghislaine: Heiress to an Espionage Empire

        Despite being found guilty late last year for her role in sex crimes against minors, Ghislaine Maxwell, the “madam” and chief accomplice of the intelligence-linked pedophile and sex trafficker, Jeffrey Epstein, may soon walk free. A juror in the case, Scotty David, subsequently took credit for the jury’s decision to find Ghislaine Maxwell guilty and “inadvertently” revealed that he had incorrectly answered a pre-trial questionnaire. As a result, the possibility of a mistrial, and Ghislaine walking free, now looms large.

        David has some interesting connections, as he currently works for the Carlyle Group – the global investment firm whose ties to the bin Laden family during the early 2000s have come under scrutiny. Carlyle’s executives often have ties to intelligence, with one example being its former chairman and then chairman emeritus, Frank Carlucci, who had been deputy director of the CIA and, later, Reagan’s Secretary of Defense. Carlyle’s current co-founder and co-chairman David Rubenstein, as noted in this article from Free Press Report, served on the board of the influential Trilateral Commission during the same time as Jeffrey Epstein, while his ex-wife Alice Rogoff (divorced in 2017) had a very close working relationship with Ghislaine Maxwell, including with her now defunct “charity” the TerraMar Project. Given the fact that there are known ties between David’s employer and Ghislaine Maxwell, why has this potential conflict of interest gone unmentioned by mainstream media?

        Not only that, but – according to a family member of one of the women who testified against Maxwell during her trial – David was connected with the journalist who would publish the now infamous, post-verdict report via Vicky Ward. Ward has been denounced by Epstein victims and others close to the case for having had a past “chummy” relationship with Ghislaine Maxwell she declined to disclose for years and for subsequently telling Ghislaine that Epstein victim Maria Farmer had been the person who had first reported Maxwell and Epstein to the FBI back in 1996. Farmer later claims that Ward’s lack of journalistic integrity, after promising to keep Farmer’s identity secret, had put her life in danger and forced her into hiding.

        It seems that there is, yet again, a major cover-up in the works, one which involves major centers of financial and political power in New York City and beyond. In order to fully understand the sexual trafficking and blackmail operation that Maxwell and Epstein oversaw, and why powerful forces apparently continue to intervene in the case, one must first understand its genesis, particularly how and why Ghislaine Maxwell arrived in New York City. In this second installment of “Meet Ghislaine” (read Part 1 here), the beginnings of Ghislaine’s career – closely controlled by her father, Robert Maxwell, until his 1991 death – are followed in detail.

    • Internet Policy/Net Neutrality

      • AccessNowIran: Human rights groups sound alarm against draconian Internet Bill

        We, the undersigned human rights and civil society organizations, are alarmed by Iranian parliament’s move to ratify the general outlines of the draconian “Regulatory System for Cyberspace Services Bill,” previously known as the “User Protection Bill” and referred to hereafter as “the Bill.” If passed, the Bill will violate an array of human rights of people in Iran, including the right to freedom of expression and right to privacy. We urge the Iranian authorities to immediately withdraw the Bill in its entirety. We further call on the international community, along with states engaged in dialogue with Iranian authorities, to ensure that the promotion and protection of human rights in Iran is prioritized, including by urging Iran’s parliament to rescind the Bill as a matter of urgency.

        While UN Human Rights Council member states will soon vote on whether to renew the mandate of the Special Rapporteur on Iran, the Iranian parliament is attempting to further curtail the rights of people inside Iran with passage of this Bill. If implemented, this will carry grave risks of increased and even complete communication blackouts in Iran, and it is likely to be used as a tool to conceal serious human rights violations.

      • AccessNow#KeepItOn: How to stop internet shutdowns in Ukraine - Access Now

        Russia’s full-scale invasion of Ukraine includes a broad range of cyberattacks, such as DDoS attacks on websites, blocking mobile connections, and other forms of deliberate disruption. Access Now and the #KeepItOn coalition are documenting these attacks, some of which represent internet shutdowns and/or acts of censorship. They are exacerbating the humanitarian crisis in Ukraine — just as shutdowns have in other parts of the world.

        When governments like Russia’s interfere with internet access or block communications platforms, they prevent human right defenders, journalists, activists, and the public from getting access to information and reporting what is happening on the ground. It is often a deliberate attempt to hide human rights violations and atrocities and amplify state propaganda by removing access to alternative news sources. It is imperative that the international community, including U.N. bodies, tech companies, telecommunications providers, and other relevant actors, act now to protect and maintain the communications infrastructure in Ukraine and demand accountability for those who damage it.

      • The RecordHow Telegram found itself in the middle of the war between Russia and Ukraine

        When Russia invaded Ukraine late last month, Dasha Tkachuk, like many Ukrainians, found herself relying on one app in particular: Telegram.

        “It is impossible not to be on Telegram [right now] — everyone uses it,” said Tkachuk, a 23-year-old sociologist living in Kyiv.

        Before the invasion, Tkachuk operated a channel on the app — which features instant messaging, public or private community-like channels, massive group chats and other social features — that shared studying opportunities for students. “We had a small audience of nearly 15,000 people, and advertisers were willing to pay nearly $30 for one post,” she said.

        Her revenue from the app dried up on Feb. 24, when Russian troops first entered the country and her clients stopped placing ads. But Tkachuk quickly found a new way to use the app — she got to work setting up several Telegram channels explaining what was happening in Ukraine for Russian-speaking users.

        “In Russia, people use Telegram to get the latest news just like Ukrainians do,” she said.

        The app’s popularity in the region was strong even before the ongoing war, with it serving as among the most popular sources of news among Ukrainians between the ages of 18 and 24.

    • Digital Restrictions (DRM)

      • It’s time for Congress to hold a Right to Repair hearing — The Repair Association

        If it has a microchip in it, chances are, there are issues fixing it. Our members -- from repair, refurbishing and recycling businesses across every industry -- have been raising the alarm about how manufacturers are pushing to monopolize repair of everything from appliances, to farm equipment, to servers and routers and even hearing aids.

        As we’ve built momentum for the Right to Repair across the country, supporting bills in 40 states, we believe it’s time for Congress to get off the sidelines.

        Yesterday, March 16, the Repair Association, along with more than 50 different organizations, sent a letter to House Judiciary Committee Chairman Jerry Nadler, Ranking Member Jim Jordan; Subcommittee on Antitrust, Commercial, and Administrative Law Chairman David Cicilline, Ranking Member Ken Buck; and Subcommittee on Courts, Intellectual Property, and the Internet Chairman Hank Johnson, and Ranking Member Darrell Issa calling for the full House Judiciary Committee to hold a hearing on the Right to Repair. The letter includes signatures from trade associations, small businesses, public interest groups, environmental advocacy organizations, and agriculture groups.



Recent Techrights' Posts

Who Asked Software in the Public Interest (SPI) for a Refund? ($100,000, Resulting in Losses of $267,201 in 12 Months, Highest-Ever Losses)
The IRS does not reveal who or what's tied to this refund (or the cause/reason)
"Cloud Computing" Was Always a Joke, But This Week Was the Punchline
Maybe stop following tech trends and fashions
 
When "AI Layoffs" Mean Layoffs Due to the "AI" Bubble Popping
many people that are laid off by Microsoft claim to be specialists in "AI"
Mysterious grant forfeited, $100,000 from Software in the Public Interest accounts 2023
Reprinted with permission from Daniel Pocock
Evidence: bullying, student union behaviour: Armijn Hemel's FSFE resignation
Reprinted with permission from Daniel Pocock
Evidence: psychological abuse, stalking, Galia Mancheva, Susanne Eiswirt ignored by FSFE judgment for Matthias Kirschner
Reprinted with permission from Daniel Pocock
Helping FSFE scam victims and conference organisers
Reprinted with permission from Daniel Pocock
Nigerian fraud in FSFE constitution
Reprinted with permission from Daniel Pocock
Worrying and Amusing Stories of "Clown Computing" Gone Awry
Many of these disasters could be avoided
Some Large German Media Covers Richard Stallman's Talks in Germany Earlier This Week
LLM-based chatbots are just "bullshit generators" (as he has long called them)
Links 22/10/2025: Amazon Plans to Replace Workers With Robotics, AWS and Clown Computing in General Ridiculed
Links for the day
Gemini Links 22/10/2025: Niri Completely Changes Multitasking and Overview of Diff-ers
Links for the day
Links 22/10/2025: Study on Misinformation by Slop and Heavily Debt-Sabbled Microsoft OpenAI (ClosedSlop) Uses "Browser" as Gimmick/Distraction
Links for the day
They've Already Spent Close to a Million Dollars on Lawyers and Sent Us About 50 KG of Legal Papers (Sponsored by Mysterious Third Party) to Try to Censor Techrights, Without Success
They try to overcompensate with sheer volume for a lack of solid, clear arguments (we are the victims here)
Trouble in Red Hat/IBM and a Retreat to Ponzi Economics in Search of Wall Street Market Heist
Would you invest your life savings in this kind of crap?
12 Months Ago the 'Hulk Hogan of UEFI' Officially Went 'Tag-Team'
We're actually sort of flattered or proud that such despicable people are so desperate to censor us
"Cloud Computing" Does Not Mean Safety
Fault tolerance is related to the notion of software freedom
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, October 21, 2025
IRC logs for Tuesday, October 21, 2025
The Fall of Windows: From Something to Nothing
Of course Microsoft will pretend everything is fine and "just trust the hey hi" (AI)
Sounds Like Fedora is Ready to Become Less of a Slave of Microsoft (GitHub)
This seems like a belated move in a positive direction
XBox is a Dead Microsoft Product in a Dying Industry
It's probable that another wave of XBox layoffs is just over the horizon (maybe even before month's end)
Progress on Techrights Site Search
Fun times
IBM's Bluewashing of Red Hat Means the Layoffs Are Silent, Barely Reported
Don't wait to hear about "Red Hat layoffs"
Gemini Links 21/10/2025: Happy Disconnection, AWS Falling Apart, Closing of Gemlog Blue
Links for the day
Full Audio of Today's Richard Stallman Talk in the Technical University of Munich
Free/Libre software and freedom in the digital society
Microsoft XBox is Just Vapourware (Promises of Hardware That Doesn't Exist), Real Products Perish
just as developers lose interest in developing for XBox Microsoft is increasing the costs imposed upon them
Slopwatch: Fake Articles (Slop) in "Linux" Clothing in Google News (Noise)
all about what Google does
Links 21/10/2025: Even "Inventor of Vibe Coding" Rejects Vibe Coding, USPTO Experiments With Slop in Examination
Links for the day
Richard Stallman Talk Now Available for Viewing (Archived Copy, Not Live-streamed)
This recording is over 2 hours old
Links 21/10/2025: AWS-Induced Chaos and Social Control Media Curbs
Links for the day
Gemini Links 21/10/2025: Programming, StarGrid, Brand-New Palm OS Strategy Game in 2025, and Chatbot as Addiction Mechanisms
Links for the day
The African Lion and the American Cowards
Safaris exist for people to watch and enjoy animals
Amazon Web Shenanigans Perfectly Timed for Today's Talk by Richard Stallman
Maybe listen to him instead of looking for excuses to ridicule the messenger
Mission:Libre Has Taken Off (Project by Carmen Maris)
there will be a lot more to report on next month (after the event)
Techrights to Publish More EPO Leaks Next Week
We're meanwhile also doing lots of work on search, whose interface now looks better
Links 21/10/2025: 'The Lost Art' of Neon Signs and Twitter (X) to Enable Identity Theft (or Handle Theft) as a Service
Links for the day
Plagiarism With LLM Slop: Hindustan Times (HT Digital Streams Limited) Has Become a Slop Factory/Hub
What a disgrace
A radical proposal to keep your personal data safe, by Richard Stallman
"The surveillance imposed on us today is worse than in the Soviet Union. We need laws to stop this data being collected in the first place"
Next Week We Launch Search at Techrights
We're planning to launch it some time next week. Maybe Tuesday, maybe Thursday.
Talk by Richard Stallman Will be Live-streamed in Less Than 10 Hours
Happy hacking
"No Kings" in the Software World (GAFAM Should Not Exist, Either)
"No Kings" is a good slogan. Let's start by ridding ourselves of masters, not only those who reside in DC or visit DC
Every Morning
Bugs/edge cases combined with automation can spell disaster
Insane, Deliberately Dishonest, or Just Another Bigot?
very intellectually-dishonest human being
A Lot of Techrights is Built on Perl
Perl also runs the sister site
The Register MS Selling Slop for Microsoft (Vapourware, Ponzi Scheme, False Claims)
What will be left of The Register MS if it keeps repeating falsehoods and looking to profit from Ponzi schemes?
analytics.usa.gov Says Less Than 14% of Web Requests (to Government Sites) Come From Vista 11
Vista 11 was released more than 4 years ago!
People Who Attempt to Take Down Correct Information Need a Doctor a Day
“Journalism is printing something that someone does not want printed. Everything else is public relations.” ― George Orwell
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, October 20, 2025
IRC logs for Monday, October 20, 2025
Vista 11 is Sinking While Microsoft is PIPing (Mass Layoffs But Silent Layoffs)
We're witnessing a shift in platform dominance
Richard Stallman is Having a Good Week Already (Stallman Was Right About 'Clown Computing')
That alone is worth bringing up in his talk
An Update About Soylent News, With Jan Rinok "Back in the Saddle"
Burnout or "near burnout" a possibility when having to curate abuse
When Prominent GNU/Linux Distros Are Run by Spies
What has Microsoft Canonical become?
More Publishers and Companies Nowadays Say "GNU/Linux", Not "Linux"
It's not to see InstallAware saying GNU/Linux this week
Google News is Now Promoting a Parasitic Slopfarm Called "findarticles.com", Where Plagiarism of "Linux" Articles is Rampant
Does Google even care about the slop epidemic? Google itself is a vendor of slop now (and it calls it "Gemini")
Gemini Links 20/10/2025: Pumpkin Carving, "Hey Hi", and Other Buzzwords
Links for the day
Slopwatch: Google News Promoting Fear, Uncertainty, Doubt (FUD)
What is the value of Google News if so many results in it are fake 'articles?
Rejecting 'Snoop-Phones' and Turning "Old" Phones (or Tablets) Into Freedom-Respecting Appliances
Paul Fernhout (pdfernhout.net) wrote back to Akira Urushibatathis this past weekend
Our Uptime This Year Was Better Than AWS (Also a Lot Cheaper)
We never used "the cloud"
Amazon Web Shenanigans
An ongoing, experimental endeavour
Death of Elias Diem: FSFE mailing list archives hidden
Reprinted with permission from Daniel Pocock
Links 20/10/2025: Louvre Museum Reveals Weakness, About 7 Million Protest US Turning Into Oligarchy/Monarchy
Links for the day
They Should Have Listened to Techrights Over a Month Earlier (Xubuntu Site Compromised)
we reported this issue about 40 days earlier and nobody did anything about it
Richard Stallman to Give Another Talk Today in Bavaria (Bavarian Academy of Science)
Tomorrow at 6 PM he speaks in Munich
Apple is the Company of Dictators and Worse
Apple is just another greedy corporation in search of sweatshops and even pedophiles (especially the high-profile ones)
Counting Unhatched Eggs Is Not Counting Chickens
Everything here will persist as normal
Barry Kauler Explains That Puppy Linux and EasyOS Exclude Systemd to Keep Things Simple
Barry Kauler's Puppy Linux is in the community's hands. He now focuses on EasyOS and more.
The "Infinite Bread"
The biblical story of Jesus feeding the 5,000 has software parallels
Half a Year After Brian Fagioli Got Kicked Out of BetaNews for Slop He's Still Doing LLM Slop and Slop Images Targeting 'Linux' (Plagiarising Original Works)
If the Web gets polluted or flooded by slopfarms such as these, and Slashdot then sends traffic so these slopfarms (Slashdot probably doesn't do this intentionally), then real writers with real knowledge of GNU/Linux will lose the spark for publishing
In Many Cases and in Many Different Ways, Technology Became Less Durable and Less Reliable Over Time
The "modern" things are more complex. And complexity is a foe or reliability and repair-ability.
Microsoft's LinkedIn is Losing Money, Traffic, and Hope; Now It Wants to Sell Its Users' Lifeblood (and Data)
Let this be a reminder of what social control media really is about
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, October 19, 2025
IRC logs for Sunday, October 19, 2025
Campaign of FUD Against Framework Laptops and GNU/Linux (Using Microsoft's Attack on Linux, 'Secure Boot')
Ritual Defamation Cult has turned its attention over to Framework
Microsoft Lunduke: Freedom of Speech Means Spreading What I Have to Say and Banning People I Disagree With
4Chan is one he aims for and he is siccing 4Chan trolls at people he doesn't like
Liberation From 'The Feed'
They rank things based on the editor's choice/ideology (he or she knows the sponsors, hence the masters)
Microsoft's Killing of Vista 10 Seems to Have Resulted in More Articles About GNU/Linux (But Also FUD)
We not only saw a rise in traffic, we also saw a remarkable rise in the number of articles