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

Microsoft Uses LLM Slop to Defraud (or Rob) Shareholders
Microsoft is basically defrauding its shareholders by LLM slop
The "Davos Effect": Tarnishing the Reputation of Places Not by Overtourism But by Oligarch Infestation
The last Venice needs is an affiliation with Venetian oligarchs
 
Microsoft Lost 29% of Windows Users, Based on Microsoft, Now Come Massive Layoffs
Microsoft collapse is today
Slopwatch: Google Serves to People Linux Slop and Linux FUD (Made by Bots)
"Slopwatch" finds it difficult to ignore Google's role in encouraging LLM slop
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, July 01, 2025
IRC logs for Tuesday, July 01, 2025
"Wayland People" Behave Like the Googles and Microsofts of This World
Published yesterday by Igor Ljubuncic
Gemini Links 02/07/2025: Arch Linux and Fulfillment in Gemini
Links for the day
Links 01/07/2025: "Independence Day in Taiwan", Bounties on Software Patents
Links for the day
What Happens When Your Law Firm is Preoccupied With Harassing and Trying to Extort a Humble Couple in Manchester, Even on Behalf of Violent Microsoft Staff From Another Continent
It's good to see that law firms which operate in bad faith are perishing
Lawyer X, Law Firm X and Elon Musk's X: scandals linked by Old Xaverian
Reprinted with permission from Daniel Pocock
Gemini Links 01/07/2025: Distraction-Free Writing and Hytale Mismanagement
Links for the day
Links 01/07/2025: "Beauty of Blogging" and "Etiquette of Collapse"
Links for the day
The Web is a Dead End
We need to adopt alternatives
When Words Lose Their Intended Meaning
examples of words that, at least in the technical spheres, don't mean what they sound like
People Who Disagree With You on Technical Matters May or May Not Agree With You on Political Things (But Usually They Do)
What bothers me a great deal is seeing left-leaning people accusing other left-leaning people of being "nazis"
"Too Much Choice" and "Too Many Programming Languages"
What IBM and its apologists aim for was attempted in the 1930s and it failed
Microsoft Lost 400,000,000 Windows Users, According to Microsoft
more people adopt smaller computers and many people replace Windows with GNU/Linux, as they don't really need a new computer
Half a Year Gone, What's to Come Next
In the second half of 2025 we expect to be done with the Microsoft SLAPPs
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, June 30, 2025
IRC logs for Monday, June 30, 2025
People at the Very Top of Microsoft Know How Bad Things Really Are
There's no product that can replace the former profitability of Windows licensing and stuff that went on top of Windows
Gemini Links 01/07/2025: Mid Year and a Tour of Old Languages
Links for the day
EPO Presentation Bemoans Misuse of Slop in Decision-Making on Patents and in Classification (Which is Likely Illegal Too)
We habitually mention failed use cases of LLMs on the Web
Mass Layoffs at Microsoft Confirmed, "XBox Hardware Is Dead"
It's possible that over 20% of the staff will be laid off
Links 30/06/2025: Kyrgyzstan vs Media Freedom, Dalai Lama Succession
Links for the day
Gemini Links 30/06/2025: Backend Programs in Gemini and Dynamic Content Without The Scripting
Links for the day
Links 30/06/2025: Zuckerberg’s Tax-Evading Scheme Harms Kids, US Copyright Office Lacks Leadership
Links for the day
Microsoft Isn't Laying Off Tens of Thousands to 'Invest' in Slop ('Hey Hi'), It's Laying Off Tens of Thousands Because It's Running Out of Money (and Willing Lenders)
the layoffs are a sign of the business failing, not "hey hi" (whatever that is) replacing staff
Intel Lays Off 20% of Its Workforce, Microsoft is Doing the Same This Year
Like a yoyo, whatever goes up will come back down
Microsoft XBox Layoffs: Almost 2,000 Layoffs Became "Over 2,000"? (Over 20% of the Staff)
over 20% of staff will be let go, not counting staff that leaves voluntarily
GNU/Linux Rises to New Highs in Angola, Africa in General is Abandoning Windows
Western media barely covers Microsoft layoffs in Africa, but in recent years Microsoft culled the workforce and even shut down entire operations
Summer Plans in Techrights and Elsewhere
massive layoffs at Microsoft
Destination Geminispace (in the Age of LLM Slop and Slop Images That Infest the Web and Social Control Media)
Geminispace isn't vast, but at least it is - on average - a lot "cleaner"
GNU/Linux Growing in Sierra Leone This Year
Based on what statCounter is seeing, this year there are more and more people there who adopt GNU/Linux
Serial Sloppers Gonna Slop
More sites out there ought to call out the cheaters
Quartz (qz.com) is Spam and a Slopfarm
It used to be OK. Then they fired the staff.
Links 30/06/2025: US Economic Woes, Extreme Heat
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, June 29, 2025
IRC logs for Sunday, June 29, 2025
Gemini Links 30/06/2025: "The AI Hype" and New AuraGem Ask
Links for the day