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

This is Not a Sustainable Way to Run Microsoft
This is a downward spiral
[Meme] From Checked by Three Examiners to Gone (Granted) in 3 Seconds!
twice as many monopolies with 10% less staff
EPO Staff Representatives Explain the Latest Corruption at the EPO in a New Paper
Owing to corrupt management the EPO has resorted to corporate crime or organised crime designed to benefit large corporations. Who will pay the price? Everybody else in Europe.
 
Wine Took the Bait (Mono), Soon Starts the Microsoft Circus With the Banhammer
large companies are exercising more control over the thing/s they claim to "donate" to
Links 14/09/2024: Science, War, and Politics
Links for the day
Transcript (and Correction) of Dirk Hohndel's Interview With Linus Torvalds in 2014
A lot of things have deteriorated since then
Microsoft Asia President Ahmed Mazhari Leaves the Company
Even everything they say about Mazhari is just "prepared" quotes from Microsoft itself
Contrary to What Microsoft Claims, Teams Were Cut Yesterday, XBox Sales Have Collapsed, Layoffs Announced at 3AM (in the Morning)
There is actually a lot of media coverage about this, unlike prior waves of layoffs at Microsoft
Last Month Dr. Richard M. Stallman (RMS) Explained Why You Should Delete GitHub
RMS explained why
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, September 13, 2024
IRC logs for Friday, September 13, 2024
Gemini Links 14/09/2024: LoRa, ROOPHLOCH, and Crafting a Programming Language
Links for the day
[Video] Why Hurd and MINIX (or BSD) Didn't Get Ahead of Linux?
We've converted the video into WebM to make it more accessible
Dr. Richard M. Stallman (RMS) Explains That a Free/Libre Program Running on Somebody Else's Server (e.g. Clown Computing) Leads to Freedom Deficit
"when you are doing your computing you must not entrust that to somebody else's server because users including you should have control over their own computing but you can never have control over what somebody else's server does because somebody else installs software in that computer and configures it and thus decides what computing it is going to do."
ircII Has Turned 35
Don't listen to people who say IRC is "dead"
[Meme] Code of Conduct in WINE
irritate productive developers...
Number of Gemini Capsules Rising Closer to 4,100, Certificate Authority "Let's Encrypt" Down to 1.1%
Some time soon the Certificate Authority "Let's Encrypt" will probably fall below 1%
Richard M. Stallman Explains Why the Web Becoming a Pile of Proprietary JavaScript Programs (Not Pages to Render) Does Harm to Web Users
"The web was designed to let users control how that data would be rendered but businesses didn't like that."
Links 13/09/2024: Crackdowns on Bloggers, Deepfakes, Internet Archive‘s Wayback Machine Now in Google Search
Links for the day
RedMonk: September the Month of the Mouth of Redmond (Still)
the usual storyline, i.e. what's not controlled by Microsoft's proprietary GitHub simply does not exist
Links 13/09/2024: Disinformation in Focus, End of Presidential Debates (Trump Accepts It Hurts Him)
Links for the day
Mono as a Double-Purpose Trojan Horse Inside Wine
And now they can oust founders and top contributor with a CoC
This is How Bad Things Have Become at Microsoft
We're seeing nearly 80 reports in English about those layoffs
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, September 12, 2024
IRC logs for Thursday, September 12, 2024
Links 13/09/2024: Recorded Future Bought by MasterCard, Bits of Freedom Turns 25
Links for the day
Gemini Links 13/09/2024: Towards Aristocratic Personal Computing, Technology and Privac
Links for the day
Once Again, Mass Layoffs at Microsoft (Just Like Every Month This Year)
Reporting and articles trickling in (in recent hours)
Rumour: Layoffs in IBM Consulting Today
IBM has had many layoffs lately
Microsoft Has Infiltrated the OSI and Its Moles (Whom It Pays to Speak 'for' OSI) Control the Narrative
This is utterly grotesque
Saudi Arabia and Its Footprint in X/Twitter
a massive proportion of pro-ISIS accounts in Twitter were operated from Saudi Arabia or by Saudi Arabians
Links 12/09/2024: Apple Owes a Lot of Money, Repressions and Censorship of Activists Noted
Links for the day
Anniversaries Coming Up
Probably the funnest year of our lives, and definitely the most productive
In Europe, Vista 11 Grew Only 3% (Relative to Other Windows Versions) This Year
That's a huge problem for Microsoft
Google's YouTube Censorship Has Gotten a Lot Worse and Anti-scientific (for Commercial Reasons)
By today's standards, YouTube is not something RMS can (or would) use
Google Appears to Have Broken Every Single Instance of Invidious. It's a Wake-up Call, Please Stop Uploading Videos to YouTube.
Including videos of Free software events
[Meme] Video Uploads Improved
The tools are all in our self-hosted Git repository and the licence is, as usual, AGPLv3
Apple Event as Fine Example of the "IT" Circus
It's not clear if the enemy of Free software is a company like Apple is simply public ignorance that Apple keeps fostering
Imposters Inheriting Institutions
Dealing with the "imposter syndrome"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, September 11, 2024
IRC logs for Wednesday, September 11, 2024
Gemini Links 12/09/2024: Clean Island and VCFMW19
Links for the day