Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

ESP32-S3 Development Board with 2-Inch Display, Camera Interface, and 6-Axis IMU

The ESP32-S3-LCD-2 is a compact development board based on the ESP32-S3R8 processor. It integrates features such as wireless connectivity, a small LCD display, and various interface options, including a battery connector for portable applications.

Super Watchdog Raspberry Pi HAT with Battery Backup Gains Multi-Chemistry Support

The Super Watchdog HAT with UPS Battery Backup provides power management and reliability for mission-critical Raspberry Pi applications. It supports all Raspberry Pi models, ensuring uninterrupted operation, data protection during outages, and system monitoring.

Internet Society

Connection for a Cause: One Woman’s Journey of Digital Empowerment

Growing up in a small village in Murang’a County, Kenya, Ruth Njeri had nearly no access to the digital world. Today, she is the lead engineer of the Tanda Community Network in Kibera—the largest slum in Africa—and is working to empower local women with technical knowledge, new skills, and increased opportunities.  

Ubuntu Buzz !

How To Install Clementine Music Player on Ubuntu 24.04

This tutorial will help you install Clementine Audio Player on your Ubuntu computer. Clementine is a modified version of the legendary player KDE Amarok, written in Qt technology and loaded with modern features. We use Ubuntu 24.04 as an example here and you can practice this with any other Ubuntu version. Now let's begin installing and playing some audio!

9to5Linux

GNOME 48 Alpha Is Now Available for Public Testing, Here’s What’s New

The alpha version of GNOME 48 is here with OSD notifications for headphone connections, support for screen time and health breaks, support for screen time limits, systemd-sysext support to toolbox tooling, convenience logging API for extensions, support for configuring monitors as for-lease, support for the system bell protocol, built-in renderdoc support, xdg-toplevel-drag-v1 protocol support, wp_viewport support for cursor surfaces, and support for the commit-timing-v1 and fifo-v1 protocols.

GNOME 47.3 Improves Frame Rate for Monitors Attached to Secondary GPUs

Coming about seven weeks after GNOME 47.2, the GNOME 47.3 release is here to improve input → output latency of cursor movements, implement wp_viewport support for cursor surfaces, enhance Xwayland support, and improve frame rate for monitors attached to secondary GPUs in copy mode.

GNOME 46.8 Release Speeds Up Thumbnail Loading in the Nautilus File Manager

Those of you still using the GNOME 46 desktop environment series will be happy to learn that the GNOME 46.8 release speeds up thumbnail loading in the Nautilus (Files) file manager, improves support for the Trisquel GNU/Linux distribution in the GNOME Boxes app, and adapts more components to the new GNOME Release Service.

news

Git v2.44.0

posted by Roy Schestowitz on Feb 24, 2024

The latest feature release Git v2.44.0 is now available at the
usual places.  It is comprised of 503 non-merge commits since
v2.43.0, contributed by 85 people, 34 of which are new faces [*].

The tarballs are found at:
https://www.kernel.org/pub/software/scm/git/
The following public repositories all have a copy of the 'v2.44.0' tag and the 'master' branch that the tag points at:
url = https://git.kernel.org/pub/scm/git/git url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = https://github.com/gitster/git
New contributors whose contributions weren't in v2.43.0 are as follows. Welcome to the Git development community!
Achu Luma, Antonin Delpeuch, Benjamin Lehmann, Britton Leo Kerin, Carlos Andrés Ramírez Cataño, Chandra Pratap, Ghanshyam Thakkar, Illia Bobyr, James Touton, Janik Haag, Joanna Wang, Josh Brobst, Julian Prein, Justin Tobler, Kyle Lippincott, lumynou5, Maarten van der Schrieck, Marcel Krause, Marcelo Roberto Jimenez, Michael Lohmann, moti sd, Nikolay Borisov, Nikolay Edigaryev, Ondrej Pohorelsky, Sam Delmerico, Sergey Kosukhin, Shreyansh Paliwal, Sören Krecker, Stan Hu, Tamino Bauknecht, Wilfred Hughes, Willem Verstraeten, Xiaoguang WANG, and Zach FettersMoore.
Returning contributors who helped this release are as follows. Thanks for your continued support.
Alexander Shopov, Andy Koppe, Arkadii Yakovets, Arthur Chan, Bagas Sanjaya, Calvin Wan, Carlo Marcelo Arenas Belón, Christian Couder, Dragan Simic, Elijah Newren, Emir SARI, Eric Sunshine, Glen Choo, Han-Wen Nienhuys, Jean-Noël Avila, Jeff Hostetler, Jeff King, Jiang Xin, Johannes Schindelin, John Cai, Jonathan Tan, Jordi Mas, Josh Soref, Josh Steadmon, Josip Sokcevic, Junio C Hamano, Kate Golovanova, Konstantin Ryabitsev, Kristoffer Haugsbakk, Linus Arver, Matthias Aßhauer, M Hickford, Orgad Shaneh, Oswald Buddenhagen, Patrick Steinhardt, Peter Krefting, Philippe Blain, Phillip Wood, Ralf Thielow, Randall S. Becker, René Scharfe, Rubén Justo, Simon Ser, SZEDER Gábor, Taylor Blau, Teng Long, Todd Zullinger, Toon Claes, Vegard Nossum, Victoria Dye, and Yi-Jyun Pan.
[*] We are counting not just the authorship contribution but issue reporting, mentoring, helping and reviewing that are recorded in the commit trailers.
----------------------------------------------------------------
Git v2.44 Release Notes =======================
Backward Compatibility Notes
* "git checkout -B <branch>" used to allow switching to a branch that is in use on another worktree, but this was by mistake. The users need to use "--ignore-other-worktrees" option.
UI, Workflows & Features
* "git add" and "git stash" learned to support the ":(attr:...)" magic pathspec.
* "git rebase --autosquash" is now enabled for non-interactive rebase, but it is still incompatible with the apply backend.
* Introduce "git replay", a tool meant on the server side without working tree to recreate a history.
* "git merge-file" learned to take the "--diff-algorithm" option to use algorithm different from the default "myers" diff.
* Command line completion (in contrib/) learned to complete path arguments to the "add/set" subcommands of "git sparse-checkout" better.
* "git checkout -B <branch> [<start-point>]" allowed a branch that is in use in another worktree to be updated and checked out, which might be a bit unexpected. The rule has been tightened, which is a breaking change. "--ignore-other-worktrees" option is required to unbreak you, if you are used to the current behaviour that "-B" overrides the safety.
* The builtin_objectmode attribute is populated for each path without adding anything in .gitattributes files, which would be useful in magic pathspec, e.g., ":(attr:builtin_objectmode=100755)" to limit to executables.
* "git fetch" learned to pay attention to "fetch.all" configuration variable, which pretends as if "--all" was passed from the command line when no remote parameter was given.
* In addition to (rather cryptic) Security Identifiers, show username and domain in the error message when we barf on mismatch between the Git directory and the current user on Windows.
* The error message given when "git branch -d branch" fails due to commits unique to the branch has been split into an error and a new conditional advice message.
* When given an existing but unreadable file as a configuration file, gitweb behaved as if the file did not exist at all, but now it errors out. This is a change that may break backward compatibility.
* When $HOME/.gitconfig is missing but XDG config file is available, we should write into the latter, not former. "git gc" and "git maintenance" wrote into a wrong "global config" file, which have been corrected.
* Define "special ref" as a very narrow set that consists of FETCH_HEAD and MERGE_HEAD, and clarify everything else that used to be classified as such are actually just pseudorefs.
* All conditional "advice" messages show how to turn them off, which becomes repetitive. Setting advice.* configuration explicitly on now omits the instruction part.
* The "disable repository discovery of a bare repository" check, triggered by setting safe.bareRepository configuration variable to 'explicit', has been loosened to exclude the ".git/" directory inside a non-bare repository from the check. So you can do "cd .git && git cmd" to run a Git command that works on a bare repository without explicitly specifying $GIT_DIR now.
* The completion script (in contrib/) learned more options that can be used with "git log".
* The labels on conflict markers for the common ancestor, our version, and the other version are available to custom 3-way merge driver via %S, %X, and %Y placeholders.
* The write codepath for the reftable data learned to honor core.fsync configuration.
* The "--fsck-objects" option of "git index-pack" now can take the optional parameter to tweak severity of different fsck errors.
* The wincred credential backend has been taught to support oauth refresh token the same way as credential-cache and credential-libsecret backends.
* Command line completion support (in contrib/) has been updated for "git bisect".
* "git branch" and friends learned to use the formatted text as sorting key, not the underlying timestamp value, when the --sort option is used with author or committer timestamp with a format specifier (e.g., "--sort=creatordate:format:%H:%M:%S").
* The command line completion script (in contrib/) learned to complete configuration variable names better.
Performance, Internal Implementation, Development Support etc.
* Process to add some form of low-level unit tests has started.
* Add support for GitLab CI.
* "git for-each-ref --no-sort" still sorted the refs alphabetically which paid non-trivial cost. It has been redefined to show output in an unspecified order, to allow certain optimizations to take advantage of.
* Simplify API implementation to delete references by eliminating duplication.
* Subject approxidate() and show_date() machinery to OSS-Fuzz.
* A new helper to let us pretend that we called lstat() when we know our cache_entry is up-to-date via fsmonitor.
* The optimization based on fsmonitor in the "diff --cached" codepath is resurrected with the "fake-lstat" introduced earlier.
* Test balloon to use C99 "bool" type from <stdbool.h> has been added.
* "git clone" has been prepared to allow cloning a repository with non-default hash function into a repository that uses the reftable backend.
* Streaming spans of packfile data used to be done only from a single, primary, pack in a repository with multiple packfiles. It has been extended to allow reuse from other packfiles, too.
* Comment updates to help developers not to attempt to modify messages from plumbing commands that must stay constant.
It might make sense to reassess the plumbing needs every few years, but that should be done as a separate effort.
* Move test-ctype helper to the unit-test framework.
* Instead of manually creating refs/ hierarchy on disk upon a creation of a secondary worktree, which is only usable via the files backend, use the refs API to populate it.
* CI for GitLab learned to drive macOS jobs.
* A few tests to "git commit -o <pathspec>" and "git commit -i <pathspec>" has been added.
* Tests on ref API are moved around to prepare for reftable.
* The Makefile often had to say "-L$(path) -R$(path)" that repeats the path to the same library directory for link time and runtime. A Makefile template is used to reduce such repetition.
* The priority queue test has been migrated to the unit testing framework.
* Setting `feature.experimental` opts the user into multi-pack reuse experiment
* Squelch node.js 16 deprecation warnings from GitHub Actions CI by updating actions/github-script and actions/checkout that use node.js 20.
* The mechanism to report the filename in the source code, used by the unit-test machinery, assumed that the compiler expanded __FILE__ to the path to the source given to the $(CC), but some compilers give full path, breaking the output. This has been corrected.
Fixes since v2.43 -----------------
* The way CI testing used "prove" could lead to running the test suite twice needlessly, which has been corrected.
* Update ref-related tests.
* "git format-patch --encode-email-headers" ignored the option when preparing the cover letter, which has been corrected.
* Newer versions of Getopt::Long started giving warnings against our (ab)use of it in "git send-email". Bump the minimum version requirement for Perl to 5.8.1 (from September 2002) to allow simplifying our implementation.
* Earlier we stopped relying on commit-graph that (still) records information about commits that are lost from the object store, which has negative performance implications. The default has been flipped to disable this pessimization.
* Stale URLs have been updated to their current counterparts (or archive.org) and HTTP links are replaced with working HTTPS links.
* trace2 streams used to record the URLs that potentially embed authentication material, which has been corrected.
* The sample pre-commit hook that tries to catch introduction of new paths that use potentially non-portable characters did not notice an existing path getting renamed to such a problematic path, when rename detection was enabled.
* The command line parser for the "log" family of commands was too loose when parsing certain numbers, e.g., silently ignoring the extra 'q' in "git log -n 1q" without complaining, which has been tightened up.
* "git $cmd --end-of-options --rev -- --path" for some $cmd failed to interpret "--rev" as a rev, and "--path" as a path. This was fixed for many programs like "reset" and "checkout".
* "git bisect reset" has been taught to clean up state files and refs even when BISECT_START file is gone.
* Some codepaths did not correctly parse configuration variables specified with valueless "true", which has been corrected.
* Code clean-up for sanity checking of command line options for "git show-ref".
* The code to parse the From e-mail header has been updated to avoid recursion.
* "git fetch --atomic" issued an unnecessary empty error message, which has been corrected.
* Command line completion script (in contrib/) learned to work better with the reftable backend.
* "git status" is taught to show both the branch being bisected and being rebased when both are in effect at the same time.
* "git archive --list extra garbage" silently ignored excess command line parameters, which has been corrected.
* "git sparse-checkout set" added default patterns even when the patterns are being fed from the standard input, which has been corrected.
* "git sparse-checkout (add|set) --[no-]cone --end-of-options" did not handle "--end-of-options" correctly after a recent update.
* Unlike other environment variables that took the usual true/false/yes/no as well as 0/1, GIT_FLUSH only understood 0/1, which has been corrected.
* Clearing in-core repository (happens during e.g., "git fetch --recurse-submodules" with commit graph enabled) made in-core commit object in an inconsistent state by discarding the necessary data from commit-graph too early, which has been corrected.
* Update to a new feature recently added, "git show-ref --exists".
* oss-fuzz tests are built and run in CI. (merge c4a9cf1df3 js/oss-fuzz-build-in-ci later to maint).
* Rename detection logic ignored the final line of a file if it is an incomplete line.
* GitHub CI update. (merge 0188b2c8e0 pb/ci-github-skip-logs-for-broken-tests later to maint).
* "git diff --no-rename A B" did not disable rename detection but did not trigger an error from the command line parser.
* "git archive --remote=<remote>" learned to talk over the smart http (aka stateless) transport. (merge 176cd68634 jx/remote-archive-over-smart-http later to maint).
* Fetching via protocol v0 over Smart HTTP transport sometimes failed to correctly auto-follow tags. (merge fba732c462 jk/fetch-auto-tag-following-fix later to maint).
* The documentation for the --exclude-per-directory option marked it as deprecated, which confused readers into thinking there may be a plan to remove it in the future, which was not our intention. (merge 0009542cab jc/ls-files-doc-update later to maint).
* "git diff --no-index file1 file2" segfaulted while invoking the external diff driver, which has been corrected.
* Rewrite //-comments to /* comments */ in files whose comments prevalently use the latter.
* Cirrus CI jobs started breaking because we specified version of FreeBSD that is no longer available, which has been corrected. (merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).
* A caller called index_file_exists() that takes a string expressed as <ptr, length> with a wrong length, which has been corrected. (merge 156e28b36d jh/sparse-index-expand-to-path-fix later to maint).
* A failed "git tag -s" did not necessarily result in an error depending on the crypto backend, which has been corrected.
* "git stash" sometimes was silent even when it failed due to unwritable index file, which has been corrected.
* "git show-ref --verify" did not show things like "CHERRY_PICK_HEAD", which has been corrected.
* Recent conversion to allow more than 0/1 in GIT_FLUSH broke the mechanism by flipping what yes/no means by mistake, which has been corrected.
* The sequencer machinery does not use the ref API and instead records names of certain objects it needs for its correct operation in temporary files, which makes these objects susceptible to loss by garbage collection. These temporary files have been added as starting points for reachability analysis to fix this. (merge bc7f5db896 pw/gc-during-rebase later to maint).
* "git cherry-pick" invoked during "git rebase -i" session lost the authorship information, which has been corrected. (merge e4301f73ff vn/rebase-with-cherry-pick-authorship later to maint).
* The code paths that call repo_read_object_file() have been tightened to react to errors. (merge 568459bf5e js/check-null-from-read-object-file later to maint).
* Other code cleanup, docfix, build fix, etc. (merge 5aea3955bc rj/clarify-branch-doc-m later to maint). (merge 9cce3be2df bk/bisect-doc-fix later to maint). (merge 8430b438f6 vd/fsck-submodule-url-test later to maint). (merge 3cb4384683 jc/t0091-with-unknown-git later to maint). (merge 020456cb74 rs/receive-pack-remove-find-header later to maint). (merge bc47139f4f la/trailer-cleanups later to maint).

Read on

Other Recent Tux Machines' Posts

Vivaldi Browser 7.1 Introduces Customizable Widgets
Vivaldi browser 7.1 introduces customizable widgets
Wine 10 Released with Experimental Bluetooth Driver, New HID Pointer Driver
Wine 10 has been released today as the latest version of this free and open-source compatibility layer that lets you run apps and games developed for Windows systems on Unix-like operating systems.
VirtualBox 7.1.6 Released with Initial Support for Linux Kernel 6.13
Oracle released VirtualBox 7.1.6 today as the third update to the latest VirtualBox 7.1 series bringing support for the latest Linux kernel, many GUI improvements, and other interesting Linux changes.
 
Programming Leftovers
Development picks
Windows TCO and Security Leftovers
Security picks
Debian 13 Freeze Begins in March, Debian 15 Codename Revealed
Debian 13 'Trixie' freeze starts March 15, 2025
Open Hardware/Modding: Raspberry Pi, Fairphone, and More
Devices and more
Applications or Free Software Leftovers: Ghostty, Istio, and More (FOSS Weekly)
FOSS picks
Volla Phone Quintus privacy-focused smartphone ditches Google and runs on Ubuntu Touch or Android
The Volla Phone Quintus is now available and aims to entice buyers with its focus on privacy
Linux Kernel: OpenZFS 2.3, EasyOS Gets Linux, Microsoft's Tattooing of Hardware (for Hype/Vendor Lock-in) Causes Problems
Linux picks
Ubuntu 24.04.2 Arrives Feb 13 with Linux Kernel 6.11
Ubuntu 24.04.2 LTS is scheduled for release on February 13th
today's howtos
Instructionals/Technical picks
Games: Many Stories Including Bazzite, SteamOS, Steam Deck, and Proton
mostly GamingOnLinux
Grml – bootable live system
Grml is a bootable live system (Live-CD) based on Debian.
Guix User and Contributor Survey 2024: The Results (part 2)
The results from the Guix User and Contributor Survey (2024) are in and we're digging into them in a series of posts
Llama 3.1 Community License is not a free software license
This is not a free software license and you should not use it
Free and Open Source Software, and Review
This is free and open source software
Freespire – Ubuntu-based Linux distribution
Freespire is a community-driven Linux distribution that’s based on Ubuntu
Ubuntu Cinnamon – community-driven Linux distribution
Ubuntu Cinnamon is a community-driven flavor of Ubuntu
This Week in Plasma: Fancy Time Zone Picker
This week the bug-fixing for Plasma 6.3 continued
This Week in GNOME: #184 Upcoming Freeze
Update on what happened across the GNOME project in the week from January 17 to January 24
How to install and set up DaVinci Resolve in Ubuntu 24.04
I tried it in Kubuntu 24.04 (well, Ubuntu 24.04 LTS base), and it wasn't trivial
Update on hibernation in Fedora Workstation
Hibernation stores the state of the whole operating system
KDE: Snaps bug fixes and Kubuntu: Noble updates
Fixed a major crash bug in our apps that use webengine
K Desktop Environment/KDE/Qt Leftovers
lots from Qt
Today in Techrights
Some of the latest articles
Red Hat OfficialRed Hat Official Communications
latest in redhat.com/
Mozilla Leftovers and Rust
Mozilla's work and Rust
Programming Leftovers
Development news/views
today's howtos
Instructionals/Technical posts
Oracle Linux 10 Developer Preview—Now Available for Download
big new preview
today's howtos
Instructionals/Technical picks
BSD: Juniper, OpenBSD, and More
BSD leftovers
Open Hardware: Raspberry Pi, 3D Printing, and More
half a dozen picks for now
Windows TCO, CISA, and Security
Security leftovers
GNOME 48 Alpha Is Now Available for Public Testing, Here’s What’s New
Today, the GNOME Project announced the alpha version of the upcoming GNOME 48 desktop environment series for public testing, giving us a first taste of the new features and improvements.
Games: Proton Experimental, Game Developers Conference (GDC) Survey, and More
Latest dozen from GamingOnLinux
Linux Kernel 6.13 Officially Released, This Is What’s New
Today, Linus Torvalds announced the release and general availability of Linux 6.13, the latest stable kernel version that introduces several new features and improvements, better hardware support, and more.
I Use Open-Source Software Because of These 4 Huge Benefits
There is an open-source alternative for almost every proprietary application. It is just a matter of finding it. While I don’t exclusively use open-source software, I prefer it over proprietary software for several reasons.
Deepin Linux 25 Goes (Almost) Immutable
The upcoming Deepin Linux 25 release will introduce Solid
Android Leftovers
Android 16 has a new way to keep thieves from using your phone
MySQL 9.2 Released, Adds JavaScript Transactional API
Explore MySQL 9.2 release highlights, including new features, deprecated items, and removed functionality, for improved database management and performance
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 6.12.11, Linux 6.6.74, Linux 6.1.127, and Linux 5.15.177
All users of the 6.12 kernel series must upgrade
The 6 Linux commands I use the most - and why
Sure, using the Linux command line is optional
Free, Libre, and Open Source Software Leftovers
FOSS and more
Web and Networking Stories
Linux included
mintCast, FLOSS Weekly, and The Linux Link Tech Show
3 episodes
Programming Leftovers
Development with Qt and Ubuntu
Red Hat Leftovers
picks regarding Red Hat
Open Hardware/Modding: ESP32, Raspberry Pi, Arduino, and More
Hardware picks
Security Leftovers
security picks for today
today's howtos
Instructionals/Technical posts
Installing *BSD in 2025 and Zero-Trust Builds for FreeBSD
some BSD picks
Today in Techrights
Some of the latest articles
GNOME 47.3 Improves Frame Rate for Monitors Attached to Secondary GPUs
The GNOME Project announced today the official availability of GNOME 47.3, the third maintenance update to the latest GNOME 47 “Denver” desktop environment series, which includes more bug fixes and improvements.
Android Leftovers
Google acquiring part of HTC Vive engineering team to boost Android XR
If you're ready to break up with Windows, this is the Linux distro I suggest for new users
SDesk is an open-source alternative to Windows with a lightweight and familiar look
Games: Crosswords 0.3.14, SDL 3, and More
Gaming-related picks
Archinstall 3.0.2 Introduces Wayfire Support and Enhanced Features
Archinstall 3.0.2 introduces Wayfire support
EasyOS Daedalus-series 6.5.5 and More
EasyOS news
GNOME 46.8 Release Speeds Up Thumbnail Loading in the Nautilus File Manager
The GNOME Project released GNOME 46.8 today as the eighth maintenance update to the GNOME 46 “Kathmandu” desktop environment series to address more bugs and add various improvements.
Mozilla: Rust Development and "Hey Hi" (AI) Nonsense
wrong direction
GNU/Linux Leftovers
only 3 GNU/Linux-related picks
Fake 'Open Source' Software and Microsoft AstroTurfing
the usual deceit
Releases of GNU Parallel 20250122 and Clapper 0.8
2 new Free software releases
Programming and Standards
Development and more
Free Software Events
3 events in focus
Games: Gaming on Linux, Steam Deck, SDL 3
Gamers' picks
Open Hardware/Modding: Bootlin, Raspberry Pi, and More
Linux focus
today's howtos
many howtos
Security Leftovers
Security news
Security and Fear, Uncertainty, Doubt (FUD) Leftovers
Fear, Uncertainty, Doubt mostly
A stuff-a-thon is happening at the FSF, Jan. 24, 28
Volunteer with the FSF January 24, 28 by helping us send thank-you letters and welcome packets to supporters worldwide
4 Ways to Check If a Game Will Run on Linux
One of the most complicated aspects of Linux gaming is the question of compatibility
These Linux Distributions Are the Most Similar to Windows 10
There are plenty of reasons to quit using Windows 10 and switch over to Linux
Ventoy 1.1 Released with EweOS ISO Support
Ventoy 1.1, an open-source tool for creating a bootable USB drive to load multiple ISO files
Microsoft change removed from Linux over Intel CPU issues
Intel and AMD engineers have stepped in at the eleventh hour to deal with a code contribution from a Microsoft developer that could have broken Linux 6.13 on some systems.
Ignition is a Modern Startup Applications Utility for Linux
I won’t lie: it’s easy to add or remove startup apps, commands, and scripts in Ubuntu
GhostBSD Has Scheduled an Online Conference Focused on Desktop BSD
GhostBSD, a desktop operating system based on FreeBSD, announced late last week that it’ll be hosting GhostBSDCon 2025
Toradex Adds SMARC iMX8M Plus and iMX95 to Its Embedded Portfolio
Torizon Embedded Linux provides a robust software ecosystem
Free and Open Source Software
This is free and open source software
today's leftovers
GNU/Linux and BSD news
Security Leftovers
Security stories and Windows TCO
Canonical/Ubuntu: IRC, Arm® Processors, and Ubuntu Summit 2024
some Ubuntu news
Open Hardware/Modding: Raspberry Pi 5 and More
Hardware picks
FSF: Free Software Directory (FSD) Meeting in IRC, FSF Staff at FOSDEM 2025, and More
Some FSF news
LibreELEC (Omega) 12.0.2
2 picks for now
New LWN Articles About Linux and Vim
3 outside paywall now
The slow death of TuxFamily
A short history
Chimera Linux Hits Beta, It’s More than Exciting
Chimera Linux enters beta! It's a non-GNU, rolling release, systemd-free distro that embraces FreeBSD's essence and the KISS philosophy
Today in Techrights
Some of the latest articles