DistroWatch Weekly |
DistroWatch Weekly, Issue 723, 31 July 2017 |
There are many benefits to setting up a home server, including saving on the cost of third-party solutions, privacy, being able to secure the system, and getting to control the exact features available. However, setting up a custom server solution can take time. This is why distributions such as UBOS are useful. The UBOS project makes setting up new servers a quick process, automating most of the configuration steps. We begin this week by exploring UBOS and its custom features. Also in this issue we talk about Korora's handy guide to popular applications and Ubuntu MATE seeking feedback on media players. Plus we talk about GNUstep Live CD's first release in over seven years and OpenBSD switching to Clang for the project's default compiler. We also discuss how to transfer lists of installed applications between operating systems. In our Opinion Poll we ask our readers what your preferred method is for syncing applications between computers. We also share the project releases of the past week and provide a list of the torrents we are seeding. Last week we introduced a new search feature which allows DistroWatch readers to find operating systems which support running either Flatpak or Snap packages. Finally, we are pleased to report the ArchLabs distribution has been added to our database. We wish you a wonderful week and happy reading!
Content:
- Review: Set up web services quickly with UBOS 11
- News: Korora provides list of popular applications, Ubuntu MATE seeks user feedback and unveils HUD, GNUstep releases first update in seven years, OpenBSD to use Clang by default
- Questions and answers: Transferring a list of installed packages
- Released last week: openSUSE 42.3, FreeBSD 11.1
- Torrent corner: 4MLinux, Clonezilla, FreeBSD, GNUstep, openSUSE, Sabayon, SystemRescueCd
- Upcoming releases: Black Lab Linux 9.1
- Opinion poll: Installing applications on a new computer
- DistroWatch.com news: Distributions which support Flatpak or Snap
- New additions: ArchLabs, Cucumber Linux
- New distributions: Arch XFerience, RedLinux
- Reader comments
|
Feature Story (by Jesse Smith) |
Set up web services quickly with UBOS 11
UBOS is a rolling release distribution based on Arch Linux. The project produces an operating system for servers with the intent of making it a very quick and easy process to set up web-based services. The project's website states:
We created UBOS, a new Linux distro, in order to make it simple to set up and maintain a Linux server that runs common web applications and keeps data under control of the owner of the server.
Using a friendly command line utility called ubos-admin, it is possible for the user to install new web applications, create backups, install free security certificates from Let's Encrypt and keep the system up to date.
The UBOS website mentions a few other useful features:
• [UBOS] pre-installs and pre-configures networking and other infrastructure, so it is ready to be used as soon as it has booted.
• Systems that have two Ethernet interfaces can be turned into a home router/gateway with a single command. In this gateway configuration, UBOS automatically sets up network masquerading, a firewall, a local DNS and DHCP server.
• UBOS can backup or restore all, or any subset of installed applications on a device, including their entire configuration (like TLS) in a single command.
Each of these features can be accessed using a single, short command from the console. I will come back to specific examples of UBOS's convenient functions later.
Installing
UBOS is available in a variety of builds. We can download disk images for Raspberry Pi, BeagleBone Black and Marvell EspressoBIN computers. There are also installation images for 64-bit x86 personal computers and virtual machine disk images. These downloads range in size from about 410MB to 530MB. The downloads are compressed and, when decompressed, the disk images are approximately 3GB in size.
When installing UBOS on a personal computer or server, we can boot the installation media to a text console and run a single command to launch an automated install process. We need only to provide the name of the disk where UBOS is to be installed.
First impressions
The installed copy of UBOS boots to a text console where we can sign into the root account without needing a password. By default the UBOS environment is fairly minimal. We are given just a command line environment without many utilities and no manual pages. In the background, UBOS runs the OpenSSH secure shell service. With the default settings, the root user cannot login to UBOS remotely and there are no other user accounts we can use to sign in. Later, if we like, we can set up a regular user account and use it to access UBOS from another computer.
The operating system uses about 100MB of RAM and takes up 1GB of disk space. Later, as we add more services, these resource requirements climb a bit. I found running a few web applications used just over 1GB of disk space and about 200MB of RAM.
UBOS, being based on Arch Linux, runs cutting edge software. At the time of writing, this includes systemd 232 and version 4.11.3 of the Linux kernel. I was surprised to discover UBOS uses the advanced Btr file system for its root partition. Btrfs is not commonly used yet by many Linux distributions, but it offers a number of intriguing features such as file system snapshots.
Using UBOS
Most of UBOS's features are accessed through a command line utility called ubos-admin. This tool assists us in installing software updates, setting up new services, checking the status of running services, performing backups and restoring the system from a backup archive. Tutorials on how to use each of the ubos-admin features can be found in the UBOS documentation. Most of these functions are summarized in the UBOS Quick-Start guide.
The ubos-admin utility can help us set up eight different web-based services, which we can see listed on the project's website or by running the "pacman -Sl hl" command. When we want to install and configure a new service we can run the command "ubos-admin createsite". This launches a command line wizard where we are asked to provide the name of a service we wish to install. The wizard asks us to provide a username and password we will use to access the new web-app service. We are then asked to provide a URL where we will be able to access the new service. The wizard downloads the packages we need and performs the necessary configuration steps. The ubos-admin tool then offers to set up another service.
When the tool is finished running, we have the requested chat client, Wordpress installation, Nextcloud and/or wiki running on our computer. The entire process for each set up generally takes less than a minute. This makes setting up new web services much faster than it would be to configure these services and their web server entries by hand. Visiting our computer's URL in a web browser lists the available applications we are running and we can alternately link directly to each service using the URL we selected when running "ubos-admin createsite".

UBOS 11 -- Listing installed services
(full image size: 59kB, resolution: 1055x798 pixels)
I tried setting up a couple of services and had mixed results. For example, the Wordpress blogging software worked perfectly and the wiki software seems to work well. However, when I installed the NextCloud file synchronization application the software installed, but produced errors whenever I tried to access the NextCloud front page.
The ubos-admin utility can perform a number of other useful tasks, including listing installed web applications and showing us the status of each service. Perhaps one of the more impressive features is the ability to backup all of our web services and data with a single command.
Running "ubos-admin backup --out my-archive" creates an archive file with all of our web applications and data. The my-archive file can be transferred to another server or disk for safe keeping. We can then restore our web services from the backup by running "ubos-admin restore --in my-archive". I was pleased to find that the restore feature works on clean installations of UBOS. This means if our server completely fails, we can install UBOS on another computer and restore all of our web services to working order by running the restore command on an existing archive.
Other observations
For the most part UBOS and its utilities worked well for me. The ubos-admin tool works as advertised and I found the speed and ease of use impressive. I did, however, run into a couple of problems during my time with UBOS.
One of the bigger issues I ran into was that, once I had set up a couple of services with "ubos-admin createsite", I was unable to add new services later. For example, at one point I set up an installation of UBOS running Wordpress and NextCloud. This initial configuration went smoothly. Later, I tried to run "ubos-admin createsite" again in order to add the Mattermost application and the ubos-admin tool informed me I could not add new services as the server had already been set up. It appears that appending new services to an existing installation of UBOS will not work. This seems to me to be a severe limitation as it means we cannot extend an existing server's functionality the way we would with other common server distributions.
Another problem I ran into was with getting UBOS to shut down. When no web applications were installed, I was able to power down or reboot the computer without any problem. However, as soon as I installed a web service, the shutdown and reboot commands no longer worked. The system would start to shut down and then freeze. I was able to use the poweroff command to shut down the system, but could not find a way to reboot. This meant that remotely upgrading and restarting the server was not possible; maintenance requiring a reboot would need to be performed while physically sitting at the computer. For UBOS users at home this would not be much of an issue, but it would be a notable limitation for people working remotely.
Conclusions
Some people might think that UBOS is targeting less experienced users with its talk of quickly and easily setting up popular web services at home. At least that was my initial impression of the project's mission. However, I came to realize that UBOS makes certain admin tasks very fast and convenient, but not necessarily beginner friendly. Running UBOS means using the command line and being comfortable with the Linux command line tools. The UBOS project does provide us with documentation for using the ubos-admin software which is very useful, but we are not given manual pages or guides for other commands. This means UBOS users should already be comfortable working from a terminal, but do not necessarily need to know anything about setting up an Apache web server or web applications.
For the most part, UBOS does a good job of making it quick and easy to set up a handful of web services. What would usually take me twenty minutes to install, configure and test takes less than five minutes with UBOS and I appreciate this time saving technology. The ability to backup multiple websites and their databases in seconds with one command is also a very welcome feature.
There were downsides to using UBOS I ran into. One was the distribution refusing to reboot after services were installed. The second was the issue I ran into where I could not install new services once web applications had already been installed. This seems like a restriction which would get in the way in any situation where we want to experiment with new applications.
A final issue I ran into was UBOS currently does not offer many pre-packaged services. There are, at the time of writing, eight available web services we can install and configure with a single command. This is a good start, but I hope more services are added later, perhaps for other blogging software, development tools and other common web services. The basics many home users are likely to want are already in UBOS's inventory and I hope the selection is expanded to appeal to a wider audience in the future.
* * * * *
Visitor supplied rating
UBOS has a visitor supplied average rating of: 4/10 from 1 review(s).
Have you used UBOS? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Korora provides list of popular applications, Ubuntu MATE seeks user feedback and unveils HUD, GNUstep releases first update in seven years, OpenBSD to use Clang by default
When new users first try a Linux distribution one major challenge is discovering which applications they should use to perform tasks. To save their users from digging through a long list of applications in search of the right one the Korora team has put together a quick guide that matches popular applications to specific tasks. "One of the core aims of the Korora Project is to provide an out-of-box Linux experience that can take care of the average user's daily needs with entirely free software. To save you the trouble of digging through every pre-installed application, we have compiled a list of the prepackaged applications within each version of Korora that fulfill a specific purpose. This will hopefully save you some trouble from immediately downloading more software when the right tool may already be installed." The guide is divided into five separate sections, one for each desktop edition Korora offers.
* * * * *
The Ubuntu MATE team is seeking feedback from the community as to which media player people would like to see installed by default. The project has set up a poll and invited people to vote on whether they think VLC, MPV or Totem would be the best default video player for the distribution. The winner of the poll will likely become the default player in the upcoming release of Ubuntu MATE 17.10.
One of the new features Ubuntu MATE is experimenting with for the upcoming 17.10 release is a global menu with HUD support. The HUD, which was a popular feature of the Unity 7 desktop, allows users to search quickly through an application's menu without taking their hands off the keyboard. The user can tap a short-cut key and type the name of the function they wish to use. A demonstration of the HUD at work can be found in the release announcement for Ubuntu MATE 17.10 Alpha 2. "This is something we started during Ubuntu MATE 16.10 and never perfected, but is now ready for prime time. A favourite of Unity 7 users is the Heads-Up Display (HUD) which provides a way to search for and run menu-bar commands without your fingers ever leaving the keyboard. So if you're trying to find that single filter in GIMP but can't remember which filter category it fits into or if you can't recall if Preferences sits under File, Edit or Tools on your favourite browser, you can just search for it rather than hunting through the menus."
* * * * *
GNUstep Live CD is a Debian-based live disc which features the GNUstep software. The GNUstep Live CD distribution had been dormant for approximately seven years, but has since been updated with a new release. The new version runs on 64-bit x86 computers and brings many major version bumps to installed packages. More information can be found on the project's website.
* * * * *
The OpenBSD project has traditionally shipped with the GNU Compiler Collection (GCC) as the operating system's default compiler. While the GNU compiler will continue to be available to developers, the OpenBSD project is switching to using the Clang compiler as the default compiler on the x86 and x86_64 architectures. Clang has been gaining adoption, particularly in the BSD community, due to its clear error messages and liberal license.
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Transferring a list of installed packages
Taking-my-packages-with-me asks: Is there a way to transfer the list of installed packages from one computer to another? Like if I am setting up a new computer with Ubuntu 17.04 can I transfer the list of installed packages from my old Ubuntu 16.04 system?
DistroWatch answers: Yes, there are a few ways to transfer a list of installed packages from one computer to another and optionally install the same packages on the new system. However, when switching between two separate distributions (or different versions of the same distribution) it is possible to run into incompatibilities. Distributions sometimes name their packages differently and packages may disappear from one version of an operating system to the next.
With Ubuntu, and other members of the Debian family, it is possible to get a list of installed (also referred to as selected) packages on the first computer by running the command
dpkg --get-selections
The above command will display a list of software components and their status. To save this information to a file we can redirect the output to a text file:
dpkg --get-selections > package-list
The package-list file can be transferred to another computer and then used to select/install the same software on the second computer. This is done by first transferring the list to the new computer and then using a utility called dselect to help install the software on your new computer.
First we need to make sure the dselect utility is present on the new computer:
sudo apt-get update
sudo apt-get install dselect
Then we import the list of packages we saved from the old computer and install them.
sudo dselect update
sudo dpkg --set-selections < package-list
sudo apt-get dselect-upgrade
I also recommend making sure any non-standard repositories you have enabled on your old computer you also enable on your new computer. If you have set up a third-party repository for installing Chrome, for example, then that repository should be enabled prior to performing the above steps to install your software on the new computer. You can usually find a list of enabled repositories in the /etc/apt/sources.list.d directory.
When setting up repositories on the new computer, I do not recommend simply copying the repository files from your old computer's /etc/apt/sources.list directory as they may contain version-specific information. In other words, we do not want the new version of your operating system to try to install software from repositories containing packages for older versions of your distribution. It is better to set up your repositories fresh, following instructions from the upstream website to avoid version conflicts.
Different distributions use different package managers and the above steps will only work on the Debian family of distributions. If you are using a distribution in the Fedora family then it will be necessary to perform similar steps using the RPM and DNF software utilities. On the older computer you could use RPM to get a list of installed packages:
rpm -qa --qf "%{NAME}\n" > package-list
Then, transfer the package-list file to the newer computer and run the DNF command to import the list of packages:
sudo dnf install $(cat package-list | tr '\n' ' ')
Each package manager has its own methods for providing a list of installed packages and for importing a list of software to install. For distributions not in the Fedora or Debian families, I recommend reading your operating system's documentation on exporting and importing lists of installed packages.
* * * * *
More answers can be found in our Questions and Answers archive.
|
Released Last Week |
FreeBSD 11.1
The FreeBSD Release Engineering Team has announced the availability of FreeBSD 11.1. The 11.1 release is the latest stable version of the venerable FreeBSD operating system. The new version features updates to the project's compiler and linking tools, ZFS now supports compressed cache and the efivar utility has been added for managing UEFI variables. "The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 11.1-RELEASE. This is the second release of the stable/11 branch. Some of the highlights: Clang, LLVM, LLD, LLDB, and libc++ have been updated to version 4.0.0. Many third-party (contributed) software updates, such as the Elf Tool Chain, ACPICA, libarchive(3), ntpd(8), unbound(8), and more. Support for blacklistd(8) has been added to OpenSSH. The zfsbootcfg(8) utility has been added, providing one-time boot.config(5)-style options for zfsboot(8). The efivar(8) utility has been added, providing an interface to manage UEFI variables. Support for Microsoft Hyper-V Generation 2 virtual machines has been added. The ena(4) driver has been added, providing support for "next generation" Enhanced Networking on the Amazon EC2 platform. The NFS client now supports the Amazon Elastic File System (EFS). The EFI loader can now access remote files via TFTP in addition to NFS as a runtime configuration option. ZFS now stores compressed data in cache, improving cache hit rates and performance." Details can be found in the project's release announcement and release notes.
openSUSE 42.3
The openSUSE team has unveiled a new version of openSUSE's Leap edition. The new version, openSUSE Leap 42.3, is a conservative update to the Leap series, introducing mostly minor fixed and package updates. "The release of Leap 42.3 provides adopters a reliable server operating system for deploying IT services in physical, virtual or cloud environments. Leap's third edition of the 42 series has more than 10,000 packages and offers stability-minded users a refresh and hardware enablement release. The release is powered by the same Linux 4.4 Long-Term-Support (LTS) kernel found in the previous Leap edition. Leap 42.3 continues to use KDE's Long-Term-Support release 5.8 as the default desktop selection while also offering GNOME 3.20, the same as used by SUSE Linux Enterprise. A variety of additional desktops is available in the installer through the newly designed desktop selection." Additional information can be found in the project's release announcement and in the release notes.
* * * * *
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: 510
- Total data uploaded: 14.8TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Installing applications on a new computer
When installing a new operating system or moving to another computer, it is convenient to be able to transfer the applications we usually use from our old operating system to the new one. In this week's Questions and Answers article we discussed ways to get a list of installed packages to move to another operating system. We would like to find out how our readers transfer their software between systems. Feel free to provide your own tips for taking applications with you between computers in the comments.
You can see the results of our previous poll on monitoring system logs in last week's edition. All previous poll results can be found in our poll archives.
|
Installing applications on a new computer
I export/import package lists: | 89 (6%) |
I use a sync service: | 9 (1%) |
I manually track software and install it myself: | 598 (37%) |
I only install new applications as I need them on the new OS: | 858 (53%) |
Other: | 57 (4%) |
|
|
DistroWatch.com News |
Distributions which support Flatpak or Snap
With a growing number of Linux distributions supporting either the Flatpak or Snap portable package formats, we have been getting more requests to make these features searchable. It is now possible to find distributions which feature one (or both) of these portable package formats on our Search page. The search filters for Flatpak and Snap can be selected in the Package management field.
At this time the list of distributions we display is not complete. Searches for Snap and Flatpak will only include the projects which we have been able to verify either include support for these formats in the default installation or in the default repositories. Distributions which offer Flatpak or Snap support through third-party repositories are not listed. The search results also will not include projects which may offer these technologies but we have not been able to verify it yet. If you notice a project which has documented support for either Flatpak or Snap which we are not listing on the Search page, please let us know.
* * * * *
New projects added to database
ArchLabs
ArchLabs is a distribution based on Arch Linux and featuring the Openbox window manager as the primary desktop interface. ArchLabs is a 64-bit, rolling release distribution which provides a live DVD. The distribution can be installed using the Calamares graphical system installer.

ArchLabs 5.0 -- Running Openbox
(full image size: 456kB, resolution: resolution: 1280x1024 pixels)
Cucumber Linux
Cucumber Linux aims to provide a Linux distribution that is usable as an every day, general purpose operating system. It aims to this in as minimalistic a way as possible and in a way that follows the Unix Philosophy. Cucumber Linux favours simplicity and modularity of design over simplicity of use. While developed independently, Cucumber's design is heavily influenced by Slackware Linux.

Cucumber Linux 1.0 -- Running the Xfce desktop environment
(full image size: 331kB, resolution: 1024x768 pixels)
* * * * *
Distributions added to waiting list
- Arch XFerience. Arch XFerience is a desktop distribution based on Arch Linux. The distribution runs the Xfce desktop and includes Flash and multimedia support.
- RedLinux. RedLinux is a desktop distribution based on Lubuntu's latest LTS version.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 7 August 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: 4, value: US$49.41) |
  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 | 
Qubes OS
Qubes OS is a security-oriented, Fedora-based desktop Linux distribution whose main concept is "security by isolation" by using domains implemented as lightweight Xen virtual machines. It attempts to combine two contradictory goals: how to make the isolation between domains as strong as possible, mainly due to clever architecture that minimises the amount of trusted code, and how to make this isolation as seamless and easy as possible.
Status: Active
|
Linux Training |

|
|