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

Microsoft-Connected Sites Trying to Shift Attention Away From Microsoft's Megabreach Only Days Before Important If Not Unprecedented Grilling by the US Government?
Why does the mainstream media not entertain the possibility a lot of these talking points are directed out of Redmond?
Firefox Has Fallen to 2% in New Zealand
At around 2%, at least in the US (2% or below this threshold), there's no longer an obligation to test sites for any Gecko-based browser
 
GNU/Linux in Georgia: Looking Good
Windows down from 99% to less than 33%
Tomorrow is a Historic Day for Press Freedom in the UK
Take note of the Julian Assange case
Hiding in a Forest Without a Phone and Hiding Behind the First Amendment in the United States (US)
some serial defamer is trying to invert the narrative
Links 19/05/2024: Iran's President Lost in Helicopter Crash, WikiLeaks’ Julian Assange Awaits Decisions in Less Than a Day
Links for the day
Links 19/05/2024: Microsoft Investigated in Europe
Links for the day
4 Old Articles About Microsoft/IBM SystemD
old but still relevant
Winning Streak
Free software prevalence
Links 19/05/2024: Conflicts, The Press, and Spotify Lawsuit
Links for the day
GNU/Linux+ChromeOS at Over 7% in New Zealand
It's also the home of several prominent GNU/Linux advocates
libera.chat (Libera Chat) Turns 3 Today
Freenode in the meantime continues to disintegrate
[Teaser] Freenode NDA Expires in a Few Weeks (What Really Happened 3 Years Ago)
get ready
GNU/Linux is Already Mainstream, But Microsoft is Still Trying to Sabotage That With Illegal Activities and Malicious Campaigns of Lies
To help GNU/Linux grow we'll need to tackle tough issues and recognise Microsoft is a vicious obstacle
Slovenia's Adoption of GNU/Linux in 2024
Whatever the factor/s may be, if these figures are true, then it's something to keep an eye on in the future
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, May 18, 2024
IRC logs for Saturday, May 18, 2024
Links 19/05/2024: Profectus Beta 1.2
Links for the day
Site Archives (Not WordPress)
We've finally finished the work
[Meme] The EPO Delusion
on New Ways of Working
EPO Representatives Outline Latest Attacks on Staff
Not much has happened recently in terms of industrial action
Links 18/05/2024: Revisiting the Harms of Patent Trolls, Google Tries to Bypass (or Plagiarise) Sites Under the Guise of "AI"
Links for the day
Links 18/05/2024: BASIC Story, Site Feeds, and New in Geminispace
Links for the day
GNU/Linux in Kyrgyzstan: From 0.5% to 5% in Eight Years
the country is almost the size of the UK
Justice for Victims of Online Abuse
The claims asserted or pushed forth by the harasser are categorically denied
[Meme] Senior Software Engineer for Windows
This is becoming like another Novell
Links 18/05/2024: Deterioration of the Net, North Korean IT Workers in the US
Links for the day
Windows in Lebanon: Down to 12%?
latest from statCounter
[Video] 'Late Stage Capitalism': Microsoft as an Elaborate Ponzi Scheme (Faking 'Demand' While Portraying the Fraud as an Act of Generosity and Demanding Bailouts)
Being able to express or explain the facts isn't easy because of the buzzwords
Links 18/05/2024: Caledonia Emergency Powers, "UK Prosecutor's Office Went Too Far in the Assange Case"
Links for the day
Microsoft ("a Dying Megacorporation that Does Not Create") and IBM: An Era of Dying Giants With Leadership Deficits and Corporate Bailouts (Subsidies From Taxpayers)
Microsoft seems to be resorting to lots of bribes and chasing of bailouts (i.e. money from taxpayers worldwide)
US Patent and Trademark Office Sends Out a Warning to People Who Do Not Use Microsoft's Proprietary Formats
They're punishing people who wish to use open formats
Links 18/05/2024: Fury in Microsoft Over Studio Shutdowns, More Gaming Layoffs
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, May 17, 2024
IRC logs for Friday, May 17, 2024
Links 18/05/2024: KOReader, Benben v0.5.0 Progress Update, and More
Links for the day
[Meme] UEFI 'Secure' Boot Boiling Frog
UEFI 'Secure' Boot: You can just ignore it. You can just turn it off. You can hack on it as a workaround. Just use Windows dammit!
The Market Wants to Delete Windows and Install GNU/Linux, UEFI 'Secure' Boot Must Go!
To be very clear, this has nothing to do with security and those who insist that it is have absolutely no credentials
In the United States Of America the Estimated Share of Google Search Grew After Microsoft's Chatbot Hype (Which Coincided With Mass Layoffs at Bing)
Microsoft's chatbot hype started in late 2022
Techrights Will Categorically Object to Any Attempts to Deny Its Right to Publish Informative, Factual Material
we'll continue to publish about 20 pages per day while challenging censorship attempts
Links 17/05/2024: Microsoft Masks Layoffs With Return-to-office (RTO) Mandates, More YouTube Censorship
Links for the day
YouTube Progresses to the Next Level
YouTube is a ticking time bomb
Journalists and Human Rights Groups Back Julian Assange Ahead of Monday's Likely Very Final Decision
From the past 24 hours...
[Meme] George Washington and the Bill of Rights
Centuries have passed since the days of George Washington, but the principles are still the same
Daniel Pocock: "I've Gone to Some Lengths to Demonstrate How Corporate Bad Actors Have Used Amateur-hour Codes of Conduct to Push Volunteers Into Modern Slavery"
"As David explains, the Codes of Conduct should work the other way around to regulate the poor behavior of corporations who have been far too close to the Debian Suicide Cluster."
Video of Richard Stallman's Talk From Four Weeks Ago
2-hour video of Richard Stallman speaking less than a month ago
statCounter Says Twitter/X Share in Russia Fell From 23% to 2.3% in 3 Years
it seems like YouTube gained a lot
Journalist Who Won Awards for His Coverage of the Julian Assange Ordeals Excluded and Denied Access to Final Hearing
One can speculate about the true reason/s
Richard Stallman's Talk, Scheduled for Two Days Ago, Was Not Canceled But Really Delayed
American in Paris
3 More Weeks for Daniel Pocock's Campaign to Win a Seat in European Parliament Elections
Friday 3 weeks from now is polling day
Microsoft Should Have Been Fined and Sanctioned Over UEFI 'Lockout' (Locking GNU/Linux Out of New PCs)
Why did that not happen?
Gemini Links 16/05/2024: Microsoft Masks Layoffs With Return-to-office (RTO) Mandates, Cash Issues
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, May 16, 2024
IRC logs for Thursday, May 16, 2024
Ex-Red Hat CEO Paul Cormier Did Not Retire, He Just Left IBM/Red Hat a Month Ago (Ahead of Layoff Speculations)
Rather than retire he took a similar position at another company
Linux.com Made Its First 'Article' in Over and Month, It Was 10 Words in Total, and It's Not About Linux
play some 'webapp' and maybe get some digital 'certificate' for a meme like 'clown computing'