DistroWatch Weekly |
DistroWatch Weekly, Issue 255, 2 June 2008 |
Welcome to this year's 22nd issue of DistroWatch Weekly! One of the best-known and most widely-used features of FreeBSD, its CVS infrastructure designed to store all of the operating system's and userland's source code, was finally given boot last week when it was replaced with Subversion. What will this major switch mean for the FreeBSD user community? While on the surface not much will change in the foreseeable future, eventually everybody will need to get used to a new way of performing source updates. In other news, Novell reports better than expected revenue from its Linux business, Ubuntu plans universal connectivity in Intrepid Ibex, Fedora reports on the progress of integrating KDE 4 into the distribution, and BLAG's Jeff Moe explains why he continues to remove all non-free "blobs" from the Linux kernel. Also not to be missed, a first-look review of openSUSE's Zypper, probably the most advanced and comprehensive package management utility on the market. Finally, we are pleased to announce that the recipient of the DistroWatch.com May 2008 donation is the FileZilla project. Happy reading!
Content:
Join us at irc.freenode.net #distrowatch
|
Feature Story |
openSUSE package management with Zypper
Although openSUSE (and SUSE Linux before) has had a comprehensive package management infrastructure for years, a brand new package management option was introduced in openSUSE 10.3. Called Zypper, this command-line utility has all the ingredients of other successful package managers, such as apt-get, urpmi or yum. Not only is it much faster than any graphical tool can ever be, it has the additional advantage of being available for use in scripts. I tested the utility on the current development versions of openSUSE 11.0 by using it exclusively for synchronising an installed openSUSE system with the distribution's "Factory" tree in regular intervals.
The installed system was the third beta release of openSUSE 11.0, the i386 edition, installed from the standard installation DVD. I expected to be able to use the distribution's normal upgrade mechanisms for synchronising the installed system with Factory, but surprisingly, this didn't work as expected. The reason was that, unlike Ubuntu or Fedora which automatically configure their update utilities to point to their respective development branches, openSUSE's beta releases aren't set up to follow the development in this manner. Instead, the openSUSE update sources all point to an (as yet unavailable) 11.0 final update directory.
That said, it isn't particularly difficult to modify the relevant configuration in openSUSE in order to make it point to the Factory tree. First, remove all the existing repositories (type zypper repos to see a full list) with zypper rr alias . When done, adding the Factory repositories can be accomplished with the following commands:
• zypper sa http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/ oss
• zypper sa http://download.opensuse.org/distribution/SL-Factory-non-oss/inst-source-extra/ non-oss
Now if you run zypper repos again, you should get an output similar to the one pictured below:

Zypper lists all package repositories in a nice tabular format.
Once setting up the Factory repositories is completed, updating the entire distribution to the latest development build is done with the following commands:
• zypper refresh
• zypper dist-upgrade
As is often the case with command-line package management tools, they come with a large number of options and arguments that can make the update process go so much smoother. As an example, if your installation includes non-free software, you will need to agree to their software licenses before installing (or upgrading) any such packages. This can be avoided with the zypper update --auto-agree-with-licenses command. Similarly, you can avoid having to confirm certain tasks with zypper --non-interactive update . Some of the other available options include searching for packages or exporting a complete package list into a text file in order to re-import it on another computer. Many of the commands come with extra options, which can be found in the program's comprehensive online documentation.
During my usage of Zypper over the past couple of weeks, I've learnt to appreciate the convenience it provides to the end user. There is not doubt in my mind that Zypper is the most powerful package management utility available today, with many useful options and arguments that do not exist elsewhere. While its apparent complexity could be seen as discouraging at times, once you take the time to learn the tool and to understand its intricacies you will undoubtedly appreciate the effort openSUSE developers have put into creating Zypper. It's an excellent tool for all those who wish to follow the development of openSUSE 11.0 without having to re-install the system after each alpha or beta release.
For more information:
|
Miscellaneous News |
FreeBSD moves to Subversion, Novell reports growing Linux business, Ubuntu plans universal connectivity, Fedora outlines KDE plans, BLAG and Granular interviews
 There can't be many FreeBSD users who are not familiar with the project's omnipresent CVS infrastructure, including its famous "cvsup" and "csup" commands. Times are changing, however. Last week, after some 12 years of usage and nearly 180,000 commits, the FreeBSD project officially switched to Subversion: "The day has finally come - FreeBSD is using Subversion instead of CVS for the base source tree! Congratulations to everyone involved, especially Peter Wemm. This move was discussed extensively during the DevSummit at BSDCan 2008; there have been many issues with CVS over the years, most of which are minor enough to be overlooked, but some of which are just nasty (the inability of CVS to move/rename files, bad handling of branching in the event of constant new development and additions to the directory tree, non-atomic commits) and have frequently required manual interventions in the CVS repository." Of course, the big bang switch to Subversion doesn't mean that "cvsup" and "csup" will stop working instantly, but those users who are just starting with FreeBSD or those who wish to move ahead with times should start learning about "svnsync" and other, more modern tools.
* * * * *
Reporting the financial results for its second fiscal quarter of 2008, Novell announced that its Linux business was up by 31% when compared to the same period of the previous year: "Novell saw its Linux business top US$29 million in its second fiscal quarter of 2008 (US$30 million in total Open Platform Solutions revenue), up 31 percent over the same period a year ago, with other business units also seeing healthy growth. Only its Workgroup business unit continues to founder, down 1 percent in the period that ended April 30." In the meantime, the continued rivalry between Novell and its main Linux competitor, Red Hat, continued to generate some interesting exchanges. Replying to a question about Red Hat's exit from the desktop market, Novell CEO Ron Hovsepian remarked last week: "I wouldn't attribute any of it to them exiting the market because technically, they would have had to put a product out there to enter the market, which they never got done." Both vendors continue to focus on the established enterprise business, rather than attempting to develop offerings for a mass-market, commercially-supported Linux desktop for consumers, concludes InternetNews in its report.
* * * * *
Barely a few weeks have passed since the release of Ubuntu 8.04, but ITWire has already launched a discussion about the likely features in Intrepid Ibex, Ubuntu's next release, due in October 2008: "Ubuntu, arguably the most popular Linux distribution today, came out with its 8.04 release last month, dubbed Hardy Heron. That's passé now; here's the low down on what the future holds this October with Ubuntu 8.10, Intrepid Ibex." So what is likely to receive plenty of attention? Universal connectivity: "The intention of pervasive Internet access on trains and the like also suggests support must be included for increasingly-popular 3G modems. I struggled to make my Telstra NextG modem work with my ASUS Eee PC; it required a lot of 'modprobes' and recompiling of kernel sources. Imagine how tremendous it would be to replace the custom ASUS edition of Xandros with Intrepid Ibex and have a tiny super-light ultra-portable laptop that works anywhere."
* * * * *
The KDE desktop implementation in Fedora has been a hit and miss in all of its recent releases, but never more obvious than in Fedora 9 where the only option is the feature-incomplete KDE 4.0.3. Luckily, the Fedora developers are aware of the problems and keep working on acceptable solutions. Rahul Sundaram: "The many interface changes bring their own set of problems. Icons and files on the desktop only have rudimentary support by design, yet there is no better replacement ready. You cannot drag and drop or copy paste files, nor can you use the context menu to open a file with a alternative program. When you delete icons from the desktop, they are not actually deleted but merely hidden for the current session and reappear on your next login. Panel widgets cannot be relocated within the panel easily. There is no way to remove the plasmoid handler from the desktop. With the Oxygen theme, the difference between an active window and the passive windows are too subtle."
* * * * *
Finally, two interviews with the project leaders of two distributions which don't often find themselves featuring in the headlines, but which certainly have their dedicated followers. The first one is a talk with Jeff Moe, the founder of the Fedora-based BLAG Linux And GNU: "Jeff Moe is a 37-year old self-employed father. Better known as 'jebba', he is the main developer behind the 100% free distribution BLAG (for BLAG Linux And GNU). He is also leading a couple of other Free software projects." One of the special features of BLAG Linux And GNU is its kernel, specially modified to remove any non-free "blobs": "Q: gNewSense has just released a new version based on Ubuntu Hardy Heron. They chose to replace Ubuntu's kernel with 'linux-libre'. Has any other distribution (Ututo maybe?) shown interest in using your kernel? A: Alexandre Oliva (Red Hat compiler engineer) has shown interest in getting it into Fedora. I'm not sure what's up with Ututo, but dyne:bolic will almost certainly use it in their next main release. I talk to 'jaromil' from dyne:bolic and Brian Brazil from gNewSense frequently."
* * * * *
The second interview is with Anurag Bhandari, the founder and project leader of the PCLinuxOS-based Granular Linux: "Q: What exactly is Granular Linux? What does the name Granular signify?A: Granular is an easy-to-use Linux distribution aimed at desktop users and newbies in the world of Linux. It can also be a good choice for regular Linux users. The name 'Granular' signifies one of the reasons behind the creation of this distro, that is, 'customizability'. Granular was intended to be able to get easily customized by the end user. An overall customization can only be achieved by customizing the individual components (granules). And for that, KDE is an excellent option, combined with the various options provided with Granular. Hence the word Granular." And a little personal info about the founder of Granular Linux: "I am a computer engineering student heading towards my fourth and last year at the National Institute of Technology, Jalandhar, India. I am pursuing my B.Tech degree there. I am a resident of Jalandhar, Punjab."

Granular Linux 1.0 preview offers a sneak peek at the upcoming version 1.0, due for release next month. (full image size: 308kB, screen resolution: 1280x1024 pixels)
|
Released Last Week |
Bluewhite64 Linux 12.1 "Live DVD"
Attila Craciun has announced the availability of the "LiveDVD" edition of Bluewhite64 Linux 12.1, an unofficial port of Slackware Linux to the x86_64 architecture: "I am delighted to announce the availability of Bluewhite64 Linux 12.1 'LiveDVD' and Bluewhite64 Linux 12.1 'LiveUSB'. The new Bluewhite64 Linux 12.1 LiveDVD includes the stable SMP Linux kernel 2.6.24.7 with advanced features and performance. The LiveDVD is designed to bring a modern Linux desktop to the AMD64/EM64T architectures; it includes a modularized X.Org 1.4.0.90 (7.3) with Compiz, the award-winning KDE 3.5.9 in 65 languages, OpenOffice.org 2.3, Firefox 2.0.0.14 (Flash-ready) and Konqueror (Flash and Java-ready) web browsers, Thunderbird 2.0.0.12 and KMail 1.9.9 mail clients, Swaret 1.6.3 and Qtswaret 0.1.5 package managers, IA32 emulation to run 32-bit programs, and many more server and desktop programs and tools." Here is the full release announcement.
SystemRescueCd 1.0.3
SystemRescueCd 1.0.3, a Gentoo-based live CD designed for disk partitioning and data rescue tasks, has been released. From the changelog: "Updated the default kernel to Linux 2.6.25.4 with Reiser4; updated the alternative kernel to Linux 2.6.24.7 with Reiser4; switched from Unionfs to Aufs (another union file system); boot from network via PXE or with docache now works with as little as 256 MB of RAM; updated the btrfs file system support to 0.14 (kernel patch and utilities); updated the graphical environment to xorg-server version 1.4; updated NTFS-3G to 1.2506 (NTFS full read and write support); updated GParted to 0.3.7; improved fonts in the graphical environment (X.Org and Xvesa); added support for 256-byte inode in ext3 file system in GRUB 0.97; added a PDF viewer (ePDFView); fixed shell problem with the serial console."
Epidemic GNU/Linux 2.1
Epidemic GNU/Linux is an easy-to-use, Debian-based desktop distribution created in Brazil. An updated version 2.1 was announced yesterday. With this release, the project's developers focused primarily on bug fixes, stability and speed improvements, and general polish. Some the improvements include: Easy Channel, a graphical utility for installing proprietary applications and non-free media codecs; Enetwork, a network configuration tool; a new version of the Epidemic installer; integration of Compiz Fusion with several 3D plugins; an i686-optimised Linux kernel 2.6.24 with a number of patches for wireless network cards and other hardware devices; improved support for webcams; Aufs file system on live CD; read-write support for NTFS partitions; various artwork and theme updates. Please visit the distribution's home page (in Portuguese) to read the release announcement and to take a look at some screenshots.

Epidemic GNU/Linux - a Brazilian desktop distribution based on Debian's testing branch (full image size: 1,816kB, screen resolution: 1280x1024 pixels)
Foresight Linux 2.0.2
Ken VanDine has announced the release of Foresight Linux 2.0.2, an rPath-based desktop distribution featuring the latest GNOME technologies: "Announcing the release of Foresight Linux 2.0.2 GNOME edition. Some highlights: GNOME 2.22.2; GNOME Display Manager 2.22; 2.6.25.4 kernel; NetworkManager, more stable than ever; Mono 2.0 beta (now uses less memory); Banshee 1.0 beta. Foresight GNOME edition is a Linux distribution for your desktop that features a rolling release schedule that always keeps your desktop up to date; a revolutionary package manager, Conary; the latest GNOME desktop environment and an innovative set of excellent, up-to-date packages." Read the release announcement and release notes for further details.
DeLi Linux 0.8.0
Henry Jensen has announced the release of DeLi Linux 0.8.0, a light-weight desktop distribution designed for computers with as little as 32 MB of RAM: "DeLi Linux 0.8.0 is the next big step and the first release of the 0.8.x branch. The main focus of the 0.8.x series will be internationalisation. The biggest changes are: switched to UTF-8 as the default encoding; dropped GTK+ 1.x, switched to GTK+ 2.x (2.10); switched to the 'pacman' package manager (from Arch Linux); Netsurf or Skipstone as web browsers; AbiWord 2.4.6 with ODT plugin and Gnumeric 1.6.3; Linux kernel 2.4.36.4, now with LSI Logic support (important for VMware guests). Unfortunately, the hardware requirements had to be raised: for running the GUI at least 32 MB of RAM are recommended; a MMX capable processor is recommended for multimedia applications; a full installation with all applications requires about 750 MB space on hard disk." Here is the full release announcement.
Myah OS 3.0
Jeremiah Cheatham has announced the release of Myah OS 3.0, a complete desktop Linux distribution with Xfce and a variety of administration tools: "The long-awaited Myah OS 3.0 is here. 3.0 has been in development since 2006 right after the release of version 2.3. This release is a complete Linux solution for personal computers. It is created to do just about anything right out of the box without any hassle. There is full support for watching and editing videos. If you like music you can tune into online stations or even record your own. You can also write you own web pages or even use the IDE to start developing software. Myah OS also comes with a complete set of system tools to help with administration. Adding packages is a simple and easy task. Myah will also let you know when there are updates available." Read the rest of the release announcement for more information.

Myah OS 3.0 - a complete desktop Linux distribution with excellent package management infrastructure. (full image size: 373kB, screen resolution: 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
DistroWatch.com News |
May 2008 donation: FileZilla receives US$400.00
We are pleased to announce that the recipient of the May 2008 DistroWatch.com donation is FileZilla, a cross-platform, open-source FTP client for Linux, Mac OS X and Windows, released under the General Public Licence. It receives US$400.00 in cash.
Developed in Germany by Tim Kosse, the FileZilla client provides an impressive list of useful features, including the following: "Support for FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP); available in many languages; supports resume and transfer of large files (4 GB and above); powerful site manager and transfer queue; drag and drop support; configurable speed limits; file name filters; network configuration wizard; remote file editing; keep-alive; FTP proxy support." FileZilla is an excellent replacement for some of the traditional open-source FTP clients which are no longer in active development, such as gFTP. Linux.com published a good overview of FileZilla in August 2007.
As always, this monthly donations programme is a joint initiative between DistroWatch and two online shops selling low-cost CDs and DVDs with Linux, BSD and other open source software - LinuxCD.org and OSDisc.com. These vendors contributed US$50.00 each towards this month's donation to FileZilla.
Here is the list of projects that received a DistroWatch donation since the launch of the programme (figures in US dollars):
- 2004: GnuCash ($250), Quanta Plus ($200), PCLinuxOS ($300), The GIMP ($300), Vidalinux ($200), Fluxbox ($200), K3b ($350), Arch Linux ($300), Kile KDE LaTeX Editor ($100) and UNICEF - Tsunami Relief Operation ($340)
- 2005: Vim ($250), AbiWord ($220), BitTorrent ($300), NdisWrapper ($250), Audacity ($250), Debian GNU/Linux ($420), GNOME ($425), Enlightenment ($250), MPlayer ($400), Amarok ($300), KANOTIX ($250) and Cacti ($375)
- 2006: Gambas ($250), Krusader ($250), FreeBSD Foundation ($450), GParted ($360), Doxygen ($260), LilyPond ($250), Lua ($250), Gentoo Linux ($500), Blender ($500), Puppy Linux ($350), Inkscape ($350), Cape Linux Users Group ($130), Mandriva Linux ($405, a Powerpack competition), Digikam ($408) and SabayonLinux ($450)
- 2007: GQview ($250), Kaffeine ($250), sidux ($350), CentOS ($400), LyX ($350), VectorLinux ($350), KTorrent ($400), FreeNAS ($350), lighttpd ($400), Damn Small Linux ($350), NimbleX ($450), MEPIS Linux ($300), Zenwalk Linux ($300)
- 2008: VLC ($350), Frugalware Linux ($340), cURL ($300), GSPCA (Linux webcam support) ($400), FileZilla ($400)
Since the launch of the Donations Programme in March 2004, DistroWatch has donated a total of US$17,683 to various open source software projects.
* * * * *
New distributions added to waiting list
- BSDanywhere. BSDanywhere is a bootable live CD image based on OpenBSD. It consists of the entire OpenBSD base system (without compiler) plus graphical desktop (Enlightenment), an unrepresentative collection of software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices as well as other peripherals. BSDanywhere can be used as a productive UNIX system for the desktop, educational CD, rescue system or hardware testing platform.
* * * * *
DistroWatch database summary
And this concludes the latest issue of DistroWatch Weekly. The next instalment will be published on Monday, 9 June 2008.
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  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
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 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• Issue 1043 (2023-10-30): Murena Two with privacy switches, where old files go when packages are updated, UBports on Volla phones, Mint testing Cinnamon on Wayland, Peppermint releases ARM build |
• Issue 1042 (2023-10-23): Ubuntu Cinnamon compared with Linux Mint, extending battery life on Linux, Debian resumes /usr merge, Canonical publishes fixed install media |
• Issue 1041 (2023-10-16): FydeOS 17.0, Dr.Parted 23.09, changing UIDs, Fedora partners with Slimbook, GNOME phasing out X11 sessions, Ubuntu revokes 23.10 install media |
• Issue 1040 (2023-10-09): CROWZ 5.0, changing the location of default directories, Linux Mint updates its Edge edition, Murena crowdfunding new privacy phone, Debian publishes new install media |
• Issue 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• 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 |
• 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 | 
Linpus Linux
Linpus Lite was a commercial, Fedora-based distribution developed by Linpus Technologies, a Linux company with headquarters in Taipei, Taiwan and a development office in Shanghai, China. The product's main features are: easily switchable touch-based mouse and keyboard launchers; web applications integrated with the launchers; HTML 5 widget panel; full theme changes and compatibility with a wide range of computer hardware.
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.
|
|