Bonum Certa Men Certa

Links 30/07/2023: AMD-Based FreeBSD Desktop, Rocky Linux Targets Red Hat, PostgreSQL Barman 3.7.0 Released



  • GNU/Linux

    • Audiocasts/Shows

      • mintCast PodcastmintCast 417 – All Hail Avrecon

        First up in the news: Mint 21.2 Victoria released, Canonical’s Leading LXD Engineer Quits, Ubuntu Plans to Ditch its ‘Minimal’ Install Option, a new BlendOS v3, SUSE forks Red Hat

        In security and privacy, Avrecon malware affects 70,000 Linux servers, turns them into a botnet, and we meet RCE Flaw and PyLoose Malware

        Then in our Wanderings Joe has a bad reaction, Moss forgot to write something here, Bill more of the same, Majid pretends to be a socialist

        Download
    • Kernel Space

    • Instructionals/Technical

      • Beginner’s Guide: How to Install Java on Ubuntu in Easy Steps

        Some programs/tools/utility on Ubuntu required java/JVM, without java these programs are not working. Are you facing the same problem?

      • It's FOSSUnderstanding Ubuntu’s Repository System

        Learn the underlying mechanism of the repository system in Ubuntu to better handle the package management and avoid common update errors.

      • How To Remove Windows from UEFI Boot Menu After Installing Ubuntu

        In this article, we will walk you through the process of removing Windows from the UEFI boot menu after installing Ubuntu. This might be necessary if you have decided to completely switch over to Ubuntu and no longer need the Windows boot option.

        [...]

        To remove Windows from the UEFI boot menu after installing Ubuntu, you need to access the terminal, identify the Windows boot entry using the efibootmgr command, remove the boot entry using the efibootmgr -b -B command, delete the Windows folder from the EFI partition, and update GRUB to hide the GRUB menu.

      • APNICDon’t leave network blind spots

        In this post, I discuss recent research by Hassan Habibi Gharakheili, Vijay Sivaraman, and myself from the School of Electrical Engineering and Telecommunications, University of New South Wales that presents a solution for monitoring the enterprise hosts with fine-grained visibility into their network behavioural profiles.

        This research passively analyses network traffic from/to all connected hosts in an enterprise network, regardless of their SOE configuration status. By constructing specialized network behavioural profiles with AI-based classifications, real-time inference on the network behavioural patterns of hosts and potential anomalies are generated for IT departments.

      • Chris HannahI Use Neovim

        I usually tend to write about the tools that I use, whether it’s programming, or writing for my blog. Well, this time, I guess it’s a bit of both. As I’m now using Neovim for practically any task that involves writing text.

      • Terence EdenShakespeare Serif - an experimental font based on the First Folio

        Now, before setting off on a journey, it is worth seeing if anyone else has tried this before. I found David Pustansky's First Folio Font. There's not much info about it, other than it's based on the 1623 folio. It's a nice font, but missing brackets and a few other pieces of punctuation. Also, no ligatures. And the long s is in the wrong place.

        So, let's try to build a font!

      • MediumOperating a SOC Analyst Home Lab

        The cybersecurity industry is vast and entails many specialized topics. No one person can learn or know everything and the breadth of concepts to learn can seem overwhelming. Admittedly, I spent a considerable amount of time looking at the different types of cybersecurity career paths out there. On that note, one of the best decisions I’ve made regarding cybersecurity education and career insights was joining the WreckItmech Oxvmx TechHub server on Discord. It’s a safe supportive space where seasoned and aspiring cybersecurity professionals can communicate with each other.

      • Make Use OfHow to Fix the Ubuntu 23.04 Login Error on VMware

        Ubuntu 23.04 was released to the public in April 2023 with support until April 2024. Although an interim release, major updates such as a better GUI with GNOME 44, GPU support with Mesa 23 drivers, and overall faster performance through the Linux 6.2 kernel had many people trying it out as a virtual machine.

        However, if you try installing Ubuntu 23.04 on VMware, you'll likely face a login problem even if you've configured your machine correctly.

        If you're having trouble with the login screen when trying to install "Lunar Lobster" on VMware, below is a step-by-step on how to fix the problem.

    • Games

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • KdenliveKdenlive 23.08 beta available

          After an inspiring participation to Akademy, where we presented some of the actions we want to take to improve Kdenlive’s stability and reliability, we are announcing the first beta version for the upcoming Kdenlive 23.08.0 version.

          The Kdenlive 23.04.x version was unfortunately affected by major regressions related to the new timeline nesting feature.

          We are now working on major improvements to our test suite pipeline to ensure such things don’t get unnoticed before a release. In the meantime, all major issues related to nesting, as well as many other bugs, are now fixed in this new beta and we encourage all interested users to test this version to ensure we have the best possible experience for the final release.

  • Distributions and Operating Systems

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

      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

    • Jonathan RiddellJonathan Riddell: OpenUK Awards 2023 Open for Nominations

      The OpenUK Awards are open for nominations for 2023.

      • Nominations open 28th July 2023
      • Nominations close midnight UK 19th September 2023 (this will not be extended)
      • Shortlist of up to 3 nominees per category announced 18th October 2023
      • Winners Announced 20th November 2023: Black Tie Awards Ceremony and dinner at House of Lords sponsored by Lord Vaizey, 6-10.30pm, tickets limited€ 

      Self nominations are very welcome. If you know fit into the categories or have a project or company which does or know anyone else who does then fill in the form and say why it’s deserved. You might get fame and glory or at the least a dinner in the house of lords.

    • Web Browsers/Web Servers

    • SaaS/Back End/Databases

      • GeshanHow to Use PostgreSQL COALESCE effectively with examples

        In the world of database management systems, PostgreSQL (Postgres) is a popular choice due to its robust features and flexibility. One powerful function it offers is COALESCE, which allows you to handle null values effectively. In this blog post, you will explore what PostgreSQL COALESCE is, learn when it is useful, and see examples to demonstrate how to use it effectively. Let's get going!

      • PostgreSQLBarman 3.7.0 Released

        EDB is pleased to announce the release of Barman 3.7.0. This release expands support for the snapshot backup_method, which creates full backups by taking snapshots of cloud storage volumes, by adding support for AWS using EBS volume snapshots. Support for Google Cloud disk snapshot and Microsoft Azure managed disks were added in previous Barman releases.

        Highlights of this release

        Version 3.7.0 - 25 July 2023

    • Productivity Software/LibreOffice/Calligra

      • ccache for a 5 minute LibreOffice build!ccache for a 5 minute LibreOffice build

        If you have ever tried to build LibreOffice code, you know that it can take a lot of time. LibreOffice has ~6 million lines of C++ and some Java code (<280k). But, there are tools that can help you build LibreOffice from source code much faster, if you do it repeatedly! Here I discuss how.

        Even with a fast computer, compiling huge amount of C/C++ code takes a lot of time. Compiling 6 million lines of C/C++ code in LibreOffice will take you several minutes (if not hours) with a decent computer with fast CPU and a lot of RAM.

        But, people who work on developing LibreOffice need to build it from the source repeatedly. Because only a fraction of the code changes each time, there is a big chance that one can re-use the compiled objects, and that’s where ccache (and similar tools) come in. It caches the compiled objects, and before trying to re-compile the code, searches inside the cache to see if a previously compiled objects are usable.

    • Education

      • ArduinoUNO R4 Stars: Meet Greta Galli

        Greta Galli is a 20-year-old maker – as well as a content creator, student and teacher! – focusing her high energy levels on robotics and 3D printing. If you think that’s a lot, it is. But keep in mind she got her first taste of making at the young age of 11, when she took part in a kids’ workshop at a tech fair. Fast forward a few years and she heard her high school would start teaching with Arduino, so she jumped the gun and bought her first board.

    • Programming/Development

      • Linux Links10 Excellent R Natural Language Processing Tools

        Natural language processing (NLP) is a set of techniques for using computers to detect in human language the kinds of things that humans detect automatically.

      • Pedro Sader Azevedo: 1st Contribution Hackathon, by LKCAMP

        Thank you for coming to the the 1st Contribution Hackathon at GUADEC 2023. As the name implies, in this event, we’ll teach you how to make your first code contribution to GNOME. Buckle up!

        Setup

        There are three components that we need for making the contribution: flatpak, flathub, and GNOME Builder. Here’s how to get each of them:

        Flatpak

        Flatpak is a packaging format for graphical applications that works on any GNU/Linux distribution. It is the most widely embraced packaging format for GNOME applications. To get flatpak on your distro of choice, run:

        [...]
      • Matt RickardGit Merge Strategies and Algorithms

        How does git merge one or more branches? A look at the different merge strategies and algorithms.

      • Tim BradshawNumerical prediction

        In late 2018, when I still worked at the Met Office, I sent a document to some people there which explained why I thought AI would come to dominate weather forecasting, and why weather forecasting organisations should be looking at AI, urgently. Today, the 28th of July 2023, there is a leader on the subject in The Economist as well as an extended article in its Science and Technology section.

      • RlangQuantum programs

        Remember, quantum programming can seem daunting at first, but with practice and patience, you'll start to grasp these new concepts and begin to appreciate the immense potential that quantum computing offers. Happy coding!

      • Bruno RodriguesReproducible data science with Nix, part 3 -- frictionless {plumber} api deployments with Nix

        This is the third post in a series of posts about Nix. Disclaimer: I’m a super beginner with Nix. So this series of blog posts is more akin to notes that I’m taking while learning than a super detailed tutorial. So if you’re a Nix expert and read something stupid in here, that’s normal. This post is going to focus on R (obviously) but the ideas are applicable to any programming language.

        This blog post is part tutorial on creating an api using the {plumber} R package, part an illustration of how Nix makes developing and deploying a breeze.

      • Bruno RodriguesReproducible data science with Nix, part 1 -- what is Nix

        This is the first of a (hopefully) series of posts about Nix. Disclaimer: I’m a super beginner with Nix. So this series of blog posts is more akin to notes that I’m taking while learning than a super detailed tutorial. So if you’re a Nix expert and read something stupid in here, that’s normal. This post is going to focus on R (obviously) but the ideas are applicable to any programming language.



Recent Techrights' Posts

Confirmed in the Mainstream Media: A Lot of Microsoft "Workloads" Were Just LLM Slop (Helping to Fake Growth for Years, as Microsoft Had Paid "Open" "AI" to Become a "Client") and Demand is Rapidly Waning, Datacentres Canceled and/or Shut Down
Anything to facilitate further accounting fraud
Taiwan's Media Covers Closure of Microsoft's "AI" Lab, It's Time to Talk About the Gradual Death of Windows and Implosion of the "AI" Bubble
Earlier this week we showed that mostly Asian media had the 'nerve' to mention Microsoft silently shutting down its 'AI' lab
More Gains for GNU/Linux, Based on Web Surveys
the Steam site shows rapid growth for "Linux" this month
 
Microsoft's Trouble in Africa and Asia
A new all-time high for GNU/Linux
Brett Wilson LLP Reported to the Solicitors Regulation Authority (SRA)
The saddest thing in all this is that law firms can maintain high standards shall they wish to
Links 03/04/2025: Tariff Pains and C.D.C. Cuts
Links for the day
StatCounter: Microsoft is Masking a Disaster, It's Way Behind DeepSeek Already and Interest in LLMs Has Waned
it turns out the money "raised" for "Open" "AI" may not even exist at all
Links 03/04/2025: SoftBank Money for Microsoft "Open" "AI" Probably Doesn't Even Exist, Wikimedia Foundation Blasts LLM Nuisance While Microsoft Admits Demand Has Shrunk
Links for the day
Gemini Links 03/04/2025: Patch Panel and Pictures
Links for the day
Islamic Republic of Iran: GNU/Linux at All-time High This Month, Windows Falls to 12%
Vista 10 is up this month despite being "end of life" (EoL) soon
Indonesia: All-Time Highs for GNU/Linux
What's noteworthy right now is the growth of GNU/Linux
statCounter Says GNU/Linux Usage is Up Again (Internationally)
some preliminary April data
Only on April 1st Can the Free Software Foundation Associate With Microsoft's Open Source Initiative (OSI)
We saw some pranks that day linking the FSF to Microsoft (e.g. "endorsing" Windows)
IBM Gets Rid of Kelly Chambliss as Mass Layoffs Reported in IBM Consulting, IBM Loses Key Contracts/Graft
IBM Consulting has been in disarray lately
Slopwatch: Anti-Linux Articles, Not Even Written by Humans
Why aren't Web sites more vocal about this problem?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, April 02, 2025
IRC logs for Wednesday, April 02, 2025
Links 03/04/2025: Apple Fined Over Secret Surveillance, "Elegant Writer For A More Civilized Age"
Links for the day
Gemini Links 02/04/2025: Books and Cold Tea
Links for the day
Links 02/04/2025: More Layoffs, Nokia Again Takes Advantage of Illegal and Unconstitutional Patent Court With Nokia Staff as 'Judges'
Links for the day
Links 02/04/2025: Seizures and Returns to Windows of 24 Years Ago
Links for the day
LLM Slop Helps Obscure and Distort News About Layoffs (IBM, GAFAM)
It's hard to find accurate information
Links 02/04/2025: Microsoft Developers Are Threatening to Go on Strike, World Backup Day Noted
Links for the day
Gemini Protocol Has Growing Appeal (the Web Got Too Bloated and Full of LLM Slop)
For any "data plan" with bandwidth limits or "tiers" it would be cheaper to use/browse Geminispace
The Web Can Survive LLM Slop, But Only If We Collectively Shun and Discourage Serial Sloppers
Doing nothing ought not be a possibility
Amid Secret Shut-downs and Mass Layoffs at Microsoft (4 Waves of Layoffs in 3 Months of 2025) Some Microsoft Staff Expected to Go On Strike
workers going on strike
Gemini Links 02/04/2025: No more on Mastodon and Gemini Mention Script in Go
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 01, 2025
IRC logs for Tuesday, April 01, 2025
My Motion Disbarring or “Striking Off” Brett Wilson LLP for Enabling Violent Americans Who Try to Crush Microsoft Critics in the United Kingdom by Multiple SLAPPs
"Guns for hire" (for Microsoft people who received Microsoft salaries)
The U.S. Patent and Trademark Office Hijacked Again by Patent Litigation Industry, as President Cheeto Prioritises Aggressors
The "mafia" has taken over the "industry" and the Federal system (justice and constitutions trampled upon)
Ubuntu Slop and FUD Manufactured With LLMs and Funded (by Oneself) 'Studies'
Slop and FUD are ruining the Web
Gemini Links 01/04/2025: Games and More
Links for the day
Links 01/04/2025: Apple Fined $162M for Privacy Abuses, Disinformation Online a Growing Concern
Links for the day
Why We're Reporting Brett Wilson LLP for Apparently Misusing Their Licence to Protect American Microsofters Who Attack Women
For those who have not been keeping abreast
Newer Press Reports Confirm That Microsoft Shuts Down 'Hey Hi' (AI) Labs Despite All the Hype
The "hey hi" (AI) bubble is not sustainable
Links 01/04/2025: Mass Layoffs at Eidos and "Microsoft Pulls Back on Data Centers" (Demand Lacking); "Racist and Sexist" Slop From Microsoft
Links for the day
Stefano Maffulli and His Microsoft-Funded OSI Staff Are Killing the OSI and Killing "Open Source" (All for Money!)
This is far from over
Gemini Links 01/04/2025: XKCDpunk and worldclock.py
Links for the day
50 Years of Sabotage and a Gut Punch to Computer Science (and Science in General)
Will we get back to science-based computing rather than cult-like following?
Techrights Headlines as Semaphore
"If you are hearing this, thank you"
3 Months in 2025, 4 Waves of Mass Layoffs at Microsoft, Now Offices Shut Down Permanently
"A recent visit by the South China Morning Post confirmed that the office was dark, unoccupied, and had its logo removed."
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, March 31, 2025
IRC logs for Monday, March 31, 2025