DistroWatch Weekly |
| Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
|
| Reader Comments • Jump to last comment |
1 • Banners and logos (by Penguin Domesticus on 2003-07-21 14:29:13 GMT)
IMHO: I think all the banners are very nice (hard to decide which one is the best? a vote would be a good idea), but the small logos sent so far might need some re-design.
Personally I'd like to see the typical Distrowatch colors: light yellow & light green used together with black & white, but that's just my opinion. It could make the design look more consistent.
In my opinion, I wouldn't put too much efforts to the redesign of the DW Weekly logo. Something very simple and in line with the overall style of DW site might be the best choice (as a proof of that, and if I remember right, nobody complained about the very first and the most simple DW Weekly logo...). But the current DW Weekly logo is ok too.
2 • Kernel 2.6 (by DaveW on 2003-07-21 16:16:05 GMT)
Thanks for the great link to the Kniggit site. It's the most complete and readable detailed summary of the upcoming Kernal I've seen. It's found a spot on my bookmarks list.
There seems to be a disappointment in the kernel news, tho, that I thought people here might have more info about. There had been talk of greatly improved CD-writing functioning at the kernel level (including drag and drop copying), but I haven't seen this mentioned as the real kernel gets closer to final release. Anybody know if this has been dropped for this version, as it appears?
3 • Red Hat Beta (by Benjamin Vander Jagt at 2003-07-21 16:23:00 GMT)
As always, I'll test out the new Red Hat Linux, but what happened to Galeon? Why is OpenOffice.org so old? I can kind of understand why the 2.6 kernel is not being used, since they can practically backport the new 2.6 features to the 2.4 kernel, but they created plenty of mess for developers with Shrike when they made a kernel that *looks* like a 2.4 but sometimes acts like a 2.6. Being that any stable kernel they incude would essentially be re-tested with Red Hat Linux Beta, why not use the 2.6 test1 kernel?
Evolution's up to date. You're right, though, it really doesn't look like there's anything new. We'll see what proprietary packages Red Hat comes up with. That could make all the difference.
4 • Linux 2.6.0-test1 (by Butters at 2003-07-21 21:47:20 GMT)
Over the past 3 or four days I have been running nothing but various 2.6.0-test1 - based kernels under gentoo linux. I have run the vanilla -test1 with Con Koliva's OX interactivity patches up to O5int. I also ran -test1-mm1 (Marcelo's patches) patched up to O7int, and now run -test1-mm2, into which all of CK's patches have been merged. I have not been able to test the fabled sched-softrr patch, because I could never get the patch (made for 2.5.74) to apply cleanly to any of the 2.6.0 kernels. That said, here is my two cents:
There are some common problems with 2.6, largely because the configuration options have changed noticeably and certain options that could be safely omitted in 2.4.x are now necessary (/dev/pts support, VT support, input devices, etc.) Another problem is the nvidia module for XFree86. I'm not sure what the status is on other distros, but the latest ebuild of nvidia-kernel in the gentoo portage tree has a workaround that gets the 2.5.x version of nvidia.o to work with 2.6.x. Some people have also been having problems with ATI drivers, but I can't comment on those since I don't have one. The most recent bleeding edge release, -test1-mm2, has a problem mounting the root filesystem if it is reiserfs, but there is a workaround changing "root=/dev/hdan" to "root=30n" on your bootloader's kernel boot line.
The good: ALSA is now in the mainline kernel, with support for any card that the alsa-driver package used to support, plus OSS emulation (real OSS is now deprecated with the 2.6 kernel). ATAPI/IDE CDRW does in fact work. I had no problems with it, xcdroast does it all when I tell it my burner is at /dev/hdd. Now I can roll my kernel without any SCSI support at all. More filesystems are now supported, including CIFS, and others which have already been backported into 2.4.
The great: For a major release, there really isn't very much doing in the way of new features, as you can see above. The real advantages to 2.6 lie in the anticipatory scheduler for IO, the O(1) process scheduler, and the rewrites of the VM and IO subsystems. Things scale much more linearly in this kernel, with NUMA support for beyond-SMP supercomputing clusters, 64-bit memory addressing on 32-bit systems, etc. There are still some regressions (tasks that run slower on 2.6 than 2.4), but for the most part everything feels much faster, with lower latency on the desktop. As judging from CK's patches and their introduction into the mm development sources, I can only see the new schedulers getting better and better as the kernel moves toward a final 2.6.0 release.
I can run a 'make -j50' on the kernel source, play mp3's streaming off a mounted samba share, compile some random source (such as Abiword), and drag my browser window around really fast on opaque dragging without xmms skipping, the browser window sticking, or digging into any swap space on my 1.4 GHz T-bird with 512MB DDR2100. There's nothing I can do to load down this kernel to where it no longer interacts smoothly.
There is no reason to fear trying a 2.6 kernel as long as you don't overwrite your old kernel. If you have successfully compiled a 2.4 kernel before, you should definately try your luck with 2.6.
Good Luck!!
5 • (Offtopic) Apt4rpm (by L Gandolfo at 2003-07-21 22:53:17 GMT)
I believe that end users are not getting enough information about apt4rpm and what that means for them: it means making their life easier, it means EMPOWERING them (and sometimes I wonder if some distros are afraid of giving end users so much power). On the other hand the more forward thinking distros have already adopted it.
6 • Aha!! (by Benjamin Vander Jagt at 2003-07-22 00:47:42 GMT)
"The most recent bleeding edge release, -test1-mm2, has a problem mounting the root filesystem if it is reiserfs, but there is a workaround changing "root=/dev/hdan" to "root=30n" on your bootloader's kernel boot line."
Aha! Thank you, Butters!
"I can run a 'make -j50' on the kernel source, play mp3's streaming off a mounted samba share, compile some random source (such as Abiword), and drag my browser window around really fast on opaque dragging without xmms skipping, the browser window sticking, or digging into any swap space on my 1.4 GHz T-bird with 512MB DDR2100. There's nothing I can do to load down this kernel to where it no longer interacts smoothly."
I did exactly that with a K6-2-500 with 256MB RAM using the 2.4.18-14 Red Hat kernel and had no problems. However, when I upgraded to the 2.4.20-18 Red Hat kernel, even my XP 1700 doesn't handle moving windows or scrolling text. Everything does *seem* faster, though, and hdparm -tT shows a small speed increase. Now that I know how to get the 2.6 kernel to work, I'll be quite pleased to return to what multitasking ought to be.
"I believe that end users are not getting enough information about apt4rpm and what that means for them: it means making their life easier, it means EMPOWERING them (and sometimes I wonder if some distros are afraid of giving end users so much power). On the other hand the more forward thinking distros have already adopted it."
I don't get the context, hehe. In any case, be sure to check out my similar SourceForge project DLIP. (http://dlip.sourceforge.net/) (I hope you don't mind my plugging, Ladislav.)
7 • Interview with Arch Linux (by ladislav at 2003-07-22 04:31:01 GMT)
I've just received an email from Judd Vinet, the creator of Arch Linux and he is more than happy to answer a few questions.
So... ask away :-) You can either post your questions here or send them to me privately.
8 • RE: (Offtopic) Apt4rpm by L Gandolfo (by Penguin Domesticus on 2003-07-22 16:38:22 GMT)
"I wonder if some distros are afraid of giving end users so much power."
Maintaining large reliable apt repositories demands lots of work, however, especially as customers would probably then expect that they could reliably upgrade their distros using Apt4rpm too, and for free.
But also, think if customers could just apt-get most software they need easily and for free, it would make it more difficult for commercial distributors to make money by selling extra software and updates to customers... I've been wondering if that is really the reason why the commercial RPM-based disros may not like Apt4rpm (or similar solutions like YUM) so much? Also most customers wouldn't probably accept if they were tried to charge money for using Apt4rpm for installing software and updates.
9 • Reader Response to Articles and News. (by Isamoor at 2003-07-22 17:24:39 GMT)
I really enjoy reading the responses to your Weekly Report. I was wondering if you could easily add this feature to your regular news articles and release articles?
If it would cause you too much trouble, then how about at least getting a thread going a a popular forum (like justlinux or linuxquestions) for each story?
This doesn't need to be slashdot mayhem or anything, but I do like seeing readers' input.
10 • Arch questions: (by Isamoor at 2003-07-22 17:39:53 GMT)
I'm asking these out of memory of my little dabbling in Arch about a year ago.
I always look at package management, and I think there app is pacman. What makes it different? How easy is it to compile a third party app outside of their repository (I've never seen anyone beat Slack for this)? Will it recognize third party apps into the pacman (a la checkinstall) so I don't have to hang onto the source to uninstall it?
And how about stability. Not just "is it stable?" but what is your approach? Do you have the debian extreme where you split everything up and have a stable tree that is generally way out of date? Or do you run on the bleeding edge like Gentoo, where many of your main apps are betas? Or is it somewhere in between?
How about platforms? I always have a cute iMac laying aroung.
Upgrading releases? Is it possible? Again, is it debian style, where it's entirely possible, but is done in one fell swoop? Or is it like Gentoo where you have gradual increments to stay on the edge and release numbers are trivial?
Dynamic installer? Can I install from the net over ftp? Can I resize ntfs partitions?
The first two questions are the only ones I really cared about. The others were just to through out ideas.
Later,
Isamoor
11 • More Arch Questions (by DaveW on 2003-07-22 19:18:37 GMT)
Isamoor covered it pretty well, but here are some similar ones, stated more from the users' point of view:
Earlier Arch versions had a kind of "don't bother with this unless you're a Linux adept" message. Is 0.5 the release that regular old users might try as a working Linux?
The downsides of rpm are pretty clear to everybody. But debian and gentoo's packaging/update systems are seen as big improvements. What does Arch bring to the table that's better than those systems?
What kind of use should be using Arch, and who would be better off with debian? Gentoo? RedHat/Mandrake/Suse?
12 • Another Arch Question (by DaveW on 2003-07-22 19:35:58 GMT)
The "get a CD" link on your site doesn't seem to work. Do you have CD distributors that give you some cash from their sales of Arch CDs?
13 • FYI about Red Hat 9.0.93 (by Benjamin Vander Jagt at 2003-07-22 22:41:52 GMT)
I'm a Red Hat fan. I've always had much more success with Red Hat than any other distribution for what I use it for.
Red Hat 8.0.93 (beta before Red Hat 9) was great! Then, Red Hat 9 was released, and suddenly a bunch of insurmountable bugs appeared. Red Hat 9.0.93 makes me worry. It looks like we're about to see the worst Red Hat Linux ever.
In the release notes, Red Hat says that Galeon's being replaced by Epiphany, because Galeon is not being actively developed. Taking a quick glance at SourceForge shows that they're still in active development and their last release was about a month ago. And as for Epiphany, it doesn't measure up to Galeon. It doesn't even measure up to plain ol' Mozilla! I hope I don't upset the Epiphany crew, it would be ill advised to remove Galeon.
One possibly serious problem is Reiserfs. I use the Reiser FS almost exclusively. I installed it with Red Hat 8.0 and 9 (by typing "linux reiserfs" when the installer boots), Slackware, SuSE, Mandrake, and a number of other distributions I have on my system. I've *heard* that it's faster, but the reasons I switched to Reiser include that at about 9pm every day, my Ext3 filesystems go whacky for about half an hour, and that I've lost several of those so-called most-reliable Ext3 filesystems to simple kernel panics, power outages, and CD-writing and ripping errors. The scary news *seems* to be that Red Hat 9.0.93 does not include Reiser support in the kernel. I didn't read anything about this in the release notes, so it could simply be that it's installed in some different way.
The worst part of all this is that there's really nothing new. There's a graphical boot, but Mandrake and SuSE seem to have the best graphical boot screens. Red Hat's boot screen is really dull and makes the already long bootup feel longer. For some reason, it's in X screen 1 (ctrl-alt-F8), where the boot messages *might* be in VT 0 (ctrl-alt-F1). I would have preferred that pressing escape would bring up the kernel messages.
In my opinion, Red Hat should have arbitrary production and release dates. The Linux community itself doesn't proceed smoothly; there are jumps and lags. I would have waited with 9.0.93 until at least the 2.6 kernel were released as stable. Only release a new distribution when there's really a good reason. Don't release a distribution in order to have the highest version number.
(In a sick twist of irony, I'm writing this in Internet Explorer in Windows 98.)
Number of Comments: 13
Display mode: DWW Only • Comments Only • Both DWW and Comments
| | |
| TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
| • Issue 1159 (2026-02-09): Sharing files on a network, isolating processes on Linux, LFS to focus on systemd, openSUSE polishes atomic updates, NetBSD not likely to adopt Rust code, COSMIC roadmap |
| • Issue 1158 (2026-02-02): Manjaro 26.0, fastest filesystem, postmarketOS progress report, Xfce begins developing its own Wayland window manager, Bazzite founder interviewed |
| • Issue 1157 (2026-01-26): Setting up a home server, what happened to convergence, malicious software entering the Snap store, postmarketOS automates hardware tests, KDE's login manager works with systemd only |
| • Issue 1156 (2026-01-19): Chimera Linux's new installer, using the DistroWatch Torrent Corner, new package tools for Arch, Haiku improves EFI support, Redcore streamlines branches, Synex introduces install-time ZFS options |
| • Issue 1155 (2026-01-12): MenuetOS, CDE on Sparky, iDeal OS 2025.12.07, recommended flavour of BSD, Debian seeks new Data Protection Team, Ubuntu 25.04 nears its end of life, Google limits Android source code releases, Fedora plans to replace SDDM, Budgie migrates to Wayland |
| • Issue 1154 (2026-01-05): postmarketOS 25.06/25.12, switching to Linux and educational resources, FreeBSD improving laptop support, Unix v4 available for download, new X11 server in development, CachyOS team plans server edtion |
| • Issue 1153 (2025-12-22): Best projects of 2025, is software ever truly finished?, Firefox to adopt AI components, Asahi works on improving the install experience, Mageia presents plans for version 10 |
| • Issue 1152 (2025-12-15): OpenBSD 7.8, filtering websites, Jolla working on a Linux phone, Germany saves money with Linux, Ubuntu to package AMD tools, Fedora demonstrates AI troubleshooting, Haiku packages Go language |
| • Issue 1151 (2025-12-08): FreeBSD 15.0, fun command line tricks, Canonical presents plans for Ubutnu 26.04, SparkyLinux updates CDE packages, Redox OS gets modesetting driver |
| • Issue 1150 (2025-12-01): Gnoppix 25_10, exploring if distributions matter, openSUSE updates tumbleweed's boot loader, Fedora plans better handling of broken packages, Plasma to become Wayland-only, FreeBSD publishes status report |
| • Issue 1149 (2025-11-24): MX Linux 25, why are video drivers special, systemd experiments with musl, Debian Libre Live publishes new media, Xubuntu reviews website hack |
| • Issue 1148 (2025-11-17): Zorin OS 18, deleting a file with an unusual name, NetBSD experiments with sandboxing, postmarketOS unifies its documentation, OpenBSD refines upgrades, Canonical offers 15 years of support for Ubuntu |
| • Issue 1147 (2025-11-10): Fedora 43, the size and stability of the Linux kernel, Debian introducing Rust to APT, Redox ports web engine, Kubuntu website off-line, Mint creates new troubleshooting tools, FreeBSD improves reproducible builds, Flatpak development resumes |
| • Issue 1146 (2025-11-03): StartOS 0.4.0, testing piped commands, Ubuntu Unity seeks help, Canonical offers Ubuntu credentials, Red Hat partners with NVIDIA, SUSE to bundle AI agent with SLE 16 |
| • Issue 1145 (2025-10-27): Linux Mint 7 "LMDE", advice for new Linux users, AlmaLinux to offer Btrfs, KDE launches Plasma 6.5, Fedora accepts contributions written by AI, Ubuntu 25.10 fails to install automatic updates |
| • Issue 1144 (2025-10-20): Kubuntu 25.10, creating and restoring encrypted backups, Fedora team debates AI, FSF plans free software for phones, ReactOS addresses newer drivers, Xubuntu reacts to website attack |
| • Issue 1143 (2025-10-13): openSUSE 16.0 Leap, safest source for new applications, Redox introduces performance improvements, TrueNAS Connect available for testing, Flatpaks do not work on Ubuntu 25.10, Kamarada plans to switch its base, Solus enters new epoch, Frugalware discontinued |
| • Issue 1142 (2025-10-06): Linux Kamarada 15.6, managing ZIP files with SQLite, F-Droid warns of impact of Android lockdown, Alpine moves ahead with merged /usr, Cinnamon gets a redesigned application menu |
| • Issue 1141 (2025-09-29): KDE Linux and GNOME OS, finding mobile flavours of Linux, Murena to offer phones with kill switches, Redox OS running on a smartphone, Artix drops GNOME |
| • Issue 1140 (2025-09-22): NetBSD 10.1, avoiding AI services, AlmaLinux enables CRB repository, Haiku improves disk access performance, Mageia addresses service outage, GNOME 49 released, Linux introduces multikernel support |
| • Issue 1139 (2025-09-15): EasyOS 7.0, Linux and central authority, FreeBSD running Plasma 6 on Wayland, GNOME restores X11 support temporarily, openSUSE dropping BCacheFS in new kernels |
| • Issue 1138 (2025-09-08): Shebang 25.8, LibreELEC 12.2.0, Debian GNU/Hurd 2025, the importance of software updates, AerynOS introduces package sets, postmarketOS encourages patching upstream, openSUSE extends Leap support, Debian refreshes Trixie media |
| • Issue 1137 (2025-09-01): Tribblix 0m37, malware scanners flagging Linux ISO files, KDE introduces first-run setup wizard, CalyxOS plans update prior to infrastructure overhaul, FreeBSD publishes status report |
| • Issue 1136 (2025-08-25): CalyxOS 6.8.20, distros for running containers, Arch Linux website under attack,illumos Cafe launched, CachyOS creates web dashboard for repositories |
| • Issue 1135 (2025-08-18): Debian 13, Proton, WINE, Wayland, and Wayback, Debian GNU/Hurd 2025, KDE gets advanced Liquid Glass, Haiku improves authentication tools |
| • Issue 1134 (2025-08-11): Rhino Linux 2025.3, thoughts on malware in the AUR, Fedora brings hammered websites back on-line, NetBSD reveals features for version 11, Ubuntu swaps some command line tools for 25.10, AlmaLinux improves NVIDIA support |
| • Issue 1133 (2025-08-04): Expirion Linux 6.0, running Plasma on Linux Mint, finding distros which support X11, Debian addresses 22 year old bug, FreeBSD discusses potential issues with pkgbase, CDE ported to OpenBSD, Btrfs corruption bug hitting Fedora users, more malware found in Arch User Repository |
| • Issue 1132 (2025-07-28): deepin 25, wars in the open source community, proposal to have Fedora enable Flathub repository, FreeBSD plans desktop install option, Wayback gets its first release |
| • Issue 1131 (2025-07-21): HeliumOS 10.0, settling on one distro, Mint plans new releases, Arch discovers malware in AUR, Plasma Bigscreen returns, Clear Linux discontinued |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • Issue 1124 (2025-06-02): Picking up a Pico, tips for protecting privacy, Rhino tests Plasma desktop, Arch installer supports snapshots, new features from UBports, Ubuntu tests monthly snapshots |
| • Issue 1123 (2025-05-26): CRUX 3.8, preventing a laptop from sleeping, FreeBSD improves laptop support, Fedora confirms GNOME X11 session being dropped, HardenedBSD introduces Rust in userland build, KDE developing a virtual machine manager |
| • Issue 1122 (2025-05-19): GoboLinux 017.01, RHEL 10.0 and Debian 12 updates, openSUSE retires YaST, running X11 apps on Wayland |
| • Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
| • Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
| • Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
| • Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
| • Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
| • Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
| • Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
| • Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
| • Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
| • Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
| • Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
| • Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
| • Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
| • Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
| • Full list of all issues |
| Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
| Random Distribution | 
JAMD Linux
JAMD Linux was a distribution based on Red Hat Linux aimed for the end user. It has the following features: recompiled for i686 and above processors; single CD, yet full featured; includes OpenOffice, Mozilla web browser, Evolution PIM, GnuCash personal finance, The Gimp graphics editor, games, educational software, and more; 4 step install (mouse, timezone, administrator password, user account creation); 13 minutes from install to desktop; end user friendly customizations.
Status: Discontinued
|
| TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
| Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|