Bonum Certa Men Certa

Links 10/3/2021: OVHclown on Fire, EndeavourOS Plans



  • GNU/Linux

    • Server

      • 3.6 million websites taken offline after fire at OVH datacenters

        Around 3.6 million websites across 464,000 distinct domains were taken offline after the major fire at an OVHcloud datacenter site in Strasbourg overnight.

        [...] Websites that went offline during the fire included online banks, webmail services, news sites, online shops selling PPE to protect against coronavirus, and several countries’ government websites.

        [...]

        Unsurprisingly for a French hosting company, the most affected country code top-level domain (ccTLD) is .fr, which had 184,000 knocked-out websites spread across 59,600 distinct domain names – these account for 1.9% of all .fr domains in the world. In comparison, there were only 24,100 .uk websites hosted in the affected datacenters, across just 8,700 unique domains. Most of the affected websites use the generic .com top-level domain, amounting to 880,000 websites across 180,000 domains.

    • Audiocasts/Shows

    • Kernel Space

      • Loongson 2K1000 Linux Support Still Getting Brought Up With New Kernel Patches - Phoronix

        Chinese MIPS64 vendor Loongson announced the 2K1000 back in 2017 and while it has already been succeeded by more advanced chips in the Loongson 3 series, the Linux driver support for the 2K1000 is still coming together.

        The Loongson 2K1000 is their dual-core 40nm part from 2017 that has around a 1.0GHz clock frequency for the MIPS64r2 LoongISA 1.0 processor. While Loongson generally enjoys good Linux support for their hardware, it's taken a while for this 2K1000 support to come together.

      • Linux 5.12 Performance Is Looking Stable, In Good Shape - Phoronix

        With that nasty swapfile issue behind us, the Linux 5.12 kernel is looking to be in good shape and on my tests so far across a number of different Intel and AMD systems I am not seeing any major surprises.

        Long story short, aside from areas of noted changes for Linux 5.12, I am not seeing any benchmarks come out with unexpected results for better or worse. For one week now across continuous testing on many different systems, Linux 5.12 is looking to be in good shape and reliable with that swap fix causing no more file-system regressions.

        I haven't hit any major regressions either, unlike Linux 5.11 that was impacted by the AMD frequency invariance issue.

      • VirtIO Sound Driver Coming For Linux 5.13 - Phoronix

        The virtual sound driver for VirtIO has been queued up into the sound-next code ahead of the Linux 5.13 merge window this spring.

        This virtual sound driver has been floated on the kernel mailing list while this week was queued up by sound maintainer Takashi Iwai of SUSE.

      • Intel CPU roadmap shoots for the moon with Lunar Lake drivers hitting Linux years ahead of launch

        Intel is looking far, far ahead of where it's at today according to a recent update to its Linux driver stack. While we're anticipating Intel Rocket Lake chips later this month, Intel is eyeing up Lunar Lake processors some three or more years in the future.

        [...]

        That big new design will be Alder Lake, which represents a monumental shakeup in CPU architecture for the chipmaking company. So one can assume that all those thereafter will feature similarly disparate architectures from those around today.

        Intel Alder Lake is still on track to arrive later this year, and will feature the 10nm Enhanced SuperFin process node for the first time on desktop. That's not the massive shift in design we're talking about, however. That's the hybrid design of Alder Lake. These chip will feature up to eight 'big' cores, built from the Golden Cove architecture, and up to eight 'little' cores. Those little cores will be based on the low-power architecture usually found in Atom chips, but a newer and reportedly much more effective version than what's around today, codename Gracemont.

        These chips are also said to be the first to arrive with DDR5 RAM support on desktop, and we've seen heaps of memory manufacturers roll out the precursors to compatible kits over the past few months. PCIe 5.0 support is also incoming.

      • Graphics Stack

        • AMD Radeon "Aldebaran" Support Merged Into Mesa 21.1 - Phoronix

          The AMD Radeon "Aldebaran" successor to Arcturus has now landed the initial user-space code into Mesa 21.1.

          Last month AMD's open-source graphics driver engineers began posting "Aldebaran" Linux kernel patches for this next-gen CDNA graphics card / accelerator. This came shortly after a new GFX90A target was added to LLVM in continuing the GFX9 (Vega) / CDNA family. That shader compiler back-end support indicated support for full-rate FP64 and other new capabilities.

        • AMD Clarifies ROCm Compute Support For GUI Applications - Phoronix

          AMD recently added a notice to the ROCm repository reinforcing their focus on headless, non-GUI workloads while now that statement is being sort of retracted and they have clarified their support intentions around this open-source Radeon Open eCosystem driver stack.

        • OpenGL on DirectX: Conformance & upstreaming of the D3D12 driver [Ed: Collabora selling us out for Microsoft bribes. This is how companies fall.]

          Over the last year and then so, Collabora has been working with Microsoft on their D3D12 mapping layer, which I announced in my previous blog post. Last July, Louis-Francis Ratté-Boulianne wrote a status update, but a lot has happened since then, so it's time for another update.

          We’re excited to share that the we have recently passed the OpenGL 3.3 conformance tests, and have upstreamed the code in Mesa 3D!

    • Applications

      • Sean Whitton: consfigurator 0.3.1

        Consfigurator is a system for declarative configuration management using Common Lisp. You can use it to configure hosts as root, deploy services as unprivileged users, build and deploy containers, and produce disc images. [not all of these are implemented yet, but the design permits them to be]

        Consfigurator’s design gives you a great deal of flexibility about how to control the hosts you want to configure. If there is a command you can run which will obtain input and output streams attached to an interactive POSIX sh running on the target host/container, then with a little glue code, you can use much of Consfigurator’s functionality to configure that host/container. But if it is possible to get an implementation of Common Lisp started up on the host, then Configurator can transparently execute your deployment code over on the remote side, rather than exchanging information via POSIX sh. This lets you use the full power of Common Lisp to deploy your configuration.

    • Instructionals/Technical

      • How To Set Up an OpenVPN Server on Debian 10

        A virtual private network (VPN) is a secure and encrypted connection between two networks and individual users that protects your internet connection and privacy online. OpenVPN is a free and open-source VPN protocol that implements techniques to create secure point-to-point in routed configurations. It is cross-platform and compatible with all major operating systems.

        In this tutorial, we will show you how to install and setup the OpenVPN on Debian 10 server.

      • Install and Configure Fail2ban on Debian 10 | Linuxize

        All servers that are accessible from the Internet are at risk of malware attacks. For example, if you have an application that is accessible from the public network, attackers can use brute-force attempts to gain access to the application.

        Fail2ban is a tool that helps protect your Linux machine from brute-force and other automated attacks by monitoring the services logs for malicious activity. It uses regular expressions to scan log files. All entries matching the patterns are counted, and when their number reaches a certain predefined threshold, Fail2ban bans the offending IP using the system firewall for a specific length of time. When the ban period expires, the IP address is removed from the ban list.

        This article explains how to install and configure Fail2ban on Debian 10.

      • Ubuntu: upgrade 18.04 to 20.04 [Guide]

        If you’re an Ubuntu LTS user, you don’t upgrade your system every 6 to 8 months to a new release. Instead, you upgrade to every LTS release, which is every two years. In this guide, we’ll show you how you can upgrade from Ubuntu 18.04 LTS to Ubuntu 20.04 LTS using both the GUI and the terminal.

        Note: please be sure to back up your files before attempting to upgrade your Ubuntu installation. While Ubuntu upgrades almost always go smoothly, it’s still smart to save your data before trying to upgrade.

      • How To Install Node.js on Manjaro 20 - idroot

        In this tutorial, we will show you how to install Node.js on Manjaro 20. For those of you who didn’t know, Node.js is a Javascript platform for programming that enables users to build network applications very quickly. If you are using Javascript on both the front-end and the back-end, it means your development can be much more consistent and be designed within the same system.

        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 through the step-by-step installation of Node.js on a Manjaro 20 (Nibia).

      • How to switch between light and dark themes on your Chromebook

        Today we are looking at how to switch between light and dark themes on your Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

      • How to install KDE Desktop GUI on AlmaLinux 8 - Linux Shout

        AlmaLinux by default comes with Gnome Desktop GUI, just like the existing CentOS 8 version. Even those who have installed a full Desktop version of this can also install KDE to easily switch between these two whenever they want.

        The “KDE Community” is an international team that develops free and open-source software for both desktop PCs and mobile devices. Apart from the various software, the community also offers a desktop environment called KDE Plasma for Linux and UNIX platforms.

      • Monitoring Docker Containers With Grafana Using Dockprom

        Monitoring is one of the essential activities in the DevOps world. and I don't even need to convince you about why monitoring is a good idea. You already know that, right?

        You may of course stick to command line tools to monitor your server and the docker containers running on it, a GUI-based approach adds the convenience of analyzing performance metrics with an intuitive experience to observe multiple parameters all at once on the screen It also makes it easier for sharing the monitoring dashboard with less technical people.

        In this tutorial, I am going to show you how you can set up monitoring for docker containers with dockprom and present it in a visually appealing form thanks to Grafana.

      • Linux Add User To Group Using Command-Line - nixCraft

        How can I add a user to a group under Linux operating system using command line options? How to add an existing user into a group in Linux using command line options?

        You can use the useradd or usermod commands to add a user to a group. This page explains how to add user to group in Linux using the CLI. The useradd command creates a new user or updates default new user information. The usermod command modifies a user account, and it is useful to add a user to existing groups.

      • Write your own Red Hat Ansible Tower inventory plugin - Red Hat Developer

        Ansible inventories can be static (stored in a file and managed in a source code repository) or dynamic (retrieved from an external web resource, such as through a RESTful API). Dynamic inventories are generated on-demand using inventory scripts or inventory plugins, consisting of code that Ansible runs to get a list of hosts to target when executing playbooks.

        Red Hat Ansible Tower, also known as AWX (the name of its upstream community project), is a front-end to Red Hat Ansible Engine that simplifies operations on large IT infrastructures. Operators can log into the Ansible Tower web interface and create single jobs or complex workflows using Ansible Engine building blocks such as tasks, roles, and playbooks. Enterprises typically manage assets in a configuration management database (CMDB), such as NetBox, which Ansible Tower connects to using a specially written script or plugin.

      • Show Spotify Playing Song on Top Bar in Ubuntu 20.04 via Extension | UbuntuHandbook

        For Spotify users, you can add the currently playing song name displayed on the top panel in Ubuntu 20.04 via Gnome Extension.

        There’s a Gnome Shell Extension called ‘Spotify Song Label’, which adds the current playing song as well as artist in the top bar.

      • The effects of adding users to a Linux system | Enable Sysadmin

        When you add a new user to a Linux system, you also change several files. Do you know all of them?

      • Keeping Linux files and directories in sync with rsync | Enable Sysadmin

        File synchronization made easy and efficient with rsync

      • How To Install Wireguard on Linux Mint 20 - idroot

        In this tutorial, we will show you how to install Wireguard on Linux Mint 20. For those of you who didn’t know, WireGuard is a fast and modern VPN that utilizes state-of-the-art cryptography. It’s much faster than OpenVPN or IPsec while also having a smaller codebase that is easier to audit and maintain.

        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 through the step-by-step installation of Wireguard VPN on a Linux Mint 20 (Ulyana).

      • How to Find and Fix Broken Packages on Linux

        Package managers in Linux allow you to control the installation and removal of packages. In addition to that, package managers help you in finding broken packages on your system and reinstalling them to fix various issues associated with Linux packages.

        If you are unaware of which commands to use in order to find broken packages in Linux, then this guide is for you. We will discuss broken packages in brief detail, how you can check if your system contains broken packages, and how to reinstall them properly.

      • How to Install Arkime Full Packet Capture tool on Ubuntu 20.04

        Arkime, also known as Moloch, is an open-source and large-scale indexed packet capture and search tool. It stores and exports all captured packets in PCAP format. You can use Wireshark or other PCAP ingesting tools to analyze the PCAP exported file. Arkime comes with a simple and user-friendly web interface that you can use for browsing, searching, and exporting PCAP. It is designed to be deployed in multiple systems and also able to handle gigabits per second of traffic.

        In this post, we will show you how to install the Arkime Packet Capture tool on Ubuntu 20.04.

      • How to Install Python 3.9 On Ubuntu 20.04 and 20.10 – Linux Hint

        Python, an object-oriented programming language, is well-liked among beginners and experienced developers due to its easy and user-friendly syntax. This versatile language is used as a key language in top tech companies. With new features/modules, security updates, and improvements, the python 3.9 version has been released to make this functional language more useful and top-ranked.

        Now, let’s check how to get python 3.9 on Ubuntu 20.04 device.

      • How to Synchronize Time with NTP in Linux Using Chrony Tool

        In Linux-based operating systems and servers, the time zone and timestamps play a vital role in optimization and server management. If you are a server admin, you probably already know that changing the server timestamp can play a critical role in making your server accessible from various locations. If your Linux machine’s time is not synchronized correctly, your system might not get the appropriate package update. To avoid this hassle, you can use the NTP (Network Time Protocol) on your Linux machine to synchronize your machine’s time.

      • How to Install the Telegram Desktop App in Linux - Make Tech Easier

        Telegram is a hugely popular messaging client, especially for those interested in privacy. It’s easy to use and widely available for all platforms – Windows, macOS, Linux, Android, and iOS all have access to this platform, making it ideal for diverse teams of people. There are a few ways to get Telegram installed on your Linux desktop, so here we take a look at how to install the Telegram Desktop app in Linux.

      • How to Use the read Command in Bash – Linux Hint

        In Bash scripting, the “read” command is used to obtain input from users. Understanding the “read” command is key to making your code more interactive. The “read” command is used to obtain inputted information from the user. This article shows you how to use the “read” command in Bash to interact with users.

      • How to enable automatic updates for RHEL/CentOS 8 - nixCraft

        I talked about yum-cron that provides auto yum updates nightly via cron. However, this package is no longer available on CentOS/RHEL 8 or Fedora Linux 29 or above. So how do you enable and install updates atomically on a CentOS/RHEL version 8.x? They have a new package called dnf-automatic. This page explains how to install and then enable dnf-automatic to install updates for you in the background.

        Applying security updates on your CentOS and RHEL box is an essential task for all developers and sysadmin. Hence we need to install and enable dnf-automatic. It is nothing but systemd units that can periodically download package upgrades and apply them.

      • How to install Zimbra on Ubuntu 18.04 LTS – Linux Hint

        Zimbra Collaboration Server is open-source collaborative software that comprises a mail server and a web client. It allows for email, calendaring, creating users and distribution lists, file sharing, chatting, managing mail server activities, etc. Zimbra Collaboration Server is supported on various platforms including Ubuntu 12.04, Ubuntu 14.04, Ubuntu 18.04, Redhat Enterprise Linux 6, Redhat Enterprise Linux 7, CentOS6, CentOS 7, etc. It is also supported on cloud platforms like VMware vCloud Director VMware vCloud Air and virtualization platform like VMware vSphere, XenServer 6, and KVM. The subject of today’s post is how to install the Zimbra Collaboration server on Ubuntu 18.04 LTS.

    • Games

      • Them's Fightin' Herds for Linux to release on March 25 with the 2.0 update | GamingOnLinux

        After some delays the crowdfunded indie fighting game with characters designed by acclaimed cartoon producer Lauren Faust, Them's Fightin' Herds, will release for Linux on March 25. This follows from our report in January about the port being mostly done.

      • Pixels customizable smart dice seem like an interesting way to spice up your tabletops

        While I haven't yet jumped into the deep end of virtual tabletop experiences myself, the likes of Fantasy Grounds Unity and Foundry VTT support Linux and look really good. Want to spice them up if you play already? Enter the Pixels dice.

        "Pixels are the coolest dice you’ve ever seen! Full of LEDs, smarts and no larger than regular dice, they can be customized to light up when and how you desire. Incredibly strong, smooth and sharp, they work for several hours at a time, after which you can simply recharge them with the accompanying case."

        These special dice communicate with your phone or tablet via Bluetooth for customization or other fancy features but since they're still just dice, it's not a requirement to actually use them. The signals used aren't proprietary either, so they're in talks with the likes of Foundry VTT, Roll20 and other popular virtual tabletops which sounds pretty awesome. Just because you're at a distance, doesn't mean you shouldn't be able to have fun rolling right?

      • Get your perfect Valheim world with the map generator

        Already spent hundreds of hours in Valheim? I wouldn't blame you, it's quickly becoming a favourite of mine. However, do you want to make your perfect map for next time? There's a generator for that.

        With the popularity of Valheim (constantly in Steam's top 5) it's not really a surprise that a modding scene has appeared around it, some of which we'll probably look at in future articles. Today though, let's talk maps! Valheim has generated maps, so each is supposed to be different.

      • Kick down doors and send reptile people flying in Anger Foot | GamingOnLinux

        Anger Foot, a first-person ass-kicking game about having a very powerful kick is a recent fun discovery that you absolutely need to try out.

        Designed by a few folks from Free Lives (Broforce, Genital Jousting) it's a first-person action game about running through apartments and kicking everyone in sight. Backed up by some pumping tunes and lightning-fast movements, it's certainly a memorable experience. Currently free too and it was designed originally for the 7DFPS Game Jam.

      • Euro Truck Simulator 2 heads to Russia for another DLC | GamingOnLinux

        While SCS Software still haven't finished with the upcoming Iberia DLC for Euro Truck Simulator 2, they've already revealed the next one after with the Heart of Russia.

        Continuing to be one of the most popular games on Steam, Euro Truck Simulator 2 regularly sees over 30,000 players online at any one time. It's no surprise then that there's a lot of excitement brewing whenever SCS tease a new location and people have been speculating for a while on this one. With Russia being such a huge country, SCS mentioned that they "cannot expect to include the whole country, we do not even dare to cover the whole of the European part in one project". Their current goal is to "reach the upper Volga river, but if you know Russian geography, perhaps think of the Oka river rather than the lower parts of Volga or Don" with it being huge anyway and comparable to the upcoming Iberia.

      • Maritime Calling is an upcoming seafaring RPG with rogue-like elements | GamingOnLinux

        After your next time-sink? Maritime Calling sounds promising with it taking inspiration from the likes of Sid Meier's Pirates, FTL and Age of Piracy. Developer Tiamat Games emailed in about this one, as they plan full Linux support for it.

        "We bring you a comprehensive seafaring game, that doesn't stop at simulating combat but goes far beyond. Below the decks, where sailors live, work and squabble. Into the heart of your captain, full of ideas and ambition. Across the oceans full of islands, reefs and harsh weather. Into the land - full of mysteries and nature's gifts."

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

      • GNOME Desktop/GTK

        • Material Shell - Some nerds need me, some nerds use me

          And I think that's ok. Because I am a material nerd and I live in a material ... shell? I guess those should have been the lyrics of the iconic 80s song. But no matter. We will discuss technology regardless. Specifically, I want to talk about Material Shell, a Gnome desktop extension that transforms the default Gnome desktop into a multi-layer tiled interface, intended to be productive and fun. One of the stated goals also says: getting rid of the anarchy of the traditional desktop workflows.

          Well, I'm not sure what anarchy we're talking about, but I was intrigued enough to have a go and see what gives. Perhaps Material Shell can indeed improve the Gnome experience, which I find quite restrictive, especially the lack of perma-visible application launcher shortcuts. Now, tiling is normally the domain of window managers, not so much full desktops, and ultra-nerd domain, so there's another angle right there. Begin to test, we shall.

          [...]

          Thus endeth the journey of the Material Nerd. Overall, I found the experience with Material Shell somewhat bi-polar. I liked the novelty, but I found the workflow weird and not as optimal as it can be. The variety is definitely nice, but I'm wondering if there's a real-life need to create these two-dimensional buckets of application workspaces and their different (associated) programs, mostly because workspaces with panels, like in other desktop environment, already do this. Say Plasma or Xfce, each workspace can have its own set of applications, and they can be completely different from the other desktops. Also, in a way, this is just like workspaces, only tilted 90 degrees.

          Material Shell does add flexibility to Gnome, so in that regard, it is useful, and if you like to experiment, there's no harm in trying it. 'Tis but a click away. On/Off, and you're done. What would make it even more useful is if Material Shell allows the user to perma-pin workspaces and application groups. Then, one would have neatly organized, themed desktop workspaces. Furthermore, the ability to minimize applications should exist, especially for detachable layouts like Float. All in all, not bad. Avantgarde, one would say. And we're done here.

    • Distributions

      • EndeavourOS: Spring is coming and a refresh is in the works

        I don’t know about you but when I only think of spring, it always gives me that exciting feeling in my underbelly that boosts up my energy. Spring is in the air and besides the light signs of my hayfever announcing its arrival, that good old tingly feeling is starting to build up again, ready to burst out and to make me see things with fresh eyes again.

        Well, I can tell you that those vibrant feelings of spring are whirling through the team and our community as well. The entire team together with the help of some community members are busy working on the next release with a lot of fun and enthusiasm, yes that tingly feeling is doing more than igniting a spark over here…

      • Screenshots/Screencasts

      • PCLinuxOS/Mageia/Mandriva/OpenMandriva Family

        • Download Mageia 8 Full Editions (Torrents, 32 Bit And Checksums)

          Mageia, the user friendly computer operating system, finally released version 8 February this year. Mageia is a family to Ubuntu as it comes from GNU/Linux -- that is, variant of GNU operating system with the kernel Linux and specifically Mageia is the living continuation of the first user friendly distro Mandriva. This article is a collection of direct download links plus torrents of Mandriva 8.

          [...]

          The BitTorrent downloads are the same as the above direct downloads but it is more professional, faster, and error-resistant. You can use Transmission program on Ubuntu (built-in), Windows, or MacOS to download them.

      • SUSE/OpenSUSE

        • A Message to the openSUSE Community - openSUSE News

          openSUSE has been known for years as an amazing, vast and buzzing community. But after many discussions with the many linguistic groups that compose the openSUSE mosaic, we feel that more could be done to facilitate communication and exchanges. We feel this is what makes a community of communities special: it thrives when all groups, from big to small, stick together and share the pleasure of sharing – be it knowledge, emotions or stories.

          [...]

          Call to ‘“veteran contributors”: If you are a package maintainer or an infrastructure volunteer and you feel like your workflow could be improved or “parallelized” with help from additional volunteers, please do get in touch. Formation and delegation are a good way of strengthening bonds between communities.

          As for working together, we will be adopting a flat, decentralized organization model, to avoid burdening a few people with a role that would be left hanging should they move on to other things. So there is no reason to worry that joining us will commit you to a year of weekly efforts. If you come up with a good idea, we’ll help you realize it, and that is all! No one will pressure you.

          So if you are interested in helping us, or in being featured, or in getting involved in any way, please do ring us and tell us your story!

      • IBM/Red Hat/Fedora

        • Awards roll call: November 2020 to February 2021

          Among 2020’s biggest buzzwords—unprecedented, pivotal, virtual—one emerged as a defining factor of Red Hat’s success amidst the chaos: resilience. Earlier this month, our President and CEO Paul Cormier outlined our path for 2021, which is built upon the resilience of our people and technology. We are proud to be able to highlight some of these aspects of our company and the recent accolades they’ve received from the industry.

        • Fedora Community Blog: Introducing the new Fedora Accounts

          Every Fedora contributor is familiar with FAS (the Fedora Account System), and has used it to create and manage their Fedora Contributor Account. The current “FAS2” system was first deployed in 2008, and has managed Fedora users and groups for over 13 years.

          [...]

          It is important to note that the new Fedora Accounts is not just a new user interface on the old FAS2 system. Fedora Accounts uses FreeIPA on the backend, with the new custom freeipa-fas plugin applied to add extra functionality for Fedora Accounts.

          The new web frontend is powered by a new piece of software named Noggin, which provides a tailored UI for creating and managing your Fedora contributor account, and interfaces directly with the FreeIPA backend.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Understanding file names and directories in FreeDOS

        The open source operating system FreeDOS is a tried-and-true project that helps users play retro games, update firmware, run outdated but beloved applications, and study operating system design. FreeDOS offers insights into the history of personal computing (because it implements the de facto operating system of the early '80s) but in a modern context. In this article, I'll use FreeDOS to explain how file names and extensions developed.

      • Web Browsers

        • Mozilla

          • Insights into HTTPS-Only Mode

            In a recent academic publication titled HTTPS-Only: Upgrading all connections to https in Web Browsers (to appear at MadWeb – Measurements, Attacks, and Defenses for the Web) we present a new browser connection model which paves the way to an ‘https-by-default’ web. In this blogpost, we provide technical details about HTTPS-Only Mode’s upgrading mechanism and share data around the success rate of this feature. (Note that links to source code are perma-linked to a recent revision as of this blog post. More recent changes may have changed the location of the code in question.)

          • 5 years ago, Firefox (re)entered Debian

            5 years ago today, I was declaring Iceweasel dead, and Firefox was making a come back in Debian. I hadn’t planned to make this post, and in fact, I thought it had been much longer. But coincidentally, I was binge-watching Mr. Robot recently, which prominently featured Iceweasel.

            Mr. Robot is set in the year 2015, and I was surprised that Iceweasel was being used, which led me to search for that post where I announced Firefox was back… and realizing that we were close to the 5 years mark. Well, we are at the 5 years mark now.

      • Funding

        • 200+ Open-Source Projects Involved In GSoC 2021

          Google has announced the 202 open-source projects that will be included as part of this year's Google Summer of Code (GSoC) initiative for getting students involved in free software development.

          Even with this year's Google Summer of Code requiring half the time with half the stipend as prior years and that leading to some organizations not participating, there still are over two hundred open-source projects set to participate including 31 that will be part of GSoC for the first time.

      • FSF

        • GNU Projects

          • Let's Try GuixSD On Virtual Machine (Virt-Manager)

            This tutorial is for you computer users who love exploring operating systems. This explains step by step to try GuixSD, The GNU Operating system, in graphical ways on a virtual machine on existing Ubuntu laptop. We will use the free software Virt-Manager as the VM and see the GuixSD's Xfce desktop. You will learn where to download the GuixSD, which image file to grab, and how to use it within a VM. Finally, I am glad I brought GuixSD here on Ubuntu Buzz! I hope you will enjoy this.

      • Programming/Development

        • Vue Computed Deep Structures – Linux Hint

          When it comes to the computation of nested or deep data types like arrays or objects, Vue.js or any other programming language does not automatically detect the hierarchical change in the data. However, we all know that Vue.js provides the watch and computed properties to perform some change variables. But when it comes to nested data changes, Vue.js does not detect that. This post will learn to perform some changes by watching the nested data of arrays or objects. Before learning about watching nested data in Vue.js, let’s first understand how the watch property works?

        • Dirk Eddelbuettel: RcppArmadillo 0.10.2.2.0 on CRAN: New Upstream Patch Release

          Armadillo is a powerful and expressive C++ template library for linear algebra aiming towards a good balance between speed and ease of use with a syntax deliberately close to a Matlab. RcppArmadillo integrates this library with the R environment and language–and is widely used by (currently) 841 other packages on CRAN.

          This release brings us a second update within the Armadillo 10.2 series, one month after the initial release. Upstream work has commenced at a 10.3 series with first pre-releases which we are currently testing. If possible, CRAN release will continue to be at least one month apart (such as this time) but we continue to make interim releases available on the Rcpp drat repo repo.

        • Troubleshoot WiFi problems with Go and a Raspberry Pi

          Last summer, my wife and I sold everything we owned and moved with our two dogs to Hawaii. It's been everything we thought it would be: beautiful sun, warm sand, cool surf—you name it. We've also run into some things we didn't expect: WiFi problems.

          Now, that's not a Hawaii problem. It's limited to the apartment we are renting. We are living in a single-room studio apartment attached to our landlord's apartment. Part of the rent includes free internet! YAY! However, said internet is provided by the WiFi router in the landlord's apartment. BOO!

        • Flutter 2.0 embedded UI toolkit embraces Windows, macOS and Linux
        • Qt 6 - Based Qt Creator Snapshots

          These snapshots are based on the 4.15 branch of Qt Creator and the upcoming Qt 6.1 release. You find them on our download server here: https://download.qt.io/snapshots/qtcreator_qt6/.

        • Boost Your Programming Skills by Reading Git's Code

          Each of these methods will appeal to different people, and each one has elements that will definitely make you a better programmer. If you are an intermediate or advanced coder, it is almost certain that you've tried each of these methods at least once.

          However, there is another method that the vast majority of developers overlook, which is a shame in my opinion because it has so much to offer. This method is to learn by reading, analyzing, and understanding existing, high-quality codebases!

          We are lucky to live in a time where good code is often accessible for free via high-quality, free-and-open-source (FOSS) projects.

        • Perl/Raku

          • A blog post about blog posts

            There are lot's of good reasons for using the system perl, some of which include that the distribution packagers spend much time bundling and patching them, the security advantage of system perl packages being digitally signed (plenv and perlbrew don't have any such mechanisms), or using mod_perl that comes with the distribution.

            Folks may also be using perl for utility scripts in a perl averse company.

            Disparaging comments about which perl interpreter people use and how it's installed don't persuade, inform, or encourage people to do more with perl, nor do they respect the different circumstances that other people may be working under.

          • I failed to pause before blogging
        • Python

          • Difference between CPython, Jython, IronPython, PyPy, and Cython – Linux Hint

            Computer Science is one of the hottest fields out there right now, and it keeps on growing and expanding further. It has tremendously evolved from what it used to be in the early days and now is being used for content that is changing the lives of millions of people. Such has been its advancement that has allowed concepts like artificial intelligence, deep learning, and so many others, which once looked impossible to come into existence.

            One particular element of computer science that has seen a large evolution is the programming language section, which is an integral part of machines and comprises instructions that allow the machines to perform different tasks. Python is one high-level programming language that has immensely grown and is being used in multiple sectors of the industry.

            However, Python itself is vast and can be implemented in several different flavors, which shall also be the topic of our discussion in this article, and where we will be looking at the different implementations that currently exist of Python.

          • How to Create Django Views? – Linux Hint

            Different types of data of Django application, such as HTML content, XML data, JSON data, image, 404 error, etc. are transferred to the template through Django view. Each view is created for a specific purpose and associated with a particular template. The data of the view can be generated from the user through HTML form or from the database or business logic. Django views can be created using a method of python class or python function. The class-based views contain many functionalities compared to function-based views. For this, most of the Django applications use class-based views to represent the data of the Django application. The ways of creating the function-based view and class-based view have been explained in this tutorial.

        • Shell/Bash/Zsh/Ksh

          • 20 Useful Grep Command Examples in Linux

            Grep is a command-line utility widely used in Linux/Unix that uses in searching data sets of specific files for lines that match a regular expression of plain texts. Grep stands for Global Regular Expression Print. It was originally named by Ken Thompson who was also the original author. He named it so because in ed the command g/re/p has the same effect as grep. In this guide we will cover 20 useful grep command examples.

          • Bash if-else statements

            In your day-to-day life, many things are associated with conditions. For example, when we decide, we first analyze its conditions, outcomes and finalize the decision. Conditional statements in any programming language shadow the same way, and they are core to every language. These statements are used to manage code execution flow and perform tasks based on true and false conditions.

        • Rust

          • Jussi Pakkanen: Mixing Rust into an existing C shared library using Meson

            Many people are interested in adding Rust to their existing projects for additional safety. For example it would be convenient to use Rust for individual high-risk things like string parsing while leaving the other bits as they are. For shared libraries you'd need to be able to do this while preserving the external plain C API and ABI. Most Rust compilation is done with Cargo, but it is not particularly suited to this task due to two things.

            [...]

            As adding numbers is highly dangerous, we want to implement the adder_add function in Rust and leave the other functions untouched. The implementation in all its simplicity is the following...

        • Java

          • Java 16 Goes GA on March 16 Includes 17 Enhancements -- ADTmag

            The general availability (GA) release of the Java 16 Platform (Java SE 16) and the Oracle Java Development Kit (Oracle JDK) is set for March 16.

            Oracle JDK 16 will be a short-term support release, which will be obsolete after the Long Term Support (LTS) release of Java 17 in September, but it comes with a long list of enhancements and upgrades, including Pattern Matching for instanceof; Records, previewed in Java 14; the new Packaging Tool; incubating versions of the Vector API, the Foreign Linker API, and the Foreign-Memory Access API; Sealed Classes, which is a preview feature.

  • Leftovers

    • Hardware

      • Intel's Lightning Mountain Appears Punted Off Or Canned As Part Of MaxLinear Acquisition

        Back in 2019 we reported on Intel bringing up a new SoC dubbed "Lighting Mountain" to be used as a network processor and for other use-cases. Intel brought up that initial Linux kernel code for Lightning Mountain in 2019 but since then the code has already begun to fall into disrepair while it looks like it was either punted off as part of MaxLinear's acquisition last year of the Intel Home Gateway Platform Division or otherwise as a result of that was cancelled.

        There hasn't been much to report on for Lightning Mountain since the initial batch of code went upstream in 2019 and then last year were just a few more Lightning Mountain (LGM) remnants going up in relation to Intel's Gateway SoC. Then again, it isn't an incredibly exciting area from a technical angle with Lightning Mountain being a 14nm Airmont based design.

    • Integrity/Availability

      • Proprietary

        • Pseudo-Open Source

          • Privatisation/Privateering

            • Linux Foundation

              • Announcing Istio 1.8.4

                This release contains bug fixes to improve stability. This release note describes what’s different between Istio 1.8.3 and Istio 1.8.4

              • The Evolution of Kubernetes Dashboard

                In October 2020, the Kubernetes Dashboard officially turned five. As main project maintainers, we can barely believe that so much time has passed since our very first commits to the project. However, looking back with a bit of nostalgia, we realize that quite a lot has happened since then. Now it’s due time to celebrate “our baby” with a short recap.

              • Xen Summit 2021 Updates

                This year’s Summit will be a virtual experience taking place from May 25 – 28, 2021.

                The Xen Summit brings together the Xen Project community of developers and power users to share ideas, latest developments, and experiences, as well as offer opportunities to plan and collaborate on all things Xen Project.

                If you’d like to present a talk at the Summit, the Call For Proposals is open now and will close Friday, April 2 at 11:59 PM PT.

              • LF Edge’s State of the Edge 2021 Report Predicts Global Edge Computing Infrastructure Market to be Worth Up to $800 Billion by 2028 [Ed: Another blunder]

                State of the Edge, a project under the LF Edge umbrella organization that established an open, interoperable framework for edge independent of hardware, silicon, cloud, or operating system, today announced the release of the 4th annual, State of the Edge 2021 Report. The market and ecosystem report for edge computing shares insight and predictions on how the COVID-19 pandemic disrupted the status quo, how new types of critical infrastructure have emerged to service the next-level requirements, and open source collaboration as the only way to efficiently scale Edge Infrastructure.

          • Windows-centric

            • 7-Zip 21.01 Alpha - Neowin

              The command line version of 7-Zip for Linux was released.

            • The Best 5 Linux Cloud Storage Solutions in 2021 [Ed: Those are not solutions. They’re disasters. This clown computing hype means instant data compromise.]

              Cloud storage is arguably the best way to back up you personal data. It takes the physical action of backing up out of your hands and leaves you with an accessible archive of data.

        • Security

          • Sigstore is a Let’s Encrypt Like Software Signing Service for Open Source Software [Ed: Monopolists trying to centralise application trust like 'secure' boot]

            It’s evident that security for anything is a top priority now. And, ensuring that the software you use is genuine and developed by the original developers is even more important.

            Of course, there will always be pirated or modded software available but even with that, if they utilize code signing, you will be able to verify the source (if you trust them in the first place).

            Even though software signing is important and has a ton of benefits to ensure the integrity of the software, code signing isn’t something adopted by many developers.

          • Linux Foundation Debuts Sigstore Project for Software Signing

            Sigstore aims to improve the open source software supply chain by simplifying the process of cryptographic software signing.

          • Linux Foundation Debuts Sigstore Project for Software Signing

            The Linux Foundation has announced the launch of Sigstore, a new nonprofit initiative that aims to improve open source software supply chain security by making it easier for developers to adopt cryptographic signing for different components of the software development process.

          • Linux Foundation Project Secures Software Supply Chains - DevOps.com

            The Linux Foundation today embraced a sigstore project founded by Red Hat, Google and Purdue University to make it simpler for developers to employ cryptographic software, enabled by transparency log technologies, to secure software supply chains.

          • Linux Foundation is making it easier to verify the authenticity of software

            In a bid to secure the open source software supply chain, the Linux Foundation, together with Red Hat, Google, and Purdue University have combined to launch a new project to help developers cryptographically sign their software.

            Considering the constant increase in the rate of industrial adoption of open source software, the project, called sigstore, aims to prevent an attack on a public software repository from injecting tainted code in the supply chain.

            “sigstore enables all open source communities to sign their software and combines provenance, integrity and discoverability to create a transparent and auditable software supply chain,” said Luke Hinds, Security Engineering Lead, Red Hat office of the CTO.

          • Linux Foundation launches free service to verify software authenticity

            The Linux Foundation, the non-profit organization enabling innovation through open source, has announced a new service to improve the security of the software supply chain by enabling the easy adoption of cryptographic software signing.

            Called 'sigstore' it will allow software developers to securely sign software artifacts such as release files, container images and binaries. Signing materials will then be stored in a tamper-proof public log. Founding members of the project include Red Hat, Google and Purdue University.

          • Linux Foundation launches software signing service

            The Linux Foundation is launching “sigstore,” a free-to-use software signing certificate authority open to all developers.

            Code signing cryptographically authenticates that software has not been tampered with before installation. It can be a valuable tool to prevent hackers from co-opting patching systems or software distribution to deliver malware.

            But it can be a difficult feature for open source software producers to leverage, given the complexities of the process and key management.

          • The Linux Foundation's "sigstore" project

            The Linux Foundation has announced a project called sigstore; its purpose is to protect against supply-chain attacks by signing (and verifying) release artifacts. "Very few open source projects cryptographically sign software release artifacts. This is largely due to the challenges software maintainers face on key management, key compromise / revocation and the distribution of public keys and artifact digests. In turn, users are left to seek out which keys to trust and learn steps needed to validate signing. Further problems exist in how digests and public keys are distributed, often stored on websites susceptible to hacks or a README file situated on a public git repository. sigstore seeks to solve these issues by utilization of short lived ephemeral keys with a trust root leveraged from an open and auditable public transparency logs."

          • The Linux Foundation Launches sigstore, a New Software Signing Service

            The Linux Foundation is launching its new sigstore project to provide better security and protection for all aspects of the software supply chain. The new project will enable developers to sign specific aspects of their development process, ensuring that files and other assets carry strong, tamper-proof encryption.

          • Sigstore is a Linux Foundation project developed by Google and Red Hat for code signing

            An inherent weakness of open source code is that it's difficult to determine its provenance and how it was built, which means that it's prone to supply chain attacks. Google aims to solve this problem which is why it has collaborated with Red Hat and Smallstep to introduce Sigstore (stylized "sigstore") in the Linux Foundation, making it easier to digitally sign and verify source code.

            [...]

            As it currently stands, sigstore has a fully functioning transparency log, but the WebPKI and client signing tooling is still in prototyping stage and is not ready for general use. The tool is open source and free to use for all developers. The development teams thinks that there are no privacy concerns involved as sigstore does not need access to any personal information except the OpenID Connect grant which will contain the user's email address. Future plans for sigstore include introducing support for other OpenID Connect providers, updating the documentation, completing the development of the remaining signing infrastructure, and hardening the system for general use. You can find out more about the project on the dedicated website here.

          • Google and Red Hat team up with Linux Foundation for software-signing service

            The Linux Foundation has launched a free-to-use service for open source developers to cryptographically sign software to reassure users further down the supply chain that the software they’re using is legitimate.

            Developed in partnership with Google and Red Hat, the sigstore project will allow the open source community to sign software artefacts including release files, container images and binaries before these elements are stored in a public log.

          • Linux Foundation boosts security with crypto signing and ID credentialing groups

            The Linux Foundation has launched a “sigstore” project for improving software security via crypto software signing and transparency logs. The LF also announced new members for OpenSSF and launched a “DizmeID Foundation” for digital ID credentialing.

            The Linux Foundation announced the launch of a sigstore project for cryptographic software signing and announced new members for its Open Source Security Foundation (OpenSSF). Other recent Linux Foundation security announcements include the launch of a DizmeID Foundation for digital ID credentialing and a new commitment from Google and the LF to prioritize funds to underwrite two full-time maintainers for Linux kernel security development (see farther below).

          • Security updates for Wednesday

            Security updates have been issued by Debian (kernel and privoxy), Fedora (libtpms, privoxy, and x11vnc), openSUSE (chromium), Red Hat (.NET 5.0, .NET Core, .NET Core 2.1, .NET Core 3.1, dotnet, and dotnet3.1), SUSE (git, kernel, openssl-1_1, and wpa_supplicant), and Ubuntu (git and openssh).

          • [Older] Use JoomScan to scan Joomla for vulnerabilities on Kali

            When installing a content management system for your website, it's easy to get lazy and assume that it's going to do all the work for you. A CMS like Joomla certainly does make things more convenient, and lets you publish a polished website very quickly, but that doesn't mean you shouldn't take some extra time to secure it.

          • Microsoft Security Researcher Proposes Unprivileged Chroot For Linux [Ed: The same company that puts back doors in everythinfg for the NSA is now posing as "security"; watch the replies in comments]

            Security researcher and Microsoft engineer Mickaël Salaün is proposing unprivileged chroot support for the Linux kernel.

          • Fear, Uncertainty, Doubt/Fear-mongering/Dramatisation

            • Scanning for Secrets in Source Code [Ed: Wrongly insinuating people all use Microsoft proprietary software (NSA PRISM) prison called GitHub]

              As a developer, I admit that I’ve committed secrets to public Github repositories before. Hardcoded secrets have always been a problem in organizations and are one of the first things I look for during a penetration test. When developers write secrets such as passwords and API keys directly into source code, these secrets can make their way to public repos or application packages, then into an attacker’s hands. As microservice architectures and API-centric applications become mainstream, developers often need to exchange credentials and other secrets programmatically. This means that developers can sometimes make mistakes when handling sensitive data.

            • Researchers Unveil New Linux Malware Linked to Chinese Hackers [Ed: It seems possible that right about now, in order to distract from the Microsoft Exchange catastrophe (Microsoft uses xenophobia for blame-passing), they will spam or Googlebomb "Linux" with China malware something]

              Cybersecurity researchers on Wednesday shed light on a new sophisticated backdoor targeting Linux endpoints and servers that's believed to be the work of Chinese nation-state actors.

          • Privacy/Surveillance

    • Monopolies

      • Charles Tait Graves: Idea Submission Cases, Desny Claims, and Trade Secret Law

        I thoroughly enjoyed Charles Tait Graves new article: Should California’s Film Script Cases Be Merged into Trade Secret Law?, which was recently published in The Columbia Journal of Law & the Arts. Graves is a partner at Wilson Sonsini and teaches trade secret law at UC Hastings Law.

        The article deals with so-called "idea submission" cases. The fact pattern is as follows. Plaintiff, who is sometimes called the "idea man" in older cases, shares an idea with Defendant, hoping for monetary compensation even though there's no express contract stating terms of payment. Defendant subsequently takes the idea and commercializes it without paying Plaintiff. (There's an excellent discussion of the idea submission cases in Chapter 4 of Elizabeth Rowe and Sharon Sandeen's Trade Secret Law casebook).

        At least in California, the Plaintiff-idea person will likely have two distinct types of legal claims in this scenario: (1) a claim for breach of an implied-in-fact contract, which in California is called a Desny claim; and (2) a claim for civil trade secret misappropriation, which since 2016 can be brought under both state law (e.g. under the California Uniform Trade Secret Act) and federal law via the Defend Trade Secrets Act (DTSA). Graves recounts in tremendous detail how these two different legal regimes developed on separate ends of the map of California, in Southern and Northern California, respectively. Graves' thesis is that, even though these two areas of law have been historically addressed separately, they have a lot in common and can learn a lot from one another.

      • Patents

        • Egregious Delay and Blatant Disregard for Precedent

          On mandamus, the Federal Circuit has again found that Judge Albright clearly abused his discretion in failing to rule on TracFone’s motion to transfer its case out of the Western District of Texas and to a more convenient venue.

          Although Judge Albright has promised rapid progression of patent infringement cases to trial, he has been sitting on transfer motions and leaving them undecided. Here, the appellate panel repeated its prior statement that Judge Albright’s approach “amount[s] to egregious delay and blatant disregard for precedent.”

        • Two BAT patents revoked in heat-not-burn cigarette battle

          In a judgment handed down yesterday, the UK High Court revoked two patents belonging to tobacco product manufacturer British American Tobacco (case no: HP-2020-000012.) The revocation is part of a high-stakes global dispute between BAT and rival Philip Morris, concerning lucrative technology for heat-not-burn cigarettes.

          Since the High Court found the patents invalid, it also dismissed BAT’s claim of infringement. However, the judge acknowledged that had he found the two patents valid, Philip Morris would have infringed them.

          The two patents in question are both divisional. EP 3 398 460 B1 and EP 3 491 944 B1 concern an aerosol-generating device, and a cigarette “for use with” an aerosol-generating device, respectively.

        • Neapco Vents to Federal Circuit in IPR Loss

          This is a sister case to the one pending before the U.S. Supreme Court regarding eligibility of the claims of American Axle’s U.S. Patent No. 7,774,911. That case is at the petitions stage and is awaiting responsive briefing from Neapco.

          In this case, American Axle challenged Neapco’s vented slip-joint coupling Patent No. 5,772,520 via Inter Partes Review. The PTAB found claim 11 anticipated and its depdendent claim 12 obvious in light of the prior art — primarily Burton (U.S. Patent No. 5,655,968). On appeal, the Federal Circuit has affirmed.

          Neapco’s ‘520 patent was originally owned by Ford Motor Co. Ford sold the patent as part of an overall sale of Ford’s driveshaft unit to Neapco back in 2008. The patent expired back in 2016, but Neapco still sued American Axle in 2017 seeking back damages. That case is stayed pending outcome of the IPR.

          [...]

          Neapco also argued that the function of its valve was pressure relief — something not provided by Burton. ON appeal again, the court found that the claims did not require pressure relief, only a venting out of the main operational chambers.

      • Trademarks



Recent Techrights' Posts

Sven Luther, Lucy Wayland & Debian's toxic culture
Reprinted with permission from disguised.work
 
Links 19/04/2024: Israel Fires Back at Iran and Many Layoffs in the US
Links for the day
Russell Coker & Debian: September 11 Islamist sympathy
Reprinted with permission from disguised.work
Sven Luther, Thomas Bushnell & Debian's September 11 discussion
Reprinted with permission from disguised.work
G.A.I./Hey Hi (AI) Bubble Bursting With More Mass Layoffs
it's happening already
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, April 18, 2024
IRC logs for Thursday, April 18, 2024
Coroner's Report: Lucy Wayland & Debian Abuse Culture
Reprinted with permission from disguised.work
Links 18/04/2024: Misuse of COVID Stimulus Money, Governments Buying Your Data
Links for the day
Gemini Links 18/04/2024: GemText Pain and Web 1.0
Links for the day
Gemini Links 18/04/2024: Google Layoffs Again, ByteDance Scandals Return
Links for the day
Gemini Links 18/04/2024: Trying OpenBSD and War on Links Continues
Links for the day
IRC Proceedings: Wednesday, April 17, 2024
IRC logs for Wednesday, April 17, 2024
Over at Tux Machines...
GNU/Linux news for the past day
North America, Home of Microsoft and of Windows, is Moving to GNU/Linux
Can it top 5% by year's end?
[Meme] The Heart of Staff Rep
Rowan heartily grateful
Management-Friendly Staff Representatives at the EPO Voted Out (or Simply Did Not Run Anymore)
The good news is that they're no longer in a position of authority
Microsofters in 'Linux Foundation' Clothing Continue to Shift Security Scrutiny to 'Linux'
Pay closer attention to the latest Microsoft breach and security catastrophes
Links 17/04/2024: Free-Market Policies Wane, China Marks Economic Recovery
Links for the day
Gemini Links 17/04/2024: "Failure Is An Option", Profectus Alpha 0.5 From a Microsofter Trying to Dethrone Gemini
Links for the day
How does unpaid Debian work impact our families?
Reprinted with permission from Daniel Pocock
Microsoft's Windows Falls to All-Time Low and Layoffs Reported by Managers in the Windows Division
One manager probably broke an NDA or two when he spoke about it in social control media
When you give money to Debian, where does it go?
Reprinted with permission from Daniel Pocock
How do teams work in Debian?
Reprinted with permission from Daniel Pocock
Joint Authors & Debian Family Legitimate Interests
Reprinted with permission from Daniel Pocock
Bad faith: Debian logo and theme use authorized
Reprinted with permission from Daniel Pocock
Links 17/04/2024: TikTok Killing Youth, More Layoff Rounds
Links for the day
Jack Wallen Has Been Assigned by ZDNet to Write Fake (Sponsored) 'Reviews'
Wallen is selling out. Shilling for the corporations, not the community.
Links 17/04/2024: SAP, Kwalee, and Take-Two Layoffs
Links for the day
IRC Proceedings: Tuesday, April 16, 2024
IRC logs for Tuesday, April 16, 2024
Over at Tux Machines...
GNU/Linux news for the past day