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: N/A from 0 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) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
| |
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 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• Issue 1043 (2023-10-30): Murena Two with privacy switches, where old files go when packages are updated, UBports on Volla phones, Mint testing Cinnamon on Wayland, Peppermint releases ARM build |
• Issue 1042 (2023-10-23): Ubuntu Cinnamon compared with Linux Mint, extending battery life on Linux, Debian resumes /usr merge, Canonical publishes fixed install media |
• Issue 1041 (2023-10-16): FydeOS 17.0, Dr.Parted 23.09, changing UIDs, Fedora partners with Slimbook, GNOME phasing out X11 sessions, Ubuntu revokes 23.10 install media |
• Issue 1040 (2023-10-09): CROWZ 5.0, changing the location of default directories, Linux Mint updates its Edge edition, Murena crowdfunding new privacy phone, Debian publishes new install media |
• Issue 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• Issue 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Full list of all issues |
Star Labs |
Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Random Distribution |
Zeus Linux
Zeus Linux was a Greek Linux distribution based on Slackware Linux. It includes many fixes, such as remaking init scripts, new precompiled kernels for workstation machines, several tools that we believe should be included in all distributions (Zebra for advanced routing, FreeSwan ipsec tunnels, Open-nms for network monitoring, Ntop, Mailscanner, Sophos Antivirus, Mrtg, Rrdtool for graph making, sawmill log analyzer and many other useful tools for power users).
Status: Discontinued
|
TUXEDO |
TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Star Labs |
Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|