Bonum Certa Men Certa

Links 18/07/2022: EasyOS Dunfell-series 4.2.7, EasyOS 4.2 Reviewed, Steam Deck at 4,000 Games



  • GNU/Linux

    • 9to5Linux9to5Linux Weekly Roundup: July 17th, 2022

      This week we had lots of great news, starting with the release of the Linux Mint 21 beta operating system and Lubuntu's new Backports PPA to get the latest LXQt desktop releases, and continuing with lots of goodies for both KDE Plasma and GNOME desktop users, as well as some goodies for Linux gamers.

      On the hardware side of things, System76 launched their Launch Lite configurable keyboard and TUXEDO Computers announced Linux support for their external water cooling system for Linux laptops. On top of that, I give you the heads up on Ubuntu 21.10's end of life and the SCaLE 19x conference in late July.

    • Audiocasts/Shows

      • Jupiter BroadcastingAll Hands on Deck | LINUX Unplugged 467 | Jupiter Broadcasting

        We try and bust a common Linux distro myth. Then what surprised Chris about his new Steam Deck.

      • Open Source Security (Audio Show)Episode 332 – PyPI: 2FA or not 2FA, that is the question – Open Source Security

        Josh and Kurt talk about PyPI mandating two factor authentication for the top 1% of projects. It feels like a simple idea, but it’s not when you start to think about it. What problems does 2FA solve? How common are these attacks? What are the second and third order effects of mandating 2FA? This episode should have something for everyone on all sides of this discussion to violently disagree with.

      • GNU World Order (Audio Show)GNU World Order 469

        **kdev-php** , **kdev-python** , **the kdevelop IDE** , **kdewebkit** , **kdf** , **kdiagram** , **kdialog** from Slackware set **kde**.

      • IRL: Online Life is Real Life

        Where should tech builders draw the line on AI for military or surveillance? Just because it can be built, doesn’t mean it should be. At what point do we blow the whistle, call out the boss, and tell the world? Find out what it’s like to sound the alarm from inside a big tech company.

        Laura Nolan shares the story behind her decision to leave Google in 2018 over their involvement in Project Maven, a Pentagon project which used AI by Google.

        Yves Moreau explains why he is calling on academic journals and international publishers to retract papers that use facial recognition and DNA profiling of minority groups.

    • Kernel Space

      • LWNKernel prepatch 5.19-rc7 [LWN.net]

        The 5.19-rc7 kernel prepatch is out for testing.

      • The Register UKLinus Torvalds says Linux kernel has addressed ‘Retbleed’ ● The Register

        Linux kernel developers have addressed the Retbleed speculative execution bug in older Intel and AMD silicon, but the fix wasn't straightforward, so emperor penguin Linus Torvalds has delayed delivery of the next version by a week.

        "When we've had one of those embargoed [hardware] issues pending, the patches didn't get the open development, and then as a result missed all the usual sanity checking by all the automation build and test infrastructure we have," Torvalds wrote in a post announcing the delivery of release candidate seven for version 5.19 of the kernel.

        "So no surprise – there's been various small fixup patches afterwards too for some corner cases."

        Retbleed is not the only reason for the delay.

    • Applications

      • OMG Ubuntu'Cider' is an Open Source Apple Music Client for Linux Desktops - OMG! Ubuntu!

        If you’re an Apple Music subscriber wanting to use the service on Linux, you have to check out Cider.

        Cider (inspired name, eh?) is an “open-source, community-oriented Apple Music client” for Windows, macOS (not that they need it), and Linux. It is Electron-based but the developers behind it say it was written ‘from scratch with performance in mind’.

        As well as letting you browse songs, artists, and albums in the Apple Music catalog the app also gives you access to Apple Podcasts too.

      • Linux LinksBest Free and Open Source Alternatives to Apple Notes

         There are many things to admire about Apple’s hardware and software. Apple make great looking (albeit expensive) hardware. Over the years key successes include the iPhone, iPad, iPod, and the MacBook Air. The company designs its own hardware and software. This gives them the power to make an operating system and suite of apps that are tailor-made and optimized for their hardware. Apple also operates the Apple Music and Apple TV media distribution platforms.

        Mac OS X is Apple’s proprietary operating system for its line of Macintosh computers. Its interface, known as Aqua, is highly polished and built on top of a BSD derivative (Darwin). There’s a whole raft of proprietary applications that are developed by Apple for their operating software. This software is not available for Linux and there’s no prospect of that position changing.

    • Instructionals/Technical

      • TecMintHow to Mount and Unmount an ISO Image in Linux

        An ISO image or .iso (International Organization for Standardization) file is an archive file that contains a disk image called ISO 9660 file system format.

        Every ISO file has .iso an extension has a defined format name taken from the ISO 9660 file system and is specially used with CD/DVD ROMs. In simple words, an iso file is a disk image.

      • TecMintPlayOnLinux – Run Windows Software and Games in Linux

        In our earlier articles on this blog, we used the Wine program to install and run windows based applications on Debian-based and and other Red Hat-based Linux distributions.

        There is another open source software available called PlayOnLinux that uses Wine as its base and gives feature-rich functions and a user-friendly interface to install and run windows applications on Linux.

      • OpenSource.comHow I configure a DHCP server on my personal network

        The Dynamic Host Configuration Protocol (DHCP) provides a centralized and automated method for configuring the network attributes of hosts when they connect to the network. The DHCP server assigns IP addresses to hosts, along with configuration information such as DNS servers, the domain name used for DNS searches, the default gateway, an NTP (Network Time Protocol) server, a server from which a network boot can be performed if necessary, and more. DHCP eliminates the need to configure each network host individually.

        DHCP is also useful for configuring laptops, mobile phones, tablets, and other devices which might connect as unknown guests. This configuration is typical for WiFi access in public places. However, DHCP offers even more advantages when used in a closed, private network to manage static IP address assignments for known hosts using the central DHCP database.

        The DHCP server uses a database of information created by the sysadmin. This database is entirely contained in the /etc/dhcp/dhcpd.conf configuration file. DHCPD stands for DHCP Daemon, which is the background server process. Like all well-designed Linux configuration files, it is a simple ASCII plain text file. This structure means that it is open and knowable. It can be examined by standard, simple text manipulation tools like cat and grep, and be modified by any text editor such as EMACS or Vim, or a stream editor such as sed.

      • OpenSource.comCreate a JavaScript API in 6 minutes

        This article demonstrates creating a base API with Express and JavaScript. Express is a NodeJS minimalist web framework. This combination allows for minimal effort to get an API up and running at the speed of light. If you have six minutes of free time, you can get this API working to do something useful.

      • OpenSource.comMonitor your Linux firewall with nftwatch

        Netfilter tables (nftables) is the default firewall shipped with modern Linux distros. It's available on Fedora and RHEL 8, the latest Debian, and many others. It replaces the older iptables that was bundled in earlier distro releases. It's a powerful and worthy replacement for iptables, and as someone who uses it extensively, I appreciate its power and functionality.

        One of the features of nftables is the ability to add counters to many elements, such as rules. These are enabled on demand. You need to explicitly ask for it on a per line basis using the "counter" argument. I have them enabled for specific rules in my firewall, which gives me visibility into those rules.

        This got me thinking. How can I look at these counters in real time? At first I tried "watch" which allows things like refresh rate, but I didn't like the default format and it wasn't scrollable. I found using head and tail and awk less than ideal. A user-friendly solution didn't exist. So I wrote my own, which I'd like to share with the open source community.

      • Linux Shell TipsHow to Clean or Kill a Linux Zombie Process

        Exposure to the Linux operating system ecosystem introduces its users to an in-depth understanding of Linux process management footprints. By definition, a process is a program that is continually executing.

        A program that is not executing does not qualify as a process since it is a passive entity. Its executing state makes it an active entity hence a process. It is also worth mentioning that a single program in execution can be associated with multiple processes.

      • Linux Shell TipsHow to Compare Two Directories on Linux System

        Comparing directories in Linux might seem like a light and dismissive task for a user just starting to explore the milestones associated with using Linux as a primary operating system.

        Directory comparison is everything for matured users who have thoroughly explored the Linux file management spectrum. For instance, you might have two directories that are very similar in terms of the content stored in them.

        In this case, you might want to get rid of one of these directories but you are unsure if they are perfect duplicates. Such a scenario calls for the Linux directory comparison expertise.

      • Trend OceansHow to Install Fedora 36 on VirtualBox - TREND OCEANS

        If you want to use an operating system that is close to RedHat, then Fedora should be on top of your list because it has the same package manager that RedHat does use, and apart from that, you will get the same experience.

        So let’s see how you can install Fedora 36 on your VirtualBox with the following steps, and after that, you can enhance your skills with an enterprise-grade OS.

      • Linux CapableHow to Install Nextcloud Client on Ubuntu 22.04 LTS
      • Linux CapableHow to Install Quod Libet on Ubuntu 22.04 LTS
      • LinuxTechiHow to Install Rocky Linux 9 Step by Step with Screenshots

        In this guide, we will cover how to install Rocky Linux 9 step by step with screenshots.

        Rocky Enterprise Software Foundation has released its latest operating system ‘Rocky Linux 9’. Rocky Linux is free and open-source operating system for workstation and servers. It is considered as drop-in replacement for CentOS Linux.

        ‘Blue Onyx’ is the Code name for Rocky Linux 9, it is the clone of RHEL 9. The main difference between Rocky Linux and RHEL is that it has its own open-source build system called ‘Peridot’.

      • Trend OceansHow to Install ZSH Shell along with OhMyZsh and Powerlevel10k on Ubuntu 22.04 - TREND OCEANS

        As a starter, you might think that Ba(sh) is the only shell available to use in UNIX-like distributions, but that’s not the case in modern Linux distributions.

        There are several other shell interpreters available to help you out, like KornShell (ksh), C shell (csh), Z shell (zsh), and fish. From this list, you can use the zsh shell, which is highly customizable with more than 100+ themes and plugins that can help you to perform your work swiftly with an aesthetic look.

        Z Shell, or zsh, is a shell interpreter that inherits features from bash, ksh, and tcsh, which can be used as an interactive shell, utilities, and basic programming language functionality.

      • Linux CapableHow to Install mpv Media Player on Ubuntu 22.04 LTS
      • Linux Shell TipsHow to Keeping SSH Session Alive in Linux

        SSH or Secure Shell is an invaluable utility when it comes to undertaking remote login objectives on remote machines. For Linux users, the SSH utility offers more than just remote login solutions.

        The mentioned users are also able to effortlessly accomplish Linux administrative tasks. Regardless of whether the targeted remote machine is untrustworthy or whether the network that facilitates the communication between the two machines is insecure, SSH ensures that these communications are secure and encrypted.

        It is sometimes frustrating when an SSH session ends too soon while we are multitasking on the Linux terminal environment. Finding a way of keeping the SSH session alive for as long as possible can be a game changer for Linux users who don’t want to keep on re-initiating new SSH sessions.

      • Linux Shell TipsDifferences Between PID, TID and PPID in Linux

        A Linux operating system provides the perfect environmental exposure for users to understand the Ins and Outs of process management. The simplest definition of a process is any program in execution (running).

        For instance, the web browser you are using to read this article piece only becomes a process once that web browser is up and running. Before your web browser was installed and launched, it only existed as a program (a process in waiting).

        When you dive deeper into the concept of process management, you will get to acknowledge the various properties associated with processes. This article will walk us through differentiating three processes’ properties namely: PID, TID, and PPID.

    • Games

      • GamingOnLinuxSteam Deck hits over 4,000 titles marked either Verified or Playable

        As more developers work to optimize their games for the Steam Deck, a bunch of Native Linux games release and Valve continue improving Proton - the Steam Deck continues to see more games go through Deck Verified and there's now over 4,000 listed officially.

  • Distributions and Operating Systems

  • Leftovers

    • Hardware

      • As I See It: Pass The Chips - IT Jungle

        Decades ago, I was sent to Taiwan and met a colleague there to install a computer system in a silicon wafer manufacturing facility and provide necessary training to the staff. I took a cab from the airport to my hotel in Taipei and recall marveling at the extraordinarily generous freeways that served surprisingly light traffic flows. In many places, six to eight lanes stretched for miles in both directions supporting traffic that could have been accommodated by no more than two.

        I became curious and finally asked my driver if he knew why the roadways were so incongruously wide? It was, he explained, a precaution against a preemptive Chinese invasion. “If they bomb our military airfields,” he explained, “our pilots will have somewhere to land.”

    • Security

      • Privacy/Surveillance

        • Citizen LabGeckoSpy: Pegasus Spyware Used Against Thailand’s Pro-Democracy Movement - The Citizen Lab

          The Kingdom of Thailand is a constitutional monarchy with a parliamentary-style government divided into executive, legislative, and judiciary branches. The country has been beset by intense political conflict since 2005, during the government of former Prime Minister Thaksin Shinawatra. Corruption allegations against the regime culminated in a military coup on September 19, 2006 that ousted Thaksin. The military launched another coup on May 22, 2014 and seized power following mass protests against the civilian government led by Thaksin’s sister, Yingluck Shinawatra. The junta claimed that the 2014 coup was needed to restore order and called itself the National Council for Peace and Order (NCPO).

    • Monopolies

      • Patents

        • IT WireApple 5G device sales blocked in Colombia due to patent issue

          A court in Colombia has banned Apple from selling 5G iPhones and iPads in the country due to the infringement of a patent owned by Swedish telecom giant Ericsson.

          The affected devices are iPhone 12 and 13 models and also the newer iPads.

          The court order, issued in the first week of July, concerned a patent issued to Ericsson in 2019 and valid until the end of 2037, according to the FOSS Patents blog which is published by long-time IP activist Florian Mueller.

          Apple's infringement of the patent was determined in April and the following month Ericsson posted a bond of US$50,000 (A$73,496), a prerequisite for enforcement.

      • Copyrights

        • Torrent FreakBungie Sues Twitch-Streaming Destiny Cheater 'MiffysWorld' For Being Awful

          After targeting cheat sellers, game developer Bungie has now sued a US-based gamer who uses cheats. At least initially, Bungie believed it was dealing with just another ban-evading cheater but the investigation into Twitch-streamer 'MiffysWorld' turned up a lot more. As it turns out, expressing a desire to burn down Bungie's offices wasn't the worst thing discovered.

        • Torrent FreakResearch Suggests That Software Piracy Lowers Poverty

          Piracy is a controversial topic and research into the effects of copyright infringement is widely debated as well. A new academic study adds an interesting angle by suggesting that software piracy might lower poverty. While this is a plausible conclusion, there could actually be more factors at play.

  • Gemini* and Gopher

    • Personal

      • Kink contracts

        Alexis' ownership of X is based on ongoing mutual informed consent, in the context of Risk-Aware Consensual Kink. Nothing in this Title Deed should be interpreted otherwise.

      • A surplus of empathy

        I feel too much, sometimes. Right now my wife and I are both away from home, and while I know our cat is well-cared-for, she misses us and she doesn't know why we're gone. I just wish I could explain it to her.

      • That Time I Helped a Sad Drunkard

        I was visiting a friend down south many years ago. I believe I was still in upper secondary school (high school, basically) so it must have been sometime 2001-2004.

        My friend and I went to a city nearby. It was before lunch. Soon after getting there we saw a very inebriated miss a step as he was about to cross a road. His foot came over the edge of the pavement without him being ready for it and he fell head first on the asphalt. Although he got up by himself we felt that a fall that hard may have consequences.

        We went over to see how he was doing. Of course with him being under the influence it was hard to tell. The safest thing seemed to be to have medical personnel have a look. We must have left our phones at home because I remember that we to a hotel. Maybe it was the one he was staying at. We sat down in the lobby together.

      • Acceptable

        They say speech is acceptable When it fits into norms They say it's reprehensible If it strays in its forms

        They want us to believe their lies That truth always prevails We all should simply close our eyes Ignoring all details

    • Politics

      • The US Is Not Ok

        The US is not ok, and it hasn't been for a long, long time. Given its history, it has never been ok. But this is different. Now it is fracturing, and the seismic disturbances continue a-pace.

        [...]

        Two years ago, I lived through a coup in Sri Lanka. It was stupid. The minority party threw chili powder at everyone in Parliament and took over by farce. Math, however, requires a majority and the courts kicked them out. They gave in. We'd been protesting for weeks and yay, we won.

        No.

        I didn't know it at the time, but we had already lost. No one knew -- but oh my God, what we lost. The legitimate government came back but it was divided and weak. We were divided and weak. We were vulnerable.

        Four months later, on Easter Sunday, some assholes attacked multiple churches and hotels, killing 269 of us. My wife and kids were at church, I had to frantically call them back. Our nation was shattered. Mobs began attacking innocent Muslims. It was out of control. The coup broke our government, and four months later, that broke us.

      • Re: Unconditional Basic Income



        I grew up in your typical midwestern US household. My father worked for 30+ years in a factory and my mom was stay at home until I (being the youngest child) was old enough to not need constant supervision. I was taught all of my life about the value of hard work. As such, for much of my life I very much subscribed to the idea that the world doesn't owe you anything; that everything you get should be something that you worked for. This is a very difficult notion to get rid of. It's only now, as I settle into middle age, that I'm seeing another truth. That truth is that long before I was born, all of the valuable land was already carved up amongst the wealthy. All of the resources are spoken for, by and large. In fact, our society is borrowing against our future generations' resources and potential. In short, we were all bought and sold down the river from day one. So yeah, maybe we're owed something for that.

    • Technical

      • Ocarina of Time Feels Like a New Game

        I've been playing it the past week and it's the most fun I've had with OOT. I've started OOT over multiple times over the years through emulators and various Nintendo releases, but this might be the time I actually finish it.

        The best feature is the frame interpolation which lets you play far beyond the game's native frame rate of 20 or so. It's almost perfect and makes the game feel like it's actually running at a higher frame rate despite the extra frames only being interpolated. The controls even feel more responsive and everything just feels tighter, which is nice even if it's placebo.

      • Keyboarding Education



        Preface: I'm not in the hobby - I just like to ooh and ahh over pretty arrangements of keycaps and cases.

        I subscribe to the mystique of the HHKB. Despite the humorous saddle metaphor, the HHKB is a utilitarian workhorse. It is not without its many detractors who think it's a 60% toy nevertheless.

        Whenever I hear someone boast about their 100+ wpm prowess with Qwerty, I cringe because even if they're really good with it an inferior layout has worked its way into their muscle memory.

        [...]

        I think the standard mouse is harmful excepting trackballs (often placed in the middle between two keyboard halves). That being said, I think a one-handed keyboard and mousing with the other hand makes a lot of sense. I didn't forget about trackpads and pointing sticks, but that's a story for another day.

        Keyboards still have a lot of room to become more personalized. What do I mean by that? For example, the Esrille Nisse comes in two sizes to accommodate for Japanese people's smaller hands. The keycaps on the Medium model are milled to be thinner from regular keycaps. There should be some sort of program to figure out from people's hands and a heat map of how they type what keyboard is best for them. From there, it's off to the text editor races.

      • Self Hosting Feed Reader

        I installed FreshRSS last night (it wasn't entirely straightforward for someone who hasn't dealt with php installs in ages) and I gotta say it already blows Feedly out of the water.

        Feedly was great when I started using it a bunch of years ago. It's been the only feed reader I've used and it really changed how I interact with a lot of websites. But feedly has constantly gotten worse over the years in an attempt to be more feature-full.

        [...]

        None of these are really big changes in and of themselves, but they do clutter up the interface a bit and especially the first two are truly annoying to me. What I dislike the most I guess is the general trend towards a heavier and slower website made so by features that aren't for me.

        FreshRSS let's me just read my feeds. I installed it on my Raspberry Pi 2B, where I host this website and capsule along with thelounge.chat and Antenna (by far my most used service). Despite the low powered and much utilised server the FreshRSS interface is a lot faster than Feedly. And I really do mean a lot.


* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.



Recent Techrights' Posts

Microsoft Windows Used to Have Nearly 100% in China and Now Google Has 50% (With Android)
Will China bring about a faster "fall" for Microsoft?
GNU/Linux Growing Worldwide (the Story So Far!)
Microsoft is unable to stop GNU/Linux
Red Hat Loves Microsoft Monopoly (and Proprietary Surveillance With Back Doors)
full posting history in RedHat.com
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?
Windows Has Fallen Below 5% in Iraq, GNU/Linux Surged Beyond 7% Based on statCounter's Stats
Must be something going on!
 
Links 21/05/2024: "Hating Apple Goes Mainstream", Lots of Coverage About Julian Assange Ruling
Links for the day
Gemini Links 21/05/2024: Losing Fats and Modern XMPP
Links for the day
Pursuing a Case With No Prospects (Because It's "Funny")
the perpetrators are taking a firm that's considered notorious
GNU/Linux in Honduras: From 0.28% to 6%
Honduras remains somewhat of a hotspot
Good News From Manchester and London, Plus High Productivity in Techrights
what has happened and what's coming
[Video] The 'Linux' Foundation Cannot be Repaired Anymore (It Sold Out)
We might need to accept that the Linux Foundation lost its way
Links 21/05/2024: Tesla Layoffs and Further Free Speech Perils Online
Links for the day
Gemini Links 21/05/2024: New Gemini Reader and Gemini Games
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, May 20, 2024
IRC logs for Monday, May 20, 2024
[Video] Just Let Julian Assange Go Back to Australia
Assange needs to be freed
The WWW declares the end of Google
Reprinted with permission from Cyber|Show
Gemini Links 20/05/2024: CMSs and Lua "Post to midnight.pub" Script Alternative
Links for the day
Brodie Robertson - Never Criticise The Linux Foundation Expenses (With Transcript)
Transcript included
Links 20/05/2024: Protests and Aggression by Beijing
Links for the day
Can an election campaign succeed without social media accounts?
Reprinted with permission from Daniel Pocock
Read "Google Is Not What It Seems" by Julian Assange
In this extract from his new book When Google Met Wikileaks, WikiLeaks' publisher Julian Assange describes the special relationship between Google, Hillary Clinton and the State Department -- and what that means for the future of the internet
Fact check: relation to Julian Assange, founded Wikileaks at University of Melbourne and Arjen Kamphuis
Reprinted with permission from Daniel Pocock
Julian Assange: Factual Timeline From an Online Friend
a friend's account
Breaking News: Assange Wins Right to Challenge Extradition to the US
This is great news, but maybe the full legal text will reveal some caveat
Gambia: Windows Down to 5% Overall, 50% on Desktops/Laptops
Windows was measured at 94% in 2015
Links 20/05/2024: Microsoft Layoffs and Shutdowns, RTO as Silent Layoffs
Links for the day
The Issue With Junk Traffic in Geminispace (Gemini Protocol)
Some people have openly complained that their capsule was getting hammered by bot
Peter Eckersley, Laura Smyth & the rushed closure of dial-up Internet in Australian universities
Reprinted with permission from Daniel Pocock
Brittany Day, Plagiarist in Chief (Chatbot Slinger)
3 articles in the front page of LXer.com right now are chatbot spew
Guardian Digital, Inc (linuxsecurity.com) Has Resorted to Plagiarism by Chatbots, Flooding the World Wide Web With Fake 'Articles' Wrongly Attributed to Brittany Day
busted
[Meme] Bullying the Victims
IBM: crybully of the year 2024
Ian.Community Should be Safer From Trademark Censorship
We wish to discuss this matter very quickly
Microsoft and Its Vicious Attack Dogs (Attacking Women or Wives in Particular)
Sad, pathetic, destructive people
Upcoming Series About the Campaign to 'Disappear' the Father of GNU/Linux
Today we have Julian Assange's fate to focus on
A Month From Now Gemini Protocol Turns 5
June 20
Colombia: From Less Than 0.5% to Nearly 4% for GNU/Linux
it's not limited to this one country
Rumour: Well Overdue Red Hat Layoffs to be Announced in About 3 Days
we know they've planned the layoffs for a while
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, May 19, 2024
IRC logs for Sunday, May 19, 2024
Gemini Links 20/05/2024: Updated Noto Fontpacks and gemfeed2atom
Links for the day
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
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
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