Bonum Certa Men Certa

Links 05/09/2022: GNU/Linux Machines Nowadays Just Work



  • GNU/Linux

    • TuxPhonesLinux machines that just work

      In some sense, 2022 has been resembling the long-memed Year of the Linux Desktop. Although this sounds like some cult's prophetic rubbish, by looking at the success of the Linux desktop in very empirical terms an improvement of the last couple of years becomes clearly noticeable.

      The Steam Deck alone has had the most merit for this. Although its reviews were mixed, its power and overall technical brilliance has been acknowledged by essentially all (mainstream) reviewers that could get their hands on it. And alongside it, a new generation of Android/Linux hybrid devices is slowly growing, alongside many ex-Android phones (with Qualcomm Snapdragon chipsets) that are starting to "just work" on mainline Linux kernels.

      On the desktop side, products such as the Librem 14 laptop which we reviewed back in April show a surprisingly stable and practical Linux experience. Other reviewers - finally also on mainstream tech sites - acknowledged the Librem 14 perks and faults, mainly agreeing on the general practicality. Furthermore, newly developed machines such as the HP Dev One and Dell XPS 13 Plus are both heavily Linux-centric professional machines, the former being developed in collaboration with Pop OS, the latter officially certified by Ubuntu for full hardware support.

    • Server

      • Episode 38: All About LearnWP with Special Guest Hauwa Abashiya - WordPress News

        In the thirty-eighth episode of the WordPress Briefing, join Josepha Haden Chomphosy and special guest Hauwa Abashiya for a discussion on the WordPress Training team and LearnWP initiative.

      • Linux HintURL Rewriting

        The URL that a client requests can be changed entirely or patly using the NGINX rewrite rules. In addition to directing the flow of NGINX’s executing pages, the primary goal of updating a URL is to alert the clients that the services they are seeking have moved. URLs are rewritten using the return and rewrite commands in NGINX. The same task of rewriting the URLs is carried out by both directives. The rewrite directive is stronger than the return directive, as it can handle a complicated rewriting without the need to parse the URLs. We will examine in this guide on how the NGINX uses the return and rewrite commands to modify or rewrite the URL. It is highly advised to update the current Nginx instance to the higher version because this instruction is optimized for NGINX version 1.0.1 and above. Nevertheless, some of the operations and syntaxes might still apply to the versions earlier than the one mentioned.

      • NetcraftMost Reliable Hosting Company Sites in August 2022 [Ed: 90% of that is GNU/Linux]

        In August 2022, Rackspace had the most reliable hosting company site, securing first place on the leaderboard. Rackspace offers a range of cloud hosting solutions and has data centres across the globe including in Frankfurt, New York, and Hong Kong.

        Second and third place were occupied by New York Internet (NYI) and Bigstep respectively, resulting in the top three companies all moving up one spot compared to July 2022. NYI offers hybrid IT solutions and Bigstep provides ‘bare metal’ cloud hosting.

        The top six companies, which in August included ServerStack, Flexential, and Pair Networks, responded to all of Netcraft’s requests. Linux remained the most popular operating system and was used by nine out of the top ten hosting companies, with NYI using FreeBSD.

    • Audiocasts/Shows

    • Graphics Stack

      • Blender Vulkan - Status report - Blender Development - Blender Developer Talk

        Last week there was some movement on discussing Vulkan Blender integration. This post will give the status of the Vulkan project and updated reasoning.

        Currently there are no active developers working on Vulkan integration in Blender. Although many decisions are driven by this API. If you have some ideas/comments or want to participate in such a project please get into contact with us by leaving a reply or via #eevee-viewport-module on Blender chat.

    • Applications

      • LinuxiacNotesnook Private Notes App Takes the Open Source Route

        Notesnook, an Evernote app alternative, officially open-sourced all its client apps (sync server will be open-sourced soon) on GitHub.

        Open Source is a way that an increasing number of apps are choosing to get greater popularity among consumers. And there is a logical explanation for this.

        When an app is Open Source, users’ trust in it skyrockets because there’s no way to hide malware, analytics, or anything else nefarious.

        In other words, this approach guarantees transparency and that nothing remains hidden behind the curtains. As a result, instead of constantly questioning, for example, if it’s just another tool with built-in telemetry capabilities, the end user approaches it with trust.

    • Instructionals/Technical

      • TechRepublicHow to schedule Linux upgrades with Webmin | TechRepublic

        I’ve been a fan of Webmin for years. Although there are newer, easier web-based administration tools available, Webmin happens to be one of the more mature and robust on the market. With a modular system that makes it easy to install new capabilities, there’s very little Webmin can do. And given much of its capability is already baked in, you can quickly install the software and get to work.

      • How To Install AngularJS on Ubuntu 22.04 - LinuxTuto

        AngularJS is an open-source JavaScript framework developed by Google for building dynamic web applications. Compared to other options such as jQuery, Knockout, Handlebars, or PagerJs, Angular integrates a complete solution that allows us to abandon the old PHP in our developments with modern technology.

        In this tutorial you will learn to install and create AngularJS Application on a Ubuntu 22.04 OS.

      • VideoLearn the Basics of the Dired File Manager (Doom Emacs) - Invidious

        This tutorial will cover some of the basic commands and customization options of '"dired", the file manager inside Emacs. This video will focus on dired within Doom Emacs, using the evil keybindings (vim-like keybindings). Although this video is nearly 30 minutes long, it barely scratches the surface of the functionality available within this excellent file manager!

      • How to Install Wine 7.16 on Ubuntu / Linux Mint

        Wine is a recursive acronym for “Wine Is Not an Emulator“.The project’s goal was and is to allow users to run their Windows software on non-Windows systems, and it has been very successful in this regard.

        WineHQ is made up of a number of different parts, all of which are necessary for the successful running of Windows software.

        WineHQ Team released its new Development version 7.16

      • HowTo ForgeHow to Install Appwrite with Docker on Ubuntu 22.04

        Appwrite is a free and open-source back-end server that offers core APIs required to build any application packaged together as a set of easy-to-use Docker containers. It helps mobile developers to build advanced apps much faster.

      • OSTechNixHow To Perform Arithmetic Operations In Bash - OSTechNix

        In this article, we will focus on how to do mathematical operations in bash scripts. We can perform arithmetic operations in Bash using the built-in and external tools. First, we will learn about the built-in tools.

      • DignitedHow to install DD-WRT custom firmware on your WiFi Router - Dignited

        Every WiFi router comes with its own firmware. This is a proprietary operating system installed by the manufacturer right from the factory. This is one of the reasons it’s incredibly difficult to manage and use routers compared to other devices such as smartphones for instance. Also these vendor router firmware lack in features, are rarely updated with new features and security patches. So, one option you have is to install an open source custom router firmware on your router. The biggest ones include DD-WRT, OpenWRT and Tomato.

      • Linux HandbookUsing ifup, ifdown, and ifquery commands in Linux

        The ifup, ifdown, ifquery commands are some of the basic Linux networking commands.

        The ifup command is used to activate (up) a network interface, ifdown deactivates (down) it while ifquery lets you check the state of a network interface.

        To be more precise, these commands are used to configure network interfaces based on interface definitions in the file /etc/network/interfaces.

        Before you see the usage of ifup, ifdown and ifqury, get a few things in order first.

      • Trend OceansReptyr: Move Working Process into Another Terminal Session without Closing in Linux - TREND OCEANS

        If you are a Linux or cloud administrator or anyone whose life revolves around a Linux terminal, then you need to LEARN about Reptyr, RIGHT NOW!

        You might be thinking, what the heck is this tool and why should you use it? What void space does it fill? Read the complete article and you will find your answer with a great sense of relaxation that you have never felt before.

        First, let me introduce you to the Reptyr tool in simple terms.

    • Games

      • Linux HintHow to Show FPS Counter in Linux Games

        Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have made their way to Linux and the number of users who game on Linux have increased considerably. With the growth of Linux gaming, many users started to look for proper ways to display “frames per second” (FPS) counter as an overlay on running Linux games. An FPS counter helps in tweaking performance of running games as well as in benchmarking a PC’s overall ability to play games at different resolutions.

        Unfortunately there is no single unified way to display FPS counter in all Linux games that is independent of underlying technologies a game is running upon. Different renderers and APIs have different ways to display FPS counter. This guide will explain various methods that can be used to display an FPS counter in Linux games.

      • VideoSyncthing can enable multi-device play for your favorite games. - Invidious

        It's no secret that some games (even new releases) can be missing basic features like Steam Cloud support. but don't worry.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Productivity Software/LibreOffice/Calligra

    • FSFE

      • FSFEBroad alliance demands: Digitization must serve social and ecological change

        A broad alliance of 13 organisations from the fields of environmental protection, digital policy, development cooperation and academia publishes a catalog of demands to show political solutions towards a more sustainable digital society. This as a prelude to the upcoming conference for digitization and sustainability "Bits & Bäume".

        A broad alliance of 13 organizations from the fields of environmental protection and nature conservation, digital policy, development cooperation and academia demands: Digitization must be at the service of society and social and ecological change. This is what the organizations are calling for at the forthcoming conference on digitization and sustainability "Bits & Bäume", which will take place from September 30 to October 2, 2022 in Berlin. Today, the same organizations publish a catalog of demands that show political solutions towards a more sustainable digital society.

    • Programming/Development

      • QtQt Safe Renderer Monitor

        The Qt Safe Renderer is our solution for creating user interfaces (UI) for safety-critical systems. Since 2017 the Qt Safe Renderer has been used by multiple customers and certified for different functional safety standards. With the upcoming version 2.0, we are introducing a new approach for validating the correct rendering of safety-critical information – the Monitor.

        Functional safety applies to many industries, such as automation, medical, railway, and automotive. Safety-critical information in the digital displays must be correct, even if some malfunction prevents rendering the other parts of the user interface. Qt Safe Renderer provides a solution for rendering the safety-critical information to achieve functional safety. It can be used with Qt or other user interface technologies – or even for creating the whole user interface in some cases.

      • QtIn Depth: Custom Shader Effects

        Qt Graphical Effects was one of the modules left out from the original Qt 6.0 release, unfortunately without a direct replacement at the time. There was a port available as source, but it wasn't built or included in the official releases.

        One of the reasons was that not all effects were compatible with the Qt 6 approach of precompiling shader code: Some shaders in Qt Graphical Effects are generated at run-time from the properties, to enable pregenerating tables such as Gaussian weights. With the introduction of RHI in Qt 6, we now compile shader code at build time. This can give considerable improvements for startup times and frame rate during loading, but the trade-off is that it somewhat restricts our ability to generate code on the fly.

        And, in addition, we had seen over the years that there was a fundamental drawback in how the graphical effects were designed. Chaining effects requires an additional draw call, an additional set of shader passes and an additional offscreen buffer for each effect you add. This causes the chained effect to be both slower and more memory hungry than it needs to be. The end result was that users would often implement custom effects instead, in order to optimize their applications. We thought we could do better, and therefore we did not officially include Qt Graphical Effects in the first releases of Qt 6.

      • The Register UKThe modern OS desktop is a crime against humanity ● The Register

        The reason for the unholy UX mess with no signs of converging is, of course, marketing, and the reason they get away with it is because of one of the greatest con jobs in IT. We have been taught, and never question, the near-abolition of customer support by the OS makers. Unless you pay extra, you cannot pick up the phone or email Apple, Microsoft, and especially not Linux, to ask basic questions. You cannot say to Apple, "Which bit of the Finder actually finds things?" You cannot complain to Microsoft that File Manager thinks "Share with Skype" is the second most important file operation, right after Open. You cannot pick up a phone to Ubuntu and scream "Stop! Stop! In God's name, stop!"

        The OS companies have insulated themselves from user pain, the sort that soaks up customer service resources and actually costs them money. Go to the forums, thou sluggard, and try to work out which version the answers you find are actually about. They have created their own walled poison gardens where they can mess around according to the will of whatever internal faction is carrying the day, sentencing billions to useless frustration, cognitive load, lost work, and lost lives. It is frankly criminal.

      • Making games in R- Nara and eventloop Game Changers

        Making games in R- Nara and eventloop Game Changers, It’s possible that you are aware of the existence of the R programming language.

        This is a fairly understandable language that is mostly utilized by data scientists as well as more conventional statisticians.

      • Perl / Raku

        • Rakulang2022.36 Coming in at 50 - Rakudo Weekly News

          In IEEE Spectrum’s ninth annual ranking of Top Programming Languages, the Raku Programming Language comes in at #50 when weighted by trending (/r/rakulang comments)! A good trend!

  • Leftovers

    • Security

      • LWNSecurity updates for Monday [LWN.net]

        Security updates have been issued by Debian (flac, ghostscript, libmodbus, qemu, rails, ruby-rack, and thunderbird), Fedora (kernel, kernel-headers, kernel-tools, libtar, qt5-qtwebengine, subscription-manager-cockpit, tcpreplay, and vim), Mageia (chromium-browser-stable, webkit2, and ytnef), SUSE (curl, firefox, freerdp, gdk-pixbuf, ImageMagick, json-c, libgda, php-composer2, and python-pyxdg), and Ubuntu (libzstd, linux-aws, linux-aws-5.4, linux-azure-5.4, and linux-oem-5.17).

    • AstroTurf/Lobbying/Politics

      • Michael West MediaBandt checks his privilege in pursuit of Morrison - Michael West

        When he’s not abjuring the Australian flag, or colonial history, or the nation itself, Greens leader Adam Bandt has a canny eye on the rulebook under which the nation’s legislators operate.

        On Monday he tried to have Scott Morrison referred to the privileges committee of the House of Representatives over his extra portfolios jape / threat to our democracy (strike out whichever does not fit your point of view). The move was rejected by the Speaker, Labor’s Milton Dick, although the House may yet take this action. Morrison’s secretive conduct is the subject of an inquiry headed by former High Court judge Virginia Bell.

        Privileges committees are a feature of parliaments that operate under the Westminster system or were inspired by it. Malta has one, so does Malaysia. ”The Committee of Privileges and Members’ Interests is established under standing order 216 of the House of Representatives,” the Australian parliamentary website tells us.

    • Internet Policy/Net Neutrality

      • Internet Freedom FoundationGauhati HC decision on internet shutdown in Assam

        On 18th August, the Government of Assam issued an order directing the suspension of internet services in several districts in Assam on the 21st and 28th of August to prevent cheating during governmental recruitment examinations. On 23rd August, Mr Raju Prosad Sarma, a social worker based in Assam filed a petition asking the Gauhati HC to restrain the Government of Assam from suspending internet services on the 28th August. On 26th August, the Gauhati High Court refused to grant interim relief and the Government of Assam suspended internet services on the 28th. Advocate Gayatri Goswami represented the Petitioner in Court and IFF provided legal support.

  • Gemini* and Gopher


* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.



Recent Techrights' Posts

Maria Glukhova, Dmitry Bogatov & Debian Russia, Google, debian-private leaks
Reprinted with permission from disguised.work
Who really owns Debian: Ubuntu or Google?
Reprinted with permission from disguised.work
Keeping Computers at the Hands of Their Owners
There's a reason why this site's name (or introduction) does not obsess over trademarks and such
In May 2024 (So Far) statCounter's Measure of Linux 'Market Share' is Back at 7% (ChromeOS Included)
for several months in a row ChromeOS (that would be Chromebooks) is growing
Links 03/05/2024: Microsoft Shutting Down Xbox 360 Store and the 360 Marketplace
Links for the day
Evidence: Ireland, European Parliament 2024 election interference, fake news, Wikipedia, Google, WIPO, FSFE & Debian
Reprinted with permission from Daniel Pocock
Enforcing the Debian Social Contract with Uncensored.Deb.Ian.Community
Reprinted with permission from Daniel Pocock
Gemini Links 03/05/2024: Antenna Needs Your Gemlog, a Look at Gemini Get
Links for the day
IRC Proceedings: Thursday, May 02, 2024
IRC logs for Thursday, May 02, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Jonathan Carter & Debian: fascism hiding in broad daylight
Reprinted with permission from disguised.work
Gunnar Wolf & Debian: fascism, anti-semitism and crucifixion
Reprinted with permission from disguised.work
Links 01/05/2024: Take-Two Interactive Layoffs and Post Office (Horizon System, Proprietary) Scandal Not Over
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, May 01, 2024
IRC logs for Wednesday, May 01, 2024
Embrace, Extend, Replace the Original (Or Just Hijack the Word 'Sudo')
First comment? A Microsoft employee
Gemini Links 02/05/2024: Firewall Rules Etiquette and Self Host All The Things
Links for the day
Red Hat/IBM Crybullies, GNOME Foundation Bankruptcy, and Microsoft Moles (Operatives) Inside Debian
reminder of the dangers of Microsoft moles inside Debian
PsyOps 007: Paul Tagliamonte wanted Debian Press Team to have license to kill
Reprinted with permission from disguised.work
IBM Culling Workers or Pushing Them Out (So That It's Not Framed as Layoffs), Red Hat Mentioned Repeatedly Only Hours Ago
We all know what "reorg" means in the C-suite
IBM Raleigh Layoffs (Home of Red Hat)
The former CEO left the company exactly a month ago
Paul R. Tagliamonte, the Pentagon and backstabbing Jacob Appelbaum, part B
Reprinted with permission from disguised.work
Links 01/05/2024: Surveillance and Hadopi, Russia Clones Wikipedia
Links for the day
Links 01/05/2024: FCC Takes on Illegal Data Sharing, Google Layoffs Expand
Links for the day
Links 01/05/2024: Calendaring, Spring Idleness, and Ads
Links for the day
Paul Tagliamonte & Debian: White House, Pentagon, USDS and anti-RMS mob ringleader
Reprinted with permission from disguised.work
Jacob Appelbaum character assassination was pushed from the White House
Reprinted with permission from disguised.work
Why We Revisit the Jacob Appelbaum Story (Demonised and Punished Behind the Scenes by Pentagon Contractor Inside Debian)
If people who got raped are reporting to Twitter instead of reporting to cops, then there's something deeply flawed
Free Software Foundation Subpoenaed by Serial GPL Infringers
These attacks on software freedom are subsidised by serial GPL infringers
Red Hat's Official Web Site is Promoting Microsoft
we're seeing similar things at Canonical's Ubuntu.com
Enrico Zini & Debian: falsified harassment claims
Reprinted with permission from disguised.work
European Parliament Elections 2024: Daniel Pocock Running as an Independent Candidate
I became aware that Daniel Pocock had decided to enter politics
Publicly Posting in Social Control Media About Oneself Makes It Public Information
sheer hypocrisy on privacy is evident in the Debian mailing lists
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 30, 2024
IRC logs for Tuesday, April 30, 2024