Bonum Certa Men Certa

Links 13/06/2022: YaST in YaST-less Systems and GCC Contributors Guide



  • GNU/Linux

    • Kernel Space

      • LWNSambaXP talk videos posted [LWN.net]

        The 2022 sambaXP conference was held online at the beginning of June. Videos of the talks given at that event have now been posted on YouTube. Topics covered include Samba in containers, certificate auto-enrollment, symlink races, and more.

      • Linux Plumbers Conference (LPC)CFP Deadline Extended – Refereed Presentations – Linux Plumbers Conference 2022

        This is the last year that we will be adhering to our long-standing tradition of extending the deadline by one week. In 2023, we will break from this tradition, so that the refereed-track deadline will be a hard deadline, not subject to extension.

        But this is still 2022, and so we are taking this one last opportunity to announce that we are extending the Refereed-Track deadline from the current June 12 to June 19. Again, if you have already submitted a proposal, thank you very much! For the rest of you, there is one additional week in which to get your proposal submitted. We very much look forward to seeing what you all come up with.

    • Instructionals/Technical

      • H2S MediaInstall Joomla on Ubuntu 22.04 LTS Jammy Linux - Linux Shout

        Learn the commands to install Joomla CMS on Ubuntu 22.04 LTS Jammy JellyFish Linux to start your own blog or website.

        On the Internet, after WordPress, Joomla is another popular open-source content management system to start with. The software is often offered for your own websites.

        It is a widely used CMS (Content Management System) that allows you to create and manage web projects. Being an open-source project, it is not only free but also constantly being further developed by the community.

        The core functions of Joomla can be extended as required by components, modules, and plugins. Generally suitable for websites whose content changes frequently or is constantly being expanded. These are, for example, blogs, shops, or communities.

      • HowTo GeekHow to Rename a Directory on Linux

        Renaming a directory in Linux is easy, and there are plenty of ways to go about it. From renaming a single directory to finding and renaming many, here’s how to do it.

      • VituxLinux Basics: 3 Ways to find your local IP Address in Debian 11 - VITUX

        In our daily computer work, we need to know the IP address of our machine from time to time. This tutorial lists three ways you can use to find the IP address of your local network card in Debian 11 with the help of the terminal.

      • Audio controlled Shelly devices
      • ID RootHow To Install Sysdig on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install Sysdig on Ubuntu 22.04 LTS. For those of you who didn’t know, Sysdig is an open-source, system-level exploration application that capture, save, filter, and examine the real-time events of Linux systems. In a nutshell, it’s a robust performance analysis meth. You can integrate Sysdig with ansible, puppet, and logstash to extend the functionality.

        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 the step-by-step installation of the Sysdig monitoring tool on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • How to Install Moodle on Debian 11 - LinuxTuto

        Moodle is a popular, free, and open-source Course Management system based on PHP released under the GNU General Public License.

        The Moodle platform is highly customizable and takes a modular approach to features, so it is extensible and adaptable to your needs. It is probably most popular open source learning management platform available today.

        In this tutorial, we will show you how to install Moodle on your Debian 11 OS.

      • HowTo ForgeHow to Install and Configure Envoy Proxy on Debian 11

        Envoy proxy is a free and open-source service proxy designed for cloud-native applications. In this tutorial, we will show you how to install and configure the Envoy proxy on the Debian 11 server.

      • OSNoteHow to Install LEMP Stack on AlmaLinux 8 and Rocky Linux 8

        LEMP is a popular web hosting stack used by developers and web hosting companies to test and host web applications. It comprises 3 components: the Nginx ( pronounced as Engine-X) webserver, MariaDB, and PHP which is a server-side scripting language.

        In this walkthrough, you will learn how to install the LEMP stack on AlmaLinux and Rocky Linux 8.4.

    • Desktop Environments/WMs

      • TTY

        I've always used tiling window managers, first i3 then more recently, dwm. In my search for something even lighter, I've come across dvtm, a window manager for the terminal. It acts, in most aspects, like dwm, having the same behavior, but in my case in a TTY. First impressions are that it's much lighter, obviously, and smoother when especially when scrolling. Still getting used to the keybindings, but I definitely vouch for it. The default meta key is ctrl-g, although I'll probably change it to alt as I'm more used to that. It has the default tiling layout of dwm, as well as a few others.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • LWNMourning Marina Zhurakhinsakaya

      We are sad to inform our community that Marina Zhurakhinsakaya died on Saturday.

      CW: cancer - Marina died on Saturday after winning her struggle with cancer for three years. We would like to elevate Marina's message to encourage people to test themselves for genetic markers for breast cancer. You can donate in Marina's honor to Dana Farber's Metastatic Breast Cancer Research Fund...

    • Apache BlogThe Apache News Round-up: week ending 10 June 2022

      We're wrapping up another great week with the following activities from the Apache community...

    • Web Browsers

    • Productivity Software/LibreOffice/Calligra

      • The Register UKNew versions of Collabora, LibreOffice, KDE Gear released ● The Register

        Fresh versions of three of the bigger open-source application suites just landed for those seeking to break free from proprietary office apps.

        LibreOffice is the highest profile of them, and the project recently put out version 7.3.4, the latest release in the Community version of the suite.

        The Document Foundation maintains two versions of LibreOffice; the other is the Enterprise branch.

        Both versions are free. The difference is that the Community version is the faster-moving development branch. It's comparable to a free Linux distro, or a short-term Ubuntu release: there's no commercial support, but you may be able to get assistance from other users – in other words, the Community.

    • Programming/Development

      • GCC for New Contributors — GCC Contributors Guide 0.1 documentation

        This is an unofficial guide to GCC’s internals, aimed at new developers, and at plugin authors.

        Source: https://github.com/davidmalcolm/gcc-newbies-guide

        I’m a relative newcomer to GCC, so I thought it was worth documenting some of the hurdles I ran into when I started working on GCC, to try to make it easier for others to start hacking on GCC. Hence this guide.

      • LWNDiving into GCC internals

        For those who would like to know more about how GCC works, David Malcolm has enhanced his GCC for new contributors guide with a section on GCC internals.

      • Perl / Raku

        • Strawberry Perl

          Last week I wrote blog post Do you want to get started with Perl v5.36? where I shared my experience with the latest release Perl v5.36.

      • Rust

        • Niko Matsakis: Async cancellation: a case study of pub-sub in mini-redis

          Lately I’ve been diving deep into tokio’s mini-redis example. The mini-redis example is a great one to look at because it’s a realistic piece of quality async Rust code that is both self-contained and very well documented. Digging into mini-redis, I found that it exemplifies the best and worst of async Rust. On the one hand, the code itself is clean, efficient, and high-level. On the other hand, it relies on a number of subtle async conventions that can easily be done wrong – worse, if you do them wrong, you won’t get a compilation error, and your code will “mostly work”, breaking only in unpredictable timing conditions that are unlikely to occur in unit tests. Just the kind of thing Rust tries to avoid! This isn’t the fault of mini-redis – to my knowledge, there aren’t great alterantive patterns available in async Rust today (I go through some of the alternatives in this post, and their downsides).

          [...]

          If you’ve not seen it, mini-redis is a really cool bit of example code from the tokio project. It implements a “miniature” version of the redis in-memory data store, focusing on the key-value and pub-sub aspects of redis. Specifically, clients can connect to mini-redis and issue a subset of the redis commands. In this post, I’m going to focus on the “pub-sub” aspect of redis, in which clients can publish messages to a topic which are then broadcast to everyone who has subscribed to that topic. Whenever a client publishes a message, it receives in response the number of other clients that are currently subscribed to that topic.

  • Leftovers

    • Health/Nutrition/Agriculture

    • Pseudo-Open Source

    • Security

      • LinuxSecurityOpen Source Security: Key Benefits & Drawbacks You Should Know

        This article will explore the key benefits and potential drawbacks of open source security in under a minute.

      • CISADrupal Releases Security Updates | CISA

        Drupal has released security updates to address a Guzzle third-party library vulnerability that does not affect Drupal core but may affect some contributed projects or custom code on Drupal sites. Exploitation of this vulnerability could allow a remote attacker to take control of an affected website.

      • LinuxSecurityA Getting-Started Guide to Improving Security with Open-Source Static & Dynamic Security Scanners

        As open-source software becomes increasingly common in the infrastructure of businesses, it is essential to ensure the security of the software being relied upon. An increasingly popular cyber security solution is open-source SAST (Static Application Security Testing) and DAST (Dynamic Analysis Security Testing) security scanning, which give IT technicians and developers the ability to access the code of a certain piece of software to remove threats or improve the strength of its security.

      • Privacy/Surveillance

        • Two Weeks Into New Job

          comfortable new start I've ever had on a job. A big part of that is probably the fact that I'm senior now and have finally been able to internalise that. I know my strengths and skills. I know what I can bring to the table.

          The tech stack is diverse but not too complicated. We use the tools we need, but none of the extra and horrible cruft that large cloud providers offer. Privacy has by necessity been a part of the product since the very beginning; Schrems II hasn't caused anyone to panic or scramble because no one had assumed that the Safe Harbour provision would stand up to EU human rights in the first place.

    • Environment

      • Energy

        • The useful part of cryptocurrency

          Amid the current crypto price drop. I want to write about what cryptocurrency is actually useful for. And what I believe Crypto should be used for. Non of those NFT and ICO bulls*it. Or you can think this as my DD for investing in crypto. Or confirming my confirmation bias if you read WSB.

          At the very core of the cryptocurrency is the idea of trust and decentralization. Our current banking system depends a whole lot on trust. Users trust the bank to store, provide access and transfer their money given the user's explicit instruction. And do it very reliably. We all know how that went. Credit card fraud is a real problem. 3D Secure is really the bank, merchant and the user passing the buck. Not to mention the shit show of the bank's website and mobile app security. All of them claim "secure". But they never get close the level of security that most computer scientists and engineers are looking for - Noting can possibly fscks up unless I fsck-ed up.

        • Re: The useful part of cryptocurrency

          The amount of money that gets stolen daily over crypto is pretty big too. So I’m not super convinced it does a particularly good job in that regard. Like, “it’s more safe and secure” is not the hot take I would’ve expected on the same day that Celsius Network collapsed stealing everyone’s savings.

        • Oatmilk story: Anyone can charge your credit card without your consent

          Say what you will about crypto, a few things about it make a lot more sense than what we have with our current banking system. Restricting the ability to send money exclusively to the owner of such funds is obvious. Anything else is absurd.

          It is surprising that the current system works. Anyone can charge your account, leaving it up to you to argue with the bank. Signatures are no longer required, making it even stupider.

          [...]

          I switched to Minor Figures oatmilk, which also became unavailable immediately. I love their packaging, but Oatley is a little better. But I managed to order Minor Figures directly from the distributor, 4 cases (of 6) at a time. I think the only way to do so was to sign up for autodelivery, every six weeks. I figured I'd do it for a couple of deliveries, and cancel.

          More easily said than done. A year later, dozens of emails and phone calls to Minor Figures and my bank, I am drowning in oatmilk. Oatley is now available again, and is a bit cheaper at Whole Foods than what I am charged for Minor Figures (because in the US, the dealer mafia is protected, and you cannot buy cheaper from the factory). But I just can't get my order canceled.

    • Internet Policy/Net Neutrality

      • 2022 Week 23: Thoughts and Photos

        It's been a roller coaster of a week at Rob's Gemini Capsule, and in my own life. Much of it involves a personal matter I won't bore my visitors with, but it has taken up much of my mental energy for the last seven days.

        [...]

        Two major changes are coming to the chess backend on Rob's capsule: I am using a database instead of flat files to store game data, and I am using a proper chess engine for calculations instead of a crude shell script. I have never seriously worked with databases before, nor have I touched a chess engine or the UCI protocol, but making these changes will allow me to add more features to the frontend. I may not be able to finish by 1 July, but the project has already been quite informative, and I know visitors will have a better chess experience as a result.

    • Monopolies

      • UK CAT: Policing the Process in Facebook/GIPHY - Disruptive Competition Project

        A little over a month ago the United Kingdom’s Competition Appeals Tribunal (CAT) heard arguments in Meta’s appeal against the UK Competition and Markets Authority (CMA) order that Meta (Facebook’s mother company) unwind its previously completed acquisition of GIPHY, the provider of a searchable GIF database and related services. The CMA’s order was premised on a rather questionable theory of harm. While ostensibly about innovation and dynamic competition, the CMA’s arguments basically boiled down to “any reduction in the number of players in the market must be blocked, no matter how insignificant nor how beneficial the transaction”.

        Such an approach has obviously problematic consequences for innovation, investment, and entrepreneurship. These effects would be felt not only in the UK, which is in a state of regulatory competition with the European Union, but also internationally due to competition law’s extraterritorial reach. The CAT’s judgement will surely touch upon the extent to which the CMA is able to apply the law in this way, but the hearing revealed another important aspect of the case.

        Indeed, on the first day of the hearing, it was revealed that the CMA withheld for about 14 months the fact that Snap had purchased Gfycat (a GIPHY rival, as some had pointed out in the administrative process). The CMA also withheld the fact that Snap had been interested in purchasing GIPHY, but only at a much lower valuation. Snap valued GIPHY at $142 million (not the $315 million that Meta agreed to pay) and, as Meta’s lawyers argued, placed virtually zero value on GIPHY’s nascent display advertising business.

      • Facebook/GIPHY and the (Un)innovative Theory of Harm

        Towards the end of the last decade, the success of a handful of U.S. technology companies caused significant consternation amongst European policymakers. The initial response was a series of reports extrapolating new theories of harm in competition law for digital players. Some of these went even further, resulting in the creation of new regulatory regimes handing Government enforcers’ discretionary powers to intervene in the economy, with limited safeguards. In parallel, competition authorities stepped up enforcement using existing tools, resulting in a number of new enforcement actions at European and Member State levels, including former EU Member States.

        As these competition cases are brought under judicial scrutiny, there are lessons to be learned for future policymakers, both in terms of the new theories of harm being tested, and the importance of checks and balances on administrative discretion. The UK Competition and Markets Authority (CMA) decision regarding Meta’s acquisition of GIPHY is one of the first such examples. The CMA’s decision has been heralded as opening up a “new era” of antitrust enforcement against tech, and is based on an innovative theory of harm to dynamic competition. But is this new era actually going to be good for consumers and the economy more broadly? At a hearing at the Competition Appeals Tribunal (CAT) at the end of April 2022, the parties and a handful of third-party interveners (including the Computer & Communications Industry Association) made their views known.



Recent Techrights' Posts

Slopfarms Slopping Away at "Linux" and Spreading Microsoft Misinformation
Slopfarms don't comprehend this as they lack actual comprehension, they're just parrots
GitHub the Company Has, in Effect, Just Died (Time to Look for Alternatives)
To Microsoft, what's left of GitHub after dismantling/folding it is some "training set" (people's code, without permission to "train" i.e. misuse under the guise of "GenAI" plagiarism)
Linux Foundation Says "Housekeeping", "Hung", "Normal", "Native Feature/Support" and "Girl/Girls" Are Offensive Words
Bombing people is OK, just use the right "terms"
It Looks More Like Microsoft GitHub Layoffs
GitHub is just losing loads of money
 
GitHub Will End Up like XBox and Skype
It is not likely that the XBox franchise will survive the next 5 years
Stones Thrown in Glass Houses
Projecting? You bet!
As Europe Gets Increasingly Serious About Software Freedom and Digital Sovereignty It Needs to Enforce a Ban on Software Patents ASAP
many councils in Europe move to Free software and US policy/companies cannot be trusted
Windows 12 in Bahrain (Microsoft "Market Share" Down to 12%, an All-Time Low)
They really ought to get away from Windows even faster
The Web Needs 'Pest Control' When It Comes to LLM Slopfarms
The goal is to discourage more sites becoming slopfarms
Microsoft Can Now Stop Reporting the GitHub Layoffs (Even When They Happen)
GitHub's original staff will see the true cost of becoming "b0rged" - something that Microsoft earned a bad reputation for
How to Get Very Bad or Even Malicious Code Into Linux? Write it in a Language That Linus Torvalds and Most Other Linux Developers Don't Understand.
One point nobody brings up is, what if code gets committed while evading audits and scrutiny?
Links 12/08/2025: Wikipedia Fails at UK High Court, Perlmutter Still Fights to Squash the Slop Lobby
Links for the day
Gemini Links 12/08/2025: Field Recording and Digital Legacy
Links for the day
Links 12/08/2025: WinRAR Zero-Day, SonicWall Does More Harm Than Good
Links for the day
Links 12/08/2025: More Sabotage of Underwater Cable Ahead of Russian Alaska Summit
Links for the day
Richard Stallman Will Not Miss Microsoft GitHub, It Was Only Good at Harvesting a Lot of Code for Plagiarism-as-a-Service
investors are apparently willing to lose money for buzzwords
Links 12/08/2025: Science, Hardware, and Ukraine Excluded From Negotiations About Its Future
Links for the day
Gemini Links 12/08/2025: Meditation, OpenStreetMap, Smolweb, and More
Links for the day
Google News is Dying: Most of Its Top Stories Now Are LLM Slop With Slop Images (i.e. 100% Fake 'Content')
Google News has been drowning in this sort of stuff for quite some time
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, August 11, 2025
IRC logs for Monday, August 11, 2025
Our Predictions Were Right: GitHub Dying as Losses Pile Up (as a Company It Cannot Continue to Exist, It's Not 'Free Hosting')
GitHub always lost money
Links 11/08/2025: Meritless Twitter Suspensions and Disney Scraps Deepfake Dwayne Johnson
Links for the day
Gemini Links 11/08/2025: Upgrading Debian Bookworm and Better Quality PDFs From Gemini Pages
Links for the day
Currys PCWorld Lied a Decade Ago, 10 Years Later It Still Effectively Voids Your Warranty for Installing GNU/Linux Despite It Being Increasingly Mainstream
Microsoft gatekeepers
Team GNOME Has Libeled Me for Nearly 20 Years
we are not dealing with sane people
Experience With Airlines in 'Web Sites' and in 'Apps'
In a lot of ways, Stallman Was Right about what JavaScript would turn out to be
Open Does Not Mean Free
wiser to ask if some program is freedom-respecting
The Register MS Takes Money From Companies Banned by the Biden and Trump Administrations (National Security Risk)
today's sponsor
Sabotaging GNU/Linux PCs (and Users) is Not a 'Joke'
maybe cruelty is the very objective
How We Process Screenshots of Slop to Suitably Tag Them as Slop
everything is a single command
Links 11/08/2025: Data Breaches, Politics, and Climate
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, August 10, 2025
IRC logs for Sunday, August 10, 2025
Gemini Links 11/08/2025: Tea Caffeine Hot and Super ZZ Zero
Links for the day
Slopwatch: LinuxSecurity, Brian Fagioli, and Other Serial Sloppers
Maybe Microsoft wants to dub this "Web5"
Gemini Links 10/08/2025: Residents Management Company, Automation, and Politics
Links for the day
Links 10/08/2025: AOL Ending Dial-up
Links for the day
Seductive Mirage or Allure of Complex, Proprietary Coffee Machines (or Similar White Elephants)
Software is a lot like those things
Links 10/08/2025: Webrings, “AI Sunglasses” and “AI Eyeglasses”, US Administration Intensifies Attacks on Science and Research
Links for the day
Sometimes Newer is Worse
We generally need to reject this dumb notion that "old" means bad
The Code Used to Make Techrights Fits on a Seventh of a Floppy Disk (or 100KB When Compressed)
For the sake of comparison I've just downloaded the latest version of WordPress. The ZIP file is 27.2MB in size, or ~27,200KB.
What They Tell Young Programmers
Coding in 2025
Simpler is Better When Simple is Enough
Over-complicating things to "sell" new versions is so 1990s
Links 10/08/2025: From Social Control Media to Prison, New Examples of Windows TCO
Links for the day
Sloppy Reporting About Slop, or How The Register MS Lowers Its Standards
Maybe the management isn't even aware of this
IBM's Strategy: Cull 'Expensive' Workers, Replace Them With Cheaper Ones
So far we saw not even one rebuttal or challenge to the claim of Red Hat layoffs scheduled for tomorrow
If You Attack Somebody Too Much You Legitimise and Strengthen That Somebody
at the end those attacks add up to a "martyr" status
The Man Who Helped Microsoft Kill Linux is Trying to Delay Our Lawsuits Against Him
By conservative estimates, and based on court documents submitted by them, they're prepared to spend over a million dollars on lawyers, fighting against me and my wife
Gemini Links 10/08/2025: Gen Con 2025 and Framework Laptop
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, August 09, 2025
IRC logs for Saturday, August 09, 2025