Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

MSI PRO DP10 A14MG Features 14th-Gen Intel CPUs in a Compact Chassis

The PRO DP10 A14MG series supports 14th-generation Intel desktop processors, ranging from the Intel Core i7-14700 to Core i5-14400, Core i3-14100, and Pentium Gold G7400 models.

Tor Project blog

New Release: Tor Browser 15.0.4

This version includes important security updates to Firefox.

Arti 1.9.0 released: Proxy improvements, relay development, and more.

This release includes some behind-the-scenes work on relays and directory authority development, and adds improved support for running with dynamically assigned ports. For example, Arti now accepts proxy.socks_listen = "auto" to configure its SOCKS proxy with an operating-system-assigned port, and writes the assigned port to a structured JSON file in Arti's data directory.

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

OBS Studio 32.1 Promises New Audio Mixer and WebRTC Simulcast Support, Beta Out Now
OBS Studio 32.1 has entered public beta testing today for this powerful, open-source, cross-platform, and free software for video recording and live streaming on Linux, macOS, and Windows systems.
Red Hat Gives You Less and Less Over Time [original]
If the future of GNU/Linux is Software Freedom, then this future isn't Red Hat or IBM
Attacking People Accomplishes Nothing [original]
When people start attacking those who advocate sharing it's not hard to see who the aggressor really is
Publishing Originals is Hard [original]
Perhaps I underestimated how much time would be occupied or spent with a growing volume of news
Small/Mobile Systems: AOSP (Android), Raspberry Pi, and RISC-V
some hardware picks
Check Point Spreading Fear of Linux, Without Explaining the Real Cause
as usual from Check Point
Linus Torvalds' AudioNoise Project: A New Era of Coding with Vibe
The implication, according to detractors, is that the hype around AI may be masking deeper quality and accountability issues
Zorin OS says Windows users drove nearly 1M downloads, so I installed it to see why
One Linux distribution in particular has seen a surprising uptick in users, ZorinOS
Wine 11 Officially Released with NTSync Support, Vulkan H.264 Decoding, and More
Wine 11 has been released today as the latest stable version of this free and open-source compatibility layer for running apps and games developed for Windows systems on Unix-like operating systems.
Thunderbird 147 Adds “Show Full Path” Folder Pane Option for Compact View Modes
After Firefox 147, Mozilla Thunderbird 147 has been released today as the latest stable version of this open-source, cross-platform, and free email client app that also features chat, addressbook, calendar, and news capabilities.
Linux Mint 22.3 “Zena” Is Now Available for Download, Here’s What’s New
Linux Mint 22.3 “Zena” distribution is now available for download based on Ubuntu 24.04.3 LTS and featuring the latest Cinnamon 6.6 desktop environment. Here’s what’s new!
Disable Lock Screen Media Controls in GNOME 49 (Ubuntu 25.10, Fedora 43)
This tutorial shows how to disable the media controls in the lock screen of GNOME 49 desktop in Ubuntu 25.10, Fedora 43
GNU/Linux Leftovers
GNU/Linux and more
GNU/Linux Rose to All-Time High in Bolivia This Year [original]
Will it be over 5% by year's end?
KDE Plasma 6.5.5 Is Out, Improves Support for Older Valve Index VR Headsets
The KDE Project announced today the release of KDE Plasma 6.5.5 as the fifth maintenance update to the latest KDE Plasma 6.5 desktop environment series with more bug fixes and UI improvements.
KDE Plasma 6.6 Desktop Environment Is Now Available for Public Beta Testing
The KDE Project announced today the release of the beta version of the upcoming KDE Plasma 6.6 desktop environment series, a major update that will introduce many new features and improvements.
Try Joplin: Your Open Source Evernote Alternative
If you rely heavily on note-taking apps and want to switch from a proprietary to an open-source solution
 
Animals Update [original]
The fish have remained healthy since summer
Today in Techrights
Some of the latest articles
LWN: Predictions, 2025 Timeline, Kernel Space, and Technical Advisory Board (TAB)
half a dozen articles outside paywall
GRUB 2.14 Released with EROFS, Argon2 KDF, and Shim Loader Protocol Support
GNU GRUB 2.14 has been released today as a major version for this popular multiboot boot loader that can be found on almost all of today’s GNU/Linux distributions and UNIX-like operating systems.
Wireshark 4.6.3 Released with Updated Protocol and Capture File Support
Wireshark 4.6.3 has been released today as the third point release to the Wireshark 4.6 series of this popular network protocol analyzer, with support for new and updated capture file and protocol support.
Servers and Hi-Dee [original]
Today, for the second day in a row, the server exceeds a million requests (this time by 8PM)
What to Use Except Ubuntu and Ubuntu-Based Distros [original]
There are many fine distros based on Debian and Devuan
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Free, Libre, and Open Source Software Leftovers
FOSS picks
Mozilla Firefox: Tooling Announcements, Developer Experience, and Firefox Nightly
Firefox news
Programming Leftovers
Development related picks, releases
Games: Playing Factorio On A Floppy Disk Cluster, Cooking Pot For Doom, and Vanilla OS vs. Bazzite
GNU/Linux and other
Fedora and Red Hat Leftovers
mostly from Red Hat's site
Debian: Freexian Collaborators Outline, 30,000 FAIme Jobs, and Debian Libre Live 13.3.0
3 updates from Debian teams/people
Canonical/Ubuntu: ‘Mass Rebuild’ of All Archive Packages, Spring Boot, 'Debloated' Ubuntu for a Fee
4 picks for today
Praises of Joplin and More
Free software coverage right now
Early Coverage About Upcoming FOSDEM 2026
FOSDEM 2026 about to begin
today's howtos
many howtos for this evening
Security and Microsoft Zero-Days Exploited
as usual also
Android Leftovers
Is your Android Phone’s Volume Button Glitching? You’re not Alone, Google Says
Our members help secure the future of a free society
Three more days: that's how long we have before our deadline to reach our goal of welcoming 100 new FSF associate members
Oracle, MySQL, and SQL Server Remain the World’s Most Popular Databases
Relational databases continued to dominate enterprise and cloud workloads in 2025
Unraid Plans Internal Boot Support and Multiple Arrays for 2026
Unraid’s 2026 plans include booting without USB flash drives
Free and Open Source Software
This is free and open source software
KDE Ni! OS – Plasma Login Manager teaser
I’ve read somewhere that Fedora will be the first distribution to replace SDDM with Dave’s brand new Plasma Login Manager
KDE Gear 26.04 release schedule
This is the release schedule the release team agreed on
Games: "Games For Everyone", Hytale, Winnie's Hole, and More
9 stories from GamingOnLinux
Budgie 10.10 Desktop Environment Released as the First Wayland-Only Version
The Budgie desktop developers announced today the release and general availability of the Budgie 10.10 desktop environment, which is the last update in the Budgie 10 series and the first to go Wayland-only.
Today in Techrights
Some of the latest articles
NVIDIA 580.126.09 Released to Improve Compatibility with Recent Linux Kernels
NVIDIA released today NVIDIA 580.126.09 for Linux, FreeBSD, and Solaris platforms with a few important changes for those using the production branch version of the graphics driver.
Red Hat / Fedora Project / IBM Leftovers
mostly redhat.com
today's leftovers
mostly GNU/Linux news
today's howtos
many more for today
Kevin Wammer Moves to GNU/Linux
I completely switched to Linux
European Commission issues call for evidence on Free/Libre Software
FOSS win
Text-based web browsers and Mozilla/Firefox-based browsers
some WWW news
Hugo Blog and Google's Attack on Blogs (Using Slop Hype)
Content Management Systems (CMS) / Static Site Generators (SSG) news
Security Leftovers
Security related news
Open Hardware/Modding: Raspberry Pi, Arduino, and More
gadgets and more
Programming Leftovers
Development related picks
Distributions and Operating Systems: "The Distroless Linux Future", Haiku Activity & Contract Report, Init System in Artix Linux, and Fedora GNU/Linux in the Air
4 picks regarding OSes
today's howtos
not so many today
Audiocasts/Shows: LINUX Unplugged, LibreOffice Podcast, and Late Night Linux
3 new episodes
Patching, Birds, and Videos [original]
So far this year we've managed to maintain the publication pace we aimed for at the turn of the new year
Firefox 148 Enters Public Beta Testing with Improved Support for Screen Readers
With Firefox 147 hitting the stable channel today, Mozilla has promoted the next major version of its open-source, free, and cross-platform web browser, Firefox 148, to the beta channel for public testing.
Android Leftovers
6 hidden Android settings that are quietly destroying your battery life
5 ways Zorin OS makes switching from Windows feel effortless
A lot of these people have been flocking to ZorinOS
Auto-cpufreq 3.0 Released With CPU Turbo Controls
Auto-cpufreq 3.0, a CPU speed and power optimizer for Linux
Firefox 147 Is Now Available for Download, Here’s What’s New
Mozilla has published today the final builds of the Firefox 147 open-source web browser ahead of its official unveiling on January 13th, 2026, so it’s time to take a look at the new features and improvements.
Free and Open Source Software, and Benchmark
This is free and open source software
Games: Hytale, The Drifter, DeckWrecking Pirates, and More
9 articles from GamingOnLinux
All-Time High for GNU/Linux in Suriname [original]
Home to almost a million people (or about 700,000)
GNU/Linux Rose to 7% in Israel, Says statCounter [original]
Will it reach 10% by year's end?
today's leftovers
GNU/Linux and more
Raspberry Pi Projects and HexOS as a NAS OS
a pair of Valnet articles
Look Closer at "Metaverse" to Understand Where Slop (Misleadingly Marketed as "Intelligence") is Going [original]
The same will happen to what they call "AI"
Fastfetch 2.57 System Information Tool Brings COSMIC and Niri Support
Fastfetch 2.57 system information tool is out with broader desktop environment detection
Parrot 7.1 Through 7.3 Planned for 2026 as Focus Moves to AI Security
Parrot Linux plans versions 7.1, 7.2, and 7.3 throughout 2026
IceWM 4.0 Window Manager Brings Smarter Navigation and HiDPI Enhancements
IceWM 4.0 is now available, introducing Alt-Tab improvements, live window previews, faster icon rendering, and better HiDPI support
A Linux Power User Puts SteamOS To Work
The line between a Linux user and a Linux power user is a bit gray, and a bit wide
NixOS: Framework Partnership Announcement
The NixOS Foundation and Framework are officially partnering to improve NixOS support on Framework devices
Free and Open Source Software, howtos and Installation
This is free and open source software
GNU/Linux Exceeding 4% in Djibouti [original]
Windows is down to 17.9% this year
The 'Tone' in Press Coverage Regarding GNU/Linux Has Improved Considerably [original]
If this trend can be maintained, then convincing people to give GNU/Linux a try will be easier
Linux 6.19-rc5
Drivers dominate (being about two thirds of the rc patch)
Wayland Has Issues, Some Distros Default to Wayland Anyway
a couple of Valnet articles
KDE Plasma 6.6 Desktop Is Coming on February 17th, Here’s What to Expect
KDE Project’s upcoming KDE Plasma 6.6 desktop environment series is expected on February 17th, 2026, and it’s packed with many new features and improvements, so let’s take a look at the biggest changes so far.
Today in Techrights
Some of the latest articles
João Carrasqueira on His Experience Moving From Windows to GNU/Linux
a pair of recent articles
Ayush Pande on Proxmox With Microsoft's Proprietary Spyware
2 recent articles
Simon Batt on Winux, Ads in the System, Immutable GNU/Linux Distros, Stability, and KDE 1
a handful of recent articles
Games: MAME Emuation, Games in UEFI (Bloat With Bug Doors), and Update of Bazzite
3 stories about gaming
Newly discovered Unix V4 tape
UNIX is sort of back
MX Linux 25.1 Beta Brings Back Dual-Init Support, Based on Debian 13.3
The MX Linux team announced today the general availability of the beta version of the upcoming MX Linux 25.1 release of this Debian-based distribution featuring Xfce, KDE Plasma, and Fluxbox flavors.