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

Girlfriends, Sex, Prostitution & Debian at DebConf22, Prizren, Kosovo
Reprinted with permission from disguised.work
Martina Ferrari & Debian, DebConf room list: who sleeps with who?
Reprinted with permission from Daniel Pocock
Europe Won't be Safe From Russia Until the Last Windows PC is Turned Off (or Switched to BSDs and GNU/Linux)
Lives are at stake
Links 23/04/2024: US Doubles Down on Patent Obviousness, North Korea Practices Nuclear Conflict
Links for the day
Stardust Nightclub Tragedy, Unlawful killing, Censorship & Debian Scapegoating
Reprinted with permission from Daniel Pocock
 
Links 24/04/2024: Layoffs and Shutdowns at Microsoft, Apple Sales in China Have Collapsed
Links for the day
Sexism processing travel reimbursement
Reprinted with permission from disguised.work
Microsoft is Shutting Down Offices and Studios (Microsoft Layoffs Every Month This Year, Media Barely Mentions These)
Microsoft shutting down more offices (there have been layoffs every month this year)
Balkan women & Debian sexism, WeBoob leaks
Reprinted with permission from disguised.work
Links 24/04/2024: Advances in TikTok Ban, Microsoft Lacks Security Incentives (It Profits From Breaches)
Links for the day
Gemini Links 24/04/2024: People Returning to Gemlogs, Stateless Workstations
Links for the day
Meike Reichle & Debian Dating
Reprinted with permission from disguised.work
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 23, 2024
IRC logs for Tuesday, April 23, 2024
[Meme] EPO: Breaking the Law as a Business Model
Total disregard for the EPO to sell more monopolies in Europe (to companies that are seldom European and in need of monopoly)
The EPO's Central Staff Committee (CSC) on New Ways of Working (NWoW) and “Bringing Teams Together” (BTT)
The latest publication from the Central Staff Committee (CSC)
Volunteers wanted: Unknown Suspects team
Reprinted with permission from Daniel Pocock
Debian trademark: where does the value come from?
Reprinted with permission from Daniel Pocock
Detecting suspicious transactions in the Wikimedia grants process
Reprinted with permission from Daniel Pocock
Gunnar Wolf & Debian Modern Slavery punishments
Reprinted with permission from Daniel Pocock
On DebConf and Debian 'Bedroom Nepotism' (Connected to Canonical, Red Hat, and Google)
Why the public must know suppressed facts (which women themselves are voicing concerns about; some men muzzle them to save face)
Several Years After Vista 11 Came Out Few People in Africa Use It, Its Relative Share Declines (People Delete It and Move to BSD/GNU/Linux?)
These trends are worth discussing
Canonical, Ubuntu & Debian DebConf19 Diversity Girls email
Reprinted with permission from disguised.work
Links 23/04/2024: Escalations Around Poland, Microsoft Shares Dumped
Links for the day
Gemini Links 23/04/2024: Offline PSP Media Player and OpenBSD on ThinkPad
Links for the day
Amaya Rodrigo Sastre, Holger Levsen & Debian DebConf6 fight
Reprinted with permission from disguised.work
DebConf8: who slept with who? Rooming list leaked
Reprinted with permission from disguised.work
Bruce Perens & Debian: swiping the Open Source trademark
Reprinted with permission from disguised.work
Ean Schuessler & Debian SPI OSI trademark disputes
Reprinted with permission from disguised.work
Windows in Sudan: From 99.15% to 2.12%
With conflict in Sudan, plus the occasional escalation/s, buying a laptop with Vista 11 isn't a high priority
Anatomy of a Cancel Mob Campaign
how they go about
[Meme] The 'Cancel Culture' and Its 'Hit List'
organisers are being contacted by the 'cancel mob'
Richard Stallman's Next Public Talk is on Friday, 17:30 in Córdoba (Spain), FSF Cannot Mention It
Any attempt to marginalise founders isn't unprecedented as a strategy
IRC Proceedings: Monday, April 22, 2024
IRC logs for Monday, April 22, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Don't trust me. Trust the voters.
Reprinted with permission from Daniel Pocock
Chris Lamb & Debian demanded Ubuntu censor my blog
Reprinted with permission from disguised.work
Ean Schuessler, Branden Robinson & Debian SPI accounting crisis
Reprinted with permission from disguised.work
William Lee Irwin III, Michael Schultheiss & Debian, Oracle, Russian kernel scandal
Reprinted with permission from disguised.work
Microsoft's Windows Down to 8% in Afghanistan According to statCounter Data
in Vietnam Windows is at 8%, in Iraq 4.9%, Syria 3.7%, and Yemen 2.2%
[Meme] Only Criminals Would Want to Use Printers?
The EPO's war on paper
EPO: We and Microsoft Will Spy on Everything (No Physical Copies)
The letter is dated last Thursday
Links 22/04/2024: Windows Getting Worse, Oligarch-Owned Media Attacking Assange Again
Links for the day
Links 21/04/2024: LINUX Unplugged and 'Screen Time' as the New Tobacco
Links for the day
Gemini Links 22/04/2024: Health Issues and Online Documentation
Links for the day
What Fake News or Botspew From Microsoft Looks Like... (Also: Techrights to Invest 500 Billion in Datacentres by 2050!)
Sededin Dedovic (if that's a real name) does Microsoft stenography
Stefano Maffulli's (and Microsoft's) Openwashing Slant Initiative (OSI) Report Was Finalised a Few Months Ago, Revealing Only 3% of the Money Comes From Members/People
Microsoft's role remains prominent (for OSI to help the attack on the GPL and constantly engage in promotion of proprietary GitHub)
[Meme] Master Engineer, But Only They Can Say It
One can conclude that "inclusive language" is a community-hostile trolling campaign
[Meme] It Takes Three to Grant a Monopoly, Or... Injunction Against Staff Representatives
Quality control
[Video] EPO's "Heart of Staff Rep" Has a Heartless New Rant
The wordplay is just for fun
An Unfortunate Miscalculation Of Capital
Reprinted with permission from Andy Farnell
[Video] Online Brigade Demands That the Person Who Started GNU/Linux is Denied Public Speaking (and Why FSF Cannot Mention His Speeches)
So basically the attack on RMS did not stop; even when he's ill with cancer the cancel culture will try to cancel him, preventing him from talking (or be heard) about what he started in 1983
Online Brigade Demands That the Person Who Made Nix Leaves Nix for Not Censoring People 'Enough'
Trying to 'nix' the founder over alleged "safety" of so-called 'minorities'
[Video] Inauthentic Sites and Our Upcoming Publications
In the future, at least in the short term, we'll continue to highlight Debian issues
List of Debian Suicides & Accidents
Reprinted with permission from disguised.work
Jens Schmalzing & Debian: rooftop fall, inaccurately described as accident
Reprinted with permission from disguised.work
[Teaser] EPO Leaks About EPO Leaks
Yo dawg!
On Wednesday IBM Announces 'Results' (Partial; Bad Parts Offloaded Later) and Red Hat Has Layoffs Anniversary
There's still expectation that Red Hat will make more staff cuts
IBM: We Are No Longer Pro-Nazi (Not Anymore)
Historically, IBM has had a nazi problem
Bad faith: attacking a volunteer at a time of grief, disrespect for the sanctity of human life
Reprinted with permission from Daniel Pocock
Bad faith: how many Debian Developers really committed suicide?
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, April 21, 2024
IRC logs for Sunday, April 21, 2024
A History of Frivolous Filings and Heavy Drug Use
So the militant was psychotic due to copious amounts of marijuana
Bad faith: suicide, stigma and tarnishing
Reprinted with permission from Daniel Pocock
UDRP Legitimate interests: EU whistleblower directive, workplace health & safety concerns
Reprinted with permission from Daniel Pocock