Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Luckfox Reveals First Boards Featuring Rockchip RK3506G2 Triple-Core Processors with Linux Support

The Luckfox Lyra series introduces the Rockchip RK3506G2 processor, a triple-core 32-bit design with three Cortex-A7 cores and one Cortex-M0 core. These boards target IoT devices, smart audio, smart displays, and industrial control, supporting Buildroot and Ubuntu 22.04 for flexible software deployment.

Raspberry Pi-Like SBC Featuring Rockchip RK3576D, Dual Gigabit Ethernet, and PCIe Support

The Toybrick TB-RK3576D SBC is a compact development board designed for high-performance computing tasks. Its key features include dual Gigabit Ethernet ports, a PCIe slot, and multiple display interfaces, all in a compact form factor.

Pimoroni Presto: RP2350-Powered 4” IPS Display with Wireless Connectivity

Pimoroni has introduced the Presto Beta Edition, an RP2350-powered programmable desktop display designed for versatility and compact functionality. The device features a 4-inch square IPS touchscreen with a resolution of 480 x 480 pixels, housed in a black aluminum stand.

9to5Linux

IPFire Linux Firewall Preps for Wi-Fi 7, Adopts Post-Quantum Cryptography

Powered by Linux kernel 6.6.63 LTS, the IPFire 2.29 Core Update 190 update is here to introduce support for post-quantum cryptography for SSH key exchanges, including Streamlined NTRU Prime sntrup761 and X25519 with SHA-512 (sntrup761x25519-sha512) and Module-Lattice-based Key-Encapsulation Mechanism (MK-KEM, mlkem768x25519-sha256).

LibreOffice 24.8.4 Office Suite Is Now Available for Download with 55 Bug Fixes

Coming five weeks after LibreOffice 24.8.3, the LibreOffice 24.8.4 release addresses more of the pesky bugs, crashes, and other annoyances reported by users. The ultimate goal is to improve the overall stability and reliability of this open-source, free, and cross-platform office suite.

Tor Project blog

Meeting the demands of tomorrow's Internet

In that vein, the biggest news for the Tor Project in 2024 was merging with Tails. Both organizations have been partners for many years, but joining forces at an organizational level means that we can pool our resources and combine our strengths to work on the mission that we all share.

news

Git v2.43.0

posted by Roy Schestowitz on Nov 21, 2023

The latest feature release Git v2.43.0 is now available at the
usual places.  It is comprised of 464 non-merge commits since
v2.42.0, contributed by 80 people, 17 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.43.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.42.0 are as follows. Welcome to the Git development community!
Aditya Neelamraju, Alyssa Ross, Caleb Hill, Dorcas AnonoLitunya, Dragan Simic, Isoken June Ibizugbe, Jan Alexander Steffens (heftig), Javier Mora, ks1322 ks1322, Mark Ruvald Pedersen, Matthew McClain, Naomi Ibe, Romain Chossart, Tang Yuyi, Vipul Kumar, 王常新, and 谢致邦 (XIE Zhibang).
Returning contributors who helped this release are as follows. Thanks for your continued support.
Ævar Arnfjörð Bjarmason, Alexander Shopov, Andrei Rybak, Andy Koppe, Arkadii Yakovets, Bagas Sanjaya, Beat Bolli, brian m. carlson, Calvin Wan, Christian Couder, Christian Hesse, Derrick Stolee, Drew DeVault, Elijah Newren, Emily Shaffer, Emir SARI, Eric W. Biederman, Eric Wong, Evan Gates, Han Young, Hariom Verma, Jacob Abel, Jacob Stopak, Jason Hatton, Jean-Noël Avila, Jeff King, Johannes Schindelin, John Cai, Jordi Mas, Josh Soref, Josip Sokcevic, Junio C Hamano, Karthik Nayak, Kate Golovanova, Kousik Sanagavarapu, Kristoffer Haugsbakk, Linus Arver, Mark Levedahl, Martin Ågren, Martin Storsjö, M Hickford, Michael Strawbridge, Michal Suchanek, Oswald Buddenhagen, Patrick Steinhardt, Peter Krefting, Philippe Blain, Phillip Wood, Ralf Thielow, Randall S. Becker, René Scharfe, Robert Coup, Rubén Justo, Sergey Organov, Shuqi Liang, Stefan Haller, Štěpán Němec, Taylor Blau, Teng Long, Todd Zullinger, Victoria Dye, Wesley Schwengle, 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.43 Release Notes =======================
Backward Compatibility Notes
* The "--rfc" option of "git format-patch" used to be a valid way to override an earlier "--subject-prefix=<something>" on the command line and replace it with "[RFC PATCH]", but from this release, it merely prefixes the string "RFC " in front of the given subject prefix. If you are negatively affected by this change, please use "--subject-prefix=PATCH --rfc" as a replacement.
* In Git 2.42, "git rev-list --stdin" learned to take non-revisions (like "--not") from the standard input, but the way such a "--not" was handled was quite confusing, which has been rethought. The updated rule is that "--not" given from the command line only affects revs given from the command line that comes but not revs read from the standard input, and "--not" read from the standard input affects revs given from the standard input and not revs given from the command line.
UI, Workflows & Features
* A message written in olden time prevented a branch from getting checked out, saying it is already checked out elsewhere. But these days, we treat a branch that is being bisected or rebased just like a branch that is checked out and protect it from getting modified with the same codepath. The message has been rephrased to say that the branch is "in use" to avoid confusion.
* Hourly and other schedules of "git maintenance" jobs are randomly distributed now.
* "git cmd -h" learned to signal which options can be negated by listing such options like "--[no-]opt".
* The way authentication related data other than passwords (e.g., oauth token and password expiration data) are stored in libsecret keyrings has been rethought.
* Update the libsecret and wincred credential helpers to correctly match which credential to erase; they erased the wrong entry in some cases.
* Git GUI updates.
* "git format-patch" learned a new "--description-file" option that lets cover letter description to be fed; this can be used on detached HEAD where there is no branch description available, and also can override the branch description if there is one.
* Use of the "--max-pack-size" option to allow multiple packfiles to be created is now supported even when we are sending unreachable objects to cruft packs.
* "git format-patch --rfc --subject-prefix=<foo>" used to ignore the "--subject-prefix" option and used "[RFC PATCH]"; now we will add "RFC" prefix to whatever subject prefix is specified.
* "git log --format" has been taught the %(decorate) placeholder for further customization over what the "--decorate" option offers.
* The default log message created by "git revert", when reverting a commit that records a revert, has been tweaked, to encourage people to describe complex "revert of revert of revert" situations better in their own words.
* The command-line completion support (in contrib/) learned to complete "git commit --trailer=" for possible trailer keys.
* "git update-index" learned the "--show-index-version" option to inspect the index format version used by the on-disk index file.
* "git diff" learned the "diff.statNameWidth" configuration variable, to give the default width for the name part in the "--stat" output.
* "git range-diff --notes=foo" compared "log --notes=foo --notes" of the two ranges, instead of using just the specified notes tree, which has been corrected to use only the specified notes tree.
* The command line completion script (in contrib/) can be told to complete aliases by including ": git <cmd> ;" in the alias to tell it that the alias should be completed in a similar way to how "git <cmd>" is completed. The parsing code for the alias has been loosened to allow ';' without an extra space before it.
* "git for-each-ref" and friends learned to apply mailmap to authorname and other fields in a more flexible way than using separate placeholder letters like %a[eElL] every time we want to come up with small variants.
* "git repack" machinery learned to pay attention to the "--filter=" option.
* "git repack" learned the "--max-cruft-size" option to prevent cruft packs from growing without bounds.
* "git merge-tree" learned to take strategy backend specific options via the "-X" option, like "git merge" does.
* "git log" and friends learned the "--dd" option that is a short-hand for "--diff-merges=first-parent -p".
* The attribute subsystem learned to honor the "attr.tree" configuration variable that specifies which tree to read the .gitattributes files from.
* "git merge-file" learns a mode to read three variants of the contents to be merged from blob objects.
Performance, Internal Implementation, Development Support etc.
* "git check-attr" has been taught to work better with sparse-index.
* It may be tempting to leave the help text NULL for a command line option that is either hidden or too obvious, but "git subcmd -h" and "git subcmd --help-all" would have segfaulted if done so. Now the help text is truly optional.
* Tests that are known to pass with LSan are now marked as such.
* Flaky "git p4" tests, as well as "git svn" tests, are now skipped in the (rather expensive) sanitizer CI job.
* Tests with LSan from time to time seem to emit harmless messages that make our tests unnecessarily flaky; we work around it by filtering the uninteresting output.
* Unused parameters to functions are marked as such, and/or removed, in order to bring us closer to "-Wunused-parameter" clean.
* The code to keep track of existing packs in the repository while repacking has been refactored.
* The "streaming" interface used for bulk-checkin codepath has been narrowed to take only blob objects for now, with no real loss of functionality.
* GitHub CI workflow has learned to trigger Coverity check.
* Test coverage for trailers has been improved.
* The code to iterate over loose references has been optimized to reduce the number of lstat() system calls.
* The codepaths that read "chunk" formatted files have been corrected to pay attention to the chunk size and notice broken files.
* Replace macos-12 used at GitHub CI with macos-13. (merge 682a868f67 js/ci-use-macos-13 later to maint).
Fixes since v2.42 -----------------
* Overly long label names used in the sequencer machinery are now chopped to fit under filesystem limitation.
* Scalar updates.
* Tweak GitHub Actions CI so that pushing the same commit to multiple branch tips at the same time will not waste building and testing the same thing twice.
* The commit-graph verification code that detects a mixture of zero and non-zero generation numbers has been updated.
* "git diff -w --exit-code" with various options did not work correctly, which has been corrected.
* The "transfer.unpackLimit" configuration variable ought to be used as a fallback, but overrode the more specific "fetch.unpackLimit" and "receive.unpackLimit" configuration variables by mistake, which has been corrected.
* The use of API between two calls to require_clean_work_tree() from the sequencer code has been cleaned up for consistency.
* "git diff --no-such-option" and other corner cases around the exit status of the "diff" command have been corrected.
* "git for-each-ref --sort='contents:size'" sorted the refs according to size numerically, giving a ref that points at a blob twelve-byte (12) long before showing a blob hundred-byte (100) long, which has been corrected.
* We now limit the depth of the tree objects and maximum length of pathnames recorded in tree objects. (merge 4d5693ba05 jk/tree-name-and-depth-limit later to maint).
* Various fixes to the behavior of "rebase -i", when the command got interrupted by conflicting changes, have been made.
* References from a description of the `--patch` option in various manual pages have been simplified and improved.
* "git grep -e A --no-or -e B" is accepted, even though the negation of the "--or" option did not mean anything, which has been tightened.
* The completion script (in contrib/) has been taught to treat the "-t" option to "git checkout" and "git switch" just like the "--track" option, to complete remote-tracking branches.
* "git diff --no-index -R <(one) <(two)" did not work correctly, which has been corrected.
* "git maintenance" timers' implementation has been updated, based on systemd timers, to work with WSL.
* "git diff --cached" codepath did not fill the necessary stat information for a file when fsmonitor knows it is clean and ended up behaving as if it were not clean, which has been corrected.
* How "alias.foo = : git cmd ; aliased-command-string" should be spelled with necessary whitespace around punctuation marks to work has been more clearly documented (but this will be moot with newer versions of Git where the parsing rules have been improved).
* HTTP Header redaction code has been adjusted for a newer version of cURL library that shows its traces differently from earlier versions.
* An error message given by "git send-email", when given a malformed address, did not show the offending address, which has been corrected.
* UBSan options were not propagated through the test framework to git run via the httpd, unlike ASan options, which has been corrected.
* "checkout --merge -- path" and "update-index --unresolve path" did not resurrect conflicted state that was resolved to remove path, but now they do. (merge 5bdedac3c7 jc/unresolve-removal later to maint).
* The display width table for unicode characters has been updated for Unicode 15.1 (merge 872976c37e bb/unicode-width-table-15 later to maint).
* Update mailmap entry for Derrick. (merge 6e5457d8c7 ds/mailmap-entry-update later to maint).
* In the ".gitmodules" files, submodules are keyed by their names, and the path to the submodule whose name is $name is specified by the submodule.$name.path variable. There were a few codepaths that mixed the name and path up when consulting the submodule database, which have been corrected. It took long for these bugs to be found as the name of a submodule initially is the same as its path, and the problem does not surface until it is moved to a different path, which apparently happens very rarely.
* "git diff --merge-base X other args..." insisted that X must be a commit and errored out when given an annotated tag that peels to a commit, but we only need it to be a committish. This has been corrected. (merge 4adceb5a29 ar/diff-index-merge-base-fix later to maint).
* "git merge-tree" used to segfault when the "--attr-source" option is used, which has been corrected. (merge e95bafc52f jc/merge-ort-attr-index-fix later to maint).
* Unlike "git log --pretty=%D", "git log --pretty="%(decorate)" did not auto-initialize the decoration subsystem, which has been corrected.
* Feeding "git stash store" with a random commit that was not created by "git stash create" now errors out. (merge d9b6634589 jc/fail-stash-to-store-non-stash later to maint).
* The index file has room only for the lower 32-bit of the file size in the cached stat information, which means cached stat information will have 0 in its sd_size member for a file whose size is a multiple of 4GiB. This is mistaken for a racily clean path. Avoid it by storing a bogus sd_size value instead for such files. (merge 5143ac07b1 bc/racy-4gb-files later to maint).
* "git p4" tried to store symlinks to LFS when told, but has been fixed not to do so, because it does not make sense. (merge 10c89a02b0 mm/p4-symlink-with-lfs later to maint).
* The codepath to handle recipient addresses `git send-email --compose` learns from the user was completely broken, which has been corrected. (merge 3ec6167567 jk/send-email-fix-addresses-from-composed-messages later to maint).
* "cd sub && git grep -f patterns" tried to read "patterns" file at the top level of the working tree; it has been corrected to read "sub/patterns" instead.
* "git reflog expire --single-worktree" has been broken for the past 20 months or so, which has been corrected.
* "git send-email" did not have certain pieces of data computed yet when it tried to validate the outgoing messages and its recipient addresses, which has been sorted out.
* "git bugreport" learned to complain when it received a command line argument that it will not use.
* The codepath to traverse the commit-graph learned to notice that a commit is missing (e.g., corrupt repository lost an object), even though it knows something about the commit (like its parents) from what is in commit-graph. (merge 7a5d604443 ps/do-not-trust-commit-graph-blindly-for-existence later to maint).
* "git rev-list --missing" did not work for missing commit objects, which has been corrected.
* "git rev-list --unpacked --objects" failed to exclude packed non-commit objects, which has been corrected. (merge 7b3c8e9f38 tb/rev-list-unpacked-fix later to maint).
* "To dereference" and "to peel" were sometimes used in in-code comments and documentation but without description in the glossary. (merge 893dce2ffb vd/glossary-dereference-peel later to maint).
* Other code cleanup, docfix, build fix, etc. (merge c2c349a15c xz/commit-title-soft-limit-doc later to maint). (merge 1bd809938a tb/format-pack-doc-update later to maint). (merge 8f81532599 an/clang-format-typofix later to maint). (merge 3ca86adc2d la/strvec-header-fix later to maint). (merge 6789275d37 jc/test-i18ngrep later to maint). (merge 9972cd6004 ps/leakfixes later to maint). (merge 46edab516b tz/send-email-helpfix later to maint).

Read on

Other Recent Tux Machines' Posts

System76 Refreshes Their AMD-Powered Pangolin Linux Laptop with 2K Display
Linux hardware vendor System76 informs 9to5Linux.com today about the availability of a new version of the company’s Pangolin Linux-powered laptop with upgraded components.
Kdenlive 24.12 Added Multiple Subtitle Tracks & Removed Qt5 Support
Kdenlive, the popular Qt-based free open-source video editor
Kali Linux 2024.4 Released with Linux Kernel 6.11, GNOME 47, and New Hacking Tools
Offensive Security announced today the release and general availability of Kali Linux 2024.4 as the latest stable ISO snapshot of this Debian-based rolling release distro for ethical hacking and penetration testing.
Xfce 4.20 Desktop Environment Released with Experimental Wayland Support
Two years after the release of Xfce 4.18, Xfce 4.20 is here as another major update to this light and fast desktop environment for GNU/Linux distributions.
GNU/Linux Growing in Chile [original]
chart
Fedora Asahi Remix 41 Released for Apple Silicon Macs with KDE Plasma 6.2
Today, the Fedora and Asahi Linux projects announced the general availability of Fedora Asahi Remix 41 as the latest version of this distribution developed for Apple Silicon Macs.
The Shepherd 1.0.0 released!
Finally, twenty-one years after its inception (twenty-one!)
Nextcloud Takes on Microsoft, Microsoft Systemd 257 Released in Microsoft GitHub (Proprietary) by Microsoft Staff
Some software news
 
Software: Cockpit 331, as-tree, Zen Browser, Duolingo Application on Linux, qBittorrent 5.0.3 Released
Software news for today
today's howtos
Instructionals/Technical posts - last for today
Audiocasts/Shows/Videos About GNU/Linux and Free Software
mostly from yewtu.be
Linux-Centric "Security" (and FUD) Leftovers
many FUD pieces
These Are The Most Useful Linux Apps I Discovered in 2024
Here are the best Linux apps we encountered in 2024. Try them out if you haven't yet!
today's leftovers
GNU/Linux picks and more
Mozilla: Rust Roundup, "Hey Hi" Fluff, Loss of Revenue, and Input About the Main Sponsor (Google)
Some Firefox and Mozilla updates
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
IPFire Linux Firewall Preps for Wi-Fi 7, Adopts Post-Quantum Cryptography
Today, the IPFire Project released IPFire 2.29 Core Update 190 as a new update to its hardened open-source GNU/Linux distribution, which primarily performs as a router or firewall.
BSD: Release of OpenBGPD 8.7, UK Keyboard layout on X applications on FreeBSD, BSD Now
some more BSD picks for today
Canonical/Ubuntu patching automation and Charmed Kubeflow
a pair of new blog posts from Canonical/Ubuntu
Security Leftovers
mostly patches
Programming Leftovers
Development related links
Open Hardware/Modding: Pimoroni, Arduino, and More
Modding and gadgets related
Red Hat Leftovers
and some IBM
FOSS Weekly, Kubernetes, Ruqola 2.4.0, and 'Free' Proprietary Bait From Broadcom
software picks
BSD News: Updates on FreeBSD, FreeBSD Foundation, and Release of NetBSD 10.1
NetBSD 10.1 released days ago
LibreOffice 24.8.4 Office Suite Is Now Available for Download with 55 Bug Fixes
The Document Foundation announced today the general availability of LibreOffice 24.8.4 as the fourth maintenance update to the latest LibreOffice 24.8 office suite series to address more than 50 bugs.
Leap 15.5 Nears End of Life
The release of Leap 15.6 on June 12 set in motion the End of Life for maintenance and security for Leap 15.5
Introducing Project Aardvark
and p2panda
today's howtos
Instructionals/Technical posts, about a dozen
Android Leftovers
Android prepares new options for customizing your lock screen clock
6 Linux Distros to Watch Out for in 2025
Some great Linux distributions are expected to be released in 2025
IPFire 2.29 - Core Update 190 released
The last update of the year is ready to be released: IPFire 2.29 - Core Update 190
Best Free and Open Source Software, howtos and Installations
Here’s our pick of the finest open source micro-frameworks
Bluefin – Fedora based Linux distribution
Bluefin is an immutable, developer-focused, Cloud-native Linux distribution that’s based on Fedora
Announcing Incus 6.8
The Incus team is pleased to announce the release of Incus 6.8
6 Linux myths, busted
Linux is more popular than ever, but certain myths still surround the open-source OS
The 4 easiest ways to test Linux on your old PC before Windows 10 support runs out
If you're considering a migration from the soon sunsetting Windows 10 to Linux and you're looking for a way to test the open-source operating system
Windows TCO Stories
3 new examples
Games: Steam Replay, Proton Experimental, Tactical Breach Wizards, COPA CITY, Comet Force
handful from GamingOnLinux
GNU/Linux, Free Software, Coding Etc.
today's leftovers
Canonical/Ubuntu: Emojis, Microsoft Spyware, and WINE et al
Canonical/Ubuntu leftovers
Security Leftovers
Security picks for today
Gadgets and Hardware: Zephyr, Jetson, and More
on the hardware side
Linux (Kernel) Development and 'Linux' Foundation Openwashing
Some Linux picks
Fedora, CentOS, and Red Hat
Some more picks
Applications: Cron Job Managers, End of Life for Istio 1.22, Slink Introduced
Free software news/reviews
today's howtos
Instructionals/Technical posts
Debian opens a can of username worms
It has long been said that naming things is one of the hard things to do in computer science
Today in Techrights
Some of the latest articles
Hyprland 0.46: Nvidia Hardware Cursors, Better Colors, and Festive Surprises
Hyprland 0.46 tiling Wayland compositor released
Free, Libre, and Open Source Software Leftovers
Kubeflow and much more
20 years of Linux on the Desktop (part 2)
The first official Ubuntu release was 4.10
today's howtos
Instructionals/Technical posts, 3 for now
Videos/Audiocasts/Shows: LibreOffice, mintCast, LF, openSUSE, and Wordpress
Some new ones out
BSD Leftovers
Some BSD picks
Education, Devices, and Modded Hardware
hacking and learning
Openwashing Leftovers
Openwashing nonsense
EPEL and Red Hat Leftovers
Mostly redhat.com articles
Programming Leftovers
Development links
today's howtos
Instructionals/Technical picks for today
Release of Kubernetes 1.32
new one out
Security Leftovers
Security picks, many Windows
Open Hardware/Modding: Raspberry Pi, Framework, and More
Hardware picks
Mozilla: “Firefox” in Haiku, Ecosia Partnership, Improvements to Mozilla’s Searchfox Code Browser, Lawsuit from Former Executive
Mozilla and Firefox news
Games: Steam Deck Stars Bundle, Crescent County, and More
Latest 8 from GamingOnLinux
Android Leftovers
Custom vehicle icons in Google Maps have started rolling out to a select few on Android
Fresh off the digital Gutenberg: The fall 2024 Bulletin is now online
The latest issue of the Free Software Bulletin is now online
PeerTube 7 Brings a Complete Makeover
Simplified, beautiful, and accessible! PeerTube 7 open-source decentralized video platform introduces new themes
Alpine Linux 3.21: Lean, mean, and LoongArch-ready
A cool mountain breeze blowing in after the new LTS kernel
6 ways modern Linux distros are less infuriating
It's a completely different story today with many of the leading Linux distros offering far superior experiences than years past
Leaving Windows 10 for Linux? 5 security differences to consider first
With Windows 10 nearing the end of its life, you might be thinking about switching to Linux
Best Free and Open Source Alternatives to Microsoft Photos
Their battle with Linux stretches back many years
I'm a Linux power user, and I recommend this distro to newbies and experts alike
If you're looking for a sensible operating system that takes a practical approach to the desktop, OpenMandriva is worth a look
The 3 most Windows-like Linux distros you can try because change is hard
If you want to keep your machine running smoothly and feeling familiar, check out these Linux distros
Cheers to 5 Years of openSUSE Bar
The openSUSE community will celebrate the 5-year anniversary of the openSUSE Bar on Dec. 19
Today in Techrights
Some of the latest articles
I'm a Linux power user, and I recommend this distro to newbies and experts alike | ZDNET
If you're looking for a sensible operating system that takes a practical approach to the desktop, OpenMandriva is worth a look.
today's leftovers
GNU/Linux, FOSS, and more
Security Leftovers
Security related news
Programming Leftovers
Development picks
Audiocasts/Shows: Late Night Linux, Destination Linux
New episodes
Open Hardware: Raspberry Pi, ESP32, Arduino, and More
Open Hardware picks for today
Applications: Release of GNU Taler 0.14, some software recommendations, and "two very different things" called "package managers"
Free software picks
today's howtos
Instructionals/Technical posts for today
Linux 6.13-rc3
Earlier this week it felt to me like things might have already started to quiet down in prep for the holidays
Linux Mint 22.1 “Xia” Beta Is Now Available for Download with Cinnamon 6.4
The Linux Mint team has now published the ISO images of the beta release of the upcoming Linux Mint 22.1 release, which can be downloaded right now for public testing from the official mirrors.
Applications: Apps Updates Round-up, Mastodon App Tuba, and Krita Monthly Update
Free software updates
GNU/Linux, Red Hat, and Free Software
today's leftovers
Programming, Development, and Web
Programming related picks
Open Hardware/Modding: Raspberry Pi, PureOS, and More
some hardware picks
Security Leftovers
Security picks, only a few for now
today's howtos
Instructionals/Technical picks
Android Leftovers
Gboard looks like it's getting ready for Android XR (APK teardown)
Rspamd 3.11 Brings Modernized Elasticsearch Integration
Rspamd 3.11 spam filtering system introduces Elasticsearch 8/OpenSearch 2 support, smarter ratelimiting, key security fixes, and more
Best Free and Open Source Software
We recommend the best free and open source alternatives
I Don't See a Reason to Switch to Windows from Linux Anymore in 2025
Do you think there's any reason to switch to Windows? Well, we don't think so, and here's why
Happy Birthday To My Beloved Husband [original]
I might not have many surprises and gifts for you today
I converted this Mini PC from Windows to Linux, and it came alive. Here's how
The Herk Orion is a capable Ryzen-powered Mini PC in its own right
Games: KLETKA, Little Rocket Lab, and More
Half a dozen GamingOnLinux articles
This Week in Plasma: Better fractional scaling
This week's headliner change is something that I think will make a lot of people happy
Wine 10.0-rc2
The Wine development release 10.0-rc2 is now available
Operating Systems and Free, Libre, and Open Source Software Leftovers
today's leftovers
Programming Leftovers
Development picks
Open Hardware/Modding: ESP, Raspberry Pi, and QuartzPro64 RK3588 Developer Board
Some hardware picks
Red Hat Leftovers
latest from developers.redhat.com
Applications: Gear Lever and GNU libiconv 1.18
a pair of Free software picks
Audiocasts/Shows: LINUX Unplugged, Open Source Security Podcast, "The Year of The Linux Desktop"
3 new ones
Games: Retro, Games on GNU/Linux, and Layoffs
Some gaming picks
today's howtos
Instructionals/Technical posts
Today in Techrights
Some of the latest articles