DistroWatch Weekly |
DistroWatch Weekly, Issue 73, 1 November 2004 |
Welcome to this year's 43rd edition of DistroWatch Weekly. We have the pleasure to report that last month was our best ever in terms of visitor interest, as we served over 4.5 million pages and transferred nearly 240GB of data during the months of October - up some 250% from a year ago! But don't stop visiting - the upcoming releases of Fedora Core 3 and FreeBSD 5.3, as well as those of many other distributions, should provide enough interest for everybody. Thank you all and happy reading!
Content:
SimplyMEPIS in the spotlight
Last week's comprehensive review of SimplyMEPIS by DesktopLinux.com, which declared SimplyMEPIS the best desktop Linux distribution ever created, attracted much interest in the Linux community. The story was promptly published on OSNews, Slashdot and several other popular Linux news sites, which quickly transposed to an unusually high number of page hits on this site's SimplyMEPIS page. It also resulted, no doubt, in a high number of new SimplyMEPIS downloads, as many users wanted to try out this "wonder" distribution for themselves. A live CD, with a supported, graphical installation procedure, pre-configured with all popular multimedia plugins and Java, this distribution does indeed take the pain out of configuring a fully functional and enjoyable desktop. Add to it several custom graphical configuration utilities for further tweaking and it is not difficult to see why this relatively new project has garnered so many followers.
Have you tried the latest release of SimplyMEPIS? If so, what are your experiences? Is it really the perfect desktop distribution or is there something that could have been done better? Please discuss below.
* * * * *
The Official Edition of Mandrakelinux 10.1 was finally released last week: "Mandrakesoft announced today the release of Mandrakelinux 10.1 Official, the latest version of its leading Linux operating system. Notable new features include extended support for mobile devices, better hardware compatibility, and major application upgrades. Following a successful "Community" release, 10.1 Official will be the basis for a large part of Mandrakesoft's range of products. The value-added packs (Discovery, PowerPack and PowerPack+) are available now for pre-orders and through the Mandrakeclub on-line service. Prices start at €44.90/US$49.90." Read the full press release and visit the Mandrakesoft's product pages for all the details. To obtain Mandrakelinux 10.1, you can either join Mandrakeclub and download it for free, or buy it from Mandrakestore.

The Official Edition of Mandrakelinux 10.1 was finally released last week. (full image size 181kB)
* * * * *
According to this message published on its mailing list, SourceForge has decided to upgrade its servers from Debian "Potato" to Fedora Core 2: "The SourceForge.net team is pleased to announce the long-awaited upgrade to our project web service. SourceForge.net staff are currently in the process of completing hardware procurement and system build-out. The official date for this upgrade has not yet been set; once our hardware build-out has been completed, the date will be announced on the SourceForge.net Site Status page. Old configuration: Debian Potato, Linux kernel 2.4.x. New configuration: Fedora Core 2, Linux kernel 2.6.x." Although the email does not specify the reasons for moving from Debian to Fedora, the upgrade of what is the largest repository of open source development projects in the world should give users a boost of confidence in the Fedora project. As we all know, there are circles of sceptics, who consider Fedora Core an experimental (i.e. not well-tested and potentially unstable) edition of Red Hat's flagship product - Red Hat Enterprise Linux, not suitable to power mission critical servers. If the SourceForge migration is successful, it will prove them wrong once and for all.
* * * * *
An evaluation edition of Lycoris Desktop/LX 1.4 was released for free download late last week. This edition only contains GPL software and the license prevents its use after the initial 45-day evaluation period. A retail edition of the product was released on September 13 and can be bought directly from the Lycoris Store (starting at US$45). You can find out more about Lycoris Desktop/LX 1.4 by reading the press release and by visiting the sneak peek pages created during the beta testing period, but the company's product pages have not been updated. If you are thinking about ordering the product, be aware that the Lycoris community forums contain a significant number of complaints by users who ordered it several months ago, but have yet to receive the product, or any response to their enquiries. Nevertheless, the product is well worth the download, especially if you are new to Linux and need a gentle introduction to this operating system.

Lycoris Desktop/LX 1.4 - a great distribution marred by company's poor customer service (full image size 952kB)
* * * * *
Finally, it appears that the popular Gnoppix project is about to merge with Ubuntu Linux, or more precisely, with Ubuntu's live CD edition: "There have been some big developments in regards to Gnoppix that I'm excited to report. Recently, I've been contacted by developers working on the new Debian derivative 'Ubuntu' about collaboration between Ubuntu and Gnoppix. ... As a result, and barring any major objects, my current plan is to merge the two projects; in future, Gnoppix and the Ubuntu Live CD will be the same project. Gnoppix will benefit from Ubuntu's work on a highly integrated Debian-based GNOME desktop and Ubuntu will benefit from a solid live CD base." Read the rest of the announcement here.
|
Featured project of the week: OpenBSD |
OpenBSD
There is little doubt that OpenBSD is one of the most remarkable development efforts in the history of UNIX. Initiated by Theo de Raadt back in 1995, after splitting from NetBSD, OpenBSD aims to be a highly secure operating system designed for mission critical operations. Although there seems to be a school of thought claiming that its best use is on firewalls and routers (rather than, say, web servers where it would be outperformed by FreeBSD), the truth is that OpenBSD is a full-featured operating system that can be deployed in any server environment and even on desktops or workstations.
What makes OpenBSD so highly secure? Several interesting ideas, some of which have since been incorporated into other operating systems. Among them, file flags, securelevels and systrace deserve a special mention.
File flags are a concept enhancing the traditional UNIX file system permissions. Once applied to a file, the flag will either prevent a user, including root, from removing or modifying the file in any way, or will only allow appending new lines to the file. A good example of the effectiveness of this concept is making the entire /bin directory recursively immutable, preventing a potential attacker from placing a Trojan into the directory. On the other hand, the append-only flag is often used on log files - this makes it impossible for intruders to cover their tracks. Both system-level and user-level flags are available.
The concept of file flags works in conjunction with OpenBSD's securelevels, of which there are four: -1, 0, 1 and 2. As soon as a file flag is set, it cannot be removed unless the system is in securelevel 0 or -1. To extend the example from the previous paragraph about making the /bin directory immutable, what happens if an executable file in the same directory needs to get a security patch, but the system is in securelevel 1 or 2? In this case, the system administrator will have to lower the securelevel in the BSD kernel by rebooting the system (while the system is running, the securelevel can be raised, but not lowered). As this example illustrates, the introduction of securelevels can prevent some common security exploits, but as a trade-off, it makes the system less flexible, especially when it comes to patching or upgrading applications.
OpenBSD's systrace, a policy-based system call access manager, is conceptually similar to SELinux. Like SELinux policies, the systrace policies define which users and programs can access which files and devices in a manner completely independent of UNIX permissions. Proper use of systrace can greatly reduce risks associated with poorly written or exploitable applications. While defining systrace policies is not a simple task, it has been made more palatable by the fact that systrace has been around for a long time and there are many online repositories with systrace sample policies. Also, systrace includes a policy-generation tool listing every system call available to the application for which the policy is being generated. Although an experienced system administrator could probably still tighten the security of the system by refining the default policy generated by the tool, the defaults are often secure enough for most uses.
Of course, the above tools will mean little in the hands of an incompetent system administrator, but through its intelligent design, OpenBSD has a proven ability to pass valuable skills onto anybody willing to think and learn. And that's perhaps the project's greatest contribution towards better and safer computing on the Internet.
Find out more about OpenBSD on its web site, then get the recently released OpenBSD 3.6 CD-set from the project's online store.

|
Released Last Week |
Debian GNU/Linux 3.0r3
A new revision of the stable branch of Debian GNU/Linux ("woody") is now available: "This is the third update of Debian GNU/Linux 3.0 (codename 'woody') which mainly adds security updates to the stable release, along with a few corrections to serious problems. Those who frequently update from security.debian.org won't have to update many packages and most updates from security.debian.org are included in this update. Please note that this update does not produce a new version of Debian GNU/Linux 3.0 but only adds a few updated packages to it. There is no need to throw away 3.0 CDs but only to update against ftp.debian.org after an installation, in order to incorporate those late changes." The announcement, changelog, detailed list of updates. Existing Debian "woody" installations can be updated with "apt-get update" from the main server or one of the many mirrors.
SimplyMEPIS 2004.04
SimlyMEPIS 2004 has been updated to version 2004.04: "MEPIS LLC has released SimplyMEPIS 2004.04. This latest CD adds international support for Swedish to the previous support for British, French, German, Italian, and Spanish. Other CD improvements include an updated GRUB bootloader for better hardware compatibility and a more permissive 'failsafe' boot configuration. The JVM has been updated to work better with the Mozilla browser engine; kphone has been preinstalled for the convenience of VOIP phone service users; and configuration problems were resolved to enable remote printing in CUPS and LPD." Read the rest of the release announcement and changelog.
Feather Linux 0.6.1
Feather Linux 0.6.1 has been released. From the changelog: "Fixed pon and poff; updated aMSN script to 0.93; changed user in emelfm fpkg link to root; added 1400x1050 to list of available resolutions for certain laptops; changed user in mount.app mount command; tweaked knoppix-autoconfig and feather-loadram.sh; added openvpn - a tool to access VPNs; added tmsnc - a very usable text-based MSN client; made some space-saving changes to rm-dpkg; easy 'remaster' script can now save to hard drive instead of using RAM."
Co-CreateLinux 2005
A new version of Co-CreateLinux (formerly known as OpenDesktop) is now available for download. Co-CreateLinux is a Chinese desktop Linux distribution based on Fedora Core and strongly resembling Windows XP. Version 2005 features an updated Control Centre with improvements to login, printing, networking, user and display configuration. Resource management, especially the desktop and network neighbourhood, have also undergone numerous changes. The Firefox browser was hacked to resemble and behave like Internet Explorer, with support for Flash animation, Chinese language CSS attributes and MIME types. More details, as well as download links and a screenshot, are listed in the release notes (in simplified Chinese).
ZoneCD 0.5
ZoneCD version 0.5 has been released. ZoneCD, created by PUBLICip, is a Morphix-based bootable CD with a collection of GNU/Linux software pre-configured to create a WiFi gateway. From the ZoneCD 0.5 release notes: "Recompiled the kernel (2.4.20) to support bandwidth shaping, PPTP, and IPsec. A new section for bandwidth management in Zone control that will be visible when you select ZoneCD version 0.5-1. Pump is no longer used to get an IP for eth0, dhclient is now used to obtain an IP for eth0. Replaced rdate with ntpdate. Added better validation/errors to boot dialog."
Damn Small Linux 0.8.3
A new version of the Damn Small Linux mini live CD is now available. What's new? "New for 0.8.3: new control panel GUI; new Xvesa video setup GUI; new smbclient GUI; improved mydsl GUI now groups applications according to category; new autorestore of backup files, with boot time 'norestore' override; updated prism2 to support autodetected USB ethernet card; updated mc colors when issued from CLI; added mkdosswapfile script; fixed restart window manager - bbpager." See the release notes for a full list of changes.
Ubuntu Warty Live CD
Although available for several days, the final release of Ubuntu Linux Live CD has now been officially announced: "Ubuntu 4.10 -- Warty Warthog -- released on October 20th has gotten great feedback so far. The Ubuntu Team is now pleased to announce that the companion Warty Live CD is released as well! The Live CD contains a snapshot of everything in the Ubuntu 4.10 but in a bootable trial form. It will allow you to try out Ubuntu before installing it, without repartitioning or overwriting any existing software or data. To use it, just place it in the drive and reboot your computer. It also contains a small collection of Free and Open Source software shipped in Ubuntu that you can install on your Windows system. The Live CD is only available for Intel and compatible 'i386' processors."
Source Mage GNU/Linux 0.9.3
New ISO images of Source Mage GNU/Linux for x86 and PPC architectures have been released: "A new ISO has been released and for the first time, it's available on x86 and PPC at the same time. It has been built entirely with scripts using the stable sorcery and stable grimoire. Boot loader (lilo/grub/yaboot) configuration has been rewritten from scratch and has been tested with or without a separate /boot partition. Both ISOs use the 2.6.8.1 kernel. The PPC ISO takes care about loading the temperature driver to avoid overheating (and thus damages)." Read the announcement and this readme for further information.
AUSTRUMI 0.9.0
A new version of the AUSTRUMI mini live CD is now available. New in version 0.9.0: "Added Ugunsvarti - firewall/router; added gkdial and ppp - dial-up support; added vsftpd - ftp server; removed axyftp, added gFTP; updated Nmap, X.Org, cdrecord and some libs; removed Gyach, xwhois; updated kernel (2.6.9); fixed bugs in installer, CUPS server, USB2 mount script." Visit the distribution's news page to read the complete changelog.
Turbolinux 10 Server
Last week marked the official release date of Turbolinux 10 Server in Japan, as announced earlier this month: "Turbolinux will release three packages of 10 Server for the Japanese market only starting on October 29, 2004: Turbolinux 10 Server for US$360.00 includes 90-day unlimited installation e-mail support; Turbolinux 10 Server, with support, for US$890.00 includes one-year unlimited installation and configuration support; and Turbolinux 10 Server, Developer Edition, for US$89.00 includes 90-day unlimited e-mail support, though new user creation and user password modification are not available with this option. Customers worldwide will be able to purchase Turbolinux 10 Server, International Version, for USD$299.00 beginning on December 3, 2004." Read the press release and visit the product pages (both links in Japanese) for further information. Customers in Japan can order the product from the company's online store.
Slo-Tech Linux 2.1
A new version of Slo-Tech Linux, an easy-to-use Slovenian live CD based on Morphix, has been released. Version 2.1 comes in two variants - with either kernel 2.4or 2.6. It also includes KDE 3.3.0, Firefox 0.10.1, Evolution 2.0.2, Gaim 1.0.2, Xchat 2.4.0, and other popular applications. Due to bandwidth limitations, the two ISO images are only provided as BitTorrent seeds. See the complete release announcement (in Slovenian) and a screenshot of the distribution's desktop.
OpenBSD 3.6
OpenBSD 3.6 has been released: "We are pleased to announce the official release of OpenBSD 3.6. This is our 16th release on CD-ROM (and 17th via FTP). We remain proud of OpenBSD's record of eight years with only a single remote hole in the default install. As in our previous releases, 3.6 provides significant improvements, including new features, in nearly all areas of the system. New platform: OpenBSD/luna88k; expanding the mvme88k porting effort by supporting Omron's line of 88100-based workstations. SMP support on OpenBSD/i386 and OpenBSD/amd64 platforms. New functionality: a cleaned up DHCP server and client implementation, now featuring privilege separation and safe defaults...." The announcement, release notes. Download the installation ISO from one of the OpenBSD mirrors or order the full CD set from the project's online store (US$45).
gnuLinEx 2004 Live
A "live CD" edition of gnuLinEx 2004 is now available. All bugs reported by beta testers have been fixed and several new applications have been included - that's according to the release announcement (in Spanish). The live CD includes a video (in AVI format) of a recent news coverage of gnuLinEx by the EuroNews TV station, showing people in schools and public terminals using gnuLinEx. Last year, the regional government of Extremadura in Spain replaced all Windows workstations in the provice's schools, government administration offices and public terminals with gnuLinEx - a Debian-based distribution with the GNOME desktop environment.

gnuLinEx 2004 - one of the most successful projects encouraging wide-spread adoption of Linux. (full image size 226kB)
LinEspa 0.21
The LinEspa distribution, a Spanish live CD with XFce, has been updated to version 0.21: "Version 0.21 of LinEspa has been released. The ISO image has been zipped so that its download size is only about one third of the complete ISO image. We have fixed some problems with the installation script, updated icons on the panel, and included several new packages that many of the users requested in our forums and the IRC channel; these include Wine 20040716, Wireless-tools, APMD and ACPI." Here is the full release announcement (in Spanish).
Skolelinux 1.0r1
The first revision of Skolelinux, a Norwegian Debian-based distribution developed specifically for use in Norwegian schools, is now available. Major changes since version 1.0: "In first stage installer: more translations; re-inserted new manual partition option; upgraded from kernel version 2.4.26 to 2.4.27 in the installation system; auto-partitioning is now using the whole disk, and scales LVM volumes with the disk size. Fixed bug breaking installation for all locales not using ISO-8859-1. Updated nagios configuration. Added support for enabling Polish and Turkish language settings. Added Finnish KDE translations on the CD, but not yet installed by default. Security updates to: apache, courier, cupsys...." Read the full announcement (with a changelog) for further details.
Development and unannounced releases
|
Upcoming Releases and Announcements |
Slackware Linux 10.1
The Slackware Store is now taking pre-orders for Slackware Linux 10.1. There is no information about the possible release date and the distribution has yet to enter a new beta testing cycle, so the final release might still be a few months off. The 4-CD set costs US$39.95 and can be ordered here. (Many thanks to Danny for submitting the news).
FreeBSD 5.3-RELEASE
The final release of FreeBSD 5.3 has been postponed once again. The reason? Two serious showstoppers: "The first issue deals with TCP SACK problems that result in a livelocked system. The second involves GDB leaving threaded processes in an unkillable state. Fixes for both are under review and will be committed to RELENG_5 in a few days when preliminary testing is complete." The final release is now scheduled for Friday, November 5.
* * * * *
Summary of expected upcoming releases
|
Web Site News |
DistroWatch donations: Arch Linux receives US$300
Your votes have been counted, which means that the recipient of our October donation is the Arch Linux project. Those who follow this site know that these donations are a part of the DistroWatch donations programme, where 10% of this site's income from advertising and sale of merchandise are donated to various open source projects. The programme is a joint operation between DistroWatch.com and LinuxCD.org, an online store selling low-cost CDs of many BSDs and Linux distributions at highly competitive prices. If you don't have a fast Internet connection, visit LinuxCD.org to get the latest distribution releases by mail.
Arch Linux has been around since early 2002, but it has only risen to stardom earlier this year. It has a reputation for being a neatly designed operating system, with highly up-to-date packages, yet very stable and easy to maintain. Although its main work concentrates on maintaining a repository of binary packages for users to download and install with its "pacman" utility, it also provides a very simple way to compile packages from source code. The project's founder and lead developper is Judd Vinet whom we happened to interview just over a year ago. With the release of Arch Linux 0.7 just around the corner, we hope that the donation will help with offsetting some of the costs associated with hosting and maintaining an increasingly popular project.
Here is the PayPal receipt for our donation:
This email confirms that you have paid jvinet [at] zeroflux.org $300.00 USD using PayPal.
------------------------------
Payment Details:
------------------------------
Total Amount: $300.00 USD
Transaction ID: 2LP86966ND421272Y
Quantity: 1
Item Title: Arch Linux
This is the list of projects that received a DistroWatch donation since the launch of the programme:
New distribution additions
New on the waiting list
- GoblinX. GoblinX is a bootable live CD distribution based on Slackware Linux. The primary goal for GoblinX is to create a more pleasant and functional desktop, standardising all icons and themes to make it easy for novice users to learn about available applications.
- Knopperdisk. Knopperdisk is a Gentoo-based rescue system (available on a floppy disk or USB pen drive) containing various utilities, such as network-related tools.
- Xarnoppix. Xarnoppix is a Knoppix-based live CD with support for Catalan and Spanish.
DistroWatch database summary
- Number of Linux distributions in the database: 347
- Number of BSD distributions in the database: 9
- Number of discontinued distributions: 42
- Number of distributions on the waiting list: 77
That's all for today; see you again next Monday!
Ladislav Bodnar
|
|
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) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
| |
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 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Issue 1036 (2023-09-11): SDesk 2023.08.12, hiding command line passwords, openSUSE shares contributor survery results, Ubuntu plans seamless disk encryption, GNOME 45 to break extension compatibility |
• Issue 1035 (2023-09-04): Debian GNU/Hurd 2023, PCLinuxOS 2023.07, do home users need a firewall, AlmaLinux introduces new repositories, Rocky Linux commits to RHEL compatibility, NetBSD machine runs unattended for nine years, Armbian runs wallpaper contest |
• Issue 1034 (2023-08-28): Void 20230628, types of memory usage, FreeBSD receives port of Linux NVIDIA driver, Fedora plans improved theme handling for Qt applications, Canonical's plans for Ubuntu |
• Issue 1033 (2023-08-21): MiniOS 20230606, system user accounts, how Red Hat clones are moving forward, Haiku improves WINE performance, Debian turns 30 |
• Issue 1032 (2023-08-14): MX Linux 23, positioning new windows on the desktop, Linux Containers adopts LXD fork, Oracle, SUSE, and CIQ form OpenELA |
• Issue 1031 (2023-08-07): Peppermint OS 2023-07-01, preventing a file from being changed, Asahi Linux partners with Fedora, Linux Mint plans new releases |
• Issue 1030 (2023-07-31): Solus 4.4, Linux Mint 21.2, Debian introduces RISC-V support, Ubuntu patches custom kernel bugs, FreeBSD imports OpenSSL 3 |
• Issue 1029 (2023-07-24): Running Murena on the Fairphone 4, Flatpak vs Snap sandboxing technologies, Redox OS plans to borrow Linux drivers to expand hardware support, Debian updates Bookworm media |
• Issue 1028 (2023-07-17): KDE Connect; Oracle, SUSE, and AlmaLinux repsond to Red Hat's source code policy change, KaOS issues media fix, Slackware turns 30; security and immutable distributions |
• Issue 1027 (2023-07-10): Crystal Linux 2023-03-16, StartOS (embassyOS 0.3.4.2), changing options on a mounted filesystem, Murena launches Fairphone 4 in North America, Fedora debates telemetry for desktop team |
• Issue 1026 (2023-07-03): Kumander Linux 1.0, Red Hat changing its approach to sharing source code, TrueNAS offers SMB Multichannel, Zorin OS introduces upgrade utility |
• Issue 1025 (2023-06-26): KaOS with Plasma 6, information which can leak from desktop environments, Red Hat closes door on sharing RHEL source code, SUSE introduces new security features |
• Issue 1024 (2023-06-19): Debian 12, a safer way to use dd, Debian releases GNU/Hurd 2023, Ubuntu 22.10 nears its end of life, FreeBSD turns 30 |
• Issue 1023 (2023-06-12): openSUSE 15.5 Leap, the differences between independent distributions, openSUSE lengthens Leap life, Murena offers new phone for North America |
• Issue 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline updates |
• 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.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
Super OS
Super OS (formerly Super Ubuntu) was a modified version of Ubuntu with the goal of making it more usable, in particular for users without an internet connection, while trying to remain compatible with Ubuntu. Features compared to Ubuntu include better multimedia support, improved Internet experience (aMSN, Opera, Flash), App Runner, and other software, such as Java, Ubuntu Tweak and live USB creator.
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.
|
|