DistroWatch Weekly |
| DistroWatch Weekly, Issue 758, 9 April 2018 |
|
Welcome to this year's 15th issue of DistroWatch Weekly!
Software is constantly changing, new features are added and security holes are patched. Virtually every operating system connected to the Internet will receive a regular stream of new packages in an effort to keep up. All of these changes and upgrades are a problem for administrators who crave reliability and openSUSE is hoping to address that with their new Transactional Updates. These updates should be atomic, reversible and can be managed using the existing openSUSE tools. We have more details on openSUSE's Transactional Updates in our News section. Plus we talk about LibreELEC expanding and looking for help building and testing their many device images. We also report on SUSE Linux Enterprise getting official support on the Raspberry Pi, SparkyLinux reducing the number of editions it provides, and Fedora phasing out Python 2. First though, we turn our attention to a small, UNIX-like operating system called Sortix. The Sortix project may lack some modern features, but it is small, fast and well documented. We have more on this young operating system in our Feature Story. Then, in our Questions and Answers column we talk about where to find collections of portable packages in the popular Flatpak, AppImage and Snap formats. We are also happy to share the releases of the past week and provide a list of the torrents we are seeding. In our Opinion Poll we ask how long you have been running your current operating system. Are you content to stick with one OS for a while or do you prefer to hop around? Whatever your distrohopping style, we wish you all a fantastic week and happy reading!
Content:
- Review: Sortix 1.0
- News: LibreELEC seeks image builders, SLE supports Raspberry Pi, openSUSE introduces atomic updates, Fedora phasing out Python 2, SparkyLinux streamlining downloads
- Questions and answers: Locating portable packages
- Released last week: OpenBSD 6.3, NixOS 18.03
- Torrent corner: Antergos, feren OS, Live Rasizo, NixOS, OpenBSD, Raspberry Slideshow, SwagArch, SystemRescueCd
- Upcoming releases: SUSE Linux Enterprise 15 RC3
- Opinion poll: How long do you run the same distro?
- New distributions: SoNebuntu, SuperGamer Linux
- Reader comments
|
| Feature Story (by Jesse Smith) |
Sortix 1.0
Most of the time I review Linux distributions with the occasional trek into BSDland. This week I want to shift gears and focus on a lesser-known branch of the UNIX-like family tree: Sortix. The Sortix operating system began development in 2011 and is made up of a custom kernel and userland tools. The project implements a modern implementation of the POSIX standard without carrying legacy backward compatibility. The project's website states:
Sortix is a small self-hosting operating system aiming to be a clean and modern POSIX implementation. It is a hobbyist operating system written from scratch with its own base system, including kernel and standard library, as well as ports of third party software. It has a straightforward installer and can be developed under itself. Releases come with the source code in /src, ready for tinkering.
Sortix is available in 32-bit and 64-bit builds for x86 systems and the whole operating system (kernel, command line utilities, installer and source code) is available as a single 70MB download. Booting from the downloaded ISO brings up a boot menu where we can choose to start a live session of the OS or launch the project's installer.

Sortix 1.0 -- Exploring the live environment
(full image size: 7kB, resolution: 800x600 pixels)
Taking the live session option boots us to a text console with the Sortix logo displayed at the top of the screen. We are automatically logged in as the root user. A quick look around the command line interface reveals that Sortix includes most of the standard UNIX command line programs such as ls, cat, man and cd. This allows us to navigate the file system, which shares the same layout as most Linux distributions and the BSDs. There is a welcome text file in the root user's home directory which tells us we can run "man installation" to get advice on setting up the operating system on our hard drive. We are also told to run "man user-guide" to get introductory information on navigating and using Sortix.
The Sortix shell looks and acts like the Bash shell and accepts control characters such as Ctrl-C to terminate a process and Ctrl-L to clear the screen. We can use the up/down arrows to access our past command line history.
Installing
Sortix's installer can be accessed through the boot menu or by running sysinstall from the live environment. The installer's steps are outlined in a manual page and in the on-line documentation. The installer is text-based and begins by warning us of some of Sortix's shortcomings. For example, Sortix features file system permissions, but they are not enforced and user programs can gain root access by calling certain functions. In other words, Sortix has several features, but still lacks security and people should not run it on multi-user systems.

Sortix 1.0 -- The system installer
(full image size: 14kB, resolution: 800x600 pixels)
The installer walks us through selecting a keyboard layout and screen resolution. We can choose where to install the GRUB boot loader and then the installer runs a command line partition manager called Disk Editor (disked).
Disk Editor has some good points and some rough edges. For example, I like that typing "man" in Disk Editor opens its manual page so we can learn how to use its options. I think that is a great feature. However, I found Disk Editor does not recognize partition or device names and we need to reference partitions by their index in Disk Editor. This means if we have three partitions (ata0p1, ata0p2 and ata0p3) we must refer to ata0p2 as "2" and not "ata0p2" because it is the second one in the list.
At first Disk Editor did not know how to work with the ext2 partition I had set up ahead of time and I had to delete it and create a new partition using Disk Editor and assign it a mount point. After that the installer copied its files to the hard drive, a process which took approximately 15 seconds. Then we can set a password for the root account and, optionally, create more user accounts on the new system. The installer then finishes and we can exit our shell to reboot into our new copy of Sortix. The live system does not recognize commands like "reboot" or "halt".
Early impressions
The first time I installed Sortix the system failed to boot or even display the boot loader screen. I went through the installer again and, the second time through, I ended up with a working system. As far as I know I applied all the same configuration options during both attempts.

Sortix 1.0 -- The login screen
(full image size: 4kB, resolution: 800x600 pixels)
Sortix takes about one second to get from the GRUB boot loader to a graphical login screen. It's an impressive feat and, when shutting down, the operating system halts in about one second as well. From the login screen we can sign into a user account which will present us with a command line interface. We can also try to login using the names "reboot" or "poweroff" to shutdown the operating system. These power management account names do not require a password.
Sortix runs very quickly, completing most simple commands almost instantly. If we do not look closely, working from the Sortix command line feels a lot like using Bash on a Linux distribution or one of the BSDs. It was only when I looked closely at a command's output or tried to run a program that was not available on Sortix yet that I was reminded I was running a young, hobbyist system.

Sortix 1.0 -- Playing Asteroids
(full image size: 26kB, resolution: 800x600 pixels)
One of the big missing features at the moment is, unfortunately, network support. Sortix has a lot of command line tools, a working shell, manual pages for most commands and even some graphical programs (including a copy of the Asteroids arcade game), but the operating system cannot connect to networks. This means we can test POSIX tools, compile software and explore the source code of this small operating system, but we cannot browse the web, exchange files or check e-mail.
Hardware
Sortix is a light operating system. A fresh install only uses about 476MB of disk space and 25MB of RAM. It runs very quickly, but the flip side to that is Sortix uses 100% of the CPU the whole time it is running. The kernel does not yet know how to scale back its CPU usage.

Sortix 1.0 -- Testing the graphics with spinning gears demo
(full image size: 19kB, resolution: 800x600 pixels)
There are some other limitations, for instance Sortix does not yet have USB support. This means, unless we are running quite old equipment, it will probably be difficult to use a keyboard or mouse. These issues can be side-stepped by running Sortix in a virtual machine.
Other observations
One thing which pleasantly surprised me about Sortix is the operating system is well documented. It looks as though the main developer has written all new manual pages for each home grown program (some GNU programs were imported with their own manuals) and they are generally easy to read. The manual page for Sortix's text editor is a particularly good example. Open source projects are notorious for not including useful manual pages and I was happy to see Sortix not only includes documentation but the text is presented in a way that someone who has not written their own operating system from scratch can understand.
Speaking of developing an operating system from scratch, Sortix may not yet be a practical system to use day-to-day, but it does come with a complete set of source code. This means we can explore how the kernel and utilities were put together without downloading anything new. all system source code is kept in the /src directory. A compiler and related build tools are included too in case we want to try our hand at editing and building some of the source code.

Sortix 1.0 -- Testing the compiler
(full image size: 5kB, resolution: 800x600 pixels)
Sortix was entirely stable during my time using it. I only spent a couple of days playing with the system in my spare time, but I never saw the operating system lock up, glitch or a program crash. For a one-person effort, the focus on having stable, working code impressed me.
Conclusions
Sortix is a relatively new project, less than a third the age of Linux, and appears to be mostly a one-person development project. To me, this makes the progress made so far amazing. The system has a working installer and partition manager, it works with multiple file systems, has a working collection of ported GNU tools and can run graphical games. It's quite a feat of coding to get all of this working in so short a time. What really impressed me though was that the operating system's documentation (exploring what it does, what it does not yet do and how the pieces work) is clear and up to date. In that regard a lot of other open source projects could follow Sortix's example.
Unfortunately, at this time, Sortix is not a practical operating system for most scenarios. We can test it, develop code on the platform and learn from its design, but Sortix lacks networking, multi-user security and a working desktop environment. This makes the project more of a developer playground than a system for end users to run. Still, in the realm of a personal hobby project, Sortix is one of the coolest creations I have seen in a while.
|
| Miscellaneous News (by Jesse Smith) |
LibreELEC seeks image builders, SLE supports Raspberry Pi, openSUSE introduces atomic updates, Fedora phasing out Python 2, SparkyLinux streamlining downloads
The LibreELEC project is growing and supporting a wider range of devices. With this expansion comes the need to build and test a larger number of installation images. As a result, the project is looking for help in maintaining its expanding collection of images. "The project needs help. We would like to start releasing new images for a number of Amlogic and Rockchip devices including long talked-about (and needed) generic catch-all images, but this has a major impact on project resources. LE 7.0 released 8x images, LE 8.0/8.2 has 11x images, and LE 9.0 increases output to 22x images with another increase on the horizon once Allwinner support becomes possible and NXP (iMX) support is re-added. Increased output impacts our build server/slave capacity and requires us to rethink how our images are tested. It also affects our human resources." Information on the resources the project is looking for to help expand its support can be found in this blog post.
* * * * *
The Raspberry Pi computer may have got its start in hobbyist and educational environments, but its low cost and low energy consumption have made it popular in other areas. This has led some organizations to seek commercial support for operating systems running on the Raspberry Pi. SUSE is now offering official support for SUSE Linux Enterprise on Raspberry Pi boards. "When SUSE created a Raspberry Pi image for SUSECon in 2016, there was a tremendous amount of interest. We saw thousands of downloads in just the first few days. Many people asked, 'When are you going to offer real support for the Raspberry Pi?' The answer is: now! Increasing customer demand drove our decision to offer commercial support for the Raspberry Pi to SUSE Linux Enterprise Server for ARM (SLES for ARM). A number of large companies decided to use Raspberry Pi based monitoring solutions in their industrial manufacturing operations." More information on SUSE's support for their Pi images can be found in the company's announcement.
* * * * *
The openSUSE developers are looking at ways to make software updates smoother and less likely to break existing functionality. This is especially important on servers where administrators need their operating system to be reliable, but may also need to apply regular security fixes. openSUSE's approach to fixing this problem is called Transactional Updates and it allows new updates to be installed in a separate file system snapshot which can be activated when the computer reboots and rolled back if anything goes wrong. "Under the hood, we have worked hard to keep Transactional Updates simple. We are utilising the same Btrfs, Snapper, and Zypper technologies we know and trust by default in openSUSE and SLE. At its heart, Transactional Updates does something very similar to our traditional snapshots with rollback. But with Transactional Updates it never touches the running system. Instead of patching the current system, the transactional-update tool creates a new, empty, snapshot. All of the operations required by the update are carried out into that snapshot, ensuring the current system is untouched with no changes impacting the running system. At the end of the update, assuming the update is successful, this completed snapshot is marked as the new default. These updates then take effect when the system is rebooted." The announcement also mentions openSUSE 15 will offer an optional read-only root file system than can be updated with the transactional-update tool.
* * * * *
The Python scripting language, which is popular for its relatively clear syntax and many convenient libraries, is roughly divided into two dialects - Python 2 and Python 3. While the two dialects are very similar, there are differences which make it tricky to upgrade older Python 2 code to Python 3. This may soon be a problem because Python 2 will no longer be supported by its developers after the year 2020. Linux distributions have known this for a while and have been trying to get Python packages all migrated to Python 3 in time. However, a lot of work remains to be done and distribution maintainers are wondering what to do about it. Fedora still has over 3,000 packages depending on Python 2 and there is some debate as to how to best handle the situation. Jake Edge has a deeper look into the situation and potential solutions in this LWN article.
* * * * *
The SparkyLinux project is well known for having many editions and multiple development branches, providing potential users with over a dozen different download options. According to a post on the SparkyLinux website, the distribution is about to be streamlined. "I have to cut the ISO numbers down and focus on one, main point of Sparky view/core. The point was and still is Openbox. So, to conclude and make it clean and straight: 1. From now, only one main, Openbox based desktop: LXQt (rolling) or LXDE (stable). 2. MinimalGUI (Openbox)/MinimalCLI (text based) lets you install your favorite desktop with a small set of apps, as before. 3. Special Editions with no changes (so far) with Openbox, as before. It lets me find a little more time to make and focus on new Sparky releases better than before."
* * * * *
These and other news stories can be found on our Headlines page.
|
| Questions and Answers (by Jesse Smith) |
|
Locating portable packages
Searching-for-a-package-that-works-everywhere asks: Portable applications are getting talked about a lot, but where can we find them? I can't just do a "apt-get install Flatpak-app" to get Flatpak apps. Where can I go to find Snaps and Flatpaks?
DistroWatch answers: Depending on which distribution you are running, Snaps and/or Flatpak packages may be accessible through your distribution's software manager. Recent versions of Linux distributions which use GNOME Software or mintInstall typically already support downloading Flatpak packages or Snaps from within the software manager, which makes finding and installing portable packages quite easy.
Applications which offer their users AppImages or other portable packages usually list them on the upstream project's download page. The Krita and the QupZilla projects provide links to their AppImage packages, for example.
However, if you are browsing without knowing exactly what you are looking for, then there are resources available for getting an overview of available portable packages. People looking for Snap packages can use their distribution's snap command line utility. For instance, running "snap find media" will bring up a list of multimedia Snap packages such as VLC and MPV.
People who wish to browse available Flatpak packages can check out an on-line repository located at Flathub. Flathub collects Flatpak packages and provides click-to-download and command line instructions for installing the applications in the Flathub repository.
Users who want to find AppImage packages can use a similar resource called AppImageHub. The AppImageHub website lists applications in alphabetical order with an accompanying description. The AppImage packages can be downloaded with just a couple of clicks.
* * * * *
More answers can be found in our Questions and Answers archive.
|
| Released Last Week |
OpenBSD 6.3
OpenBSD is a security-focused operating system with a focus on correct code and accurate documentation. The project has released OpenBSD 6.3 which introduces SMP support on the ARM64 architecture, includes ISO support in the virtual machine daemon (vmd) and makes memory allocation more efficient. There have also been several updates to the LibreSSL and OpenSSH secure communication tools: "LibreSSL 2.7.2 - Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on observations of real-world usage in applications. These are implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility changes have not been made to existing structs, allowing code written for older OpenSSL APIs to continue working. Extensive corrections, improvements, and additions to the API documentation, including new public APIs from OpenSSL that had no pre-existing documentation. Added support for automatic library initialization in libcrypto, libssl, and libtls. Support for pthread_once or a compatible equivalent is now required of the target operating system. As a side-effect, minimum Windows support is Vista or higher." The release announcement has more information.
NixOS 18.03
NixOS is an independently developed Linux distribution which is configured and managed using the Nix package manager. The NixOS project has released a new version, NixOS 18.03, which includes version 2.0 of the Nix package manager minor upgrades to the GNOME and KDE Plasma desktops along with several new services. "In addition to numerous new and upgraded packages, this release has the following highlights: End of support is planned for end of October 2018, handing over to 18.09. Platform support: x86_64-linux and x86_64-darwin since release time (the latter isn't NixOS, really). Binaries for aarch64-linux are available, but no channel exists yet, as it's waiting for some test fixes, etc. Nix now defaults to 2.0; see its release notes. Core version changes: Linux: 4.9 to 4.14, glibc: 2.25 to 2.26, gcc: 6 to 7, systemd: 234 to 237. Desktop version changes: GNOME: 3.24 to 3.26, (KDE) Plasma Desktop: 5.10 to 5.12. MariaDB 10.2, updated from 10.1, is now the default MySQL implementation. While upgrading a few changes have been made to the infrastructure involved." Further information can be found in the distribution's release notes. NixOS is available in a full Graphical edition running KDE Plasma and a Minimal edition which features a command line interface.

NixOS 18.03 -- Running the KDE Plasma desktop
(full image size: 626kB, resolution: 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
| Torrent Corner |
Weekly Torrents
The table below provides a list of torrents DistroWatch is currently seeding. If you do not have a bittorrent client capable of handling the linked files, we suggest installing either the Transmission or KTorrent bittorrent clients.
Archives of our previously seeded torrents may be found in our Torrent Archive. We also maintain a Torrents RSS feed for people who wish to have open source torrents delivered to them. To share your own open source torrents of Linux and BSD projects, please visit our Upload Torrents page.
Torrent Corner statistics:
- Total torrents seeded: 800
- Total data uploaded: 18.9TB
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| Opinion Poll |
How long have you been running the same distro?
The Linux ecosystem is full of diversity with many options to choose from. Some people like to take advantage of this variety, switching distributions and trying different technologies on a regular basis. Others prefer to settle into using one distro for long periods of time. This week we would like to find out how long you have been running your current distribution.
You can see the results of our previous poll on learning Linux from books in last week's edition. All previous poll results can be found in our poll archives.
|
How long have you been running the same distro?
| Less than a week: | 58 (2%) |
| Between a week and a month: | 132 (4%) |
| Between one and six months: | 329 (10%) |
| Six months to a year: | 358 (11%) |
| More than a year: | 1171 (37%) |
| More than five years: | 1084 (34%) |
| I am not running a Linux distro: | 58 (2%) |
|
|
| DistroWatch.com News |
Distributions added to waiting list
- SoNebuntu. SoNebuntu is Linux Distribution based on Ubuntu 16.04. SoNebuntu contains useful tools for a Social Network Analyzer (SNA) and Information Collector. Beside, it has development environment for building apps for SNA and tools needed for researchers.
- SuperGamer Linux. SuperGamer Linux is a spiritual successor to SuperGamer. While the original SuperGamer was based on VectorLinux and featured open source games exclusively, the new project is based on Ubuntu and features gaming options from GOG and Steam.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 16 April 2018. Past articles and reviews can be found through our Article Search page. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
- Bruce Patterson (podcast)
|
|
| Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 2, value: US$25.78) |
  1J5s35r7v8L3k2zmr3JmUfydzvdnsiNXm2 |
|
|
| Linux Foundation Training |
| |
Archives |
| • Issue 778 (2018-08-27): GuixSD 0.15.0, ReactOS 0.4.9, Steam supports Windows games on Linux, Haiku plans for beta, merging disk partitions |
| • Issue 777 (2018-08-20): YunoHost 3.0.0.1, limiting process resource usage, converting file systems on Fedora, Debian turns 25, Lubuntu migrating to Wayland |
| • Issue 776 (2018-08-13): NomadBSD 1.1, Maximum storage limits on Linux, openSUSE extends life for 42.3, updates to the Librem 5 phone interface |
| • Issue 775 (2018-08-06): Secure-K OS 18.5, Linux is about choice, Korora tests community spin, elementary OS hires developer, ReactOS boots on Btrfs |
| • Issue 774 (2018-07-30): Ubuntu MATE & Ubuntu Budgie 18.04, upgrading software from source, Lubuntu shifts focus, NetBSD changes support policy |
| • Issue 773 (2018-07-23): Peppermint OS 9, types of security used by different projects, Mint reacts to bugs in core packages, Slackware turns 25 |
| • Issue 772 (2018-07-16): Hyperbola GNU/Linux-libre 0.2.4, UBports running desktop applications, OpenBSD auto-joins wi-fi networks, boot environments and zedenv |
| • Issue 771 (2018-07-09): Linux Lite 4.0, checking CPUs for bugs, configuring GRUB, Mint upgrade instructions, SUSE acquired by EQT |
| • Issue 770 (2018-07-02): Linux Mint 19, Solus polishes desktop experience, MintBox Mini 2, changes to Fedora's installer |
| • Issue 769 (2018-06-25): BunsenLabs Helium, counting Ubuntu users, UBports upgrading to 16.04, Fedora CoreOS, FreeBSD turns 25 |
| • Issue 768 (2018-06-18): Devuan 2.0.0, using pkgsrc to manage software, the NOVA filesystem, OpenBSD handles successful cron output |
| • Issue 767 (2018-06-11): Android-x86 7.1-r1, transferring files over OpenSSH with pipes, LFS with Debian package management, Haiku ports LibreOffice |
| • Issue 766 (2018-06-04): openSUSE 15, overview of file system links, Manjaro updates Pamac, ReactOS builds itself, Bodhi closes forums |
| • Issue 765 (2018-05-28): Pop!_OS 18.04, gathering system information, Haiku unifying ARM builds, Solus resumes control of Budgie |
| • Issue 764 (2018-05-21): DragonFly BSD 5.2.0, Tails works on persistent packages, Ubuntu plans new features, finding services affected by an update |
| • Issue 763 (2018-05-14): Fedora 28, Debian compatibility coming to Chrome OS, malware found in some Snaps, Debian's many flavours |
| • Issue 762 (2018-05-07): TrueOS 18.03, live upgrading Raspbian, Mint plans future releases, HardenedBSD to switch back to OpenSSL |
| • Issue 761 (2018-04-30): Ubuntu 18.04, accessing ZFS snapshots, UBports to run on Librem 5 phones, Slackware makes PulseAudio optional |
| • Issue 760 (2018-04-23): Chakra 2017.10, using systemd to hide files, Netrunner's ARM edition, Debian 10 roadmap, Microsoft develops Linux-based OS |
| • Issue 759 (2018-04-16): Neptune 5.0, building containers with Red Hat, antiX introduces Sid edition, fixing filenames on the command line |
| • Issue 758 (2018-04-09): Sortix 1.0, openSUSE's Transactional Updates, Fedora phasing out Python 2, locating portable packages |
| • Issue 757 (2018-04-02): Gatter Linux 0.8, the UNIX and Linux System Administration Handbook, Red Hat turns 25, super long term support kernels |
| • Issue 756 (2018-03-26): NuTyX 10.0, Neptune supplies Debian users with Plasma 5.12, SolydXK on a Raspberry Pi, SysV init development |
| • Issue 755 (2018-03-19): Learning with ArchMerge and Linux Academy, Librem 5 runs Plasma Mobile, Cinnamon gets performance boost |
| • Issue 754 (2018-03-12): Reviewing Sabayon and Antergos, the growing Linux kernel, BSDs getting CPU bug fixes, Manjaro builds for ARM devices |
| • Issue 753 (2018-03-05): Enso OS 0.2, KDE Plasma 5.12 features, MX Linux prepares new features, interview with MidnightBSD's founder |
| • Issue 752 (2018-02-26): OviOS 2.31, performing off-line upgrades, elementary OS's new installer, UBports gets test devices, Redcore team improves security |
| • Issue 751 (2018-02-19): DietPi 6.1, testing KDE's Plasma Mobile, Nitrux packages AppImage in default install, Solus experiments with Wayland |
| • Issue 750 (2018-02-12): Solus 3, getting Deb packages upstream to Debian, NetBSD security update, elementary OS explores AppCentre changes |
| • Issue 749 (2018-02-05): Freespire 3 and Linspire 7.0, misunderstandings about Wayland, Xorg and Mir, Korora slows release schedule, Red Hat purchases CoreOS |
| • Issue 748 (2018-01-29): siduction 2018.1.0, SolydXK 32-bit editions, building an Ubuntu robot, desktop-friendly Debian options |
| • Issue 747 (2018-01-22): Ubuntu MATE 17.10, recovering open files, creating a new distribution, KDE focusing on Wayland features |
| • Issue 746 (2018-01-15): deepin 15.5, openSUSE's YaST improvements, new Ubuntu 17.10 media, details on Spectre and Meltdown bugs |
| • Issue 745 (2018-01-08): GhostBSD 11.1, Linspire and Freespire return, wide-spread CPU bugs patched, adding AppImage launchers to the application menu |
| • Issue 744 (2018-01-01): MX Linux 17, Ubuntu pulls media over BIOS bug, PureOS gets endorsed by the FSF, openSUSE plays with kernel boot splash screens |
| • Issue 743 (2017-12-18): Daphile 17.09, tools for rescuing files, Fedora Modular Server delayed, Sparky adds ARM support, Slax to better support wireless networking |
| • Issue 742 (2017-12-11): heads 0.3.1, improvements coming to Tails, Void tutorials, Ubuntu phasing out Python 2, manipulating images from the command line |
| • Issue 741 (2017-12-04): Pop!_OS 17.10, openSUSE Tumbleweed snapshots, installing Q4OS on a Windows partition, using the at command |
| • Issue 740 (2017-11-27): Artix Linux, Unity spin of Ubuntu, Nitrux swaps Snaps for AppImage, getting better battery life on Linux |
| • Issue 739 (2017-11-20): Fedora 27, cross-distro software ports, Ubuntu on Samsung phones, Red Hat supports ARM, Parabola continues 32-bit support |
| • Issue 738 (2017-11-13): SparkyLinux 5.1, rumours about spyware, Slax considers init software, Arch drops 32-bit packages, overview of LineageOS |
| • Issue 737 (2017-11-06): BeeFree OS 18.1.2, quick tips to fix common problems, Slax returning, Solus plans MATE and software management improvements |
| • Issue 736 (2017-10-30): Ubuntu 17.10, "what if" security questions, Linux Mint to support Flatpak, NetBSD kernel memory protection |
| • Issue 735 (2017-10-23): ArchLabs Minimo, building software with Ravenports, WPA security patch, Parabola creates OpenRC spin |
| • Issue 734 (2017-10-16): Star 1.0.1, running the Linux-libre kernel, Ubuntu MATE experiments with snaps, Debian releases new install media, Purism reaches funding goal |
| • Issue 733 (2017-10-09): KaOS 2017.09, 32-bit prematurely obsoleted, Qubes security features, IPFire updates Apache |
| • Issue 732 (2017-10-02): ClonOS, reducing Snap package size, Ubuntu dropping 32-bit Desktop, partitioning disks for ZFS |
| • Issue 731 (2017-09-25): BackSlash Linux Olaf, W3C adding DRM to web standards, Wayland support arrives in Mir, Debian experimenting with AppArmor |
| • Issue 730 (2017-09-18): Mageia 6, running a completely free OS, HAMMER2 file system in DragonFly BSD's installer, Manjaro to ship pre-installed on laptops |
| • Issue 729 (2017-09-11): Parabola GNU/Linux-libre, running Plex Media Server on a Raspberry Pi, Tails feature roadmap, a cross-platform ports build system |
| • Issue 728 (2017-09-04): Nitrux 1.0.2, SUSE creates new community repository, remote desktop tools for GNOME on Wayland, using Void source packages |
| • Issue 727 (2017-08-28): Cucumber Linux 1.0, using Flatpak vs Snap, GNOME previews Settings panel, SUSE reaffirms commitment to Btrfs |
| • Full list of all issues |
| Random Distribution | 
Liquid Lemur Linux
Liquid Lemur Linux is a desktop Linux distribution that was based on Ubuntu and Linux Mint, with modern versions being built on Debian. It delivers a "hybrid" desktop experience, combining the Window Maker window manager with elements of the Xfce desktop environments. Its other features include a utility for install various desktop enhancements and add-ons, a Conky system monitoring tool to select predefined Conky scripts, and a custom live system installer.
Status: Active
|
| Linux Training |

|
|