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

Getting Rid of Microsoft Does Not Go Far Enough
Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
Links for the day
[Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
So-called "advertiser-unfriendly" material was never a problem for Wikileaks
This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
Wikileaks' Julian Assange: Exposing the US Military Crimes
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
 
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
Freedom-To-Play games using Taler
[Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
Until 2020 none of my PCs ever had more than 2 GB of RAM
Destination 'Five Percent'
We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
A Crisis of Online Journalism
Almost a week ago a journalist was forced to plead guilty for an act of journalism
Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
openai.com traffic plunged 60% last month
Microsoft’s Latest Antitrust Scrutiny
4 new stories
Microsoft Layoffs, Mass Plagiarism, and More
outrage included
GNU/Linux Climbed 0.25% This Month (in statCounter)
Around midday on Tuesday we'll start seeing preliminary data for July
Ilya Gulko Introduces Pollyanna
"Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
looking to raise funds at the same time as the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 29, 2024
IRC logs for Saturday, June 29, 2024
Links 29/06/2024: Astronauts at Risk, Ukraine Updates
Links for the day
Fedora and Red Hat Leftovers
mostly redhat.com
Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
Notice the title and the image, what's being promoted etc.
Seychelles: GNU/Linux Doing OK
Seychelles cannot be considered poor
Gemini Protocol Isn't Even Remotely "Dead"
"Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
About 10 New Free Software Foundation (FSF) Members Per Day
The total changed from 46 to 47 while typing the article
Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
This is not happening only in Germany
Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
It uses buzzwords where none are needed
[Meme] Garbage In, Garbage Out (linuxsecurity.com)
It is neither Linux nor security, just chatbot-generated slop
Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
linuxsecurity.com became an anti-Linux spam site
Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
retaliatory layoffs at Microsoft
Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
Links for the day
Windows Lost Almost 92% Market Share in Egypt
From over 99% to just over 7%
In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
Not even counting Chromebooks
LibrePlanet: Cultivating Backups (of Recordings)
an appeal to recover some of these talks
Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
Taking full history into account, this is a decrease of over 90% in some cases
Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
"the "smiling faces" behind it."
Android at 90% or More in Chad
Windows below 2%
David Wilson: Cultivating a Welcoming Free Software Community That Lasts
"a feeling of shared ownership for all users."
Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
And probably at a symbolic capacity only
Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
Julian Assange's life inside the Ecuadorian embassy
Neil Plotnick on GNU/Linux in the High School Classroom
uploaded to the LibrePlanet instance of MediaGoblin
Asia Appears to be Fastest to Adopt GNU/Linux
the home of a considerable majority of the world's population
Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
in spite of technical difficulties encountered while recording
What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 28, 2024
IRC logs for Friday, June 28, 2024
Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
Links for the day
Links 28/06/2024: Overton window and Polarization
Links for the day
[Meme] In 50 Years...
Microsoft's Vista 11 will take 50 years to be fully adopted
Only About 1 in 8 Russian Windows Users is Using Vista 11
it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
Links for the day
Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
Links for the day
IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
almost exactly a year after turning RHEL into proprietary software
Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
"Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
We're talking about India today
[Video] "It Is Incredible That Julian Assange Survives"
There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
Never Assume That Because the Law Exists the Powerful Will Follow the Law
Who's going to hold them accountable now?
Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
I can cynically guess that only matters when a user with a Chinese name does it
[Video] Julian Assange Explains Wikileaks' Logistics
predating indefinite detention
IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
"I Hated Working at IBM. They Were the Most Unfriendly People."
Don't forget what Watson the son did to a poor woman on a plane
State of the News (and Depletion of Journalism Online, Not Just Offline)
Newspapers are not coming back and the Web is not coming back either
GNU/Linux Consolidates in North America
Android rising a lot this year, too
[Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
Work more; Get less
Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
SUEPO wants more EPO staff to participate in collective action
Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
Published yesterday by a number of mainstream publishers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 27, 2024
IRC logs for Thursday, June 27, 2024
RIP Daniel Bristot de Oliveira, Red Hat death
Reprinted with permission from Daniel Pocock