DistroWatch Weekly |
DistroWatch Weekly, Issue 410, 20 June 2011 |
Welcome to this year's 25th issue of DistroWatch Weekly! SliTaz GNU/Linux is one of those little gems in the Linux distro world - it's a small, extensible and highly functional distribution even in its default state. Jesse Smith takes a look at the progress SliTaz developers have been making on the road towards their next stable release, version 4.0. In the news section, Daniel Robbins' Funtoo projects challenges Gentoo with a new source-based distribution for technical users, the Scientific Linux developers explain the differences between Red Hat Enterprise Linux (RHEL) and their own RHEL clone, and the maintainers of Linux Mint "Debian" editions embark on a large-scale update process now that Mint 11 is out the door. Also in this issue, links to interviews with Debian project leader Stefano Zacchiroli and Bodhi developer Jeff Hoogland, a quick note on firewall applications found in popular Linux distributions, and the last call for suggestions for DistroWatch's annual package database update. Happy reading!
Content:
- Reviews: What's cooking? It's SliTaz
- News: Funtoo improves on Gentoo, Scientific Linux gains mindshare, Mint updates rolling-release editions, Debian and Bodhi interviews
- Questions and answers: Personal firewall applications
- Released last week: Tiny Core Linux 3.7, Parted Magic 6.2, AVLinux 5.0
- Site news: Annual package database update
- New additions: Funtoo Linux
- New distributions: BlueOnyx, BootMed, Jeoss Linux, quantOS, Semplice Linux, unRAID Server
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (21MB) and MP3 (32MB) formats
Join us at irc.freenode.net #distrowatch
|
Feature Story (by Jesse Smith) |
What's cooking? It's SliTaz
SliTaz GNU/Linux is a small Linux distribution that tries to pack a usable desktop operating system into a 31 MB ISO image. I took a look at SliTaz just over a year ago and was impressed with the speed the little distro delivers, a feat achieved with the combination of having a small foot print and running entirely in RAM. Since I last looked at the project, their website has been improved. The layout is attractive, the documentation is well laid out and has helpful examples. The site comes in six translations (German, English, French, Indonesian, Portuguese and Chinese) and there's an active community forum and an issue tracker. The distribution offers two releases, Stable and Cooking -- the development branch. Apart from the two CD images, the project also provides image files for floppy disks. The floppy images are broken into groups, allowing us to get just a text-mode minimal distro with five floppy disks, or get a more complete distro using twenty-two floppies. Whether we use a CD or floppy disks, SliTaz provides a 32-bit operating system for i486 (and newer) computers. Recently I grabbed the latest development snapshot at the time, called SliTaz Cooking-20110329.
Booting from the SliTaz CD gives us a brief boot menu where we can provide optional parameters. We have to be quick or the system will automatically begin its boot process. SliTaz loads quickly and pauses just before reaching the desktop to ask us for our preferred language and keyboard layout. We're then passed over to a graphical interface that features a dark wallpaper with wisps of cloud. The application menu is placed at the top-left corner of the screen and a CPU monitor sits at the top-right. At the bottom of the screen is a task switcher and clock. There are three icons on the desktop for accessing the file system, a text editor and one for opening the project's documentation. The included handbook gives us some good tips on getting started and installing the operating system.

SliTaz GNU/Linux - reading the project's documentation (full image size: 141kB, screen resolution 1024x768 pixels)
The live CD logs us in as an unprivileged user in an effort to keep us from harming our own system. Running the SliTaz installer requires a root password, which can be found in the project's documentation. Prior to running the installer we should make sure we have a partition set aside for SliTaz. If we don't have a suitable partition prepared, the distribution comes with GParted to help us divide up the hard disk. The installer itself is a simple collection of text menus and we're given one question on each screen and asked to select or type a response. The first step asks us for the name of the partition where we will install SliTaz in the form of /dev/sd... If we're unsure, the installer will show us a list of available partitions. We're then asked if we'd like to use a separate partition for our /home directory. Next up we provide a hostname and set the root password. The last two steps are to create a regular user account and tell the installer if we want to install GRUB. Being small, it only takes a few minutes for SliTaz to copy its files to the local drive and perform the initial configuration.
Booting into SliTaz from the hard drive for the first time brings us to a simple graphical login screen. Signing in gives us the same simple graphical environment we had on the live disc with a surprisingly diverse collection of software available in the application menu. Included on the default install are the Midori web browser, Twitter and IRC clients and graphical tools for accessing secure shell servers and performing secure copies. There's a local port scanner, an image viewer, a simple image editor and a PDF viewer. We find an audio player, CD ripper and simple audio editor. Additionally we find tools for handling wireless network connections, a package manager, an app for viewing system & hardware information and GParted. There's a disc burning application, a program for managing the contents of ISO files and the usual collection of configuration tools for changing the look & feel of our environment.
There's a program called the Control Box, which we'll look at in a moment, and links to the project's documentation. Some of these documentation links work, letting us access the project's Handbook, but some others are dead links -- a reminder that this is a development release. SliTaz additionally includes a couple of games to help pass the time. Behind the scenes, we find the 2.6.37 Linux kernel. For some reason the distro runs a web server by default and browsing to the local server shows no index page, but there are some document pages available through the server, if one is willing to look for them. I got the impression the web server was left enabled by accident in this release. The little distro does not include popular multimedia codecs, Java, or Flash, though these items can be found in the project's repositories.

SliTaz GNU/Linux - managing packages (full image size: 144kB, screen resolution 1024x768 pixels)
The distribution's Control Box is a small configuration application that let's us tweak the boot loader, set the system clock and manage user accounts. There are also buttons in the Control Box to launch other configuration tools, giving us short-cuts to network utilities, the package manager, active hardware drivers and a graphical mount tool. Each of these small apps offers bare bones functionality, but I found they worked well enough. Actually, the same description applies to most of the applications included in SliTaz, they're all small, fast and offer a simple interface and basic usefulness. Not the sort of programs I'd throw at a novice Linux user, but people who have become familiar with the OS shouldn't have any problem using them.
Despite its small size, the SliTaz distribution includes a graphical package manager. Though the layout isn't the most friendly, it does offer us the basic functions. On the package manager's main screen we're shown a list of all available software bundles with icons indicating whether each item is installed or not. Double-clicking on a package gives us some detailed information on the software and presents us with the option to download/install/remove the item. During installs dependency resolution is optional and enabled by default. At the bottom of the package manager's window there's are buttons for re-syncing the local software list with the remote repositories and installing all available updates. The package manager includes filters (also located near the bottom of the window), letting us narrow down our view to specific packages.
There are filters for viewing packages based on their installed/available status and by category. For instance, we can view all installable packages marked as office software. The package manager further includes a search tab, allowing us to find software by name. For people who like to manage software from the command line, SliTaz's tazpkg tool contains all the required functionality. The program's syntax is intuitive -- installing a package is done using "tazpkg get-install name", removing is done with "tazpkg remove name", upgrading software to the latest available version is done with "tazpkg upgrade". There are several other options, but I think the above examples demonstrate the straight forward nature of the program. I found tazpkg to be quick and ran into no problems with either the command line utility or the graphical front-end.

SliTaz GNU/Linux - editing images and adjusting sound volume (full image size: 123kB, screen resolution 1024x768 pixels)
I ran SliTaz on two machines, a generic desktop box (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). The distribution handled the desktop's hardware without any trouble. The screen was set to a suitable resolution and audio worked out of the box. On the laptop the audio worked too and my video card was properly configured, but beyond that, I ran into issues. SliTaz wasn't able to work with my Intel wireless card and the touchpad support was limited. I could move the mouse, but taps-as-clicks and scrolling were disabled. Performance on both machines was good. SliTaz booted in under fifteen seconds and, once logged in, the system's responsiveness was excellent. Running in the graphical environment used about 70 MB of memory and the light weight applications that come with the distro provide basic functionality without requiring a lot of additional memory.
The system installer is probably the most obvious weak point in SliTaz. It's brief, which is nice, but it's missing options. It would also be nice if the installer handled partitioning (or offered to launch GParted) and made setting mount points easier. There are just over 2,700 packages in SliTaz's repositories and the amount of available software (or the lack of) may be an issue for some users. The basics are in there, but it's a small selection compared to the big name Linux projects. On the positive side, SliTaz is the smallest distro I've used that's useful as a desktop OS right away. The speed is impressive, especially when running from RAM, and the flexibility shown by the developers, for example providing floppy images, is welcome. This is a good project to look at if you're in possession of older equipment or plan to perform hardware testing, data recovery or other tasks requiring a live disc. I wouldn't recommend SliTaz to newcomers to Linux, but for people who don't mind seeing the command line occasionally and are passingly familiar with device naming, this distribution packs a lot of tools into a small bundle.
|
Miscellaneous News (by Ladislav Bodnar) |
Funtoo improves on Gentoo, Scientific Linux gains mindshare, Mint updates rolling-release editions, Debian and Bodhi interviews
Let's start this week's news section with some interesting information for the fans of Gentoo Linux and other technical Linux users who enjoy optimising their system by compiling applications from source code. As many of you are aware of, Daniel Robbins, who founded the Gentoo project in 1999 (as Enoch Linux) and who resigned from the duties in 2004, is the man behind a Gentoo-like project called Funtoo. In the beginning Robbins insisted that Funtoo was neither a Gentoo fork, nor a new Linux distro. But the thinking must have changed in recent months because the project's recently-revealed website now describes Funtoo as "a Linux distribution developed by Daniel Robbins and a core team of developers, built around a basic vision of improving the core technologies in Gentoo Linux." Funtoo provides "stages" that serve to install the operating system and it maintains its own Portage tree (a collection of scripts that make it easy to download, compile and install hundreds of applications). The developers do not provide a live CD, but they recommend SystemRescueCd as a good system to boot into in order to install Funtoo. In many ways Funtoo is rather similar to Gentoo; it doesn't offer an easy way to install the distribution, yet it provides excellent documentation for those knowledgeable enough to work on the command line or those willing to learn about the Linux internals. If you are the kind of user who enjoys tinkering with your computers while optimising every bit of code to absolute perfection, Funtoo could be the perfect system for you...
* * * * *
Scientific Linux is enjoying an unprecedented boom due to its being the first project to release a free clone of Red Hat Enterprise Linux (RHEL) 6. Nevertheless, users should beware that Scientific Linux is not a "pure" RHEL clone as the developers add some extra applications and utilities to the system. Joe 'Zonker' Brockmeier investigates the distro in "Send in the clone: Scientific Linux 6.1 approaches": "According to core contributor Troy Dawson, the 6.x series has the fewest changes from upstream. In the default install, only yum-autoupdate is added to upstream's package selection. Users can also choose to install IceWM, the OpenAFS distributed file system, a handful of yum repositories, and Scientific Linux's tools for creating 'sites.' According to Dawson, the reduction in changes and additional packages comes at the request of the community. 'This was due to requests from the HEP community that we quit adding our own packages and start using the other community based repositories, such as EPEL and RPMForge.' In some cases, changes between upstream and Scientific are available as 'tweak RPMs,' which Dawson says 'change something after the regular RPM is installed.' Dawson says most of the tweak RPMs are not installed by default." The Linux Weekly News website has now added Scientific Linux to the list of security updates that they track and report on.

Scientific Linux 6.1 Alpha - the project has attracted community members who design the distro's desktop theme (full image size: 299kB, screen resolution 1280x1024 pixels)
* * * * *
Linux Mint has become a highly popular distribution (even threatening to overtake Ubuntu in our Page Hit Ranking statistics). Although the project's flagship product is an Ubuntu-based solution, it may be worth investigating the "other" product line - the rolling-release editions of Linux Mint that are based on Debian's testing branch. Jamie Watson takes a look at recent changes in this alternative Mint release in "Linux Mint Debian Edition Updates": "Over the past week or so there have been a lot of significant updates made to the Linux Mint Debian and Linux Mint Xfce distributions. These are 'rolling distributions' which are intended to be continuously updated rather than having periodic major releases, but with all of the activity associated with the recent release of Ubuntu 11.04 and then Linux Mint 11, they appeared to have fallen a bit behind, so these updates are very welcome. The most eye-catching of the updates is that Mint Debian now has its own logo with the Debian symbol in place of the 11 in the standard logo, and there is a new default wallpaper which includes it. Of course, most of the updates are a lot more significant than the cosmetics of a new logo. The first one I noticed was that Firefox is updated to 4.0.1, which I felt was a bit overdue. LibreOffice also got an update to version 3.3.2, the latest in the 3.3 development line."
* * * * *
Two months ago Stefano Zacchiroli got re-elected as the Debian Project Leader (DPL) for another year. So what are the main challenges facing Debian in the coming months? From "Exclusive Interview with Debian Leader Stefano Zacchiroli": "Several challenges are ahead of us. A particularly important one for me is to keep on showing to the Free Software world that an independent, volunteer-based distro can compete with distros which are sponsored by individual companies. Independence is the only guarantee that money interest will not prevail over software freedom interests and Debian has an important role to play there. Debian is, after all, one of the very few independent distros among the 'most popular distros' that cannot be pinned to a company. That does not mean that Debian lives in an ideal world where companies do not have a role to play in free software. Quite the contrary: one of our future challenges is indeed to find ways to encourage companies to contribute work to Debian, without letting that get into the way of existing Debian decision making processes and independence."
* * * * *
Finally, a link to an interview with Jeff Hoogland the lead developer of the Ubuntu-based Bodhi Linux, a distribution which offers a unique experience thanks to its custom configuration of the Enlightenment 17 window manager: "Bodhi is aimed at users interested in the Enlightenment desktop and those that like their system free from clutter. Our rapid popularity indicates there is a demand for both of these things. We believe users should be smart enough to make their own choices. We don’t lock down your desktop and make it difficult to edit things like some of the newer desktops (such as GNOME 3 and Unity) have done." The latest stable release is based upon Ubuntu 10.04 LTS. Do you provide certain repositories for software? What about updates? " Even though we base ourselves on the Ubuntu LTS release that does not mean Bodhi users are also left with software that is a year old (or more). Unlike a good deal of Ubuntu derivatives we maintain our own repository (not just a PPA) in order to provide software updates to our users. Beyond a current Enlightenment desktop we also ship current versions of a good deal of software, including Firefox and Chromium browsers."
|
Questions and Answers (by Jesse Smith) |
Personal firewall applications
Custom-protection-seeker asks: Linux personal firewall applications (Firedog, etc) -- are they required and/or better than what comes with a distro?
DistroWatch answers: This will depend a bit on which distro you're using and what you need for a firewall. Some distros don't include a graphical firewall configuration program in the default install, and the ones available in the repositories vary a bit. For instance, Fedora has a well-put-together firewall program called system-config-firewall in the default install. On the other hand, Ubuntu does not include a GUI firewall tool by default, but there's an easy-to-use program called gufw in the repositories. So it may not always be obvious what firewall options are available with a given distribution and how they compare to third-party applications.
To answer your question: in general, for most home users and with most distributions, you will be fine with what is provided by the distribution. In fact I usually prefer what is available in the default install as distros tend to ship fairly simple (read "easy-to-use") firewall applications that work well enough for most people. Aside from Fedora and Ubuntu, openSUSE, Mandriva and Mint all come with good pre-installed firewall tools. The Debian project is nice enough to list several for comparison in their Wiki. So I would recommend starting with whatever your distribution ships and only look elsewhere if you have a specific need that can't be met with your distro. It'll make applying security updates to your firewall program easier and other users on your distro's forums will be in a better position to help you troubleshoot any issues if you stick with the default configuration tools.
Do you have a preferred firewall configuration tool? Let us know in the comments.
|
Released Last Week |
IPFire 2.9 Core 49
Arne Fitzenreiter has announced the release of IPFire 2.9 Core 49, a Linux-based firewall distribution: "Today we are going to release Core Update 49. IPFire 2.9 Core 49 is a bug-fix release and brings minor feature updates. List of changes: QoS - replaced sip with rtp for VoIP; Apache - tuning maximum spare servers to 10; add 'charon' to IPSec log section; fix ID information on IPSec configuration; backup.cgi - added content length to show file status bar; add CGI to display the md-state; services.cgi - blacklist mdadm (no good idea to stop it); extrahd -add mmcblk card reader and mdadm support; extrahd - display also non-partitioned disks; add initskript to wait until slower drives are present; changed OpenVPN CGI to create a CN without a blank; change Squid init script to kill remaining ClamAV redir; lm_sensors - update to 3.3.0...." Here is the full release announcement.
AV Linux 5.0
Glen MacArthur has announced the release of AV Linux 5.0, a Debian-based distribution with a collection of audio and video production software and running on the LXDE desktop: "After more than five months of daily development following the release of 4.2, AV Linux 5.0 is here. This release balances the rock-solid reliability of Debian's stable release and fortifies it with some carefully selected packages to make it a state-of-the-art multimedia content creation powerhouse. Features and improvements: 2.6.39.1 Linux kernel with IRQ threading and rtirq-init activated; complete full-featured desktop package selection including LibreOffice 3.4; RTC (Real-Time Clock) permissions set by default on the live DVD; FFADO SVN Firewire drivers with daisy-chaining on the new Juju stack...." Read the rest of the release announcement for full details and screenshots.

AVLinux 5 - a Debian-based distribution for creating and editing multimedia (full image size: 2,339kB, screen resolution 1280x1024 pixels)
Parted Magic 6.2
Patrick Verner has released a new version of Parted Magic, a Linux-based live CD with a collection of software designed for disk management and data rescue tasks: "It's that time of the month again. The most noticeable change is that Rox now handles the desktop icons and feh displays the desktop wallpaper. These seemed like the best lightweight choices in preparation for the new PCManFM when it's released as stable. Parted was upgraded to 3.0, but GParted is still linked against libparted 2.4 for now. All fonts should look good in Firefox if you use a language other than US English. A few other useful programs were added like ZFS Fuse, LILO Setup, Rox Filer, and FixParts. Updated programs: TestDisk 6.12, Parted 3.0, Linux kernel 2.6.38.8, GParted 0.8.1...." Visit the project's news page to read the release announcement.
Salix OS 13.37 "Fluxbox"
George Vlahavas has announced that the "Fluxbox" edition of Salix OS 13.37, a lightweight Slackware-based distribution, has been released: "Salix Fluxbox 13.37 is here, available in both 32-bit and 64-bit architectures. Everyone who has used the 13.1 Fluxbox edition, will find this release very familiar. It comes with Linux kernel 2.6.37.6, Fluxbox 1.3.1, Firefox 4.0.1 and Claws-mail 3.7.8. LibreOffice 3.3.2 is included by default in full mode installations, replacing OpenOffice.org and localization packages for more than a hundred languages are available through the package management tools. Exaile 0.3.2 is the default music player and the Whaaw Media Player, version 0.2.14, is used as the default movie player." Read the full release announcement for further details.
Tiny Core Linux 3.7, 3.7.1
Robert Shingledecker has announced the release of Tiny Core Linux 3.7, a minimalist, but extensible desktop distribution in 10 megabytes: "Team Tiny Core is pleased to announce the release of Tiny Core Linux 3.7. Final change log: new multicore.iso both Tiny Core and Micro Core installation and network tools edition; new added kernel module for NTFS to base, allows read access to NTFS partition; new GUI loadpack to load, when required, Starter Pack after boot; updated rebuildfstab now supports NTFS-3G for NTFS-3G extension, allows read-write access; updated cpanel to reflect changes in the base; updated tc-functions to better handle TCVD virtual disk; updated network GUI to record udhcpc PID for services support when DHCP is requested...." Here is the release announcement with a changelog.
DoudouLinux 1.0
DoudouLinux is a Debian-based distribution targeting young children, with a goal to make computer use as simple and pleasant as possible. The project's version 1.0, code name "Gondwana", is now released: "The version 1.0 of the project is finally ready, after a year of happy work! To mark this event, we named this version Gondwana, for the super-continent which included most of the landmasses in today's southern hemisphere, before the breakup into several continents due to plate tectonics. DoudouLinux provides tens of applications that suit children from 2 to 12 years old and gives them an environment as easy to use as a gaming console. Kids can learn, discover and have fun without dad and mum always watching!" Read the release announcement and check out the feature list for more information.
Greenie Linux 9N
Stanislav Hoferek has announced the release of Greenie Linux 9N, a beginner-friendly Ubuntu-based distribution with enhanced support for Slovak and Czech languages and extra software applications: "Greenie Linux 9N is finally here! Based on Ubuntu 11.04, Greenie uses the classic and solid GNOME 2.32.1 instead of GNOME 3 or Unity. Several new applications (FBReader, gToDo, Adobe Reader, Audacity), new versions of Firefox and all other software, and new, much darker artwork, are now in Greenie. Also we made it possible to run popular websites (Facebook, Twitter, Pastebin, YouTube, etc.) using the Run dialog. This version will come in both 32-bit and 64-bit flavours, and the 64-bit edition will be announced very soon." Read the release announcement (in Slovak, except for a brief English note at the bottom) for a detailed list of changes and new features.

Greenie Linux 9N - an Ubuntu-based distribution optimised for use by Slovak and Czech speakers (full image size: 1,457kB, screen resolution 1280x1024 pixels)
Zorin OS 5 "Gaming", "Multimedia"
Artyom Zorin has announced the release of Zorin OS 5 "Gaming" and "Multimedia" editions, two commercial flavours of the Ubuntu-based desktop distribution designed for Windows users: "The Zorin OS team is proud to release Zorin OS 5 Gaming and Multimedia which bring a lot of new and enhanced features to Zorin OS, our operating system designed for Windows users. This release uses the GNOME 2.X classic environment instead of Ubuntu's Unity shell. Zorin OS 5 Gaming includes over 40 of the best Linux games and emulators while Zorin OS 5 Multimedia has the best software for multimedia use. Both of them also include our innovative Zorin Look Changer Premium, Zorin Internet Browser Manager, Zorin Background Plus and other programs from our earlier versions. Both editions are available for a small donation of €7 for a download and €10 for a DVD. The Zorin OS 5 Lite, Educational and Business editions will be released over the next few weeks." Here is the brief release announcement.
Fuduntu 14.10
Andrew Wyatt has announced the release of Fuduntu 14.10, a Fedora-based desktop distribution: "The Fuduntu team is pleased to announce the general availability of Fuduntu 14.10. This release continues our tradition of small incremental improvements bringing new versions of several important packages and bug fixes to the Fuduntu Linux distribution. Included in this release: Linux kernel 2.6.39.1, Adobe Flash 10.3, Chromium 12, Shotwell 0.10.1; ext4 is now our default file system during installation; support for NVIDIA (akmod-nvidia), and ATI (akmod-catalyst) proprietary drivers; a tool to help simplify customizing your installation; a theme refresh, correcting several bugs and streamlining the look and feel; new background choices; new tweaks to improve Flash playback; bug fixes; the quarterly patch roll-up." The release announcement.
Webconverger 8.0
Kai Hendry has announced the release of Webconverger 8.0, a Debian-based live CD for web kiosks, with Firefox 4, designed for deployments in places like offices or Internet cafés where only web applications are used: "Webconverger 8.0 allows you to deploy Firefox 4.0.1 in a kiosk environment. This release uses a lot of up-to-date Debian packages from Progress Linux. Between 7.2 to 8.0 there are several highlights such as: Firefox 4.0.1, updated Adobe Flash to 10.3.181.26, 2.6.39 Linux kernel, a few extra locales like South African English. Security has been tightened up by removing terminals, though there are probably ways of downloading 32-bit terminals for execution that could be blocked. There is a known issue where sometimes Webconverger boots without loading the browser. This is a strange intermittent problem that needs debugging. If it happens to you, please try booting again." Read the rest of the release notes for further information.
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
DistroWatch.com News |
Annual package database update
Last week we called for suggestions for the annual package database update and this is what we have so far:
- Current list of packages earmarked for inclusion: gnome-shell, mesa3d, midori, nano, octave, openshot, xz
- Current list of packages earmarked for removal: checkinstall, hal, kaffeine, nedit, mod_perl, mod_ssl, mono, netatalk, yaboot
- Current list of packages which will be listed under a different name: OpenOffice.org --> LibreOffice, qt-x11 --> qt, xfce --> xfdesktop
If you have software packages that you would like to see tracked by DistroWatch, this is your last chance to suggest them (either by emailing to distro at distrowatch dot com or by submitting a comment below). The next package update will only take place in June 2012! For more information please see the database of tracked packages page.
* * * * *
New distributions added to database
- Funtoo Linux. Funtoo Linux is a Gentoo-based distribution developed by Daniel Robbins (the founder and former project leader of Gentoo Linux) and a core team of developers, built around a basic vision of improving the core technologies in Gentoo Linux. Funtoo Linux features native UTF-8 support enabled by default, a git-based, distributed Portage tree and Funtoo overlay, an enhanced Portage with more compact mini-manifest tree, automated imports of new Gentoo changes every 12 hours, GPT/GUID boot support and streamlined boot configuration, enhanced network configuration, up-to-date stable and current Funtoo stages - all built using Funtoo's Metro build tool.
* * * * *
New distributions added to waiting list
- BlueOnyx. BlueOnyx is a CentOS-based Linux distribution which aims at delivering a turnkey server appliance for web hosting. It comes with a web-based GUI interface which allows users to manage most aspects of the server, its sites and accounts. It is open-source software, released under a Sun-modified BSD license.
- BootMed. The BootMed Live CD is an Ubuntu remix for those new to Linux. Its main goal is to help the average Windows user to recover a computer that will not boot.
- Jeoss Linux. Jeoss Linux is a compact, install-everywhere, Ubuntu-based, server-oriented distribution. It is directly installable even on legacy, limited-resource, and embedded x86 platforms. The install process can be controlled from start to finish by the target local console, a remote serial console or a remote SSH session.
- quantOS. quantOS, based on Linux Mint, is a hardened Linux distribution for secure daily use as a desktop operating system. quantOS leverages AppArmor application security profiles, Arkose Desktop Application Sandboxing and Vidalia for creating secure Tor connections to enhance online privacy.
- Semplice Linux. Semplice Linux is a GNU/Linux distribution based on Debian's unstable branch with the goal to provide a simple, fast, lightweight and cool environment.
- unRAID Server. unRAID Server is an embedded Network-Attached Storage server operating system designed to boot from a USB Flash device and specifically designed for digital media storage.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 27 June 2011.
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 |
|
Reader Comments • Jump to last comment |
1 • Funtoo (by megadriver on 2011-06-20 08:53:58 GMT from Spain)
Funtoo is, indeed, awesome. It's the only distro that still manages to (temporarily) lure me away from Arch every now and then. It has made quite a lot of progress recently, specially in the documentation front.
I think my "ideal distro" would be a source-based Arch (ABS, AUR and PKGBUILDs FTW!) with USE flags... One can dream, right?
2 • Firewall tools: Shorewall (by evdvelde on 2011-06-20 09:11:37 GMT from Belgium)
My preferred firewall tool is shorewall. I have an IPv4/IPv6 firewall with two default gateways, NATing and such and all works perfectly. Easy to maintain as well!
3 • Funtoo (by Dr.Saleem Khan on 2011-06-20 09:25:20 GMT from Pakistan)
Funtoo sounds exciting and challanging . Arch has apparently no match regarding the simplicity of its whole concept but anyone who is ready for something more than Arch Funtoo is definetly best alternate.
An interesting and "loaded" Distro Weekly after many weeks .
Regards,
4 • Annual package database update (by Alexandru Popa on 2011-06-20 09:35:13 GMT from Germany)
I suggest to include Gnome3 or replace libgnome with it.
5 • Curious (by macias on 2011-06-20 09:37:26 GMT from Poland)
@megadriver, your opinion is not rare of course, but since I get really curious because of today DW and your comment...
Let's say you would have such ideal distro -- what would you with it? What would you get with it?
I am asking because "dream" is a big word, and I am wondering what I am missing here. What is impossible in any other Linux distro (or is really painful). AFAIK Linux distros have much in common, and they differ very little, and they are all based on the same set of software. So why "a dream"? LibreOffice would get "reveal codes" feature?
6 • package database update (by Patrick on 2011-06-20 09:46:00 GMT from France)
I would suggest to add OpenShot (http://www.openshotvideo.com/) to the database.
7 • @5 (by megadriver on 2011-06-20 10:04:54 GMT from Spain)
The Funtoo part: Compiling from source, with USE flags, I can build a lean, customized system in which only the stuff I want/need is installed, without "forced" dependencies (which I hate with a passion).
The Arch part: The Arch Build System allows me to easily (PKGBUILDs are simple bash scripts) create, install and manage my own (or others', via the AUR) handmade packages. In comparison, ebuilds are a huge headache.
A combination of the best of both approaches (USE flags+ABS) would be true "heaven on earth" for me, but, of course, your mileage may vary!
8 • Still curious (by macias on 2011-06-20 10:16:57 GMT from Poland)
@megadriver, Yes, I have a quite different experience, but I am still curious -- writting entire system from scratch would allow you to build completely customized system, without any forced lines of codes. You could write your own, custom features, not even spotted in any other Linux distro.
What you wrote so far, is not impossible in (for example) openSUSE and what worse you get eventually the same quality of software, the same features, the same bugs. On one hand I see an effort without real difference in results, on the other limiting yourself to obtained source codes.
IOW: why it is so important to do something in different way, spending more time, to get the same results? Oh well, more like rhetorical question now :-)
9 • Firewall configuration ... (by Coffee on 2011-06-20 10:55:18 GMT from France)
> Do you have a preferred firewall configuration tool? Let us know in the comments.
... I don't use a firewall configuration tool but I have IPtables installed and configured with a handful of rules (/etc/firewall.conf) that seem to work well. All ports are closed and my PC (SliTaz Live session) passes the Shields UP stealth test without any complaints (everything's green). But I'm no specialist. Maybe someone has wants to comment or has some ideas for improvement? Here's my firewall.conf file ...
# Network interface. INTERFACE="eth0"
# Enable/disable kernel security. KERNEL_SECURITY="yes"
# Enable/disable iptables rules (iptables package must be installed). IPTABLES_RULES="yes"
# Netfilter/iptables rules. This shell function is included in # /etc/init.d/firewall.sh to start iptables rules ...
iptables_rules() {
# Drop all input connections. iptables -P INPUT DROP
# Drop all output connections. iptables -P OUTPUT DROP
# Drop all forward connections. iptables -P FORWARD DROP
# Accept input on localhost (127.0.0.1). iptables -A INPUT -i lo -j ACCEPT
# Accept input on the local network (192.168.0.0/24). iptables -A INPUT -s 192.168.0.0/24 -j ACCEPT
# Accept near all output traffic. iptables -A OUTPUT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
# Accept input trafic only for connections initialized by user. iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
}
10 • Desktop OS for old computer: Connochaet OS (by Magic Banana on 2011-06-20 11:04:07 GMT from Brazil)
What about testing the upcoming Connochaet OS ( http://www.connochaetos.org/wiki/ )? This RC release, which is by the way not listed on http://distrowatch.com/connochaet yet, is lighter than SliTaz GNU/Linux (like in Pentium I with 64 MB RAM), it is full-featured and it aims to be 100% Free (as in Freedom).
11 • Tracked packages (by rich52 on 2011-06-20 11:35:04 GMT from United States)
I agree with the comments above. Some of the packages above should be tracked for updates. Gnome 3 is an important one because of the video problems many of us are experiencing with HD radeon ATI and Nvidia video free and non-free drivers. I for one am unimpressed with the development of both Gnome 3 and UNITY. Maybe articles on these problems would be good to address.
12 • Scientific Linux experience (by Dimitri on 2011-06-20 12:41:31 GMT from United States)
We've used CentOS in our facility since we opened our doors more than seven years ago. It's been solid and reliable throughout. Unfortunately, as we all know, no one save the maintainers know when version 6.x will appear. Now, we're in the midst of a server refresh, and would really like to install 6.x so that we not only get the benefits of development in that version, but also an EOL that's further out.
Since we had to do something now, we thought we'd try Scientific Linux. Alas, for us alt least, it wasn't a good experience. First, there was a kernel bug having to do with our AMD processors. Also, there was an issue with the Broadcom NICs. No fixes could be suggested. Finally, there were enough differences from the upstream version (e.g.RPMS created with rpmbuild would be deposited in /root/build, or somesuch, rather than /usr/src/redhat/RPMS. OK, that's somewhat minor, but there are others.).
The upshot is that we couldn't trust a buggy installation in our production environment. So, we rolled back to CentOS 5.x. I guess that gives us about three years to catch up to the latest and greatest (7.x ?) before 5.x EOLs. Very disappointing.
13 • @8 (by megadriver on 2011-06-20 13:39:06 GMT from Spain)
Writing an entire system from scratch would give me 100% control, indeed, but I lack the time, talent and dedication required to even think about trying something like that.
Sure, what I propose can be done with any distro, but the ABS happens to be the easiest, fastest way I know to create customized packages, and USE flags happen to be the easiest, fastest way I know to get rid of unwanted stuff when building them. For me, It's a matter of striking a balance between "control" (which I crave) and "convenience" (I'm a bit lazy and impatient, too).
I know that, in this age of multi-core processors, terabyte drives and multi-gigabyte memory, most people don't care at all about (what I consider) "bloat" and unwanted dependencies, but this happens to be a pet peeve of mine (if not a "compulsion", heh). I derive a certain degree of satisfaction and "pride" from having a small system with minimal dependencies (maybe I'm like one of those "car tuning" enthusiasts or something... I'll readily admit it's not an entirely "rational" thing), but, on the other hand, I don't want this to consume so much time and effort that it stops being fun and starts feeling like a chore.
I regularly scrutinize the list of packages installed as dependencies in my system ("pacman -Qe", in Arch), and, for each of them, ask myself "Do I really use, need or want this one? If I don't, what caused it to be installed? Can I get rid of it?". With the ABS, it's ridiculously easy to create a customized package for any software you want, with just the functionality you want. With Gentoo/Funtoo's USE flags, it's ridiculously easy to apply those customizations globally. If only they could be combined...
Maybe (just maybe) one day I'll tire of all this tinkering, install LMDE or Pardus, stop caring about all those pulseaudios, *kits and gconfs lurking in my hard drive doing nothing, and be done with it, but, as of now, this is still why I use Linux: http://i.imgur.com/jqIcv.jpg
Phew! That was probably way too long, and I'm not even sure if I did get my point across... If not, the short answer probably is "because I can" :)
14 • @13, errata (by megadriver on 2011-06-20 14:59:52 GMT from Spain)
I meant "pacman -Qd", of course. Silly me.
15 • Linux Firewalls (by Sitwon on 2011-06-20 15:03:38 GMT from United States)
I think it's important to point out that every Linux system has (at a minimum) the Netfilter firewall and the iptables command-line utility for configuring it. The vast majority of firewall tools you'll see are just graphical front-ends for iptables.
So if you happen to be a professional sysadmin it might be worth your time to learn iptables directly and get cozy with it's man pages. However iptables is not the easiest tool in the world so if you're not getting paid to know the graphical frontends to the same job with a lot less pain.
16 • @ 12 | Scientific - CentOS - Oracle? (by Jozsef on 2011-06-20 16:18:21 GMT from United Arab Emirates)
What about Oracle Linux? http://distrowatch.com/table.php?distribution=oracle When I read your post, the first thing came to my mind is: if there is any other alternative to Red Hat than CentOS and Scientific. And the only one I can remember right now is Oracle Linux. I haven't tried to use it. But maybe you can do some test and see if it works good enough for you.
17 • rpmbuild issue isn't a Scientific Linux problem, AFAIK (by J. J. Ramsey on 2011-06-20 16:29:37 GMT from United States)
Dimitri: "RPMS created with rpmbuild would be deposited in /root/build, or somesuch, rather than /usr/src/redhat/RPMS"
It used to be that the RPM build tree had things under /usr/src/redhat, but now rpmbuild is designed so that ordinary users can build RPMs, and the build tree is in a subdirectory of $HOME. As a result, running rpmbuild as root is much like running rpmbuild as any other user, so things end up in the root user's $HOME.
18 • About Frugalware (by NikNak on 2011-06-20 16:36:08 GMT from Austria)
It is actually not THE pacman anymore. It has been an own, different (so I don't say better ;) ) implementation of Archlinux's package manager for a while now.
19 • @ 12 @17 Scientific rpmbuild (by Dimitri on 2011-06-20 17:12:16 GMT from United States)
Of course, it's my opinion, but I don't trust Oracle to not change the game, the GPL notwithstanding. I am keeping my eye on ClearOS (formerly ClarkConnect), which is looking to faithfully clone the "major north american vendor's" 6.x version.
As to rpmbuild, I wasn't aware of the change. So, in RHEL 6.x for example, RPMs are built in the home directories of the builder? Interesting.
20 • @ 12 + 19 (by Anonymous on 2011-06-20 18:23:48 GMT from United States)
I too prefer CentOS, the lack of security updates between releases is just not important. The fact that many web sites ran on CentOS are being cracked is clearly a coincidence.
BTW: Scientific Linux doesn't change the kernel, so your issue would happen on RHEL, CentOS, and the compatibility kernel that Oracle provides. Oh, and rpmbuild worked just fine when called by a user in 5.x., stfw to find how.
21 • CentOS 6 (by Derek on 2011-06-20 18:30:06 GMT from India)
CentOS should be released by the end of the month: http://qaweb.dev.centos.org/qa/
22 • Why CentOS and not Debian? (by DSA on 2011-06-20 18:44:00 GMT from Denmark)
I'm a die-hard Debian user for CLI-based servers (i.e., remote administration). CentOS RPM repositories lack many basic CLI applications that are readily available to Debian users. As a result, I've found CentOS difficult to deploy and use as a CLI-only server. I also like the support of Debian's large and well-established community, and its regular security updates.
Why others are so fond of CentOS? Is CentOS better used as a GUI-based server? What advantages does CentOS have over Debian and other distributions? Thanks!
23 • Debian vs CentOS (by Jesse on 2011-06-20 19:00:41 GMT from Canada)
@22: Off the top of my head I like RHEL (and related) servers for their performance, easy-to-use configuration tools, documentation, SELinux support, and ISV compatibility. I also like the installer in RHEL/CentOS and recent versions of YUM I find to be really pleasant to use.
You didn't mention which command line tools you miss when using CentOS, but I've never had a problem in that area. I also like that, since Red Hat and CentOS are so widely used, it's easy to find community support for most issues.
24 • CentOS (by Dimitri on 2011-06-20 20:03:51 GMT from United States)
I didn't want to start a whole distro comparison thing here. It comes down to what works best for you (part of the beauty of having so many distros to choose from, eh?). I cut my teeth on Redhat 4.x (really), so Redhat-based distros are what I know well. It doesn't mean that I haven't tried and/or use others. It's just a matter of my personal preference.
25 • RHEL respins (by Dave Postles on 2011-06-20 20:16:29 GMT from United Kingdom)
Please allow me to mention the continuing development of PU_IAS 6.x (Princeton University/Institute for Advanced Studies). It's worth a look.
26 • Thank you (by Dimitri on 2011-06-20 20:24:31 GMT from United States)
Thanks you all. Learned a lot here today. I fully subscribe to the motto of Faber College - "Learning is Good." :-)
27 • Funtoo vs. Gentoo (by M. Edward (Ed) Borasky on 2011-06-20 21:22:37 GMT from United States)
I tried Funtoo when I was still using Gentoo and didn't see any advantage of Funtoo over Gentoo. Did I miss something?
28 • Package database (by Russ Parman on 2011-06-20 21:35:11 GMT from United States)
I started using Synapse semantic launcher ( https://launchpad.net/synapse-project ) about 6 months ago and now consider it a must have.
29 • Firewall config tools (by WalterMedak on 2011-06-20 22:01:23 GMT from Canada)
Firestarter is my firewall config tool of choice for configuring iptables. It's easy to use and gives real-time info about what's going on. But, from what I read, it's no longer maintained.
30 • Firewall Gui - Vuurmuur (by Morgan on 2011-06-20 22:07:34 GMT from United Kingdom)
I like to use the iptables gui - Vuurmuur
- Has real time monitoring - better than any other Firewall gui in existence - Also being ncurses means you can use it on a server also...
http://www.vuurmuur.org/trac/
For a non real time monitoring solution I would use fwbuilder - this can be used on any desktop to create iptables rules - Has -Uses a licensing model - Free on Linux - Pay for on Windows/Mac !
http://www.fwbuilder.org/
-
31 • Funtoo vs. Gentoo (by khelix on 2011-06-21 00:02:33 GMT from United States)
Ed, you are correct that Funtoo is not much different than Gentoo. The main difference that I notice is the use of git over rsync for maintaining the portage tree. I am a long time Gentoo user (since 2000) and still use it as my server. A few months ago I switched my workstation from Gentoo to Funtoo and notice very little difference. As I saved all of my custom configs and home directory from Gentoo it took only a few hours to get up and running again.
32 • Changes in package database (by Thomas Mueller on 2011-06-21 01:03:28 GMT from United States)
While OpenOffice.org is to be replaced by LibreOffice due to Oracle's policies, another big package that is affected is MySQL which is being forked into an Oracle-free version, MariaDB. So for the same reasons that LibreOffice is taking OpenOffice's position, MariaDB ought to be included as an alternative or replacement for MySQL.
33 • re 27: Funtoo vs. Gentoo (by djhyland on 2011-06-21 01:18:32 GMT from United States)
If you're missing something, then so am I. I looked at Funtoo a year or so back, and unless it's changed a great deal, it didn't offer much that would make me switch from Gentoo. Yeah, some of their ideas are cool, like the git-based portage and such, but for what I would notice in normal use, I don't think there's enough reason for me to switch. Perhaps if I wanted to do a fresh install on a new computer, I'd give it a try, but otherwise...
34 • PCLOS's version of Shorewall firewall (by elcaset on 2011-06-21 01:38:09 GMT from United States)
I've tried a few GNU/Linux firewalls, & PCLOS's version of Shorewall firewall is my favourite. However, what I would like even better, is something that works like ZoneAlarm. (Permissioning, or blocking each application orservice through the firewall.)
35 • Mint Updates (by Sly on 2011-06-21 03:41:31 GMT from United States)
Did DW beat Linux Mint to the punchs I see nothing on Mint"s website about the release of updates.
36 • Funtoo vs. Gentoo (by nCdy on 2011-06-21 07:27:33 GMT from Russia)
I think you are trying to compare different things here. But saying that funtoo have nothing new except git portage is completely wrong. There are a lot of different things, I just want to provide one example to clear this mess : Gentoo included baselayout2 in 8 May 2011 and after that gentoo is providing broken stage3, 4 June 2011 they provide (on forum thread) some hack to manual repair broken stage3 as far as I know the trouble is still being not solved. Funtoo got working baselayout2 sins September 2008. But for sure Funtoo is using lot of the Gentoo work, based on it and respect it, so it's incorrect comparison.
37 • Funtoo vs. Gentoo (no bashing, just some expressed feelings) (by disi on 2011-06-21 11:51:10 GMT from Germany)
I chose Funtoo for my new laptop over Gentoo, because of Grub2 and gpt boot support. gptfdisk automatically provides alignment for SSDs and I didn't want to use some old MBR layout anymore.
Other than that, I didn't notice much difference, except: older compiler, older Python etc. but that's part of the statement for Funtoo, that they do not want to upgrade those as often as Gentoo does. The problem that arises, since Funtoo uses Gentoo ebuilds for most packages beyond the core system, that packages need e.g. python 2.7 or even 3.2 to run and you have to unmask those in Funtoo. This breaks you depclean etc.
What I also miss is, the support. If you have a problem in Gentoo, you file a bug report and/or go to the forum. If you have to problem in Funtoo, you really have to check if it is Gentoo or Funtoo related before you can ask at Gentoo ressources for support (similiar to Sabayon). But it was said that bugs are reported back and not just posted in the Funtoo forum and or the Funtoo mailing list... I haven't really figured that out yet.
This is no Funtoo bashing, just some observations.
What is a little upsetting to me is, that Daniel never intended to compete with Gentoo and here it is on Distrowatch as it's own distribution.
38 • Funtoo vs. Gentoo (by Sylvain Alain on 2011-06-21 12:05:24 GMT from Canada)
I think the main diff between Gentoo and Funtoo is really the configuration part. In fact, with Funtoo, configuring your wireless or your wired connection is really easy if you compare with Gentoo.
Configuring a WPA2 wifi connection is really painless with Funtoo.
Also, I use Grub2 and with the boot-update project, it's really easy to add or remove a kernel from the grub.cfg.
All the stuff is done automagically.
When I compile a new kernel I run this and I can get the job done :
# make && make modules_install && make install && boot-update -V && module-rebuild rebuild && reboot
39 • @20 Scientific Linux doesn't change the kernel (by Dimitri on 2011-06-21 13:05:36 GMT from United States)
A very good point. So, theoretically, I should see the same issues with, say, PU_IAS (which I didn't even know existed; thanks for the information). Has anyone else encountered kernel bug issues with AMD processors and 6.x kernels? I don't mean to turn the Comments section here into a troubleshooting forum, so please feel free to contact me off-list, so-to-speak, if you have (and how you may have dealt with them).
40 • Firewall Opinions.. (by Senssah on 2011-06-21 13:08:28 GMT from United States)
It's important to know there are 2 approaches to firewalls; 1. Stand alone computer/device 2. Workstation firewall
I'd recommend; Workstation firewalls...
1. Beginners: Gufw/Ufw 2. Intermediate: Gufw/Ufw, use the commandline to create the rules. Study the default After and Before rules, they will trip you up if you ignore them: /etc/ufw/ 3. Intermediate/Advanced: Firewall Builder
Stand alone computer; 1. pfsense 2. ipcop
41 • Source-based Arch (by chemicalfan on 2011-06-21 13:19:05 GMT from United Kingdom)
@megadriver: You've described my exact set up on my netbook. My Arch system was built exclusively using the ABS & AUR. The key isn't USE flags, it's the modification of /etc/makepkg.conf ;)
The only problem is the convoluted way of checking for updates - pacman isn't smart, and will replace your lovely optimised packages with stock binaries from the repos. No biggie though - use a bash script to interrogate pacman, then manually use the ABS to update (it could even be automated if you're brave!)
42 • RHEL 6 Clone (by Mike on 2011-06-21 13:41:21 GMT from United States)
I believe I came across the first clone on your site of RHEL 6 and it was not Scientific Linux as stated recently. But when I look for the distro in the distrowatch list it is not there. The distro is Frame OS. The site for it is still up but may not be active. It is not an easy to use distro. The url is http://frameos.org/FrameOS/Home.html.
43 • firewall configuration tool (by adam on 2011-06-21 13:44:05 GMT from United States)
although not gui, i really liked firehol. project seems to be very stale though.
44 • RHEL derivatives (by Casimir on 2011-06-21 15:53:07 GMT from United States)
It's a shame that PUIAS Linux scarcely gets any notice. I moved to it in February and have been quite satisfied.
Also, I will be interested to see how ClearOS Core turns out.
45 • Firewall & Funtoo (by PerfMonk on 2011-06-21 18:26:55 GMT from Canada)
I have use firehol too. It really a nice project. But once you know how to set up your own firewall with iptables, you don't need it anymore. iptables is quite simple to learn and the resulting rules are simpler and cleaner.
See this howto (in french) : http://www.funtoo-quebec.org/wiki/index.ph/Utilisation_de_Iptables_pour_un_seul_ordinateur
I like very much Funtoo. I use the testing distro and it is very stable. The packages used are very recent. All the network stuff (wifi or not) is very simple to setup. The best advantage of Funto is that it is a smaller organisation and it's lean and mean. There is less conflicts between members. They will take a new stance and do it asap. No years waiting for a useless concil to take a decision. Daniel Robbins is doing a great job.
The support is very good too and the organisation is friendlier.
It's my 0,02$ and my own point of view. I have nothing against other distro, but the best is simply Funtoo!
Regards,
BT
46 • Funtoo vs Gentoo (by disi on 2011-06-21 19:04:18 GMT from United Kingdom)
on my Funtoo system... I just exchanged /usr/share/portage and /usr/portage + /sbin/MAKEDEV (which was a blocker) with the files from a current Gentoo stage3 and now rebuilding my world (had to unmask grub-1.98 and now it's rolling an emerge -e world to revert back to Gentoo...
47 • @41 (by megadriver on 2011-06-21 22:15:58 GMT from Spain)
Well, I don't care about speed optimization that much (if that's what you're talking about). I've never felt any noticeable speed difference between Arch's i686 optimized binary packages and my Funtoo's core2 optimized hand-compiled packages.
What I really care about is easily getting rid of unwanted dependencies. I want to be able to tell the ABS, for example, "all my packages shall be built without pulseaudio support, always", instead of having to edit each and every affected PKGBUILD to manually add "--disable-pulse" (or whatever they do to disable Pulseaudio at compile time, which I'm sure varies), and having to do it again every time any of those PKGBUILDs gets updated.
That's why I think Gentoo/Funtoo's global USE flags are so great. I just have to add "-pulse" to the USE option in make.conf, and the system takes care of the rest for me. Is there a way to make the ABS do something similar via an option in Arch's makepkg.conf that I'm not aware of?
48 • Slitaz "Control Box"? (by RO on 2011-06-22 02:30:41 GMT from United States)
Jesse: I just installed Slitaz (on a Fujitsu P1120 - wimpy Transmeta Crusoe needs all the lightening up it can get ;-), and it does ok (took some effort to get wifi working - had to use a Cisco Aironet 350 PC Card which worked with the Airo driver when the Orinoco module would not work with the Prism2 builtin wifi - Bodhi picked it up in a few seconds automatically). However, I cannot find (yet) anything like the "Control Box" your review spent some time on - any clues? I am using a newer Cooker version from May 31 if that matters.
TIA
49 • Gnome 3 problems (by Deemon on 2011-06-22 03:22:03 GMT from Germany)
I found that suspend doesn't work with Gnome 3 in Ubuntu. Does suspend works with Fedora's Gnome 3?
50 • #49 suspend in Fedora Gnome 3 (by gnomic on 2011-06-22 04:29:46 GMT from New Zealand)
'Does suspend works with Fedora's Gnome 3?'
Well there's a question. I fear it probably has a number of answers, depending on what kind of machine you have, whether you have been very very good, and so on.
In my experience, the answer is probably not. You probably should consult some forum specifically dealing with Fedora.
I seem to recall that paldo's Gnome 3 did manage to suspend on a ThinkPad in a live CD session and resume in a usable state.
51 • Gnome 3 suspend (by dc on 2011-06-22 05:51:02 GMT from United States)
It very much depends on your hardware, but I had no problems suspending with one or two Gnome 3 shell sessions going under Fedora 15. When I logged in a third user, suspend stopped working with my hardware.
52 • Gnome 3 problems (by Deemon on 2011-06-22 07:46:54 GMT from Germany)
My laptop is Acer Aspire with Intel i3 330M. Maybe the suspend doesn't work as Gnome 3 is not an Ubuntu release, but installed additionally. With Fedora, Gnome 3 comes together, so maybe it works better in Fedora.
53 • Control Box (by Jesse on 2011-06-22 12:27:35 GMT from Canada)
@48: From the SliTaz desktop, go to the Application menu. Go down to the System category and select Control Box. The wireless and network options are at the bottom of the window.
54 • Ladislav - openSUSE release (by Landor on 2011-06-22 15:47:59 GMT from Canada)
I thought I should let you know that all of the torrents are coming up with the error 'unregistered torrent'.
Keep your stick on the ice...
Landor
55 • LiveCDs with some alternative Window Managers? (by Pearson on 2011-06-22 17:25:29 GMT from United States)
I'm interested in playing with some of the alternative WMs, like awsome and the like. However, I don't really want to change my configuration (actually, my Linux box is dead and I only have WIndows for now). My computers don't have enough memory for a VM, so I figure a liveCD might be the best option.
56 • re:58 - building custom LiveCDs (by Pearson on 2011-06-22 17:27:31 GMT from United States)
On a related note (I hit Sumit too soon), is there a website for buildig a LiveCD that has a lot of options for window managers? I looked at "Custom NimbleX" and Slax Builder, but neither gave me (obvious) choices of a window manager. It may not be feasible, but I thought I'd ask.
57 • LiveCDs with some alternative Window Managers (by anticapitalista on 2011-06-22 21:05:07 GMT from Greece)
antiX-full version comes with fluxbox, icewm, dwm and wmii, the base version with fluxbox, dwm and wmii. Both run as live cd.
58 • @49 (by Adam Williamson on 2011-06-22 22:02:35 GMT from Canada)
There's nothing particularly desktop-specific about suspend. GNOME 3 might be a bit different from desktops that don't use acceleration, but that's not much. In general suspend working or not depends on the kernel and video driver, not much to do with the desktop. Are you saying suspend works in GNOME 2 / Unity but fails in GNOME 3 on Ubuntu? If so I'd say that has to be some kind of packaging bug, most likely.
As others replied, whether suspend works or not in general depends a lot on hardware and driver factors, but I have two systems here that suspend successfully with GNOME 3 on F15.
59 • Mint Debian (by Darkman on 2011-06-22 23:07:00 GMT from United States)
Have used Mint Debian since its release. Great distro and great experience. Would prefer a KDE version, but GNOME is fine. (My only complaint is the "jumpy mouse" but I suspect that's a kernel problem.)
60 • xubuntu - screensaver crashes (by gnomic on 2011-06-22 23:58:09 GMT from New Zealand)
Some weeks ago I mentioned a problem I encountered with xubuntu 11.04 and gui freezes, blank screen requiring power cycling to restart the machine. Landor subsequently had a look and found that a particular screensaver was crashing on his system with xubuntu. I tried again lately on a different machine in a live session over 24 hours or so and found that gltext was shown as crashing repeatedly. At least it didn't make X Window completely unresponsive as seen previously. I have had trouble with this screensaver before, I think with Mint Linux. Suppose the workaround must be to disable gltext when commencing a session.
61 • Ultimate Edition (by WyldAir on 2011-06-23 00:01:53 GMT from United States)
I noticed the last comment from last weeks DW that it was mentioned about the Ultimate site. I too have a problem there. Anyone have any insight as to what's going on?
62 • @ 58 Gnome 3 suspend problems (by Deemon on 2011-06-23 02:53:15 GMT from Germany)
Actually, I have not tried to suspend in Unity, but the suspend works quite well in Gnome 2. The thing is since I got Gnome 3, I simply don't want to use other DEs. Gnome 3 became pretty easy to work with, not making my fingers hurt. Very little mouse movements to get into anywhere I want.
I'd like to use Ubuntu, rather than Fedora.
Whatever distro I try, I always come back to Ubuntu. Maybe this is a Gnome 3 problem as it is still new. Not been able to suspend doesn't trouble much, because all the programs open, and then closed will start at the closing point.
63 • Package database (by Mark on 2011-06-23 03:00:36 GMT from United States)
On the Gnome distros, the Transmission BitTorrent app ought to be tracked in the package database.
64 • Suggested packages (again) (by Anonymous on 2011-06-23 11:45:23 GMT from United States)
I am going to offer mostly the same list I offered last year (and the year before that, and the year before that). At least you have picked up xz. :)
cmake dvd+rw-tools hdparm lm_sensors net-tools pciutils procps shadow smartmontools syslog-ng usbutils wireless-tools wpa_supplicant
I must admit I don't understand your rationale for leaving out so many important base packages. The exact version of lm_sensors (especially on newer hardware) is going to have a far greater effect on user experience than packages like less or sed.
Is there some constraint on the number of packages? I assume that most of your information gathering is automated.
Of the list, I would rate cmake, lm_sensors, and wpa_supplicant as the most important, with dvd+rw-tools not far behind (maybe you will give me one of those just for persistance :) ).
65 • RE: 64 Suggested packages (by ladislav on 2011-06-23 11:52:27 GMT from Taiwan)
I am going to offer mostly the same list I offered last year (and the year before that, and the year before that)
Unfortunately like last year (and the year before that, and the year before that) you are the only person who finds those packages important enough to track. So, like last year (and the year before that, and the year before that) they once again won't make the list. Sorry :-(
66 • Re 48: Slitaz "Control Box"? (by Coffee on 2011-06-23 14:12:18 GMT from France)
> However, I cannot find (yet) anything like the "Control Box" > your review spent some time on - any clues?
I think, Jesse didn't use the latest official Cooking version (2011-05-31) for his review. SliTaz 4 no longer has any of the configuration boxes of previous versions. All the functions (Control, TazPkg, TazLito etc.) are now integrated in one box called TazPanel.
67 • @56 (by rastercaster1 on 2011-06-23 14:21:56 GMT from United States)
Try Hybride! Gnome, KDE, E17, Lxde, Lfce, Openbox any one chooseable upon boot.
68 • re #67 or perhaps Hybryde? (by gnomic on 2011-06-23 15:27:14 GMT from New Zealand)
http://www.hybryde.org/
It will probably be helpful if you can read French. A quick glance seems to indicate a spin of Ubuntu 10.10 in 32 bit and 64 bit versions. DVD size isos.
69 • re68 and also Sabayon 6 (by rastercaster1 on 2011-06-24 17:02:48 GMT from United States)
Chromium Translate will get around that problem and you can set English as default for Hybryde when you get it. Having used it for a month now and running the 2.39.1 Candela kernel made with KernelCheck, I have to say it`s the fastest and prettiest OS I`ve ever used. About Sabayon 6: IT WORKS! Having tried Sabayon before, (or tried to), it either wouldn`t install or if it did it destroyed all my other partitions, then wouldn`t boot. Not the case here, at least with the KDE version. Kudos!
70 • You know what I meant, lol. (by rastercaster1 on 2011-06-24 17:05:32 GMT from United States)
"2.39.1", lol. Moar coffee, please!
71 • Hybryde ... (by jb on 2011-06-25 01:19:21 GMT from United States)
I like the hybryde.org concept - demonstrate a bunch of different ubuntu desktop options in one ISO.
Reminds me of the distros (zorin? chameleonOS?) that provide a choice between an accurate imitation of Mac OSX, and accurate imitation of Windows, or a typical Linux desktop.
72 • re #71 (by rastercaster1 on 2011-06-25 03:53:35 GMT from United States)
Exactly, with beautiful individual themes and BGs for each. Hey, I like to look at nice things when I work.
73 • May want to hold off on Mint KDE..... (by FreeMintKDE on 2011-06-25 21:24:23 GMT from United States)
No... acutally it might be the time to re think Linux Mint KDE..... and if your a KDE user re-evaluate your options...
Why???
Take a gander here:
http://community.linuxmint.com/iso/view/73
scroll down to to he post about software selection and look at the total gutting of KDE!
If your a KDE user... like me then your probably not going to find these changes positive.
74 • Constant updating IS a pain (by RollMeAway on 2011-06-26 00:34:29 GMT from United States)
"Firefox 4 was only released in March. Now, three months later Firefox 5.0 is out in stable release. Hence, Mozilla has ceased supporting Firefox 4." http://www.pcmag.com/article2/0,2817,2387514,00.asp
While the link above is from a business perspective, I feel just as frustrated. I use multiple computers at multiple locations. Keeping them all in sync and up-to-date is a full time job. I've recently got firefox-4 installed and synced on most of my machines, now 5.0 is being pushed, which breaks plugin/addons I've come to depend upon.
May be time to switch browsers.
75 • Re: # 73 KDE (by rastercaster1 on 2011-06-26 01:41:15 GMT from United States)
Actually, they are right. Why have Konqueror, Rekonq, etc.? Gwenview? Most of those are redundant and I would dare to say that a lot of KDE users, myself included, never use the apps in question.
76 • KDE on Mint (by Jesse on 2011-06-26 13:50:21 GMT from Canada)
@73: I read the list of changes and I think it makes good sense. I use Mint's KDE edition and I think they're making a good move to unclutter things. All the stuff they're talking about taking out can be re-added to the system in a minute or two using the package manager anyway. It's not like they're forcing you not to use those apps. This isn't "gutting KDE", it's making it more accessible to the general public.
77 • KDE on Mint (by Stan on 2011-06-26 16:15:29 GMT from United States)
@76:
Some of the choices are downright bizarre, though. His rationale is that there should be only one application per task, and it should be the most popular one. There is simply no way that Picasa, a Windows program run in WINE, is more popular (on *Linux*) and better suited to its tasks than Digikam, which is IMHO the best photo organizer on Linux for any DE; I use it even when in XFCE or GNOME.
And switching out software-properties-kde for software-properties-gtk just because the former's tabs are confusing for the quote-average-user-unquote? (Newsflash: Average users are plenty accustomed to tabs these days thanks to web browsers.)
Finally, the removal of hplip-gui is stupid given that one of the major reasons people flock to Mint is its out-of-the-box hardware support. I'd also think that Gwenview is much better than the bare-bones built-in KDE picture viewer, but that is a minor quibble compared to the others. Hopefully they'll revise the list somewhat before Mint 11 KDE's release.
78 • Re: # 77 KDE (by r on 2011-06-26 18:33:17 GMT from United States)
There is a Picasa for Linux, I use it all the time without Wine. It`s available at their website.
79 • Re: #78 (by Stan on 2011-06-26 20:29:52 GMT from United States)
You don't understand; WINE is used under-the-covers as a library in the Linux version of Picasa, even if you don't have to literally run it as "wine picasa". It is still a Windows program at heart, and uses its own embedded WINE.
"Picasa for Linux isn’t open source; it uses a carefully tested version of Wine to run the current Windows version of Picasa. Wine itself is an open-source implementation of the Windows API. It runs on top of the X Window System and Linux or Unix."
(From http://picasa.google.com/linux/faq.html)
Google deserves some praise by also releasing their patches to WINE, but I still would not use a Windows program as a default photo organizer in Linux.
80 • Re: 79 Picasa (by rastercaster1 on 2011-06-26 20:44:48 GMT from United States)
I honestly don`t care who makes it. It works for me, uploads my photos to my web albums easily and I`m used to it. What you choose to use is your own affair, of course.
81 • #80, Picasa (by Stan on 2011-06-26 22:16:06 GMT from United States)
You must care somewhat, or else you would not have felt the need to comment at all. How well Picasa works for you does not say what should or should not be the default in Linux Mint 11 KDE. Keep in mind that, even if it's not the default, you may still download it from the repositories. I use programs that are not default in distributions too, yet do not feel the need to petition them to be default.
So, do you have any argument besides "works for me!" why Picasa is better than Digikam as a default photo-managing application in Linux Mint 11 KDE? I would argue that Digikam is better as a default as it is a native application that fits much better into KDE, and it still has all the functionality most people will need from a photo organizing program. Being a native application, it also will pull in fewer libraries, thus freeing up space for other programs on the disc (or lowering the download size in the case of the DVD version).
82 • Mint 11 KDE (by fernbap on 2011-06-26 23:00:55 GMT from Portugal)
According to what is said in mint's site, all community based versions of Mint will no longer be Ubuntu based but Debian based. LMDE will be called Mint Gnome. That means that Mint 11 KDE will be also a rolling release based on Debian Testing, such as LMDE. So, if you are a KDE fan, which i'm not, be prepared for a treat from Mint's team. That may mean, however, that it will take a while for both KDE and LXDE versions to come out.
83 • Re: 79 Picasa (by rastercaster1 on 2011-06-27 00:50:15 GMT from United States)
I was correcting what I thought was a wrong statement about Picasa, that`s all. I`m not petitioning for Picasa to be default in anything, if you had read my comment carefully you would have seen that. My opinion is that Picasa is better for me, (and many other Linux users),and of course my opinion has as much weight as yours or anyone else`s. Quit trying to start an argument.
84 • RE: 80, etc (by Landor on 2011-06-27 02:32:17 GMT from Canada)
I agree with Stan on this one, it's more than obvious you do care, and jumped on it fast. You also want your opinion to be heard but others are starting an argument voicing theirs.
No matter, let's discuss Konqueror and Rekonq. I know tons of KDE users that love Konqueror, and a lot of people that have enjoyed Rekonq. I'd love to see your links to actual proven stats that can be verified, and the process duplicated that show that 'many other Linux users' don't want those two just like you do. I'm guessing your opinion is pretty well the only stat you have on this topic, as I've never see any kind of survey taken, much less one with legitimate methodology behind it.
The same goes for Digikam and Picasa, you might feel that Picasa, a proprietary, closed source application, that's centric to another operating system is 'better for you', but I'm quite sure that a program like Digikam that is native, far more feature rich, and highly integrated (let's not even touch go on about completely open, and protecting people's freedoms) would be a better applicatoin for 'many other Linux users' who actually have a choice. But again, I believe you're just stating opinion only here and have absolutely noting to back up this statement.
I put things like that in line with people using Chromium in our community. Oh sure, they can say, 'Hey Landor, it's open source, it's Chrome that's the bad one'. Yes, they can say that. But sadly, like many others in this community, like yourself, they don't see the whole picture (think Picasa-WINE-another OS). Google Chrome is proprietary. It's a horrible browser that takes away so much of people's freedoms and their privacy. Most of them uninformed, so unaware of the dangers. Sadly, our community for the majority is aware, and those within it, using Chromium, are literally helping Google develop Chrome. Thus by helping them develop Chrome they're helping Google exploit people and their personal, and private information, and usually the ones that know the least about what's going on, so are the most vulnerable. What a shameful thing members of this community are doinig with little, to no thought.
Yes, 'better for many other Linux user'.
Keep your stick on the ice...
Landor
85 • Ultimate Edition MIA (by RollMeAway on 2011-06-27 02:46:18 GMT from United States)
Several recent posts have questioned the Ultimate Edition website being down. I stumbled upon this explanation: http://liquidlemur.org/2011/06/fellow-distro-creator-mia/
86 • re: #82 Mint 11 KDE (by tdockery97 on 2011-06-27 07:55:08 GMT from United States)
Actually both KDE and LXDE will be Ubuntu-based for the Mint 11 cycle.
Number of Comments: 86
Display mode: DWW Only • Comments Only • Both DWW and Comments
| | |
TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
• Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
• Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
• Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
• Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
• Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
• Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
• Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
• Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
• Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
• Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
• Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
• Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
• Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
• Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
• Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
• Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
• Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
• Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
• Issue 1103 (2025-01-06): elementary OS 8.0, filtering ads with Pi-hole, Debian testing its installer, Pop!_OS faces delays, Ubuntu Studio upgrades not working, Absolute discontinued |
• Issue 1102 (2024-12-23): Best distros of 2024, changing a process name, Fedora to expand Btrfs support and releases Asahi Remix 41, openSUSE patches out security sandbox and donations from Bottles while ending support for Leap 15.5 |
• Issue 1101 (2024-12-16): GhostBSD 24.10.1, sending attachments from the command line, openSUSE shows off GPU assignment tool, UBports publishes security update, Murena launches its first tablet, Xfce 4.20 released |
• Issue 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
• Issue 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• 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 |
• 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 | 
pQui Linux
pQui Linux was a Brazilian desktop-oriented distribution based on Slackware Linux.
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.
|
|