Bonum Certa Men Certa

Links 7/3/2022: Unifont 14.0.02 and XeroLinux Reviewed



  • GNU/Linux

    • 9to5Linux9to5Linux Weekly Roundup: March 6th, 2022

      This has been a great week with lots of exciting news, starting with the Armbian 22.02 release that finally introduced support for Raspberry Pi 4 devices and Nitrux 2.0.1 which switches to Mesa 22.1 by default, and continuing with great app releases like the Getting Things GNOME 0.6 personal tasks and to-do lists app, digiKam 7.6 photo management app, a new KDE Gear 21.12 point release, and a first LibreOffice 7.3 point release that fixes a critical bug in Calc.

    • Audiocasts/Shows

    • Kernel Space

      • Graphics Stack

        • WCCF TechAMD ROCm 5.0.2 launches with minor documentation updates & fixes

          AMD's open-source team released the ROCm 5.0 driver with standard RDNA2 support about one month ago. A few days ago, the latest point release for the open-source AMD Radeon Open eCosystem compute AMD launched a stack update to add more documentation and fix the hostcall facility in the HIP runtime.

          AMD updates the ROCm 5.0 driver to fix a failing code and adds further information to the initial documentation for users

          AMD's ROCm is an open software platform permitting researchers to access the power of AMD Instinct accelerators to propel scientific findings. The ROCm platform is built on open portability, supporting environments across multiple accelerator architectures and vendors.

    • Applications

    • Instructionals/Technical

      • Linux CapableHow to Install PHP 8.0 on CentOS 9 Stream

        PHP 8.0 is major released from PHP 7 series with improvements and changes to the language, including many long-awaited additions by developers everywhere! This includes named arguments; union types. It also boasts improved JIT compilation tools which will help optimize your application code even further than before while increasing performance.

        In the following tutorial, you will learn how to install PHP 8.0 on Centos 9 Stream by importing the EPEL 9 and REMI repositories. The tutorial will focus on installing the development kit extensions and some tips for Nginx and PHP-FPM using the command line terminal.

      • Linux CapableHow to Install Tor Browser on CentOS 9 Stream

        Tor, also referred to as The Onion Router, is open-source, free software that permits anonymous communication when using online services like web surfing. The Tor network directs the web traffic through an accessible worldwide volunteer overlay network with over six thousand relays and continues to grow. Many users want to search out more ways to stay their information and activities anonymous or a minimum of as private as possible, which has led to Tor Browser growing quite popular in recent years because it conceals a user’s location and usage from anyone conducting network surveillance or traffic analysis.

        The Tor network is intended to protect the personal privacy of users and their freedom and ability from conducting communication without having their activities monitored, and data were taken without their consent and used to sum it up.

        In the following tutorial, you will learn how to install Tor Browser on CentOS 9 Stream workstation desktop using the natively installed Flatpak manager or downloading the browser manually and how to install it manually with tips on registering the application icon.

      • Linux CapableHow to Install Opera Browser on CentOS 9 Stream

        Opera is a freeware, cross-platform Internet web browser by Opera Software and operates as a Chromium-based browser. Opera offers a clean, modern browser that’s another to the opposite major players within the Browser race. Its famous Opera Turbo mode and renowned battery saving mode are the simplest amongst all known web browsers by quite a margin, together with a built-in VPN and far more.

        In the following tutorial, you will learn how to install Opera Browser stable, beta, or developer (nightly) on CentOS 9 Stream Workstation by importing the official repository and GPG key, then how to update in the future or remove.

      • UNIX CopHow To Install Budgie Desktop on Ubuntu 20.04

        Budgie is a desktop environment that currently uses GNOME technologies such as GTK (> 3.x) and is developed as well as by contributors from numerous communities such as Arch Linux, Manjaro, openSUSE Tumbleweed and Ubuntu Budgie.

        Ubuntu Budgie is a community developed distribution, integrating the Budgie Desktop Environment with Ubuntu at its core. Whether you are using it on an old computer, or a powerful workstation.

        Ubuntu Budgie is operating system that is adaptable to any device, keeping them fast and usable.

      • UNIX CopHow to Install ionCube Loader for PHP in Ubuntu

        In this post you will learn How to Install ionCube Loader for PHP in Ubuntu

        ionCube is a PHP extension (module) introduced tools to protect the source code of software written using the PHP programming language from being viewed, changed, and run on unlicensed computers. The encoding technology grew out of earlier work on the PHP Accelerator project, and at first launch included an online encoding service where PHP scripts can be uploaded and an encoded version downloaded in return, and a command line tool for Linux soon after.

      • UNIX CopHow To Enable HTTP2 in NGINX

        HTTP2 is the natural evolution of HTTP. Thanks to it, we will have an improvement in the speed of response due to its architecture that allows with a connection to make several requests and responses.

        Another interesting aspect of HTTP2 is that it eliminates the sending and receiving of redundant information. In addition to this, everything is done securely so that the Internet experience becomes more efficient.

        For these and more reasons is that many sysadmin and webmasters choose to enable this protocol in all their configurations. Today we will do the same using Nginx.

      • Linux CapableHow to Install Flatpak on Ubuntu 22.04 LTS

        Flatpak is a tool for deploying and managing software packages on the Linux operating system. It provides an isolated environment where users can run applications without affecting other parts of their computers.

        With Flatpaks, installing an application is like pulling it into your local repository. Links have then generated that point from the right places in Filesystem to where you can find these files–these hard links will be efficient for disk space since they’re simple compared with doing things through traditional methods.

        Most Ubuntu LTS users know that the distribution focuses on stability over newer features, especially once the LTS has aged after its initial release with packages being frozen. For example, you may want to install the latest version of an application such as Discord, VLC, Spotify, or Ubuntu does not have the application together, making often third-party package managers use it as a backup.

        In the following tutorial, you will learn how to install Flatpak on Ubuntu 22.04 LTS Jammy Jellyfish and enable Flathub to search, install, maintain or remove Flatpak applications as an alternative the standard APT package manager, Launchpad PPA’s and especially Snap packages from Snapcraft.io.

      • Bash script: YES/NO prompt example

        Interactive Bash scripts will often include a yes or no prompt in order to ask for user verification before proceeding with a set of instructions or canceling the procedure.

        If a user answers yes to the prompt, the Bash script will typically proceed with its task, and if a user answers no, the script will either exit or move on to a different part of the script.

        In this tutorial, you will see how to create a yes/no prompt in a Bash script on a Linux system. See some of our examples below to learn how a yes/no prompt works.

      • Bash Scripting: Read input from command line

        We can make a Bash script interactive by prompting a user for input. This can be done from the command line, with our script waiting for user input in order to proceed further.

        The principal way to do this is via the read command. Although it is also possible to read input in the form of command line arguments that are passed to the Bash script when it is executed.

        In this tutorial, you will learn how to read input from the command line with a Bash script and the read command.

      • How to Change Hostname in Linux

        If it’s connected to the internet, your computer has an address. It’s like the street address for your house, but other computers just use a series of numbers.

        To make it easier for us humans to remember, we also assign a hostname using words. If the need arises, here is how to change hostname in Linux.

      • How to Open/Allow incoming firewall port on Ubuntu 22.04 Jammy Jellyfish

        The default firewall on Ubuntu 22.04 Jammy Jellyfish is ufw, which is short for “uncomplicated firewall.” When enabled, the firewall will block all incoming connections by default.

        If you want to allow an incoming connection through ufw, you will have to create a new rule to allow a certain port or multiple ports. We can also specify that only connections from a certain IP address or network range can gain incoming access, while blocking all others. This is all done from the command line and is quite simple once you know the proper syntax.

        The objective of this tutorial is to serve as a quick reference guide on how to allow incoming traffic on any TCP or UDP port using Ubuntu 22.04 Jammy Jellyfish Linux with UFW firewall.

      • How to configure Samba Server share on Ubuntu 22.04 Jammy Jellyfish Linux

        File servers often need to accommodate a variety of different client systems. Running Samba on Ubuntu 22.04 Jammy Jellyfish allows Windows systems to connect and access files, as well as other Linux systems and MacOS. An alternative solution would be to run an FTP/SFTP server on Ubuntu 22.04, which can also support the connections from many systems.

        The objective of this tutorial is to configure a basic Samba server on Ubuntu 22.04 Jammy Jellyfish to share user home directories as well as provide read-write anonymous access to selected directory.

        There are myriads of possible other Samba configurations, however the aim of this guide is to get you started with some basics which can be later expanded to implement more features to suit your needs. You will also learn how to access the Ubuntu 22.04 Samba server from a Windows system.

      • How to install GCC the C compiler on Ubuntu 22.04 LTS Jammy Jellyfish Linux

        The objective of this tutorial is to install GCC, the C compiler, on Ubuntu 22.04 Jammy Jellyfish.

        GCC, the GNU Compiler Collection is a compiler system developed to support various programming languages. It is a standard compiler used in most projects related to GNU and Linux, for example, the Linux kernel.

        Installation of GCC can be achieved by using the apt install command as you will see below.

      • How to manage EFI boot manager entries on Linux

        UEFI is the firmware interface which on modern machines has superseded the legacy BIOS. One of the features of the UEFI firmware is being able to store boot entries in the persistent and editable NVRAM memory (Non Volatile RAM). While installing a Linux distribution (or any other operating system) in UEFI mode makes usually the related boot entry to be written to the NVRAM, in some cases we may want to perform manual operations such as modifying the boot order, creating or deleting a boot entry.

        To accomplish such tasks on Linux we can use the efibootmgr utility. In this tutorial we see how to install it on some of the most used Linux distributions, and how to use it to manage NVRAM boot entries.

      • UNIX CopHow To Install FileRun on Ubuntu 20.04

        Today you will learn How To Install FileRun on Ubuntu 20.04

        FileRun is a self-hosted Google Drive alternative. It is a full featured web based file manager with an easy to use user interface. It is great for managing your photo, movie, audio collection, or sharing files with your family and friends.

        FileRun is a reliable and performant File management desktop sync and file sharing

        It runs great on any server, including hosting accounts or small devices like Raspberry PiAccess your files from anywhere (desktop, mobile app or browser).

      • UNIX CopOsquery integration with Wazuh

        osquery is an operating system instrumentation framework for Windows, OS X (macOS), Linux, and FreeBSD. The tools make low-level operating system analytics and monitoring both performant and intuitive.

        osquery exposes an operating system as a high-performance relational database. This allows you to write SQL queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes.

    • Distributions

      • Reviews

        • Distro WatchReview: XeroLinux in 2022

          XeroLinux is a distribution based on Arch Linux with a focus on eye candy. The distribution is available in three editions: Main (which runs the KDE Plasma desktop), GNOME, and Xfce. Each edition is available for 64-bit (x86_64) machines exclusively.

          I couldn't find a whole lot of other useful information about XeroLinux from its website or forum, other than it uses the Calamares system installer, requires a network connection during the install process, and the project appears to be the work of a single developer who is not interested in fielding support requests from Wayland users: "I have finally added KDE Wayland Session to ISO, enabling you to use it. But it's not all roses, yet. Especially if you are an NVIDIA owner like I am. Yes, if you are, then you are either out of luck, since NVIDIA did not yet bake the required modules into the driver yet, so you will have to do some tinkering to get it to work. If you do not feel comfortable or confident enough to do it then just use Xorg (X11) to log in and skip Wayland for now... Kindly note, that I will not be providing support in that area since, I am not yet confident in using it."

          The latest version appears to have been released on January 3rd of 2022, though the project doesn't offer any version information attached to its ISO files. I downloaded the Main/KDE edition which is 2.7GB in size.

    • Free, Libre, and Open Source Software

      • FSF

      • Programming/Development

        • Python

          • Linux HintPython Inline If-Else

            Python programming language is readable and efficient in writing operations. In this article, the discussion is on inline if-else conditional statements. Python doesn’t have a ternary operator, so we use if-else in a single line that has the same effects as ternary operators. This condition evaluates conditions in a state of being true or false.

            As inline if-else statements are logical statements that offer a single line that preserves code quality by replacing the multiple lines of if-else code. Inline if-else statements should be used with the expressions and their execution based on the evaluation conditions.

        • Java

          • Linux HintInheritance in Java | Explained

            Object-oriented Java programming provides a concept of inheritance that makes it possible for a class to inherit the class attributes and methods of other classes. The class that inherits the characteristics of some other class is referred as a child/derived/sub-class, while the class whose characteristics are inherited is referred as a parent/base/super-class.



    Recent Techrights' Posts

    Windows in Åland Islands: From 100% to Less Than Half
    Åland Islands lost the sense of urgency to move to GNU/Linux
    Not Just Slow News But Also Late News (Julian Assange Landing in Thailand)
    Why did AP take so long (nearly a week) to release these?
    [Meme] Smart Alec Poettering
    How many Microsofters can the Debian Project withstand?
    Getting Rid of Microsoft Does Not Go Far Enough
    Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
    Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
    Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
    Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
    Links for the day
    [Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
    So-called "advertiser-unfriendly" material was never a problem for Wikileaks
     
    Press Complicity and Public Apathy All Along Enabled 14 Years of Illegal, Arbitrary Detention and Coercion Into Plea Bargain of Julian Assange on Brink of Death
    They basically blackmailed him into letting the US 'win' the argument
    At the End Journalism a Crime (If It Involves Accessing or Gaining Access to Documents Marked "Confidential" or "Classified" by Those Looking to Hide Their Misconduct/Crimes)
    At least in the US, especially where the imperialism is at stake
    Links 30/06/2024: Tensions in Korea and Japan, Criminalisation of Sleeping Outdoors
    Links for the day
    100% Slop/Spam From linuxsecurity.com
    This is the kind of stuff that's killing the Web faster
    Gemini Links 30/06/2024: Murdoch and Ideal OS
    Links for the day
    In the First 6 Months of 2024 Thailand Moved to GNU/Linux, Not to Windows Vista 11
    maybe users moved from Vista 10 and 11 to GNU/Linux, seeing where Microsoft was heading with forced hardware "upgrades"
    Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
    Nice to see many new additions to the FSF's team
    Microsoft Has Slaves and Enablers, Not Partners
    Obligatory meme too
    Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
    Freedom-To-Play games using Taler
    [Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
    Until 2020 none of my PCs ever had more than 2 GB of RAM
    Destination 'Five Percent'
    We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
    A Crisis of Online Journalism
    Almost a week ago a journalist was forced to plead guilty for an act of journalism
    Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
    openai.com traffic plunged 60% last month
    Microsoft’s Latest Antitrust Scrutiny
    4 new stories
    Microsoft Layoffs, Mass Plagiarism, and More
    outrage included
    GNU/Linux Climbed 0.25% This Month (in statCounter)
    Around midday on Tuesday we'll start seeing preliminary data for July
    Ilya Gulko Introduces Pollyanna
    "Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
    'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
    looking to raise funds at the same time as the FSF
    Over at Tux Machines...
    GNU/Linux news for the past day
    IRC Proceedings: Saturday, June 29, 2024
    IRC logs for Saturday, June 29, 2024
    Links 29/06/2024: Astronauts at Risk, Ukraine Updates
    Links for the day
    Fedora and Red Hat Leftovers
    mostly redhat.com
    Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
    Notice the title and the image, what's being promoted etc.
    Seychelles: GNU/Linux Doing OK
    Seychelles cannot be considered poor
    This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
    Wikileaks' Julian Assange: Exposing the US Military Crimes
    Gemini Protocol Isn't Even Remotely "Dead"
    "Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
    About 10 New Free Software Foundation (FSF) Members Per Day
    The total changed from 46 to 47 while typing the article
    20 Years Passed, Let's Go Even Faster Now
    We are hoping to bring more original stories
    Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
    This is not happening only in Germany
    Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
    It uses buzzwords where none are needed
    [Meme] Garbage In, Garbage Out (linuxsecurity.com)
    It is neither Linux nor security, just chatbot-generated slop
    Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
    linuxsecurity.com became an anti-Linux spam site
    Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
    retaliatory layoffs at Microsoft
    Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
    Links for the day
    Windows Lost Almost 92% Market Share in Egypt
    From over 99% to just over 7%
    In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
    Not even counting Chromebooks
    LibrePlanet: Cultivating Backups (of Recordings)
    an appeal to recover some of these talks
    Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
    Taking full history into account, this is a decrease of over 90% in some cases
    Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
    "the "smiling faces" behind it."
    Android at 90% or More in Chad
    Windows below 2%
    David Wilson: Cultivating a Welcoming Free Software Community That Lasts
    "a feeling of shared ownership for all users."
    Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
    And probably at a symbolic capacity only
    Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
    Julian Assange's life inside the Ecuadorian embassy
    Neil Plotnick on GNU/Linux in the High School Classroom
    uploaded to the LibrePlanet instance of MediaGoblin
    Asia Appears to be Fastest to Adopt GNU/Linux
    the home of a considerable majority of the world's population
    Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
    in spite of technical difficulties encountered while recording
    What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
    Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
    Over at Tux Machines...
    GNU/Linux news for the past day
    IRC Proceedings: Friday, June 28, 2024
    IRC logs for Friday, June 28, 2024
    Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
    Links for the day
    Links 28/06/2024: Overton window and Polarization
    Links for the day
    [Meme] In 50 Years...
    Microsoft's Vista 11 will take 50 years to be fully adopted
    Only About 1 in 8 Russian Windows Users is Using Vista 11
    it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
    Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
    Links for the day
    Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
    Links for the day
    IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
    almost exactly a year after turning RHEL into proprietary software
    Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
    "Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
    ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
    We're talking about India today
    [Video] "It Is Incredible That Julian Assange Survives"
    There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
    Never Assume That Because the Law Exists the Powerful Will Follow the Law
    Who's going to hold them accountable now?
    Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
    I can cynically guess that only matters when a user with a Chinese name does it
    [Video] Julian Assange Explains Wikileaks' Logistics
    predating indefinite detention
    IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
    The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
    "I Hated Working at IBM. They Were the Most Unfriendly People."
    Don't forget what Watson the son did to a poor woman on a plane
    State of the News (and Depletion of Journalism Online, Not Just Offline)
    Newspapers are not coming back and the Web is not coming back either
    GNU/Linux Consolidates in North America
    Android rising a lot this year, too
    [Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
    Work more; Get less
    Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
    SUEPO wants more EPO staff to participate in collective action
    Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
    Published yesterday by a number of mainstream publishers
    Over at Tux Machines...
    GNU/Linux news for the past day
    IRC Proceedings: Thursday, June 27, 2024
    IRC logs for Thursday, June 27, 2024
    RIP Daniel Bristot de Oliveira, Red Hat death
    Reprinted with permission from Daniel Pocock