DistroWatch Weekly |
DistroWatch Weekly, Issue 696, 23 January 2017 |
Welcome to this year's 4th issue of DistroWatch Weekly!
As the open source community adopts and polishes new technologies, old packages and ways of doing things tend to be left behind. This week, in our News section, we talk about several projects going through transitions. We talk about arkOS's changing infrastructure and PCLinuxOS planning to drop legacy packages. We also talk about the Solus project's evaluation of Flatpak and Snap packages for installing third-party software and report on DragonFly BSD's evolving UEFI support. Plus we share changes to the KDE neon distribution and touch on Kali Linux's new certification program, TrueOS testing OpenRC and plans to end the development of HandyLinux. First though, we explore GoboLinux, a project which takes an unusual approach to organizing its files and directories. In our Questions and Answers column we discuss accessing desktop applications remotely and invite our readers to share their tips for remote computing in our Opinion Poll. Plus we list the distribution releases of the past week and share the torrents we are seeding. Finally, we are happy to welcome the BitKey distribution to our database. We wish you all a wonderful week and happy reading!
Content:
- Reviews: GoboLinux 016
- News: arkOS aims to attract new contributors, PCLinuxOS plans to drop legacy packages, Solus adopting Flatpak, DragonFly BSD supporting UEFI, KDE neon to use Calamares, Kali Linux certification, TrueOS tests OpenRC, HandyLinux shutting down
- Questions and answers: Remotely running desktop applications
- Released last week: antiX 16.1, Vinux 5.1, BitKey 14.1.0
- Torrent corner: antiX, Quirky, Robolinux, Vinux
- Upcoming releases: Tails 2.10
- Opinion poll: Running desktop applications remotely
- DistroWatch.com news: Project rankings and an interview
- New additions: BitKey
- New distributions: axle OS, Daphile
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (51MB) and MP3 (33MB) formats.
|
Feature Story (by Jesse Smith) |
GoboLinux 016
When I first started using Linux one of the characteristics of the operating system I had trouble adjusting to was the way directories were named. Names like usr, etc and opt are not particularly descriptive, for example. Further, it can take a while to get used to the organizational differences which separate /bin, /usr/bin and /usr/local/bin, not to mention the practical differences between /usr/share and /usr/lib. If you struggle, as I did, to get used to the way in which most Linux distributions organize their file systems, then you may be interested in GoboLinux. GoboLinux (or Gobo, as I will refer to the distribution) is described on the project's website as follows:
GoboLinux is a Linux distribution that features a new file system organization, which departs from the traditional Unix heritage of Linux systems. Basically, this means that it is not based in directories such as /usr and /etc. The main idea of the alternative hierarchy is to store all files belonging to an application in its own separate sub-tree; therefore we have directories such as /Programs/FooPlayer/1.0/lib.
To allow the system to find these files, they are logically grouped in directories such as /System/Index/bin, which, you guessed it, indexes all executable files inside the Programs hierarchy.
To maintain backwards compatibility with traditional Unix/Linux apps, there are symbolic links that mimic the Unix tree, such as "/usr/bin -> /System/Index/bin", and "/sbin -> /System/Index/bin" (this example shows that arbitrary differentiations between files of the same category were also removed).
While some people might find Gobo's longer and more descriptive directory names easy to understand, the distribution is not intended to be used by beginners. In fact, Gobo is developed for more experienced users who are comfortable using a command line and compiling their own software from source code. Gobo's alternative directory structure means each piece of software added to the system is contained in its own directory. This means when the administrator wants to remove an application they have installed, removing it is as easy as deleting its directory. Leaving the user to compile software from source code and deleting directories to remove software from the system means Gobo can largely do away with traditional package management.
GoboLinux is available for 64-bit x86 computers exclusively. The ISO I downloaded for GoboLinux 016 was 958MB in size. Booting from the installation media brings up a text-based menu system where we are asked to select our preferred language from a list of six European languages. We are then asked to select our keyboard's layout from another list. At this point, the system drops us to a command prompt where we are logged in as the root user. The default shell is zsh. A welcome message lets us know we can run the startx command to launch a desktop environment or run the Installer command to begin installing the distribution.

GoboLinux 016 -- The Awesome application menu
(full image size: 737kB, resolution: 1280x1024 pixels)
I found when running Gobo in a VirtualBox test environment, the startx command would fail with an error indicating no video screens could be found. When running the distribution on a physical desktop computer, Gobo successfully launched the graphical environment, presenting me with the Awesome desktop. The Awesome desktop uses a dark theme and most panels and window backgrounds are black. A panel runs across the top of the display and contains the application menu, task switcher and system tray. The environment is responsive and generally avoids distracting the user. I did run into two minor issues when exploring Awesome, both matters of personal preference rather than bugs. The first was I found the title bar area of windows was vaguely defined and it was not always clear where I needed to click to move windows or select them. I also found that with the default settings, Awesome would open new application windows at seemingly random points around the screen. There are ways to adjust how application windows are arranged, but the default setting left me chasing after windows and dragging them into positions better suited to my work flow.
Both times I went through Gobo's installation process I did so by running the Installer command from a terminal. The first time I ran the installer, a message appeared on my screen, letting me know no available partitions had been found and I was asked to run either the GParted or cfdisk partition managers to fix the problem. The installer then quits. I set up a new, blank partition for Gobo and re-launched the installer. This time I was shown a brief welcome message which explains how our disk should be partitioned before we try installing Gobo. Assuming our disk partitions look right to the installer, we can then proceed through a series of text menus. We can navigate these text screens using a combination of the Tab key, spacebar and Enter.
Gobo's installer shows us hundreds of packages in a list and asks which ones we would like to install. The default is to have all the available packages selected. We are then asked if we would like to install a boot loader and, if so, on what part of our disk. I noticed the installer gave me an incorrect option. I could choose between installing the boot loader on my disk's MBR or in my swap partition. I think the installer should have offered me a choice between the MBR and root partition, as is common practise. We are then asked to provide a hostname for our computer, select our keyboard's layout and select a boot theme. There is no way to preview the boot theme on the text menu, making the selection somewhat arbitrary. We then select our time zone from a list and create a password for the system's root account. The system installer gives us the option of creating additional user accounts and then copies its files to our hard drive. When the installer is finished, it drops us back to the command line (or virtual terminal).
Booting into the freshly installed copy of GoboLinux brings us to a text console where we can sign in as the root user or one of the accounts we created during the installation process. Gobo, with its default configuration, uses about 4.4GB of hard drive space and just 30MB of memory. I once again found that the distribution provided a different experience in VirtualBox compared to running on physical hardware. When running on my desktop computer, Gobo automatically set up a network connection and I could run startx to launch the Awesome desktop environment. When running in VirtualBox, Gobo failed to detect any network interface and the distribution could not launch a graphical environment.
The Distribution's documentation has a page dedicated to getting graphical interfaces running from within VirtualBox and includes two ways to get a desktop environment working. I tried both methods and neither of them worked for me, leaving me stuck with a text-only interface when testing the distribution in VirtualBox.
As it turned out, Gobo does not provide a lot of desktop software in the default installation anyway. We are given the Firefox web browser, the GNU Image Manipulation Program, a text editor and the Htop process monitor. Otherwise the Awesome application menu is pretty empty. Behind the scenes, we have access to the GNU command line tools, the OpenSSH secure shell software and manual pages. The GNU Compiler Collection (version 6.2) is installed for us along with the SysV init software. GoboLinux 016 runs on version 4.8.2 of the Linux kernel.

GoboLinux 016 -- Running the Firefox web browser
(full image size: 375kB, resolution: 1280x1024 pixels)
The primary focus of Gobo appears to be the way files and directories are organized, so let's look at those. The top level of the Gobo file system, rather than having directories such as etc, usr, opt and var, instead features directories called Data, Mount, Programs, System and Users. The documentation provides a fairly clear idea of what each directory is used for:
- Mount - Where removable devices are attached to the operating system
- Programs - Directories containing programs, with each program contained in its own sub-directory.
- System - Where the kernel, devices and links to executable programs are stored.
- Users - Where we find user accounts, including root's home directory.
The Data directory I was slightly unclear on. The documentation talks about two directories, Files and Depot, which did not exist on my system. The Files directory was reportedly used to store fonts, resources for compiling software and other non-executable resources. I think Files got renamed to Data. The Depot directory was said to be used as a shared space where users could store files outside of their home directories, but it appears to have been dropped in the latest release.
Something I find interesting about the way Gobo organizes files is the new file system layout does not get rid of directories called usr, etc, dev and bin. Instead, these directories are basically pushed down a level or two. For example, if before we had a program's executable saved as /usr/bin/nasm, now we have a directory called /Programs/Nasm/Current/bin/nasm. Instead of placing device names in /dev, we find Gobo uses /System/Kernel/Devices.
This might make it seem like a big part of the Gobo file system layout is making directory names more verbose and there is some truth to that. I think, in some ways, the more descriptive names make sense. When a newcomer installs Linux, it can be difficult to find things, as names like var, opt and /usr/local/bin are not intuitive. I think Gobo addresses this problem well by naming things more descriptively. The only drawback appears to be that it takes longer to type the Gobo versions of path names.

GoboLinux 016 -- Adjusting audio volume
(full image size: 709kB, resolution: 1280x1024 pixels)
The other thing the Gobo file system does for us is it places programs in their own, stand-alone directories. We can find and remove a program from the operating system by simply removing its entry from the /Programs directory. In a way, this side-steps the issue of a package manager dropping files all around the file system. New packages are bundled in one spot and easily removed. We don't necessarily need a package manager to keep track of where everything is, because each program is wrapped up in a directory bearing its name.
Which brings me to the subject of package management. The Gobo documentation discusses installing new software via the InstallPackage command. This seemed straight forward until I realized I did not know the names of any available packages. A few, like GIMP or Firefox, we might be able to guess through trial and error. I thought to look in the repositories directly to browse packages in my web browser, but the repository information was not where Gobo's wiki says it is. I eventually managed to track down the Gobo software repository and found only a few dozen packages were available. Any other software we want should be installed from its source code.

GoboLinux 016 -- Installing a package
(full image size: 615kB, resolution: 1280x1024 pixels)
Conclusions
When I first got into Linux, I was a bit thrown by the short, cryptic directory names. Over time I grew to appreciate the short, non-descriptive directory names as they cut down on the amount of typing I had to do, but I can understand why people would want longer, clearer names. On the other hand, I think Gobo's insistence on reworking the way programs are organized, really only makes sense for operating systems that do not have any form of package (or ports) management. In my opinion, the user should not need to worry about where their software is stored or how it is organized because the package manager will handle installation and clean-up for them. Gobo appears to be taking the view that new software will likely be installed from source code with (possibly) customized build settings and no form of ports management (as Gentoo and the BSDs use) or package management (as most other Linux distributions use) will be available.
What I'm coming around to is that Gobo appears to be addressing two separate problems: non-descriptive directory names and package organization. The descriptive directory names probably only make sense for Linux newcomers who are having trouble finding their way around while the approach to organizing program files will probably only appeal to users with enough experience to want to perform custom builds of their software rather than using a ports/package manager. I suspect that the intersection of these two groups is probably small.
It probably seems like I'm putting down GoboLinux for its unusual approach. And, admittedly, I do think not many people will benefit from the distribution's design. But, at the same time, I am impressed with how the Gobo team has implemented their unusual design choices. The system really ventures outside of the norm with respect to file system layouts and package organization and the new design works. The developers have managed to adjust the way an entire operating system is organized and do it transparently. From a technical side of things, I find the implementation of GoboLinux impressive. Its design may not appeal to me, but the way the design was put into practise is, in my opinion, cool to see first hand.
From a practical point of view, Gobo's sparse and out of data documentation, relatively few pre-installed packages and unusual approach will probably turn away most potential users. But I do applaud the developers' efforts in making something unusual and interesting. As a proof-of-concept, Gobo is fun to look at and it gives the user a new perspective on the classic Linux file system layout.
* * * * *
Hardware used in this review
My physical test equipment for this review was a desktop HP Pavilon p6 Series with the following specifications:
- Processor: Dual-core 2.8GHz AMD A4-3420 APU
- Storage: 500GB Hitachi hard drive
- Memory: 6GB of RAM
- Networking: Realtek RTL8111 wired network card
- Display: AMD Radeon HD 6410D video card
|
Miscellaneous News (by Jesse Smith) |
arkOS aims to attract new contributors, PCLinuxOS plans to drop legacy packages, Solus adopting Flatpak, DragonFly BSD supporting UEFI, KDE neon to use Calamares, Kali Linux certification, TrueOS tests OpenRC, HandyLinux shutting down
The arkOS distribution is a lightweight flavour of Arch Linux ARM that runs on embedded devices and servers. The arkOS project is going through a period of reorganization in an effort to streamline development and attract new contributors. The project is moving from GitLab to GitHub in an effort to make itself more accessible to a larger pool of developers and automated builds will be tested using the Jenkins build suite. The project is also considering becoming less dependent on Arch Linux for its base: "Up until now, it's been necessary to use just one Linux distribution with arkOS, and that is Arch Linux. Back when this project was founded, systemd was still a new thing and it wasn't entirely possible to create a cross-distro project with such deep roots into system management. Now that systemd is being extended to other platforms (notably Debian Jessie), it is possible to liberate arkOS from being an Arch-only project." Additional details can be found in the arkOS blog post.
* * * * *
A post from the PCLinuxOS Twitter account suggests the project is going to be doing some cleaning of its software repositories this year. PCLinuxOS is a rolling release distribution, but tends to be conservative when it comes to swapping out packages and changing the user interface. The project's post reads, "Things going away in 2017: Legacy GRUB, Legacy GDM and KDE4." At the time of writing, PCLinuxOS already has KDE's Plasma 5.8 desktop available as a session option and GRUB2 (the replacement for GRUB Legacy) has been available to PCLinuxOS users for over a year.
* * * * *
The Solus project is planning to use Flatpak to provide its users with quick access to third-party software and applications whose licenses prevent them from being included in the distribution's repositories. While both Snap and Flatpak were considered for the job, the Solus team chose the latter for several reasons: "Firstly, and very importantly to us, the so-called 'Chrome distribution issue' has already been conquered by Endless OS, utilizing Flatpak. On the other hand, this is still (to the best of my knowledge) at the prototype stage with Snaps. OK, let's not get hung up completely on a single example. From the perspective of integration, Snap (snapd and snapcraft) represents the biggest integration challenge. To correctly and fully integrate it would require modification of the build system (which disables networking by default for security!) to provide a full set of builds for the packages and their dependencies. Additionally, AppArmor (not used by Solus) is also required. On the other hand, integrating Flatpak into Solus was as trivial as packaging ostree and Flatpak, barring some minor changes which we're already upstreaming." Further information on the adoption of Flatpak and the problem Solus plans to solve with Flatpak packages can be found in the project's blog post.
* * * * *
The DragonFly BSD project is improving the operating system's support for UEFI-enabled computers. In a brief post on DragonFly BSD Digest, Justin Sherrill reports: "The DragonFly installer now supports UEFI directly. There's a uefi(8) man page now, and there's even rconfig support, though not enough people realize how awesome rconfig(8) can be." Details about DragonFly BSD's evolving UEFI support can be found in this mailing list post.
* * * * *
The KDE neon distribution is an Ubuntu-based project which features the latest software from the KDE project, particularly the KDE Plasma desktop environment. Jonathan Riddell has announced that KDE neon will transition from using Ubuntu's Unbiquity system installer to the distribution-neutral Calamares installer. "It's been a long standing wish of KDE neon to switch to the Calamares installer. Calamares is a distro independent installer used by various projects such as Netrunner and Tanglu. It's written in Qt and KDE Frameworks and has modules in C++ or Python. Today I've switched the Developer Unstable edition to Calamares and it looks to work pretty nicely." Some of the changes the Calamares installer will bring with it are mentioned in Riddell's blog post.
* * * * *
Kali Linux is a popular distribution for performing penetration testing. The Kali Linux team has announced a new certification program which will teach people how to properly use the Kali Linux platform. "After almost two years in the making, it is with great pride that we announce today our new Kali Linux Professional certification - the first and only official certification program that validates one's proficiency with the Kali Linux distribution. If you're new to the information security field, or are looking to take your first steps towards a new career in InfoSec, the KLCP is a 'must have' foundational certification. Built on the philosophy that 'you've got to walk before you can run,' the KLCP will give you direct experience with your working environment and a solid foundation toward a future with any professional InfoSec work. As we continually see, those entering the Offensive Security PWK program with previous working experience with Kali, and a general familiarity with Linux, tend to do better in the real world OSCP exam." Details on the certification program and a new book, "Kali Linux Revealed: Mastering the Penetration Testing Distribution", are available on the project's website.
* * * * *
TrueOS (formerly PC-BSD) is a rolling release operating system based on FreeBSD. The TrueOS team is currently testing the OpenRC init software as a potential replacement for FreeBSD's RC. OpenRC is already used by some Linux projects and is an init option for Gentoo users. A post on the TrueOS website covers some of the benefits of the change: "With OpenRC, TrueOS boot times have been reduced from generally over one minute to around ten seconds. The organization of service config files lends itself to simpler manipulation of individual services. OpenRC also provides more reliable service status by using the start-stop-daemon or the built-in supervisor. So, TrueOS now starts faster, is more/differently organized, and is more reliable." Documentation for using OpenRC on TrueOS can be found in the project's Handbook.
* * * * *
The HandyLinux distribution is a beginner friendly project based on Debian. The distribution features a custom application menu which was designed to make using Linux easy for newcomers. HandyLinux is also, primarily, a French language distribution and a good platform for French speaking people. Sadly, the HandyLinux project is shutting down. In a farewell blog post the project explains that the distribution did not attract enough community support. An English translation of the post reads, in part: "Let us rejoice in the disappearance of this distribution which has shown that an additional distro is not the best idea because, apart from the dispersion of development resources, there is also (and above all) dispersion of support resources . It is this aspect that HandyLinux has lacked: not enough people to form a solid community and able to face the inevitable attacks as soon as one has a hair of success." The project's website, forums and other resources will remain in place for over a year, until April 6, 2018. This should give HandyLinux users time to migrate to other platforms.
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Remotely running desktop applications
Working-from-afar asks: Can I login to my Linux computer from another computer and run desktop apps so that they show up on my screen, even if someone else is using the computer?
DistroWatch answers: Yes, you can. In fact, the idea of multiple people working (locally or remotely) on the same computer is one of the key design features of Linux and other UNIX-like operating systems. There are a few different approaches we can take to achieve running desktop applications remotely, depending on our preferences.
Perhaps the most traditional method of logging into a Linux system remotely and running desktop applications, whether someone else is logged into the remote computer or not, is to use OpenSSH and a technique called X forwarding. This gives you a command line interface to the remote computer. Then, when you launch desktop applications from your command line, the remote computer runs the application and displays it on your local desktop.
The initial set up is fairly straight forward. The remote computer, the one that will be hosting your applications and files, needs to be running the OpenSSH server service. On most distributions this can be achieved by simply installing the openssh-server package. If you're running a firewall on this computer, make sure you leave the OpenSSH port (by default it is port 22) open.
The computer you will be sitting at needs to have the OpenSSH client software installed. Most Linux distributions include the OpenSSH client in the default installation. Then you can connect to the remote computer using the ssh command with the hostname or IP address of the remote computer.
ssh -Y remote-host-ip
The above command will open a command line on the remote computer. You can then run commands such as firefox, gedit or abiword in order to launch desktop applications. These programs run on the remote computer, but display their windows on your desktop.
Another approach is to use virtual network computing (VNC). The initial set up is fairly similar to the first approach. We need to install a VNC server on the remote computer and a VNC client on our local computer. There are several VNC programs from which to choose. Personally, I like running x11vnc as the service on the remote computer and xtightvncviewer as the client on my local machine. These two packages may not have many features, but they are extremely easy to use. Simply install the x11vnc package on the remote computer and run the x11vnc command. Then, on the local computer run:
xtightvncviewer remote-host-ip:5900
In this case remote-host-ip is the IP address or hostname of the remote computer and 5900 is the default port number we are connecting to. The above command connects to the remote computer and displays whatever is on the screen at the time. You can then interact with the remote system as if you were there, though with a slight lag in desktop responsiveness.
By default, x11vnc does not require a password to connect to the server from a remote computer. It is a good idea to change this behaviour via one of x11vnc's authentication methods, such as the -usepw parameter. The x11vnc manual page provides a list of security options.
The only problem with x11vnc is that, by default, it shows us what is on the screen of the remote computer. Which is fine if no one else is using it, but if the remote computer is being used by someone else, then we probably want to have our own, private desktop session, and not interfere with what they are doing.
In situations where we want to start a fresh desktop session rather than connect to an existing graphical session, we can use Tight VNC Server. The Tight VNC Server package works a lot like x11vnc, but it creates a new desktop session we can connect to and use remotely. Once the tightvncserver package has been installed, it can be run with a simple command:
tightvncserver
The server will listen on a network port of 5900 or higher. The first session will usually be served on port 5901, the second on 5902 and so on. We can then connect to the remote computer using the xtightvncviewer application as shown above.
The Ubuntu community documentation has a page dedicated to the various ways to set up VNC connections and explores security options to protect the VNC server.
* * * * *
For more questions and answers, visit our Questions and Answers archive.
|
Released Last Week |
antiX 16.1
A new version of antiX, a Debian-based distribution featuring a simple desktop built around several lightweight and rarely-used window managers, has been released: "antiX 16.1 'Berta Cáceres' released. Bug-fix version, including all updates from Debian 'Jessie' and security-patched kernels. Existing users of antiX 16 do not need to download and install; simply update via the repositories. So what is new? Not a lot, but we have included two excellent new applications - live-kernel-updater and live-usb-maker. Debian 8.7, but free of systemd. And it fits on a CD. Great live USB features. As usual, antiX comes in 3 flavours for both 32-bit and 64-bit processors: Full - 4 windows managers (IceWM, Fluxbox, JWM, herbstluftwm); Base - 3 windows managers (Fluxbox, JWM, herbstluftwm); Core-Libre - no X window, just enough to get you connected and ready to build. Uses a 'libre' kernel. Customised 4.4.10 LTS kernel with fbcondecor splash." Visit the project's home page to read the brief release announcement.
Vinux 5.1
The Vinux distribution is an Ubuntu-based project developed for blind and partially sighted people. Vinux provides screen readers, Braille support and high contrast icons. The latest release from the project, Vinux 5.1, is based on Ubuntu 14.04.5 LTS and offers three desktop environments: Unity 7.2.4, GNOME 3.10.4 and MATE 1.8. "This release features not just the Unity Desktop, but GNOME Shell and the ever popular GNOME 2 fork called MATE, though we primarily will support Unity only. Remember we recommend that when possible users perform updates on a regular basis. This will enable the Vinux team to update packages, and introduce new features. Vinux 5.1 is based upon Ubuntu 'Trusty Tahr' 14.0.4.5 LTS." The release notes mention a regression in console speech changes: "We are unable to include the Vinux 4.0 console speech changes due to Vinux 5.1 not using ConsoleKit any longer, please see the wiki for more information. To use speechd-up log in to your desktop session and run sudo speechd-up from a GNOME terminal or add a start-up item to do it automatically upon login." The release announcement has further details.

Vinux 5.1 -- Running the Unity desktop
(full image size: 989kB, resolution: 1280x1024 pixels)
BitKey 14.1.0
BitKey is a specialist, Debian-based distribution designed for Bitcoin users - it provides useful utilities to perform highly secure air-gapped Bitcoin transactions as well as tools for most paranoid Bitcoin users, such as Warpwallet for generating a "brainwallet". It is developed by the TurnKey Linux project. The distribution's first release, version 14.1.0, was announced yesterday on its GitHub page: "BitKey 14.1.0. Changes: refreshed component versions and base operating system to Debian 'Jessie'; manually verified and signed integrity of upstream components; new Bitcoin apps - warpwallet, coinbin and libbitcoin-explorer (bx); new packages - secure-delete, dosfstools (mkfs.vfat); added background color labels to boot modes; desktop UX - cut and paste, improved keybindings." See also BitKey's website to learn about the product's features and to read about its security modes.
* * * * *
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 here. All torrents we make available here are also listed on the very useful Linux Tracker website. Thanks to Linux Tracker we are able to share the following torrent statistics.
Torrent Corner statistics:
- Total torrents seeded: 280
- Total data uploaded: 53.7TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Running desktop applications remotely
In our Questions and Answers column this week we talked about running desktop applications remotely. We would like to get an idea of what approach our readers prefer to use to access their desktops from a distance. Do you use X11 forwarding, VNC or some other method? Leave us a comment with your tips for accessing a desktop remotely.
You can see the results of our previous poll on bittorrent clients here. All previous poll results can be found in our poll archives.
|
Running desktop applications remotely
I use X11 forwarding: | 240 (17%) |
I use a shared VNC connection: | 41 (3%) |
I use a private VNC connection: | 130 (9%) |
I use another method: | 146 (10%) |
I do not run desktop applications remotely: | 869 (61%) |
|
|
DistroWatch.com News |
Project rankings and an interview
This past week we introduced two new features to DistroWatch. The first is a page where our readers can submit mini-reviews and ratings of distributions. Each week we share our views on open source operating systems and we are making it possible for you to submit your own thoughts and ratings. To go along with the ratings people submit, we have created another page which displays distributions ranked by their average rating. We hope that, over time, as more reviews are submitted these reviews will help newcomers find projects best suited to their needs.
In other news, Dedoimedo interviewed our own Jesse Smith and the text of that interview has been posted. The interview covers the past and future of DistroWatch, Star Trek, yoga and fragmentation in the Linux community. They also discuss the airspeed velocity of an unladen swallow. The following is a brief quote from the interview: "Whenever someone publishes a new project they have started and asks for feedback, someone in the forum/mailing list/Reddit thread will ask why the person bothered, why create yet another distribution, text editor or configuration tool? I say: do it because you can, because it's educational, because creating things is fun! Do it because making something and sharing it with the world is more interesting than trivializing other people's hobbies on the Internet. The open source community benefits when we participate, even in small ways, so please get involved. As we say in Canada, pick up a stick and get in the game! It's more fun to play than to sit on the sidelines."
* * * * *
New distributions added to database
BitKey
BitKey is a Debian-based live distribution containing specialist utilities to perform highly secure air-gapped Bitcoin transactions. It contains a swiss army knife of handy Bitcoin tools that support a wide range of usage models, including a few very secure ones which would otherwise be difficult to perform. The system boots into one of the three available modes: "cold-offline" - for creating a wallet and signing transactions; "cold-online" - for watching the wallet and preparing transactions; "hot-online" - standard usage but less secure as the private keys are known to the computer which is connected to the internet. BitKey also provides tools for generating "brainwallets", for the most paranoid of Bitcoin users. The live CD provides a simple desktop based on the Metacity window manager with quick links to the Bitcoin tools and Chromium for web browsing.

BitKey 14.1.0 -- Running the Metacity window manager
(full image size: 1.6MB, resolution: 1280x1024 pixels)
* * * * *
Distributions added to waiting list
- axle OS. axle is a small UNIX-like hobby operating system. It is independently developed and not a derivative of Linux. Everything used within axle is implemented from the ground up, aside from the bootloader (GRUB). axle is mainly interfaced through a command line shell.
- Daphile. Daphile is a dedicated media server and player. The operating system is designed to be run on headless computers. The system stores and plays media files and is intended to be easy to use.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 30 January 2017. 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: 0, value: US$0.00) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
| |
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
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 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline updates |
• Issue 985 (2022-09-12): Garuda Linux, using root versus sudo, UBports on the Fairphone 4, Slackware reverses change to grep |
• Issue 984 (2022-09-05): deepin 23 Preview, watching for changing to directories, Mint team tests Steam Deck, Devuan posts fix for repository key expiry |
• Issue 983 (2022-08-29): Qubes OS 4.1.1, Alchg Linux, immutable operating systems, Debian considers stance on non-free firmware, Arch-based projects suffer boot issue |
• Issue 982 (2022-08-22): Peropesis 1.6.2, KaOS strips out Python 2 and PulseAudio, deepin becomes independent, getting security update notifications |
• Issue 981 (2022-08-15): Linux Lite 6.0, defining desktop environments and window managers, Mint releases upgrade tool, FreeBSD publishes status report |
• Issue 980 (2022-08-08): Linux Mint 21, Pledge on Linux, SparkyLinux updates classic desktop packages, Peppermint OS experiments with Devuan base |
• Issue 979 (2022-08-01): KaOS 2022.06 and KDE Plasma 5.25, terminating processes after a set time, GNOME plans Secure Boot check |
• Issue 978 (2022-07-25): EndeavourOS 22.6, Slax explores a return to Slackware, Ubuntu certified with Dell's XPS 13, Linux running on Apple's M2 |
• Issue 977 (2022-07-18): EasyOS 4.2, transferring desktop themes between distros, Tails publishes list of updates, Zevenet automates Let's Encrypt renewals |
• Issue 976 (2022-07-11): NixOS 22.05, making a fake webcam, exploring the Linux scheduler, Debian publishes updated media |
• Issue 975 (2022-07-04): Murena One running /e/OS, where are all the openSUSE distributions, Fedora to offer unfiltered Flathub access |
• Issue 974 (2022-06-27): AlmaLinux 9.0, the changing data of DistroWatch's database, UBports on the Pixel 3a, Tails and GhostBSD publish hot fixes |
• Issue 973 (2022-06-20): openSUSE 15.4, collecting distro media, FreeBSD status report, Ubuntu Core with optional real-time kernel |
• Issue 972 (2022-06-13): Rolling Rhino Remix, SambaBox 4.1, SUSE team considers future of SUSE and openSUSE Leap, Tails improves Tor Connection Assistant |
• Issue 971 (2022-06-06): ChimeraOS 2022.01.03, Lilidog 22.04, NixOS gains graphical installer, Mint replaces Bluetooth stack and adopts Timeshift, how to change a MAC address |
• Issue 970 (2022-05-30): Tails 5.0, taking apart a Linux distro, Ubuntu users seeing processes terminated, Budgie team plans future of their desktop |
• Full list of all issues |
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
ArcoLinux
ArcoLinux (previously known as ArchMerge) is a distribution based on Arch Linux. The development takes places in three branches - ArcoLinux, ArcoLinuxD and ArcoLinuxB. ArcoLinux is a full-featured distribution that ships with the Xfce desktop (as well as Openbox and i3 window managers). ArcoLinuxD is a minimal distribution that includes scripts that enable power users to install any desktop and application. ArcoLinuxB is a project that gives users the power to build custom distributions, while also developing several community editions with pre-configured desktops, such as Awesome, bspwm, Budgie, Cinnamon, Deepin, GNOME, MATE and KDE Plasma. ArcoLinux also provides various video tutorials as it places strong focus on learning and acquiring Linux skills.
Status: Active
|
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
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.
|
|