DistroWatch Weekly |
DistroWatch Weekly, Issue 269, 8 September 2008 |
Welcome to this year's 36th issue of DistroWatch Weekly! This week's feature story is a review of Debian GNU/Linux 5.0 "Lenny" on the ASUS Eee PC. With Debian being the first Linux distribution to have an open communication channel with the Taiwan-based hardware manufacturer, our expectations were high, but is Lenny really a good choice for the popular ultra-portable? Read on to find out. In the news section, Google restarts the browser war with Chrome, Dell unveils the long-awaited Inspiron Mini 9, Mandriva Linux 2009 enters the release candidate stage, and Fedora calls on beta testers to help with testing the promising ext4 file system. Also worth a mention, a new community edition of openSUSE 11.0 with Enlightenment as its principal window manager is now available for download. Finally, a lot of interesting news for the fans of Linux Mint as Clement Lefebvre announces a range of upcoming community editions before giving an excellent interview on a Linux news blog. Happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in ogg (9.6MB) and mp3 (9.6MB) formats (many thanks to Russ Wenner)
Join us at irc.freenode.net #distrowatch
|
Feature Story |
Debian GNU/Linux 5.0 on ASUS Eee PC 900
In June 2008, the Debian project announced that it had started a cooperation project with ASUS in order to bring full support for the company's Eee PC to Debian. It had set up a Debian Eee PC page on the distribution's Wiki and has since released an installation image based on Debian's upcoming release - version 5.0 and code name "Lenny". While many other distributions have announced support for the Eee PC and released various CD and USB images claiming full or partial support for the popular netbook, Debian was the first project with an active communication channel between a Linux distribution and the Taiwan-based hardware manufacturer. So how does Debian GNU/Linux fare on the ASUS Eee PC some three months later?
First, I was curious to see whether any Eee PC support was being integrated into the mainstream Debian GNU/Linux 5.0. To test this, I downloaded the recently released Debian Live, another Debian's sub-project that promises to deliver a set of live Lenny images for those who prefer to install their distribution from a live CD, DVD or USB media. I used the live USB image, which I transferred to a 4 GB USB key in order to boot the ASUS Eee PC 900. While the boot process went well and the system came up with a working sound and correct screen resolution, neither the wired, nor the wireless network was active. As I discovered later, the kernel modules of the two network devices were not available on the stock Debian Lenny system and while it was possible to download the required modules from ASUS's web site, the lack of any development tools on the live media meant that it was not possible to compile them. That brought an end to my experimentation with Debian Live, which clearly is nowhere near ready for the Eee PC.
Next, I downloaded the 16 MB custom Debian USB image specifically designed for the Eee PC. My plan was to use an external SD card to boot the image, then install it to an external USB storage device, leaving the internal Solid State Drives (SSD) unmodified. This worked well; I used one of those SD card USB adapters to write the Debian Eee PC image to it:
dd if=debian-eeepc_20080729.img oflag=direct of=/dev/sdc
The installation went without a hitch. After I booted the machine from the external SD card (/dev/sdd), the system correctly detected the two internal solid state disks (the 4 GB disk as /dev/sda and the 16 GB one as /dev/sdb), and asked where to install the system. I chose the 4 GB external USB drive (/dev/sdc). The installer also asked which network adapter I preferred to use for system installation - the options were eth0 (Attansic Technology Corp. L2 100 Mbit Ethernet Adapter) or the wireless ath0 (Atheros Communications Inc. AR242x 802.11abg Wireless PCI E). I chose the latter, then confirmed all the remaining options and went to get myself a cup of coffee. By the time the installer finished I could have had a dozen as installing the system to the external USB drive turned out to be a very lengthy process - it took more than four hours! And it definitely wasn't due to the slow download of packages over the network.
However, before rebooting the system, it was necessary to manually make some changes to the /etc/fstab and /boot/grub/menu.lst - the details are available here. If you are planning to follow these instructions, then one more warning - different models of Eee PC require a different set of changes so pay close attention to the note in the "Fixing GRUB configuration and /etc/fstab" chapter of the above page. In any case, if you reboot before making the required changes to these files, it is possible to fix them by mounting the USB drive on another computer.
First boot after installation. Once again, the sound and screen resolutions were correct, but still no networking. Even though the entire installation was performed over the wireless network, once booted into the newly installed system, the ifconfig command revealed that there was no device named ath0 and no kernel module corresponding to it. As I was to find out, to get the wireless network up, it was necessary to install the MadWifi package (the instructions are here). Luckily, the eth0 network interface worked as a "hotplug", so as soon as I plugged in the network cable, the system was all set up for some serious apt-get action. Installing MadWifi worked fine and soon I was able to surf the Internet from the balcony.
However, there were a few glitches. While having to do all the extra manual work, such as configuring GRUB and installing MadWifi, was unexpected from a system that claimed to provide support the Eee PC, more disappointments followed. Firstly, the network applet (nm-applet 0.6.6) present by default in the GNOME panel only registered the wired network, so if connected through the wireless one, it claimed "no networking" available. Secondly, the battery applet also gave an error, something to the effect of having only 1% of battery power. And the package update applet claimed that there were two updates ready for the system, but after launching the Update Manager, I was told that "your system is up-to-date" (see screenshot below). Some of these problems were the result of a recent kernel upgrade in Debian, which brought a new set of bugs and for which there are some known workarounds. So even though the system is usable in this state, those wanting a more authentic Eee PC experience with Debian need to be prepared to do much manual work on the command line.

Debian GNU/Linux 5.0 on an Eee PC - not a smooth experience (full image size: 137kB, screen resolution: 1280x1024 pixels)
Despite all the trouble that makes Lenny on the Eee PC somewhat hard to install and use at this stage, the good news is that the Debian Eee PC team continues to work on the existing issues. As I started typing this report, I noticed a new Eee PC image released just yesterday (Sunday). Labelled as debian-eeepc_20080907.img, it didn't take long before it found itself on the external SD card for the repeat of the 4+-hour installation process to see if anything has improved. Unfortunately, the same problems showed up again - the "broken battery" error, no wireless network, and the package update issues were still very much present in the new image.
Conclusions? The Debian Eee PC team has made it possible to run Debian Lenny on the ultra-portable, all right. All it takes is a bit of command-line work, some module compilation, and a few workarounds here and there and it will work - thanks also to the excellent documentation on the Debian Wiki pages. But the entire experience isn't particularly positive. Firstly, it's clear that, unlike Mandriva, Debian has not integrated the work done by its Eee PC team into the main Debian kernel. Secondly, getting Debian work on the Eee PC requires many unnecessary steps. If the installer has support for the Atheros wireless network card, why is it not available in the installed product? And if the installer is capable of detecting the installation target, why is it necessary to modify some critical system files after the installation is completed?
At the end of the day, it's obvious that Debian's support for the Eee PC is still very much work in progress. Until this work is completed, there are better distributions to run on the little laptop.
|
Miscellaneous News |
Google Chrome, Dell Inspiron Mini 9, Mandriva Linux 2009 RC1, Fedora update status and ext4 testing, openSUSE with Enlightenment, interview with Clement Lefebvre
The two big stories of the week that occupied the pages of many Linux web sites were the release of Google Chrome, a new web browser built by the world's largest search engine, and the announcement about the Dell Inspiron Mini 9, a new entry into the world of ultra-portables or "netbooks", as some prefer to call them. Disappointingly, none of them is ready for Linux users - Google Chrome is currently Windows-only (although support for Linux and Mac OS X is reportedly forthcoming) and the Mini 9 too is Windows-only at the moment (with the Ubuntu flavour promised to start shipping shortly). Still, most of those who tried Google's new software were highly impressed, while most of the reviewers lucky enough to be able to test the US$350 Dell laptop were also rather positive about the hardware. If you are interested to find out more, here is a good interview with John New, the Dell Inspiron Mini 9 product manager.
* * * * *
On the distribution front, Mandriva has entered the final testing period last week with the first release candidate of Mandriva Linux 2009. The release looks good, with the new KDE 4.1.1 as the default desktop (KDE 3.5.10 is available from online repositories) and several new features, such as the redesigned system installer, automatic repository configuration and mirror selection in Rpmdrake, and further integration of the official Mandriva theme and artwork. But Mandriva also warns that upgrading from version 2008 to the current release candidate is not recommended: "There are unresolved issues with KDE which are likely to result in any system upgraded from any stable release to this beta being unable to start a desktop, rendering it useless for most people. Please only use this beta as a clean installation, and, as always, do not expect to be able to use it as a day-to-day workstation; keep an installation of a stable Mandriva release for this purpose."

Mandriva Linux 2009 RC1 - the brand new desktop look and feel (full image size: 348kB, screen resolution: 1280x1024 pixels)
* * * * *
Following the recent compromise of the Fedora download servers, Jesse Keating has published an update on the status of package updates for Fedora's versions 8 and 9: "As you well know, we have been working hard to get updates for 8 and 9 flowing again, complete with new package signing keys. Discussion has been somewhat quiet on this front as we've all had our heads down and have been working hard toward a solution, one that involves little to no manual effort on behalf of our users. Today we've reached a major milestone in this progress. We have done a successful compose of all the existing and pending updates for Fedora 8 and Fedora 9, all signed with our new keys. These updates will soon hit mirrors in a new set of directory locations. What we don't have quite yet is the updated fedora-release package in the old updates location that will get you the new keys and the new repo locations. The last mile testing of this update requires that new updates be live on the mirrors."
In the meantime, the development of Fedora 10 continues with testing of the various features that will eventually appear in the distribution. One of them is support for ext4, a new journaling file system that is a successor to the widely-used ext3. Last week, Eric Sandeen issued a call for testing: "Just my semi-annual plea for some ext4 testing in the Fedora beta cycle. With the e2fsprogs 1.41.0 release in Fedora 10, we now have an ext4-capable e2fsprogs, with working fsck, debugfs, etc as well as mkfs.ext4 and mkfs.ext4dev to enable the new disk format features by default. For Fedora 10, the barrier to entry has been lowered by 14 characters - now all you have to type on the boot prompt is "ext4" and when you go to the custom partitioning screen, you'll get the option to create ext4 file systems at install time. I'd appreciate any and all testing, benchmarking and feedback that people would be willing to do. Just getting more exposure in real-life scenarios would be great."
* * * * *
How would you like to run an openSUSE 11.0 with Enlightenment as its principal desktop? If you are interested, here is the good news, courtesy of Dmitry Serpokryl: "Glad to announce the release of Enlightenment live CD based on openSUSE 11.0. The main purpose of this disk was to bring the cutting edge SVN code of Enlightenment to your desktop. We tried to pick the best software and make some tiny adjustments to save your time and deliver the best out-of-the-box experience. The main concept is to provide a relatively small, fast, stable, secure and 'transparent' distribution for users. Enlightenment DR17 desktop shell (E17) along with the EFL (Enlightenment Foundation Libraries) applications aimed to be the major environment. Enlightenment DR16 (E16) is used as the default window manager. IceWM is provided for those who can't live without the panel located in the bottom of the screen and the Start button in the lower left corner. TWM is for deep meditation in the dark. Selected programs proven to be the best in their area are included in the base distribution set." Here is a quick download link to the live CD: suse-11.0-live-iso.i686-2.5.1.iso (682MB, login: linux, password: soad).

openSUSE 11.0 with Enlightenment 17 - great theme, sexy effects (full image size: 989kB, screen resolution: 1280x1024 pixels)
* * * * *
Finally, a link to a nice interview with Clement Lefebvre, the founder and lead developer of Linux Mint: "Q: Where will Linux Mint go from here on? A: Up :) The Windows market will slowly shrink and Linux Mint will remain among the most successful distributions. The more people are aware of the choice they have the more they'll start using Linux and I can see a snowball effect has already started. I don't know if Linux Mint will become as popular as say Debian or Ubuntu within the Linux market but it surely will get its fair share of new users when people start migrating from Windows. As for us we'll continue to do what we do best, improve what we have, innovate and gather our users' feedback."
|
Released Last Week |
MidnightBSD 0.2.1
Lucas Holt has announced the release of MidnightBSD 0.2.1, a FreeBSD derivative with the goal of creating a BSD with ease of use and simplicity in mind: "MidnightBSD 0.2.1 has been released. This version focused on adding hardware for newer devices including ATI, NVIDIA and Intel SATA controllers, and wireless support standard. A great deal of work was put into creating packages with over 2,000 packages available on our FTP server. The new release includes two CDs of packages plus X11 on disc1. Other software updated: GCC 3.4.6, BIND 9.4.2-p1, Sendmail, bzip2, OpenSSH 5.0p1, PCC compiler added (i386), removal of GNU cpio for BSD licensed version, cpdup added, IPv6 fixes, mksh added. Users who install KDE from the ISOs will be able to enable graphical login on boot-up. A script now runs on the first boot asking to enable BSDStats and 'graphical desktop environment'." See the full release announcement for additional details.
Scientific Linux 4.7
Troy Dawson has announced the release of Scientific Linux 4.7, an updated build of the project's legacy version based on Red Hat Enterprise Linux (RHEL) 4: "Scientific Linux 4.7 has been released. It doesn't have any exciting new features, it is just a nice, stable release. Scientific Linux release 4.7 is based on the rebuilding of RPMs out of SRPMs from Enterprise 4, including Update 7. It also includes all errata and bug fixes up until September 03, 2008." Scientific Linux enhances the standard RHEL with a number of applications, including a cluster suite, the FUSE file system, IceWM window manager, Intel wireless firmware, Java, MadWifi, OpenAFS file system and others. For more information please see the release announcement and read the comprehensive release notes.
BOSS GNU/Linux 3.0
BOSS GNU/Linux is a Debian-based GNU/Linux desktop distributions developed in India, supporting a number of Indian languages. Yesterday a new major version was announced on the project's web site: "Centre for Development of Advanced Computing (C-DAC) has launched its Bharat Operating Systems Solutions (BOSS) GNU/Linux software version 3.0, developed by NRCFOSS (National Resource Centre for Free/Open Source Software). BOSS version 3.0 is coupled with GNOME and KDE desktop environments with a wide Indian language support and packages that are relevant for use in the government domain. The software is also endowed with Bluetooth for short range of communications along with salient features like RSS feed reader and PDF viewer. The objective of creating BOSS Linux is to enable the non-English speaking people of India to be exposed to the benefits of free and open source software and GNU/Linux." Here is the complete press release.
SystemRescueCd 1.1.0
SystemRescueCd 1.1.0, a major new version of the popular hard disk partitioning and data rescue live CD, has been released. What's new? "New features introduced in SystemRescueCd-1.1.0: advanced customization - you can now install new packages to SystemRescueCd by doing an advanced customization; kernel recompilation - there is new documentation about building a customized SystemRescueCd with your own kernel; backstore - this tool allows you to keep your changes when you reboot SystemRescueCd; nameif - this tool allows you to specify the name of each Ethernet interface using the Mac address; rsync tutorial - new documentation about how to use rsync; added development tools (GCC, make) and Gentoo tools (emerge, equery); ability to install your own packages using the Gentoo commands (emerge)..." These are just some of the most interesting changes, but there are many more, please read the full changelog for additional details.

SystemRescueCd 1.1.0 uses the JWM window manager at the desktop level. (full image size: 60kB, screen resolution: 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
OpenBSD 4.4
The OpenBSD project has published a page dedicated to its upcoming release, version 4.4, scheduled for 1 November 2008. The new version will have improved hardware support, several new tools, new functionality in existing utilities, code clean-up, OpenSSH 5.1, and the usual range of included software packages, such as GNOME 2.20.3, KDE 3.5.8, Firefox 3.0.1 and OpenOffice.org 2.4.1. For more information please see the OpenBSD 4.4 page. The release is already available for pre-order (C$50.00).
Linux Mint 5 Community editions
The Linux Mint project has published an update on the various community editions that are currently being completed. The first ones, the Xfce and Fluxbox editions, will arrive later this week, while the KDE edition is expected to arrive as soon as the last glitch is fixed. From the announcement: "Xfce CE (stable) will be released early next week; Fluxbox CE (RC) will be released before the next weekend; KDE CE RC1 was close to being stable, there's a tiny little glitch with xdg-user-dirs which I want to fix so technically the final ISO will be different but if you're running KDE CE RC1 you don't need to wait for the final release; work on the x86_64 edition is on hold for a few days; there won't be any time dedicated to the Debian and Enterprise editions before Mint 6 is out; Main and Light (which will become 'Universal' and will come with language packs) will have a new revision to include the new Firefox, Flash 10 (when it's stable), and the latest versions of the mint tools."

Linux Mint 5 "Xfce" edition - the default desktop showing the mintConfig control centre (full image size: 440kB, screen resolution: 1280x1024 pixels)
* * * * *
Summary of expected upcoming releases
|
DistroWatch.com News |
Possible site downtime
DistroWatch.com might become unavailable for brief periods of time later this week. The hard disk carrying the web site has being showing some early warning signs of deterioration, so it's time for a replacement. Tomorrow (Tuesday), the web site will be temporarily migrated to a virtual server (with a new IP address), so that the hard disk can be re-imaged and replaced. With luck, you won't notice any downtime, but if DistroWatch.com happens to be inaccessible, please remember that there are several mirrors in the USA and Europe (e.g. distrowatch.serve-you.net, more are listed at the bottom of this page), so you might want to bookmark one of those.
* * * * *
New distributions added to database
* * * * *
New distributions added to waiting list
* * * * *
DistroWatch database summary
* * * * *
And this concludes the latest issue of DistroWatch Weekly. The next instalment will be published on Monday, 15 September 2008. Until next week,
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) |
  1J5s35r7v8L3k2zmr3JmUfydzvdnsiNXm2 |
|
|
|
Linux Foundation Training |
| |
Archives |
• Issue 843 (2019-12-02): Obarun 2019.11.02, Bluestar 5.3.6, using special characters on the command line, Fedora plans to disable empty passwords, FreeBSD's quarterly status report |
• Issue 842 (2019-11-25): SolydXK 10, System Adminstration Ethics book review, Debian continues init diversity debate, Google upstreaming Android kernel patches |
• Issue 841 (2019-11-18): Emmabuntus DE3-1.00, changing keys in a keyboard layout, Debian phasing out Python 2 and voting on init diversity, Slackware gets unofficial updated live media |
• Issue 840 (2019-11-11): Fedora 31, monitoring user activity, Fedora working to improve Python performance, FreeBSD gets faster networking |
• Issue 839 (2019-11-04): MX 19, manipulating PDFs, Ubuntu plans features for 20.04, Fedora 29 nears EOL, Netrunner drops Manjaro-based edition |
• Issue 838 (2019-10-28): Xubuntu 19.10, how init and service managers work together, DragonFly BSD provides emergency mode for HAMMER, Xfce team plans 4.16 |
• Issue 837 (2019-10-21): CentOS 8.0-1905, Trident finds a new base, Debian plans firewall changes, 15 years of Fedora, how to merge directories |
• Issue 836 (2019-10-14): Archman 2019.09, Haiku improves ARM support, Project Trident shifting base OS, Unix turns 50 |
• Issue 835 (2019-10-07): Isotop, Mazon OS and, KduxOS, examples of using the find command, Mint's System Reports becomes proactive, Solus updates its desktops |
• Issue 834 (2019-09-30): FreedomBox "Buster", CentOS gains a rolling release, Librem 5 phones shipping, Redcore updates its package manager |
• Issue 833 (2019-09-23): Redcore Linux 1908, why Linux distros are free, Ubuntu making list of 32-bit software to keep, Richard M Stallman steps down from FSF leadership |
• Issue 832 (2019-09-16): BlackWeb 1.2, checking for Wayland session and applications, Fedora to use nftables in firewalld, OpenBSD disables DoH in Firefox |
• Issue 831 (2019-09-09): Adélie Linux 1.0 beta, using ffmpeg, awk and renice, Mint and elementary improvements, PureOS and Manjaro updates |
• Issue 930 (2019-09-02): deepin 15.11, working with AppArmor profiles, elementary OS gets new greeter, exFAT support coming to Linux kernel |
• Issue 829 (2019-08-26): EndeavourOS 2019.07.15, Drauger OS 7.4.1, finding the licenses of kernel modules, NetBSD gets Wayland application, GhostBSD changes base repo |
• Issue 828 (2019-08-19): AcademiX 2.2, concerns with non-free firmware, UBports working on Unity8, Fedora unveils new EPEL channel, FreeBSD phasing out GCC |
• Issue 827 (2019-08-12): Q4OS, finding files on the disk, Ubuntu works on ZFS, Haiku improves performance, OSDisc shutting down |
• Issue 826 (2019-08-05): Quick looks at Resilient, PrimeOS, and BlueLight, flagship distros for desktops,Manjaro introduces new package manager |
• Issue 825 (2019-07-29): Endless OS 3.6, UBports 16.04, gNewSense maintainer stepping down, Fedora developrs discuss optimizations, Project Trident launches stable branch |
• Issue 824 (2019-07-22): Hexagon OS 1.0, Mageia publishes updated media, Fedora unveils Fedora CoreOS, managing disk usage with quotas |
• Issue 823 (2019-07-15): Debian 10, finding 32-bit packages on a 64-bit system, Will Cooke discusses Ubuntu's desktop, IBM finalizes purchase of Red Hat |
• Issue 822 (2019-07-08): Mageia 7, running development branches of distros, Mint team considers Snap, UBports to address Google account access |
• Issue 821 (2019-07-01): OpenMandriva 4.0, Ubuntu's plan for 32-bit packages, Fedora Workstation improvements, DragonFly BSD's smaller kernel memory |
• Issue 820 (2019-06-24): Clear Linux and Guix System 1.0.1, running Android applications using Anbox, Zorin partners with Star Labs, Red Hat explains networking bug, Ubuntu considers no longer updating 32-bit packages |
• Issue 819 (2019-06-17): OS108 and Venom, renaming multiple files, checking live USB integrity, working with Fedora's Modularity, Ubuntu replacing Chromium package with snap |
• Issue 818 (2019-06-10): openSUSE 15.1, improving boot times, FreeBSD's status report, DragonFly BSD reduces install media size |
• Issue 817 (2019-06-03): Manjaro 18.0.4, Ubuntu Security Podcast, new Linux laptops from Dell and System76, Entroware Apollo |
• Issue 816 (2019-05-27): Red Hat Enterprise Linux 8.0, creating firewall rules, Antergos shuts down, Matthew Miller answers questions about Fedora |
• Issue 815 (2019-05-20): Sabayon 19.03, Clear Linux's developer features, Red Hat explains MDS flaws, an overview of mobile distro options |
• Issue 814 (2019-05-13): Fedora 30, distributions publish Firefox fixes, CentOS publishes roadmap to 8.0, Debian plans to use Wayland by default |
• Issue 813 (2019-05-06): ROSA R11, MX seeks help with systemd-shim, FreeBSD tests unified package management, interview with Gael Duval |
• Issue 812 (2019-04-29): Ubuntu MATE 19.04, setting up a SOCKS web proxy, Scientific Linux discontinued, Red Hat takes over Java LTS support |
• Issue 811 (2019-04-22): Alpine 3.9.2, rsync examples, Ubuntu working on ZFS support, Debian elects new Project Leader, Obarun releases S6 tools |
• Issue 810 (2019-04-15): SolydXK 201902, Bedrock Linux 0.7.2, Fedora phasing out Python 2, NetBSD gets virtual machine monitor |
• Issue 809 (2019-04-08): PCLinuxOS 2019.02, installing Falkon and problems with portable packages, Mint offers daily build previews, Ubuntu speeds up Snap packages |
• Issue 808 (2019-04-01): Solus 4.0, security benefits and drawbacks to using a live distro, Gentoo gets GNOME ports working without systemd, Redox OS update |
• Issue 807 (2019-03-25): Pardus 17.5, finding out which user changed a file, new Budgie features, a tool for browsing FreeBSD's sysctl values |
• Issue 806 (2019-03-18): Kubuntu vs KDE neon, Nitrux's znx, notes on Debian's election, SUSE becomes an independent entity |
• Issue 805 (2019-03-11): EasyOS 1.0, managing background services, Devuan team debates machine ID file, Ubuntu Studio works to remain an Ubuntu Community Edition |
• Issue 804 (2019-03-04): Condres OS 19.02, securely erasing hard drives, new UBports devices coming in 2019, Devuan to host first conference |
• Issue 803 (2019-02-25): Septor 2019, preventing windows from stealing focus, NetBSD and Nitrux experiment with virtual machines, pfSense upgrading to FreeBSD 12 base |
• Issue 802 (2019-02-18): Slontoo 18.07.1, NetBSD tests newer compiler, Fedora packaging Deepin desktop, changes in Ubuntu Studio |
• Issue 801 (2019-02-11): Project Trident 18.12, the meaning of status symbols in top, FreeBSD Foundation lists ongoing projects, Plasma Mobile team answers questions |
• Issue 800 (2019-02-04): FreeNAS 11.2, using Ubuntu Studio software as an add-on, Nitrux developing znx, matching operating systems to file systems |
• Issue 799 (2019-01-28): KaOS 2018.12, Linux Basics For Hackers, Debian 10 enters freeze, Ubuntu publishes new version for IoT devices |
• Issue 798 (2019-01-21): Sculpt OS 18.09, picking a location for swap space, Solus team plans ahead, Fedora trying to get a better user count |
• Issue 797 (2019-01-14): Reborn OS 2018.11.28, TinyPaw-Linux 1.3, dealing with processes which make the desktop unresponsive, Debian testing Secure Boot support |
• Issue 796 (2019-01-07): FreeBSD 12.0, Peppermint releases ISO update, picking the best distro of 2018, roundtable interview with Debian, Fedora and elementary developers |
• Issue 795 (2018-12-24): Running a Pinebook, interview with Bedrock founder, Alpine being ported to RISC-V, Librem 5 dev-kits shipped |
• Issue 794 (2018-12-17): Void 20181111, avoiding software bloat, improvements to HAMMER2, getting application overview in GNOME Shell |
• Issue 793 (2018-12-10): openSUSE Tumbleweed, finding non-free packages, Debian migrates to usrmerge, Hyperbola gets FSF approval |
• Issue 792 (2018-1203): GhostBSD 18.10, when to use swap space, DragonFly BSD's wireless support, Fedora planning to pause development schedule |
• Issue 791 (2018-11-26): Haiku R1 Beta1, default passwords on live media, Slax and Kodachi update their media, dual booting DragonFly BSD on EFI |
• Full list of all issues |
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the Star Lite, Star LabTop and more. Available with a choice of Ubuntu, Linux Mint or Zorin OS pre-installed with many more distributions supported. Visit Star Labs for information, to buy and get support.
|
Random Distribution | 
SUSE Linux Enterprise
SUSE Linux Enterprise is an interoperable platform for mission-critical computing. SUSE Linux Enterprise Desktop is an enterprise-quality Linux desktop that's ready for routine business use. It provides interoperability with existing systems and many office applications. It also delivers flexibility for desktop and notebook clients, thin-client devices, and high-end technical workstations. SUSE Linux Enterprise Server is designed to handle mission-critical workloads. It is an open, scalable, solution that comes with integrated Xen-based virtualization, application security, and systems management across a range of hardware architectures. SUSE Linux Enterprise Server provides interoperability with Windows and other platforms, and it provides a secure foundation for a broad range of edge, departmental and data center needs.
Status: Active
|
Linux Training |

|
|