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

Rumour: After FSF Abandons Office in Boston LibrePlanet Will Also Leave Boston
In the past, Libreplanet (or LibrePlanet) was 'branched' out of MIT to "lesser" universities in the same city
linuxsecurity.com is 100% Slopfarm, Nonstop Fake 'Articles' About Security and "Linux"
More than one fake 'author' participates in this, so it deserves condemnation
Social Control Media as a Rapid Race to the Bottom - Part III - Foreign Interference and Chaff/Flare
Why would you trust alleged 'communication' (platforms) controlled by the same people who cut your undersea cables?
[Video] Richard Stallman Explains What Intelligence in Computing Really Means and How Old That Is (Story About 1975, 50 Years Ago)
Uploaded 11 hours ago by Manuel Cuda News
 
Microsoft Laid Off Several Thousands of Workers (Not Counting Those Driven Out) in 3+ Waves of Layoffs in 2 Months in 2025
About a thousand workers laid off per month
Microsoft Reduced to Almost Nothing in the Congos
Even worse for Microsoft in DRC (Democratic Republic Of The Congo)
Why We No Longer Hear About "Red Hat Layoffs"
Sometimes they don't call them "layoffs" are all; it's just PIPs, RTO, and "relocation" offers. They try to compel people to resign/retire
Reputation is Not a Human Right, It's Something One Earns
One can also lose one's reputation for harming women
FreeBSD Foundation is Trying to Improve "Laptop Support", But It Has Outsourced Everything to Microsoft Proprietary Software
Despite many valid alternatives existing and fast maturing
Links 06/03/2025: Discord Wants the Public to Pay for Losses, MongoDB Shares Collapse
Links for the day
Gemini Links 06/03/2025: Remaking Sites, Gemini Capsule Turns 5
Links for the day
Links 06/03/2025: Trade Wars, Trademarks, Attacks on (and by) the Media, Digg to Relaunch
Links for the day
The Fall of the Open Source Initiative (OSI): The Problems Are Much Bigger Than the Rigged Elections
It's not only about elections
Dr. Andy Farnell on Brutality and (or of) Brute-Force Computing
"Understandably, the ecological cost of compute was never really on the minds of pure computer scientists"
IBM Absorbs More of Red Hat and There Are Several Layoff Rumours
Those are just rumours for now
Gemini Links 06/03/2025: Digg, Project Failure, and More
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, March 05, 2025
IRC logs for Wednesday, March 05, 2025
Links 05/03/2025: Prioritising Science, Patents Squashed
Links for the day
Gemini Links 05/03/2025: News Processing, Misbehaving, and Git
Links for the day
GNU/Linux Cracking Past the 4% Barrier in Hungary
There are still quite a few very famous developers and Free software projects from Hungary
Meanwhile in the Matrix Room #dei:fedoraproject.org
Remember that IBM does a lot of perception manipulation
Rumour About Red Hat Layoffs Yesterday
Can somebody from Red Hat or someone who knows someone there (impacted or not) confirm that there are layoffs this week at Red Hat?
New Short Clip of Richard Stallman's Thoughts on the "Hey Hi" (AI) Hype, Courtesy of Manuel Cuda News
about 6 hrs ago
What is fixated behavior? Stalker or just a fan of Emma Raducanu?
Reprinted with permission from Daniel Pocock
In Iran, GNU/Linux Reaches New Highs, According to statCounter
Does that make sense? In light of geopolitics? Probably.
Always Safety First
We have some reasons to suspect that one of several parties (possibly not in the UK but having connections here), having suffered major and very expensive setbacks, may look to harm the messenger one way or another
Links 05/03/2025: Starbucks Debt Soars and CFO Changed, Apple Pretends to Value Privacy, "Cloudflare Blocking Privacy Focused Users From Accessing Third-Party Websites"
Links for the day
Canonical's Latest Love Letter to Microsoft (Ubuntu Promoting Proprietary Spyware With Back Doors)
Typical Canonical, promoting Microsoft (and sometimes Windows) instead of competing against them
What Microsoft and GitHub Really, Really, REALLY Do Not Want You to See or Know About
They're trying to misuse law in a completely different continent or to allege that reporting important facts is in breach of privacy law
Slopwatch: linuxsecurity.com and Other 'Linux' Sites With LLM Slop
SEO spam with machine-generated fodder, plus a person to whom English isn't a first language
GNU/Linux Climbs to Record Levels in Switzerland. Can the EU, Norway, the UK, and Switzerland Divorce GAFAM?
Germany openly speaks about becoming independent from the US. How about Switzerland?
Gemini Links 05/03/2025: Living in Interesting Times, Font, and Social Control Media with Gos v1.0.0
Links for the day
Just Because Common Currencies (Including the US Dollar) Are Considered Uncertain Doesn't Mean People Should Adopt Volatile Multi-Level (Pyramid) Schemes
the scammers are trying to "go mainstream"
Use RSS Readers Instead of Social Control Media
RSS readers were designed to save time. Social Control Media was designed to waste time.
The 'Windows Era' Already Came to an End
Microsoft said to shareholders everything would be alright because of "clown computing" and then "hey hi"
The Fall of the Open Source Initiative (OSI): Microsoft Committing the Largest GPL Violation in Human History, Then OSI Covering That Up on Microsoft's Payroll
LLMs don't make GPL violations any more noble or acceptable; it's not hard to see what OSI was paid by Microsoft for
Social Control Media as a Rapid Race to the Bottom - Part II - Think Before You Talk
The 'socmed' nonsense does not exist in our home
Links 04/03/2025: Hardware, Health, Data Breaches, Politics
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, March 04, 2025
IRC logs for Tuesday, March 04, 2025
Luxembourg: GNU/Linux at 8% Based on Estimates
steady increases this year
Gemini Links 04/03/2025: Bicycle, Photos, and Motorola 6809 Assemblers
Links for the day
Crossbow tragedy, bigger than Kyle Clifford, social media culture
Reprinted with permission from Daniel Pocock
Microsoft OSI Apparently Still Reading Techrights Closely, Trying to Make Face-Saving PR Moves
They have long had this reactionary rhythm, wherein it feels like we can 'control' what they publish and when by merely highlighting facts about them
Links 04/03/2025: Microsoft/Korea Game Industry Association Workforce Cuts, Outlook and 365 Outage Affects Very Many
Links for the day
Transcript of Richard Stallman's Interview With Manuel Cuda News in Italy (Debunking Fake "AI")
A rough draft, but checked by two people
Chad: All-Time Lows for Windows, According to statCounter
According to statCounter, many in Chad moved to Android
Links 04/03/2025: Universities Are Under Attack, Windows Attracts Ransom Against Ministry of Health
Links for the day
Microsoft Collapses While GNU/Linux Rises in Bulgaria, According to statCounter
Microsoft is losing across all sectors
The Fall of the Open Source Initiative (OSI): An Introduction
In a nutshell: there's a massive conflict inside the OSI and the OSI stooges (staff serving Big Sponsors like Microsoft) try to hide it
Paraguay: GNU/Linux Surging to New Usage Levels (7%), According to statCounter
Notice that the gains are at Microsoft Windows' expense
Social Control Media as a Rapid Race to the Bottom - Part I - That Sinking Feeling
When you realise you made an error and things you adopted more than 15 years ago became utterly bad
Microsoft's Entryism as Mortal Risk/Danger: The Example of the Open Source Initiative (OSI)
Microsoft is a cult
Links 04/03/2025: Microsoft Issues Policy Instructions to the Cheeto Mussolini Administration, Cloudflare Engages in Mass Censorship Again
Links for the day
Gemini Links 04/03/2025: Athens, Fedora 41, and Yelling at Clouds
Links for the day
FSF Amicus Brief: Aspose.PDF for .NET 24.2.0, OOXML (.docx), and Microsoft Word (Proprietary)
Could the FSF not find any law firm that, in addition to talking about or for Free software, does not use .NET, OOXML, and almost everything Microsoft?
New Interview With Richard Stallman in Italy (Manuel Cuda News)
Due to Google's growing aggression against Free software and proper APIs, this cannot be downloaded and converted to a free format
The Free Software Foundation (FSF) Belatedly Comments on Case That Tests Copyleft in the United States
"The Free Software Foundation (FSF) announced today it has submitted an amicus brief in the case entitled Neo4j"
If They Try to Censor You on Some Topic, Then You Should Cover This Topic Even More
OSI is only a small part of it
The UEFI hype and Microsoft's lies
By Sami Tikkanen
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, March 03, 2025
IRC logs for Monday, March 03, 2025
Thorsten Glaser & Open Source Initiative (OSI) resignations due to AI whitewashing
Reprinted with permission from Daniel Pocock