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

Report About February Mass Layoffs at Microsoft (Third Wave of Microsoft Layoffs in 2025) Comes Back From the Dead
Yesterday we wrote about an article in CRN (reporting Microsoft layoffs) being removed without any reasons specified
Links 21/02/2025: Myanmar Scam Centre and Disruptions at USPTO
Links for the day
gbhackers.com is Not Hackers, It's LLM Slop Outputs (Fake 'Articles') That Attack 'True Hackers'
A site called linuxsecurity.com keeps doing this and now we see the slopfarm gbhackers.com doing the same
linuxsecurity.com Continues to Spread Lies or Machine-Generated FUD (Microsoft LLMs Likely the Source) About OpenSSH and Linux
this LLM problem is global
 
Links 21/02/2025: TikTok Layoffs, WebOS Software Patents in Bad Hands
Links for the day
Gemini Links 21/02/2025: Web Browsers, Mechanical Shortcuts, and Internet Hygiene
Links for the day
Richard Stallman 'Only' Founded the FSF
there's no reason to be upset at the FSF for keeping their founder in the Board
Techrights Disconnected From the United States Two Years Ago
Did people really need to wait for the US government to become this hostile towards the media before recognising the threat?
Before Trying Censorship by Extortion the Serial Strangler From Microsoft Literally Begged Us to Delete Pages
This is very clearly just a broad campaign of intimidation
Hype Watch: Weeks After Microsoft Disappointed Investors With "Hey Hi" It's Trying Some "Quantum" Hype (Adding Impractical Vapourware to Accompany This Hype and Even LLM Slop in 'News' Clothing)
Remember "metaverse"? What happened to media hype about "blockchain" and "IoT"?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, February 20, 2025
IRC logs for Thursday, February 20, 2025
Gemini Links 20/02/2025: Law of Warming and Cooling, Health, and Devlog
Links for the day
Links 20/02/2025: Microsoft Infosys Layoffs and IRS Layoffs (Good News for Rich Tax Evaders)
Links for the day
IBM Layoffs in Europe Already Happening or Underway (UK and Spain). They Try Not to Call These "Layoffs".
"CIO" in particular was repeatedly mentioned lately, as was Consulting
People Who Came From Microsoft Demanding Removal of Articles About Them, About Microsoft, and About Microsoft GitHub is "Generous" (According to Them)
Imagine choosing a law firm that borrows money in the same year just to avoid overdraft in the bank!
Possibly a Third Round of Mass Layoffs at Microsoft in 2025 ("Cloud Solution Architects, Customer Roles"), Report Removed or Censored
This is literally the top story for "microsoft layoffs" right now
Instead of 'DoS Protection' Cloudflare is Allegedly Conducting 'DoS Attacks' on Users of Browsers Other Than Firefox and GAFAM's DRM Sandboxes (Chrome, Safari and Others)
If you value the Web, you will avoid Cloudflare
Mixing Real With Fake in One 'Article' (by "Director of Content, Help Net Security")
From what we can gather, he got machines to generate some slop for him
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, February 19, 2025
IRC logs for Wednesday, February 19, 2025
Gemini Links 19/02/2025: FreeDOS abd Botfloods
Links for the day
Microsoft Has "Made the Customer the Product."
it's very likely this comment was made by a Microsoft employee
GNU/Linux and Android Trump Microsoft in Saudi Arabia, Bing Down Since the LLM Hype/Hysteria Began
Microsoft leaves a lot of money on the table
The Interplay Between Free Software and Journalism Based on Truths, Suppressed Facts
Honest people can be transparent. Dishonest, rogue people rely on a lack of it.
FSF Talk: "Free Software Teaching Materials" by Dr. Miriam Bastian
Software Freedom is rooted in philosophy but it's about technical solutions
IBM's CEO Has Become a Stochastic Buzzword-Generating Machine
The current CEO is extremely unpopular
Chicago Transit Authority Has Dumped Twitter (X), As Did Many Others Without Announcing It (Due to Fear of Right-Wing Mobs)
If you don't have an account in Gab, then you probably should not have one in "X", either
How-To Geek Sort of Supersedes MakeUseOf (MUO) for GNU/Linux Coverage
some writers from MakeUseOf (MUO) have been migrated to a sister publication
New Year's Resolutions Scoreboard
The goal is to improve clarity, accessibility, speed, and accuracy
Sites Reporting Crimes and Getting Harassed for Reporting Crimes
you cannot just ignore those who constantly seek to harass
Links 19/02/2025: Science, Hardware, and Digital Restrictions (DRM) Striking Again at eBooks
Links for the day
Zizian, transgender, Google & Debian open source extremist cult phenomena
Reprinted with permission from Daniel Pocock
Links 19/02/2025: The Forgotten USB Competitor and Pope's Bilateral Pneumonia
Links for the day
Gemini Links 19/02/2025: AuraRepo and Offpunk
Links for the day
Slopwatch: Wayne Williams is Making Up for His Workers' Slop Party, LinuxSecurity.com Still Publishes Fake Articles
We must identify and call out the culprits
“Open Source” Really Does Miss the Point, We Can Do Better Than That
We need to reject groups of people who promote Microsoft GitHub (proprietary) and call that "Open Source"
Red Hat's Bluewashing to be Further Completed This Year
Do not wait for some announcement from redhat.com - it's already covered by IBM
Links 19/02/2025: Organisations Quitting Social Control Media, Windows TCO Illustrated Some More
Links for the day
The Free Software Foundation is More Financially Independent From Large Corporations Right Now
Money that comes with strings attached to it is always problematic
The Free Software Foundation's Position on IBM Taking Red Hat Enterprise Linux 'Private' is Articulated Almost 2 Years Late
The Free Software Foundation finally spoke out about this issue
Techrights Publication Topics
One thing we'd like to do more of is Software Freedom advocacy
Springtime Layoffs at IBM (2025) and Statement From IBM European Works Council
It's about cost-cutting, even if such cuts doom the company
Microsoft Paying People Who Harass and SLAPP Techrights, Demanding Censorship
At this point the money trail leads directly to Microsoft
It's Not Even Hidden Anymore: Microsoft is Passing Bribes for Media to Publish Puff Pieces About Itself
GeekWire is paid by Microsoft to publish many puff pieces (even outright lies) about Microsoft
Dr. Andy Farnell on a Death to Efficiency and Cash
Cash is not the same as "digital cash", which isn't even remotely the same
Links 19/02/2025: Political Roundup and Halifax Wants to Dump Twitter ("X")
Links for the day
Gemini Links 18/02/2025: Beginning Meditation, Poison as Praxis, and Blogging
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, February 18, 2025
IRC logs for Tuesday, February 18, 2025