Bonum Certa Men Certa

Links 28/07/2023: Leaked Survey/Poll Shows Morale Crisis at Microsoft, Senator Ron Wyden Wants to Hold Microsoft Accountable for Epic Breach



  • GNU/Linux

    • Data SwampTurning a 15 years old laptop into a children proof retrogaming station

      This article explains a setup I made for our family vacation place, I wanted to turn an old laptop (a Dell Vostro 1500 from 2008) into a retrogaming station. That's actually easy to do, but I wanted to make it "childproof" so it will always work even if we let children alone with the laptop for a moment, that part was way harder.

      This is not a tutorial explaining everything from A to Z, but mostly what worked / didn't work from my experimentation.

    • Audiocasts/Shows

      • Tux DigitalLinux Out Loud 70: Tech Experts

        This week, Linux Out Loud chats about questioning the “tech experts”. Welcome to episode 70 of Linux Out Loud. We fired up our mics, connected those headphones as we searched the community for themes to expound upon. We kept the banter friendly, the conversation somewhat on topic, and had fun doing it.

      • Linux in the Ham ShackLHS Episode #511: I Hear Banjos

        Hello and welcome to Episode #511 of Linux in the Ham Shack. In this short topics episode, the hosts discuss the National Boy Scout Jamboree, SOTA activations in Colorado, volunteerism …

      • Jupiter BroadcastingNixOS is a bit Flakey | Self-Hosted 102

        Alex shares a suite of self-hosted apps that replace Reddit. Chris is struggling with Jellyfin, and we discuss where NixOS is killing it and where we think it falls down.

    • Applications

      • It's FOSSColors in ls Command Output: What do They Mean

        I'm sure you must have used the ls command to list the contents of a directory. In Ubuntu and many other distributions, you'll see the ls command output in different colors.

        If you don't see it, you can get colored output like this...

        But have you ever wondered what those colors mean in the ls command output?

        I'll answer the questions in this article. I'll also show how to get colored output with ls command if your terminal does not show it by default.

    • Instructionals/Technical

      • ID RootHow To Setting Up NTP Server and Client on Rocky Linux 9

        In this tutorial, we will show you how to setting Up NTP Server and Client on Rocky Linux 9. For those of you who didn’t know, NTP operates on the principle of hierarchical timekeeping using a set of stratum levels. Stratum 0 denotes high-precision reference clocks, such as GPS satellites or atomic clocks.

      • Linux JournalMount Drives with Ease: A Guide to Automounting in Linux GUI and CLI

        Before we delve into the process, it's important to comprehend why automounting is a handy feature. Normally, when a storage drive is connected to your Linux system, it does not become instantly accessible. You must manually mount the drive every time you boot up. Automounting eliminates this hassle by ensuring the drive is automatically accessible when the system starts. Now that you know why this is crucial, let's delve into the process.

      • Make Tech EasierHow to Backup Your GPG Key in Linux with paperkey

        Paperkey is a command line program for Linux that allows you to export your GPG private key in a human-readable format. It works by removing the redundant parts of a private key and leaving only its critical secret bits.

        This article will guide you through the process of installing and setting up paperkey on Ubuntu, and show you how to store your paperkey backup as a QR code and extract it during recovery.

      • ID RootHow To Install Jenkins on Debian 12

        In this tutorial, we will show you how to install Jenkins on Debian 12. For those of you who didn’t know, Jenkins is an open-source automation server, that plays a pivotal role in automating the CI/CD pipeline, enabling developers to focus on innovation rather than repetitive tasks.

      • Linux Capablebzcmp Command in Linux with Examples

        Linux users have a multitude of commands at their disposal, and bzcmp is one such command. This command is used to compare bzip2 compressed files without needing to decompress them first, which saves time and computing resources.

      • It's UbuntuHow To Mount Windows Share On Ubuntu 22.04 LTS

        We will use CIFS or Common Internet File System in Ubuntu to access a particular mount point on a windows share.

      • TecAdminApache: Denying Access to URLs, Files, and Directories

        Apache HTTP Server, often referred to simply as Apache, is one of the most widely used web server software on the Internet today. Apache is open-source software, which means that it’s not only free to use, but it also benefits from the collaborative contributions of developers worldwide.

      • It's UbuntuFix Brightness Problem In Ubuntu 22.04 LTS

        If you are having a problem with the brightness of your Laptop after installing Ubuntu 22.04 LTS then you are in the right place as we have a solution for it.

      • Linux Capablebzgrep Command in Linux with Examples

        The bzgrep command is a valuable Linux utility that lets users perform searches within bz2 compressed files without the need for manual decompression.

      • Linux Capablebzdiff Command in Linux with Examples

        Bzdiff is a Linux command-line tool that plays a vital role in comparing bzip2 compressed files. It falls under the family of ‘bzip2’, a high-quality data compressor that significantly reduces file sizes, making data storage and transfer more efficient.

      • Linux Capableecho Command in Linux with Examples

        The echo command in Linux is a simple yet extremely powerful tool. It’s often used to print text or the result of a command to the terminal or a file. It’s a built-in command in most shells like bash, ksh, or zsh, making it available in virtually all Linux distributions.

      • Linux Capablecd (Change Directory) Command in Linux with Examples

        The Linux command line interface is a potent tool that offers immense power and flexibility to its users. This article explores one of the most fundamental and frequently used commands – the “cd” or “change directory” command.

      • Linux CapableHow to Install balenaEtcher on Linux Mint 21/20

        balenaEtcher is a user-friendly and efficient tool widely used for creating bootable USB drives and SD cards and works well on Linux Mint-based distributions. Its popularity stems from its ease of use, reliability, and robust features that simplify creating bootable media.

      • ID RootHow To Install Wine on Debian 12

        In this tutorial, we will show you how to install Wine on Debian 12. Wine is an impressive compatibility layer that enables Linux users to run Windows applications without the need for a Windows operating system. It acts as a translation layer, providing the necessary Windows API calls to emulate a Windows environment within Linux.

      • Linux Capablebzmore Command in Linux with Examples

        The bzmore command in Linux is a utility for viewing bzip2 compressed files. Unlike other file viewing commands in Linux, bzmore is designed to read bzip2 compressed files without the need to decompress them first.

      • Linux Capablebzless Command in Linux with Examples

        The bzless command is an essential utility in the Linux ecosystem, especially when managing bzip2 compressed files. This guide will provide a thorough understanding of the bzless command and illustrate its utility with various practical examples.

      • Install Virtualbox 7.0.10 on Manjaro Linux 22.1 ( kernel 6.4.6 )
      • Linux Capablebzip2 Command in Linux with Examples

        The bzip2 command is a powerful tool available in the Linux command line. It is primarily used for file compression and decompression, making it an essential utility for conserving storage space and managing file sizes.

      • It's UbuntuHow To Install Nvidia Drivers On Ubuntu 22.04 LTS [2023]
      • Own HowToHow to create a user account on Debian 12

        Adding another user on Debian 12, is easy, and it can be done without having to use the terminal.

      • TecAdminHow to Install AWSCLI on Alpine Linux

        In this article, we will guide you on how to install AWSCLI on an Alpine Linux environment. AWSCLI, or Amazon Web Services Command Line Interface, is a comprehensive tool that enables you to manage and control various AWS services from the command line. With AWSCLI, you can automate simple or complex tasks via scripts.

      • TecAdminHow To Redirect To Subfolder Using .htaccess

        The .htaccess file is an Apache server configuration file that allows developers to manage server functionality directly from the application directory. Among the multitude of functions you can use .htaccess for, one of them is to redirect visitors to a subfolder on your website.

      • nixCraftHow to run script after mounting NFS with systemd in Linux

        If you need to execute a shell script or command following the mounting of a particular file system in Linux using systemd, you can do so. For instance, you can run a backup task when a USB hard disk is mounted or adjust specific options at runtime when NFS is mounted.

      • FOSSLinuxHow to install Discord on Ubuntu 22.04

        Discord, a popular voice, video, and text communication platform, is widely embraced by gaming communities, study groups, hobby clubs, and more. With its robust features such as voice channels, direct messages, and integration with various gaming platforms, it's an excellent tool for both social and professional communication. Installing Discord on your Ubuntu 22.04 system can open up a world of seamless interaction with diverse online communities.

      • TecAdminHow To Install PHP (8.2, 8.1 or 7.4) on Debian 12

        In this article, we will provide a step-by-step guide on how to install PHP on a Debian 12 system. We will specifically look into two different versions – PHP 8.2 and PHP 7.4, providing you with the flexibility to choose the version that suits your needs.

      • How to Install and Use Yay on Arch Linux and Derivatives

        Yay (Yet Another Yaourt) is a popular Arch User Repository (AUR) helper for Arch Linux and its derivatives, such as Manjaro, after the discontinuation of Yaourt and Packer.

      • KDE VideosHow to perform Baseline Correction in LabPlot

        LabPlot is a FREE, open source and cross-platform Data Visualization an Analysis software accessible to everyone.

      • It's UbuntuHow To Set JAVA_HOME Environment Variable On Ubuntu 22.04
    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Volker KrauseAkademy 2023

          A week ago I returned home from KDE Akademy in Thessaloniki, Greece. If you count online attendance in the recent years this would have been my 20th Akademy, and I had no idea how much I had missed doing this in person for the past four years.

        • Niccolò VenerandiI Went To Akademy!

          This will be a quite short post, as I'm still working on getting my studio back, meaning I don't have a lot of time lately. But yeah: I joined the other devs @ Akademy and I even did a quick talk with Marco regarding what Plasma 6 will bring.

          Before I start talking about the event itself, though, do let me say that I only managed to join in thanks to the KDE eV, who covered part of the traveling and hotel costs. That's extremely helpful, and I hope to get back to productivity and give back to KDE!

          So, how was the event for me? Well, firstly, Thessaloniki had some pretty places:

  • Distributions and Operating Systems

    • HaikuOS[GSoC 2023] VPN Support Project Update #4
      The Weekly Problem

      So we are just past the midway point for GSoC and last update I told you guys that I had a working (albeit somewhat buggy) TUN Driver working. I had gotten great feedback from Pulkomandy, Axel, and Korli to help with a more efficient driver and to make it more human-readable because it made no sense the way I had written it. I have very good news to bring to everyone in that all of the 3 main problems that I talked about last time are all solved! I think most of them got solved after I fully understood creating semaphores and imposed execution order by adding a write semaphore. While this new code made the driver much more efficient and less error-prone, there were two new errors that popped up during testing:

  • Free, Libre, and Open Source Software

    • Linux LinksBest Free and Open Source Alternatives to Apple Keychain Access

      In 2020, Apple began the Apple silicon transition, using self-designed, 64-bit ARM-based Apple M1 processors on new Mac computers. Maybe it’s the perfect time to move away from the proprietary world of Apple, and embrace the open source Linux scene.

      Keychain Access is an app that stores your passwords and account information, and reduces the number of passwords you have to remember and manage.

      Keychain Access is proprietary software and not available for Linux. We recommend the best free and open source alternatives.

    • Web Browsers/Web Servers

    • Content Management Systems (CMS)

      • WordPressSynced Patterns: The Evolution of Reusable Blocks

        Synced patterns are replacing Reusable blocks, offering a unified creation experience for new pattern functionality coming to WordPress 6.3. Patterns, first introduced in WordPress 5.5, are a collection of blocks that make it simple to add complex layouts and designs to any WordPress site without starting from scratch.

    • GNU Projects

      • GCCGCC 13.2 Released
        The GNU Compiler Collection version 13.2 has been released.
        
        

        GCC 13.2 is the first bug-fix release from the GCC 13 branch containing important fixes for regressions and serious bugs in GCC 13.1 with more than 58 bugs fixed since the previous release.

        This release is available from the WWW servers listed here:

        https://sourceware.org/pub/gcc/releases/gcc-13.2.0/ https://gcc.gnu.org/mirrors.html

        Please do not contact me directly regarding questions or comments about this release. Instead, use the resources available from http://gcc.gnu.org.

        As always, a vast number of people contributed to this GCC release -- far too many to thank them individually!
    • Licensing / Legal

      • Software Freedom ConservancySoftware Freedom & Trademarks: Examining Rust's New Policy through the Lens of FOSS History [Ed: Rust has trademark issues, says RMS, and it uses proprietary Microsoft hosting, so here's why "team CANCEL RMS" says]

        However, trademark law can have a significant impact on what people can do with a FOSS project, including whether they can enjoy these rights at all.

        Practical software freedom (the right to use, study, modify, and redistribute software you've received) requires meeting several conditions. First, that program must be under a Free and Open Source (FOSS) license. Second, the entity(ies) distributing the program must abide by the terms of the license. And third, there must be no additional restrictions that would inhibit your ability to exercise your rights under the license. (Copyleft licenses include extra verbiage to assure the third condition is met.)

    • Programming/Development

  • Leftovers

    • Barry KaulerIdea for a stove windshield and stand

      For many years have hiked with my great little titanium 1 litre cooking pot. However, to cook a hearty meal at end of a day of hiking, would prefer a slightly bigger size. So, have ordered a 1.3 litre pot. It is TOAKS brand, same as before, same height at 100mm, just a slightly bigger diameter:



      Ordered it from here:

      https://www.aliexpress.com/item/32854649082.html

      Then had some thoughts about the stove. My favourite stove is from Speedster Backpacking Products (SBP). Fantastic little stove. Purchased in 2021 and posted about it here: [...]



Recent Techrights' Posts

Topics We Lacked Time to Cover
Due to a Microsoft event (an annual malware fest for lobbying and marketing purposes) there was also a lot of Microsoft propaganda
EPO Education: Workers Resort to Legal Actions (Many Cases) Against the Administration
At the moment the casualties of EPO corruption include the EPO's own staff
 
Links 22/11/2024: Dynamic Pricing Practice and Monopoly Abuses
Links for the day
Microsofters Try to Defund the Free Software Foundation (by Attacking Its Founder This Week) and They Tell People to Instead Give Money to Microsoft Front Groups
Microsoft people try to outspend their critics and harass them
[Meme] EPO for the Kids' Future (or Lack of It)
Patents can last two decades and grow with (or catch up with) the kids
Gemini Links 22/11/2024: ChromeOS, Search Engines, Regular Expressions
Links for the day
This Month is the 11th Month of This Year With Mass Layoffs at Microsoft (So Far It's Happening Every Month This Year, More Announced Hours Ago)
Now they even admit it
Links 22/11/2024: Software Patents Squashed, Russia Starts Using ICBMs
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, November 21, 2024
IRC logs for Thursday, November 21, 2024
Gemini Links 21/11/2024: Alphabetising 400 Books and Giving the Internet up
Links for the day
Links 21/11/2024: TikTok Fighting Bans, Bluesky Failing Users
Links for the day
Links 21/11/2024: SpaceX Repeatedly Failing (Taxpayers Fund Failure), Russian Disinformation Spreading
Links for the day
Richard Stallman Earned Two More Honorary Doctorates Last Month
Two more doctorate degrees
KillerStartups.com is an LLM Spam Site That Sometimes Covers 'Linux' (Spams the Term)
It only serves to distract from real articles
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, November 20, 2024
IRC logs for Wednesday, November 20, 2024
Gemini Links 20/11/2024: Game Recommendations, Schizo Language
Links for the day
Growing Older and Signs of the Site's Maturity
The EPO material remains our top priority
Did Microsoft 'Buy' Red Hat Without Paying for It? Does It Tell Canonical What to Do Now?
This is what Linus Torvalds once dubbed a "dick-sucking" competition or contest (alluding to Red Hat's promotion of UEFI 'secure boot')
Links 20/11/2024: Politics, Toolkits, and Gemini Journals
Links for the day
Links 20/11/2024: 'The Open Source Definition' and Further Escalations in Ukraine/Russia Battles
Links for the day
[Meme] Many Old Gemini Capsules Go Offline, But So Do Entire Web Sites
Problems cannot be addressed and resolved if merely talking about these problems isn't allowed
Links 20/11/2024: Standing Desks, Broken Cables, and Journalists Attacked Some More
Links for the day
Links 20/11/2024: Debt Issues and Fentanylware (TikTok) Ban
Links for the day
Jérémy Bobbio (Lunar), Magna Carta and Debian Freedoms: RIP
Reprinted with permission from Daniel Pocock
Jérémy Bobbio (Lunar) & Debian: from Frans Pop to Euthanasia
Reprinted with permission from Daniel Pocock
This Article About "AI-Powered" is Itself LLM-Generated Junk
Trying to meet quotas by making fake 'articles' that are - in effect - based on plagiarism?
Recognizing invalid legal judgments: rogue Debianists sought to deceive one of Europe's most neglected regions, Midlands-North-West
Reprinted with permission from Daniel Pocock
Google-funded group distributed invalid Swiss judgment to deceive Midlands-North-West
Reprinted with permission from Daniel Pocock
Gemini Links 20/11/2024: BeagleBone Black and Suicide Rates in Switzerland
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, November 19, 2024
IRC logs for Tuesday, November 19, 2024