DistroWatch Weekly |
DistroWatch Weekly, Issue 347, 29 March 2010 |
Welcome to this year's 13th issue of DistroWatch Weekly! As the first components of the brand new GNOME 2.30 start to filter through to the project's mirror servers, we are happy to bring you the latest round-up of news and features from the world of free operating systems. This week's lead story is a first-look review of Igelle, an interesting new distribution built from scratch, which includes a brief interview with its creator. In the news section, Oracle makes drastic changes to Solaris licensing, OpenSolaris 2010.03 gets delayed due to show-stopper bugs, Fedora project leader announces resignation, Ubuntu founder explains the reasons behind some of the user interface changes, and Linux Mint development team hints at some of the upcoming new features in the popular distribution. Also in this week's issue, a question and answers section that focuses on complete removal of data from hard disks and a new distribution built from ground up - Cronos Linux. All this and more in this issue of DistroWatch Weekly - happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (45MB) and MP3 (45MB) formats
Join us at irc.freenode.net #distrowatch
|
Feature Story (by Jesse Smith) |
An introduction to Igelle 1.0
Igelle is a young distribution which first appeared with its 0.6 release about a year ago. In February of this year the Igelle developers announced the availability of version 1.0, calling it "the world's most flexible operating system." Intrigued at what appeared to be a unique and fresh approach to Linux, I decided to give the distribution a test drive. Before diving into the distro itself, I had a chance to chat with development team lead Markku Kero.
* * * * *
DW: Igelle claims to be the world's most flexible operating system, running on desktops, servers and mobile devices. Could you tell us how you designed Igelle to be flexible?
MK: When we talk about Igelle being flexible, we usually talk primarily of two things: (1) The ability to run on (and be optimized for) a variety of processors, architectures and hardware, and (2) its ability to be customized and configured to fulfil different usage scenarios and feature requirements. These were taken as design objectives from the very beginning, so we ended up with a design that is completely cross-compiled and that can be compiled with a completely customized software package selection, where each package can be configured in a way that suits the current requirement. This design allows us to look at and compile the entire operating system, composed of hundreds of components, as a single unit that we can manage and configure to a certain shape, and therefore allows us to build the same thing to act as a desktop system for the latest Intel computers, as a purpose-built embedded system for a very small ARM or MIPS board, or anything in between.
DW: According to the product's website, Igelle doesn't use KDE or GNOME but a new technology called Esther. Could you tell us why the developers chose Esther?
MK: Esther was custom-developed just for the purpose of being the Igelle desktop. We did look at all the existing desktops, including KDE and GNOME, as well as LXDE and Xfce, and there are many really cool things in all of them. But since Igelle is unique in what it aims to do and be, none of them were really a perfect fit. Esther's purpose and vision is to provide the same familiar experience across all the targeted devices from desktops, laptops through netbooks to tablets, mobile devices and phones. Of course we are not yet completely done with all that, so expect to see more exciting things in the upcoming versions of Esther.
This doesn't of course mean that Esther is an island of it's own. We share a lot in common with, especially, GNOME, LXDE and Xfce, not the least of which is the GTK+ toolkit. Through that, for example, many apps that are called GNOME-something, that are really GTK+ applications, are well at home in the Esther desktop. And we even include in the default desktop of Igelle many common apps and utilities that are included in either GNOME, LXDE and/or Xfce. But it's mixed and matched in a way that suits the purpose and philosophy of Igelle.
DW: How does Igelle handle packages and updates? Does it have its own package manager?
MK: Igelle's software management philosophy is quite different from what people may be used to with traditional Linux distributions. First of all, Igelle itself is installed as a read-only Squashfs file system that in itself is not modified at all before or after installation. So when adding additional applications, and when removing them, they too are installed as read-only file system images that are copied to a certain folder on the storage drive. This makes software management really fun and easy; it involves just copying the application file (we use the extension .sjapp) to the /apps directory on the hard drive; and uninstalling includes removing this file.
We have also included an easy-to-use compiler tool within Igelle that allows anyone to make their own sjapp application packages. This is, of course, a sort of a technical task, but does not require the user to be deeply technical and experienced with details of making and using build systems. So we're sort of trying to lower the bar to compiling software from source code and helping more people to make their own favourite packages. I also hope that this will help people to be able to keep up to the latest versions of their favourite applications, something that has been a little bit of a challenge with Linux distributions in the past. There is documentation on the Igelle web site for using sjapp to make your own packages so that those who are interested in this can get started.
So yes, Igelle has its own software that manages all these things. It can be considered the Igelle "package manager", although probably "application manager" is a term that hits closer to what it is.
DW: Igelle is a fairly new project. Now that 1.0 is complete, what does the team have planned for the future?
MK: We are just getting started. What we made available for download is Igelle DSV, the graphical desktop, version 1.0.0 for Intel-compatible PC computers. This is just one small dot on the entire matrix of the Igelle vision, which is to run everywhere, and to do everything, to put it shortly. So we'll be expanding from this, first of all to the different architectures like ARM, MIPS and PowerPC, as we have also described on the web site. At the same time we will be moving to the different scenarios, like servers, embedded systems, and mobile devices. The feedback we've received clearly confirms our own opinions in that the mobile version has proven very interesting for many. So we will definitely be coming up with something unique and exciting in this specific field.
DW: Does Igelle work with the open-source community and how can volunteers help?
MK: We are, of course, by the very nature of Igelle very deeply rooted in the open-source community, and it is very critical for us to work efficiently and productively in and with the community. I hope that we will be able to help the community on our side, as I have already seen how passionately the community has been helping Igelle in the past weeks already.
As for the ways to help, there are many. Simply working on any of the upstream projects is, in itself, already helping Igelle. But on a more Igelle-specific note, we have lately very much appreciated those who have provided their feedback on their testing Igelle on specific hardware. There have been many interesting findings we could have never seen ourselves. So just downloading, running and using Igelle and providing feedback is already a great help. This will be even more exciting as we continue to go into the complicated realm of mobile and hand-held hardware.
For those who are inclined to do development, making and compiling more applications is a great way to help. We have a decent repository of popular software available now, and we will continue to add and update more programs there through our efforts, but obviously we will need all the help we can get, since this is such a great, never-ending task. Ideally it would be great if the upstream developers themselves would make sjapp installers that we could just link to in the Igelle repository.
We will also be formalizing the open source components that we ourselves have started as actual projects so that those developers who have their interest in those things can also properly work on the code. And yet another thing that I already wish to thank some people for is for helping others in the forums. This is something that helps not only Igelle but the people using it. Taking this to the next level, providing tutorials, documentation and other helpful advice would really be helpful to everyone.
DW: As I understand it, Igelle is owned by Job and Esther Technologies. Since the operating system is free to download, how does the company hope to profit from Igelle?
MK: Igelle DSV, the graphical desktop for personal computers, is free to download, and we really have no ambitions of making any money out of that. It's something we do for and together with the community, and honestly I just hope that people would enjoy it and that it would bring something good to their lives. We will be launching other editions, however, that will not be free to download, and we will be working with our customers to produce solutions that are optimized for their specific needs and hardware requirements. We'll provide the ability for our clients to be able to choose their hardware, and to map their requirements themselves, rather than having the software dictate it for them. Obviously we will also be providing support, trainings and a full array of professional services for all of our products. Please see our web site for more info about these things.
DW: Where can users of Igelle's Desktop edition go to get the source code for the GPL components of the system?
MK: The source packages for the core system (what's found on the Igelle DSV CD) open-source components are found here. These are patched sources, so they include any modifications that were made in order to build them. So even if the file name may match with the original source tarball from upstream, the contents may not. But if you compare, you'll notice we are really not heavy on patching, the focus is mostly on changes that make the build work.
Then the source packages for the add-on applications (those that are installable through the "add and remove applications" tool) are here. These are unpatched sources, and the build rules and any patches are in their parent directory. This includes the sjs files, so for those who wish to build their own packages, the sjs files here will probably serve as good examples.
DW: Thank you very much for taking the time to stop and talk about Igelle and your team's vision.
* * * * *
Igelle 1.0.0 "DSV" - the first impressions (full image size: 595kB, screen resolution 1154x768 pixels)
My journey into the world of Igelle started out smoothly enough. Booting off the CD gave me a quick look at the Igelle banner and then deposited me at a desktop. The desktop icons are bright, inviting and well labelled; the wallpaper has a tasteful and professional look. The icons point to documentation, the system's web browser, the "Add or Remove Applications" program, and there are shortcuts to items called "All Applications" and "My Documents". There's a menu bar running along the top of the desktop and an OS X-style launch bar at the bottom. The launcher contains buttons for common tasks, some of which are also displayed on the desktop.
On the launcher, we find a calculator, text editor, image viewer, video player, personal organizer, task manager and settings manager. The bar at the top of the desktop displays the system's clock, a button for configuring desktop effects, a compact list of open windows and a menu. The menu is short and directs the user to their files, settings, applications and the system's documentation. There's also a button for turning off the machine. When running from the CD a welcome screen is displayed, providing a little information about the live environment and offering links to further information. The welcome screen also includes a link to launch the system installer.
The installer itself is very compact. It displays a screen asking if the user would like to hand over the entire disk to Igelle, manually partition the disk or install the operating system to an existing partition. Opting to configure partitions manually launches GParted. Once a partition has been selected for the system, the installer copies its files over. At first that appears to be it, but once the user reboots the system, a first-run program requests the user provide further information. After a hostname, time zone and user account have been set up, the system reboots again.
Igelle 1.0.0 "DSV" - surfing the web and getting help (full image size: 264kB, screen resolution 1152x864 pixels)
Post-install, the first thing I noticed was that the system automatically logs in to the desktop at boot time. This doesn't appear to be an option so much as designed behaviour, which occurs regardless of how many user accounts have been created and whether or not they have passwords. Which, in my mind, makes the passwords redundant. It is possible to change which user is automatically logged in, but I have yet to find a method of making users login manually. Regular user accounts have almost complete control over their environment and application management and have the ability to use sudo to accomplish privileged tasks.
One characteristic of Igelle that took me a while to get used to is that it doesn't have an application menu in the traditional sense. Instead, it has an application container. Selecting the "All Applications" icon on the desktop brings up a window filled with program launchers. Along the top of the window are categories, allowing the user to filter the displayed programs. Out of the box, Igelle has applications for burning discs, playing video files, getting organized, text editing, browsing the web, managing archives and viewing documents. There are also tools for creating user accounts, changing the system's appearance and setting up printers.
I was hoping to be able to drag these launchers from the container to the desktop or to the launch bar, but they remained stuck in place. For users who want to access the power of the command line, there is a virtual terminal. The GNU Compiler Collection (GCC) is installed, as are tools for building Igelle packages. The distribution does not come with popular media codecs or with Flash; those need to be downloaded and installed separately and there are tutorials for performing these tasks on Igelle's forum.
Igelle's application manager is an amazingly simple and user-friendly program that initially offers the user two options: add new programs to the system or remove programs from the system. Choosing to add new applications takes the user to a screen where they are shown an alphabetical list of all the available software in Igelle's repository. Each package is given a brief description, explaining in straightforward terms what the software does. Clicking the item's download link opens a separate window with a progress bar showing how much of the file has been retrieved. While the download is in progress, the user is able to return to the list and select other items.
The modular approach allows for great flexibility and avoids dependency issues. At the moment Igelle offers a small (but wide-ranging) collection of programs. Though there are less than a hundred items in the repository, I found office software, multimedia programs, image manipulation apps, WINE, an e-mail client and the Firefox web browser. Removing software is almost an identical process to adding it. A list of installed applications is displayed to the user and items can be removed by clicking a button and confirming the action. Each installed package is a single file in the /apps directory and software can alternatively be removed from the system by deleting this file.
Igelle 1.0.0 "DSV" - managing applications (full image size: 268kB, screen resolution 1152x864 pixels)
During my time with Igelle I ran the operating system on a generic desktop machine (2.5 GHz CPU, 2 GB of RAM, NVIDIA video card) and my HP laptop (dual-core 2 GHz CPU, 3 GB of RAM, Intel video card). To see how the system ran with fewer resources, I ran it in a VirtualBox virtual machine. In each of these environments, there were a few problems. On the desktop box, Igelle first booted up to a desktop which was filled with bright colours - a visual static, if you will. Checking on the forums, it appears this is an issue with the NVIDIA driver (a problem one or two other distributions have as well) and it's possible to work around the issue by booting Igelle with the "failsafe" option. Doing this gave me a normal desktop and I was able to use my computer without further problems.
Sound worked properly and my network connection was detected. My laptop's video card was handled well, as was its audio system, but my Intel wireless card wasn't detected, nor was my Novatel mobile modem picked up. Adding to the list of problems, my touchpad worked, but refused to handle taps as button clicks. Given these problems, I was pleased to find that suspend/resume worked on my laptop. Running Igelle in a virtual environment held two surprises for me. The first was that Igelle requires the system to support PAE; machines which do not won't boot. Fortunately, this is an option in VirtualBox and I was able to enable PAE and proceed without further difficulties. My second surprise was that Igelle was able to run quickly and smoothly, with desktop effects enabled, in a virtual environment with less than 512 MB of memory. Rarely did Igelle use more than 400 MB of memory (including cache) and the installed system used a little less than 800 MB of disk space.
Igelle 1.0.0 "DSV" - exploring the desktop (full image size: 665kB, screen resolution 1152x864 pixels)
Perhaps my biggest concern when running Igelle was with security. While there are no network services running, reducing remote threats, there's very little protection provided locally. The default account logs in automatically, there's no encryption on the file system and applications can be added (or removed) without privilege escalation. These points lead me to believe the developers envision Igelle as a single-user operating system. And while on the topic of security, I didn't find any method for updating installed packages, short of manually checking for new versions in the application manager. Hopefully, these items will be different in the Server edition.
During the week I spent with Igelle I had the chance to read through the distro's forum and get some feedback from other Igelle users. One common trend I found was that users were finding a lot of things missing from the distribution. Parts of the desktop environment aren't flexible, there are too few applications in the repository and Flash and some codecs aren't installed by default were items brought up. Something I might not have realized, if it wasn't for Mr Kero comments above, is that these are much the same complaints many Linux users have against Apple products, particularly the new iPad.
Open source enthusiasts are typically interested in having every aspect of their operating system configurable; we want to be able to re-theme, remove and re-compile everything to suit our personal style (Which partially explains the torrent of new distributions we've seen over the years). We want flexibility, security and options - options above all else. To be paranoid (or not), to have three different text editors and to have our toaster compile its own custom kernel while it makes us breakfast. And many of us forget that the rest of the world, the majority even, do not care about such things. The rest of the world wishes for fast, easy-to-use computers which behave in a predictable fashion and perform a few specific tasks beautifully.
I think that is the audience Igelle is targeting: not the type of people who run Debian, Gentoo and Fedora, but the sort of people who enjoy technology like OS X, iPods and iPads. People who want to find a balance between the simplicity of a dedicated appliance and the power provided by Linux. In short, it looks like Igelle has the potential to make the netbook/tablet/mobile device market a very interesting place in the coming year.
|
Miscellaneous News (by Ladislav Bodnar) |
Solaris no longer free, OpenSolaris 2010.03 delays, Fedora leadership change, Ubuntu user interface musings, new features in Mint 9
Solaris is no longer free to use. That's a message that has been slowly filtering through to technology media and which is likely to create much more stir in the coming days. A once extremely popular server operating system, the Solaris deployment figures had been in a steady decline for some time (due to availability of free Linux and BSD systems) until Sun Microsystems decided to make it available free for any purpose, commercial or otherwise, under the CDDL licence. That was back in 2006. However, the recent acquisition of Sun Microsystems by Oracle brought some interesting changes to Solaris licensing: "Your right to use Solaris acquired as a download is limited to a trial of 90 days, unless you acquire a service contract for the downloaded software." According to this report at CIO, "customers who don't purchase support for hardware systems aren't allowed to obtain maintenance releases, patches, telephone assistance, or any other technical support services." The news has already started making rounds on some Solaris mailing lists, often resulting in heated debates among the members of the groups; while some are outraged by the sudden change, others understand the business point of view and Oracle's desire to monetise their recent investment. Either way, we are likely to hear much more on the subject in the next few weeks.
* * * * *
Solaris isn't the only product affected by the above-mentioned change of ownership. OpenSolaris, whose new stable version was expected to arrive last week, is another operating system that is presently riding the waves of uncertainty - now also due to further release delays: "OpenSolaris 2010.03 was supposed to have been released earlier this month (in fact, originally it was supposed to be known as OpenSolaris 2010.02 and released in February, but then it slipped to early March). However, March is coming to an end and there still is no sign of OpenSolaris 2010.03." According to this post on the OpenSolaris mailing list, the delay is purely technical: "The OpenSolaris 2010.03 release was suppose to contain final 'show stopper' patches from b134-b136 in which engineering has to close out the public build release for snv_b136 (not done as of today, ON current=b135)." As always with these kinds of delays, the complete lack of communication from the project leaders is what seems to irritate the users most. All in all, this wasn't a good week for Solaris and OpenSolaris. Will these events bring a new round of desertions from the once dominant UNIX system?
* * * * *
Paul Frields, the Fedora Project Leader since January 2008 when he took over from Max Spevack, has announced his intention to pass on the leadership reins to a new chief: "I've been the Fedora Project Leader for a little over two years now, and now that we're rocketing (sorry!) toward my fifth release in that role, I'm interested in branching out into other ways of championing free and open source software at Red Hat. Before I do that, I want to smoothly pass on the role of Fedora Project Leader, and make sure the next FPL can not only be fully successful, but continue to build on a process of growth and change for the future." Frields continues: "It's important that Fedora always be able to make opportunities for fresh and energetic leadership that will help take our project, and the distribution we make, to the next level of achievement. Regardless of what I'm doing next at Red Hat, part of my job early on will be to give as much assistance as possible to the next FPL, just as Max Spevack did for me, allowing that person to successfully take over this position, and continue leading Fedora into the future."
* * * * *
The somewhat unusual user interface changes in the upcoming release of Ubuntu continue to generate opinions in online forums and blogs. Last week, project founder Mark Shuttleworth posted a few thoughts regarding these changes on his personal blog: "One of the driving mantras for us is 'less is more'. I want us to 'clean up, simplify, streamline, focus' the user experience work that we lead. The idea is to recognize the cost of every bit of chrome, every gradient or animation or line or detail or option or GConf setting. It turns out that all of those extras add some value, but they also add clutter. There's a real cost to them - in attention, in space, in code, in QA. So we're looking for things to strip out, as much (or more) as things to put in. ... It's not hard to get people enthusiastic about the idea that less is more. However, it's quite hard to get people to agree on which bits can be less. It turns out that one person's clutter is another person's most useful and valued feature."
* * * * *
Finally, something for the fans of Linux Mint and especially those who cannot wait for each new release of this increasingly popular distribution. Last week, Clement Lefebvre published an overview of new features in Linux Mint 9: "USB-Creator will be added to the default software selection; apturl will be added to the system; in memory of Husse, a new fortune database gathering his best quotes will be added to the pool of random messages that appear when you open a terminal; you can now edit items directly from the menu - if you want to change the name, the icon, the description or even the command for a particular application, just right-click on it and select 'Edit Properties'; if your graphics card allows it (you need compositing for this to work), you can change the transparency of the menu; there are two new context menu item to let you easily add shortcuts to the panel or the desktop...." There is a lot more, so click on the above link to get a more detailed list, together with a few intriguing screenshots.
|
Questions and Answers (by Jesse Smith) |
Wiping hard disks
Concluding-with-a-clean-slate asks: How do I completely wipe my hard disk without physically destroying the disk? I want to sell it.
DistroWatch answers: There are a lot of tools out there for wiping hard drives and erasing files. Most of them easy to use and offered free of charge. It would be difficult to give a complete list, so I'll mention two of my favourites here. Generally people will want to run these commands from a live CD so that they aren't trying to use the same disk they're erasing.
The first erasing tool I recommend is "shred" because it comes pre-installed on many distributions and live CDs. The shred command over-writes files with random data and then, optionally, over-writes the files again with zeros. Shred can work on individual files and, additionally, on entire hard drives. For example, my main drive is called "sda", so to erase it I could run the following from a live CD:
shred -vfz /dev/sda
which will replace my files with random numbers and then fill the drive with zeros. By default, shred makes three passes in which it replaces the data on the disk. For people who want to be a bit more thorough, shred can be made to make more passes with the "-n" option. The following command makes twenty passes on the drive:
shred -vfz -n 20 /dev/sda
The other method I use, which, in effect, is a more manual approach, is to run the "dd" command. The dd program moves data from one place to another and doesn't worry about where the bytes are coming from or where they're going. As an example, the following command over-writes the drive with random data:
dd if=/dev/urandom of=/dev/sda bs=1M
If you then want to replace all those random bytes with zeros, you can do so with:
dd if=/dev/zero of=/dev/sda bs=1M
The appeal to dd is it comes included with almost every Linux/BSD/UNIX operating system, making it readily available with almost all installations and live CDs. Many other disk wiping tools need to be downloaded and installed separately, though do the job just as well.
|
Released Last Week |
Trisquel GNU/Linux 3.5
Rubén Rodríguez Pérez has announced the release of Trisquel GNU/Linux 3.5, a completely "libre" distribution (as defined by the Free Software Foundation) based on Ubuntu: "Trisquel GNU/Linux 3.5, code name 'Awen', is ready. This release is a fully free Ubuntu 9.10 derivative that includes extra software, better multimedia support, more translations and faster configuration. For this release we used ext4 for the root file system and XFS for the home one, to have a balance between speed and usability. Some important features include a much faster boot process and the ability to encrypt the home directory. All packages were updated, including: Linux-libre kernel 2.6.31, X.Org 7.4, GNOME 2.28, OpenOffice.org 3.1.1, a Mozilla-based web browser 3.5." Read the rest of the release announcement for further information and screenshots.
Trisquel GNU/Linux 3.5 - a 100% "libre" Ubuntu-based distribution (full image size: 472kB, screen resolution 1280x1024 pixels)
FreeBSD 7.3
FreeBSD 7.3, the latest update of the project's older, legacy series, has been released: "The FreeBSD Release Engineering team is pleased to announce the availability of FreeBSD 7.3-RELEASE. This is the fourth release from the 7-STABLE branch which improves on the functionality of FreeBSD 7.2 and introduces a few new features. There will be one more release from this branch to allow future improvements to be made available in the 7-STABLE branch but at this point most developers are focused on 8-STABLE. Some of the highlights: ZFS updated to version 13; new boot loader gptzfsboot supports GPT and ZFS; hwpmc enhancements; new mfiutil and mptutil tools for widely-used RAID controllers; NULL pointer vulnerability mitigation; BIND updated to 9.4-ESV; GNOME updated to 2.28.2, KDE to 4.3.5 and Perl to 5.10." See the release announcement and release notes for a complete list of new features.
Clonezilla Live 1.2.4-28
Steven Shiau has announced the availability of a new version of Clonezilla Live, a Debian-based live CD containing free disk-cloning software: "This release of Clonezilla Live (1.2.4-28) includes major enhancements, bug fixes, and language translation updates: new file system support - UFS of FreeBSD, NetBSD and OpenBSD, it has been tested successfully for imaging FreeBSD 8.0, OpenBSD 4.6 and NetBSD 5.0.2; new file system support - VMFS of VMware ESX; i686 kernel is available in this release, so multi-core CPUs are supported; xz/lzip compression, and parallel compression, pxz and plzip, were added, you can choose "-z5", "-z5p", "-z6" or "-z6p" in the expert mode; if your machine has multi-core CPU, please use the i686 version of Clonezilla live then the -z5p and -z6p options are available in the expert mode; now both syslinux and isolinux are included in Clonezilla Live ISO image and ZIP file." Read the rest of the release announcement for further details and a list of bug fixes.
NexentaStor 3.0
Anil Gulecha has announced the release of NexentaStor 3.0, an OpenSolaris-based storage appliance with a web-based administration interface: "On behalf of the NexentaStor team, I'm happy to announce the release of NexentaStor Community edition 3.0. This release is the result of the community efforts of Nexenta partners and users. With the addition of many new features, NexentaStor CE is the most complete, and feature-rich gratis unified storage solution today. This is a major NexentaStor release, with many new features, improved hardware support, and many bug fixes. Quick summary of features: ZFS additions - deduplication (based on OpenSolaris b134); free for up to 12 TB of used storage; Community edition supports easy upgrades; many new features in the easy-to-use management interface; integrated search." Read the release announcement and visit the project's web site for further information.
Sabayon Linux 5.2
Fabio Erculiani has announced the release of Sabayon Linux 5.2, a Gentoo-based desktop Linux distribution with GNOME/KDE and with a custom (binary) package manager: "The best, refined blend of GNU/Linux, coming with bleeding edge edges, is eventually here. Say hello to Sabayon Five-point-Twoh, available in both GNOME and KDE editions. Dedicated to those who like cutting-edge stability, out-of-the-box experience, outstanding desktop performance and beauty. You will find outstanding amount of new applications and features, like XBMC 9.11, KDE 4.4.1, GNOME 2.28. Features: based on new GCC 4.4.1 and glibc 2.10; shipped with desktop-optimized Linux kernel 2.6.33; installable in 10 minutes; faster boot time and lightweight default system...." Read the rest of the release announcement for additional details.
Sabayon Linux 5.2 - refreshing new artwork complements the cutting-edge features (full image size: 903kB, screen resolution 1280x1024 pixels)
Element 1.0
Kevin Thompson has announced the release of Element 1.1, an Ubuntu-based distribution for home theatre or media-centre personal computers: "We are pleased to announce the release of Element 1.1, which is available immediately for free download. This is the first service pack for the Element 1 series operating system; it includes several requested features, general package upgrades, upstream bug fixes, and visual enhancements to our themes. Notable additions in this release include: Element 'Glassy' default theme is a little quicker now and uses fewer pixmaps, it also includes new scrollbars; Jockey-Gtk 'Hardware Driver' utility has replaced EnvyNG as the default means for managing proprietary video and device drivers; over-scanning on NVIDIA cards is much easier; Gigolo remote file system browser has been added...." Here is the full release announcement.
SliTaz GNU/Linux 3.0
Christophe Lincoln has announced the release of SliTaz GNU/Linux 3.0, a minimalist (but extensible) and fast desktop Linux distribution with Openbox as the default window manager: "The SliTaz team is proud to announce the release of the SliTaz GNU/Linux 3.0 operating system. It's simpler, faster, customizable, mightier and yet incredibly tiny. The new SliTaz stable version is now out after one year of development. The core desktop provides a full-featured desktop powered by X.Org 7.4, Openbox, LXDE components and home-made tools. It lets you easily connect to the Internet to surf the web with the Midori web browser, listen to music or manage your pictures. The default core system fits into a 30 MB ISO image and live CD flavors start at 8 MB. This stable version has been built by a new toolchain including GCC 4.4.1 and uses the Linux kernel 2.6.30.6." Read the release announcement and release notes for more details.
SliTaz GNU/Linux - this major new update comes after one year of development (full image size: 181kB, screen resolution 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
DistroWatch.com News |
New distributions added to database
* * * * *
New distributions added to waiting list
- AVLinux. AVLinux is a multimedia-oriented live DVD based on Debian's testing branch. Besides applications for many common computer tasks, the distribution also features a full complement of the best FOSS multimedia programs available, allowing users to enjoy multi-track audio recording and mixing, video capturing, editing and converting, and DVD authoring and creation. It uses the lightweight LXDE desktop.
- ArchBang. ArchBang is lightweight distribution and live CD that combines Arch Linux with the Openbox window manager. The latest version also includes a graphical system installer.
ArchBang 2.0 RC1 - an Arch-based live CD with Openbox (full image size: 574kB, screen resolution 1280x1024 pixels)
- Cronos Linux. Cronos Linux is a new Linux distribution and live DVD built from ground up. It is focused on performance and security, and contains many popular applications, including full video codec support, development tools, and audio drivers.
Cronos Linux 1.0 - a new distro built from scratch (full image size: 634kB, screen resolution 1280x1024 pixels)
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 5 April 2010.
Jesse Smith and 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) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
| |
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 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• 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 |
• 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 |
Archie Live CD
Archie was a complete live Arch linux system to be run from a CD/USB, built with the KISS philosophy in mind. No packages have been removed to provide a full Arch linux system, yet it delivers the fastest performance with no excessive bloat. Archie uses its own hardware detection tool (lshwd) ideally to support wide range of hardware with low detection time. Archie also provides extended features such as multi-lingual capabilities, nesting capabilities, and hard disk install.
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.
|
|