DistroWatch Weekly |
DistroWatch Weekly, Issue 758, 9 April 2018 |
Welcome to this year's 15th issue of DistroWatch Weekly!
Software is constantly changing, new features are added and security holes are patched. Virtually every operating system connected to the Internet will receive a regular stream of new packages in an effort to keep up. All of these changes and upgrades are a problem for administrators who crave reliability and openSUSE is hoping to address that with their new Transactional Updates. These updates should be atomic, reversible and can be managed using the existing openSUSE tools. We have more details on openSUSE's Transactional Updates in our News section. Plus we talk about LibreELEC expanding and looking for help building and testing their many device images. We also report on SUSE Linux Enterprise getting official support on the Raspberry Pi, SparkyLinux reducing the number of editions it provides, and Fedora phasing out Python 2. First though, we turn our attention to a small, UNIX-like operating system called Sortix. The Sortix project may lack some modern features, but it is small, fast and well documented. We have more on this young operating system in our Feature Story. Then, in our Questions and Answers column we talk about where to find collections of portable packages in the popular Flatpak, AppImage and Snap formats. We are also happy to share the releases of the past week and provide a list of the torrents we are seeding. In our Opinion Poll we ask how long you have been running your current operating system. Are you content to stick with one OS for a while or do you prefer to hop around? Whatever your distrohopping style, we wish you all a fantastic week and happy reading!
Content:
- Review: Sortix 1.0
- News: LibreELEC seeks image builders, SLE supports Raspberry Pi, openSUSE introduces atomic updates, Fedora phasing out Python 2, SparkyLinux streamlining downloads
- Questions and answers: Locating portable packages
- Released last week: OpenBSD 6.3, NixOS 18.03
- Torrent corner: Antergos, feren OS, Live Rasizo, NixOS, OpenBSD, Raspberry Slideshow, SwagArch, SystemRescueCd
- Upcoming releases: SUSE Linux Enterprise 15 RC3
- Opinion poll: How long do you run the same distro?
- New distributions: SoNebuntu, SuperGamer Linux
- Reader comments
|
Feature Story (by Jesse Smith) |
Sortix 1.0
Most of the time I review Linux distributions with the occasional trek into BSDland. This week I want to shift gears and focus on a lesser-known branch of the UNIX-like family tree: Sortix. The Sortix operating system began development in 2011 and is made up of a custom kernel and userland tools. The project implements a modern implementation of the POSIX standard without carrying legacy backward compatibility. The project's website states:
Sortix is a small self-hosting operating system aiming to be a clean and modern POSIX implementation. It is a hobbyist operating system written from scratch with its own base system, including kernel and standard library, as well as ports of third party software. It has a straightforward installer and can be developed under itself. Releases come with the source code in /src, ready for tinkering.
Sortix is available in 32-bit and 64-bit builds for x86 systems and the whole operating system (kernel, command line utilities, installer and source code) is available as a single 70MB download. Booting from the downloaded ISO brings up a boot menu where we can choose to start a live session of the OS or launch the project's installer.
Sortix 1.0 -- Exploring the live environment
(full image size: 7kB, resolution: 800x600 pixels)
Taking the live session option boots us to a text console with the Sortix logo displayed at the top of the screen. We are automatically logged in as the root user. A quick look around the command line interface reveals that Sortix includes most of the standard UNIX command line programs such as ls, cat, man and cd. This allows us to navigate the file system, which shares the same layout as most Linux distributions and the BSDs. There is a welcome text file in the root user's home directory which tells us we can run "man installation" to get advice on setting up the operating system on our hard drive. We are also told to run "man user-guide" to get introductory information on navigating and using Sortix.
The Sortix shell looks and acts like the Bash shell and accepts control characters such as Ctrl-C to terminate a process and Ctrl-L to clear the screen. We can use the up/down arrows to access our past command line history.
Installing
Sortix's installer can be accessed through the boot menu or by running sysinstall from the live environment. The installer's steps are outlined in a manual page and in the on-line documentation. The installer is text-based and begins by warning us of some of Sortix's shortcomings. For example, Sortix features file system permissions, but they are not enforced and user programs can gain root access by calling certain functions. In other words, Sortix has several features, but still lacks security and people should not run it on multi-user systems.
Sortix 1.0 -- The system installer
(full image size: 14kB, resolution: 800x600 pixels)
The installer walks us through selecting a keyboard layout and screen resolution. We can choose where to install the GRUB boot loader and then the installer runs a command line partition manager called Disk Editor (disked).
Disk Editor has some good points and some rough edges. For example, I like that typing "man" in Disk Editor opens its manual page so we can learn how to use its options. I think that is a great feature. However, I found Disk Editor does not recognize partition or device names and we need to reference partitions by their index in Disk Editor. This means if we have three partitions (ata0p1, ata0p2 and ata0p3) we must refer to ata0p2 as "2" and not "ata0p2" because it is the second one in the list.
At first Disk Editor did not know how to work with the ext2 partition I had set up ahead of time and I had to delete it and create a new partition using Disk Editor and assign it a mount point. After that the installer copied its files to the hard drive, a process which took approximately 15 seconds. Then we can set a password for the root account and, optionally, create more user accounts on the new system. The installer then finishes and we can exit our shell to reboot into our new copy of Sortix. The live system does not recognize commands like "reboot" or "halt".
Early impressions
The first time I installed Sortix the system failed to boot or even display the boot loader screen. I went through the installer again and, the second time through, I ended up with a working system. As far as I know I applied all the same configuration options during both attempts.
Sortix 1.0 -- The login screen
(full image size: 4kB, resolution: 800x600 pixels)
Sortix takes about one second to get from the GRUB boot loader to a graphical login screen. It's an impressive feat and, when shutting down, the operating system halts in about one second as well. From the login screen we can sign into a user account which will present us with a command line interface. We can also try to login using the names "reboot" or "poweroff" to shutdown the operating system. These power management account names do not require a password.
Sortix runs very quickly, completing most simple commands almost instantly. If we do not look closely, working from the Sortix command line feels a lot like using Bash on a Linux distribution or one of the BSDs. It was only when I looked closely at a command's output or tried to run a program that was not available on Sortix yet that I was reminded I was running a young, hobbyist system.
Sortix 1.0 -- Playing Asteroids
(full image size: 26kB, resolution: 800x600 pixels)
One of the big missing features at the moment is, unfortunately, network support. Sortix has a lot of command line tools, a working shell, manual pages for most commands and even some graphical programs (including a copy of the Asteroids arcade game), but the operating system cannot connect to networks. This means we can test POSIX tools, compile software and explore the source code of this small operating system, but we cannot browse the web, exchange files or check e-mail.
Hardware
Sortix is a light operating system. A fresh install only uses about 476MB of disk space and 25MB of RAM. It runs very quickly, but the flip side to that is Sortix uses 100% of the CPU the whole time it is running. The kernel does not yet know how to scale back its CPU usage.
Sortix 1.0 -- Testing the graphics with spinning gears demo
(full image size: 19kB, resolution: 800x600 pixels)
There are some other limitations, for instance Sortix does not yet have USB support. This means, unless we are running quite old equipment, it will probably be difficult to use a keyboard or mouse. These issues can be side-stepped by running Sortix in a virtual machine.
Other observations
One thing which pleasantly surprised me about Sortix is the operating system is well documented. It looks as though the main developer has written all new manual pages for each home grown program (some GNU programs were imported with their own manuals) and they are generally easy to read. The manual page for Sortix's text editor is a particularly good example. Open source projects are notorious for not including useful manual pages and I was happy to see Sortix not only includes documentation but the text is presented in a way that someone who has not written their own operating system from scratch can understand.
Speaking of developing an operating system from scratch, Sortix may not yet be a practical system to use day-to-day, but it does come with a complete set of source code. This means we can explore how the kernel and utilities were put together without downloading anything new. all system source code is kept in the /src directory. A compiler and related build tools are included too in case we want to try our hand at editing and building some of the source code.
Sortix 1.0 -- Testing the compiler
(full image size: 5kB, resolution: 800x600 pixels)
Sortix was entirely stable during my time using it. I only spent a couple of days playing with the system in my spare time, but I never saw the operating system lock up, glitch or a program crash. For a one-person effort, the focus on having stable, working code impressed me.
Conclusions
Sortix is a relatively new project, less than a third the age of Linux, and appears to be mostly a one-person development project. To me, this makes the progress made so far amazing. The system has a working installer and partition manager, it works with multiple file systems, has a working collection of ported GNU tools and can run graphical games. It's quite a feat of coding to get all of this working in so short a time. What really impressed me though was that the operating system's documentation (exploring what it does, what it does not yet do and how the pieces work) is clear and up to date. In that regard a lot of other open source projects could follow Sortix's example.
Unfortunately, at this time, Sortix is not a practical operating system for most scenarios. We can test it, develop code on the platform and learn from its design, but Sortix lacks networking, multi-user security and a working desktop environment. This makes the project more of a developer playground than a system for end users to run. Still, in the realm of a personal hobby project, Sortix is one of the coolest creations I have seen in a while.
|
Miscellaneous News (by Jesse Smith) |
LibreELEC seeks image builders, SLE supports Raspberry Pi, openSUSE introduces atomic updates, Fedora phasing out Python 2, SparkyLinux streamlining downloads
The LibreELEC project is growing and supporting a wider range of devices. With this expansion comes the need to build and test a larger number of installation images. As a result, the project is looking for help in maintaining its expanding collection of images. "The project needs help. We would like to start releasing new images for a number of Amlogic and Rockchip devices including long talked-about (and needed) generic catch-all images, but this has a major impact on project resources. LE 7.0 released 8x images, LE 8.0/8.2 has 11x images, and LE 9.0 increases output to 22x images with another increase on the horizon once Allwinner support becomes possible and NXP (iMX) support is re-added. Increased output impacts our build server/slave capacity and requires us to rethink how our images are tested. It also affects our human resources." Information on the resources the project is looking for to help expand its support can be found in this blog post.
* * * * *
The Raspberry Pi computer may have got its start in hobbyist and educational environments, but its low cost and low energy consumption have made it popular in other areas. This has led some organizations to seek commercial support for operating systems running on the Raspberry Pi. SUSE is now offering official support for SUSE Linux Enterprise on Raspberry Pi boards. "When SUSE created a Raspberry Pi image for SUSECon in 2016, there was a tremendous amount of interest. We saw thousands of downloads in just the first few days. Many people asked, 'When are you going to offer real support for the Raspberry Pi?' The answer is: now! Increasing customer demand drove our decision to offer commercial support for the Raspberry Pi to SUSE Linux Enterprise Server for ARM (SLES for ARM). A number of large companies decided to use Raspberry Pi based monitoring solutions in their industrial manufacturing operations." More information on SUSE's support for their Pi images can be found in the company's announcement.
* * * * *
The openSUSE developers are looking at ways to make software updates smoother and less likely to break existing functionality. This is especially important on servers where administrators need their operating system to be reliable, but may also need to apply regular security fixes. openSUSE's approach to fixing this problem is called Transactional Updates and it allows new updates to be installed in a separate file system snapshot which can be activated when the computer reboots and rolled back if anything goes wrong. "Under the hood, we have worked hard to keep Transactional Updates simple. We are utilising the same Btrfs, Snapper, and Zypper technologies we know and trust by default in openSUSE and SLE. At its heart, Transactional Updates does something very similar to our traditional snapshots with rollback. But with Transactional Updates it never touches the running system. Instead of patching the current system, the transactional-update tool creates a new, empty, snapshot. All of the operations required by the update are carried out into that snapshot, ensuring the current system is untouched with no changes impacting the running system. At the end of the update, assuming the update is successful, this completed snapshot is marked as the new default. These updates then take effect when the system is rebooted." The announcement also mentions openSUSE 15 will offer an optional read-only root file system than can be updated with the transactional-update tool.
* * * * *
The Python scripting language, which is popular for its relatively clear syntax and many convenient libraries, is roughly divided into two dialects - Python 2 and Python 3. While the two dialects are very similar, there are differences which make it tricky to upgrade older Python 2 code to Python 3. This may soon be a problem because Python 2 will no longer be supported by its developers after the year 2020. Linux distributions have known this for a while and have been trying to get Python packages all migrated to Python 3 in time. However, a lot of work remains to be done and distribution maintainers are wondering what to do about it. Fedora still has over 3,000 packages depending on Python 2 and there is some debate as to how to best handle the situation. Jake Edge has a deeper look into the situation and potential solutions in this LWN article.
* * * * *
The SparkyLinux project is well known for having many editions and multiple development branches, providing potential users with over a dozen different download options. According to a post on the SparkyLinux website, the distribution is about to be streamlined. "I have to cut the ISO numbers down and focus on one, main point of Sparky view/core. The point was and still is Openbox. So, to conclude and make it clean and straight: 1. From now, only one main, Openbox based desktop: LXQt (rolling) or LXDE (stable). 2. MinimalGUI (Openbox)/MinimalCLI (text based) lets you install your favorite desktop with a small set of apps, as before. 3. Special Editions with no changes (so far) with Openbox, as before. It lets me find a little more time to make and focus on new Sparky releases better than before."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Locating portable packages
Searching-for-a-package-that-works-everywhere asks: Portable applications are getting talked about a lot, but where can we find them? I can't just do a "apt-get install Flatpak-app" to get Flatpak apps. Where can I go to find Snaps and Flatpaks?
DistroWatch answers: Depending on which distribution you are running, Snaps and/or Flatpak packages may be accessible through your distribution's software manager. Recent versions of Linux distributions which use GNOME Software or mintInstall typically already support downloading Flatpak packages or Snaps from within the software manager, which makes finding and installing portable packages quite easy.
Applications which offer their users AppImages or other portable packages usually list them on the upstream project's download page. The Krita and the QupZilla projects provide links to their AppImage packages, for example.
However, if you are browsing without knowing exactly what you are looking for, then there are resources available for getting an overview of available portable packages. People looking for Snap packages can use their distribution's snap command line utility. For instance, running "snap find media" will bring up a list of multimedia Snap packages such as VLC and MPV.
People who wish to browse available Flatpak packages can check out an on-line repository located at Flathub. Flathub collects Flatpak packages and provides click-to-download and command line instructions for installing the applications in the Flathub repository.
Users who want to find AppImage packages can use a similar resource called AppImageHub. The AppImageHub website lists applications in alphabetical order with an accompanying description. The AppImage packages can be downloaded with just a couple of clicks.
* * * * *
More answers can be found in our Questions and Answers archive.
|
Released Last Week |
OpenBSD 6.3
OpenBSD is a security-focused operating system with a focus on correct code and accurate documentation. The project has released OpenBSD 6.3 which introduces SMP support on the ARM64 architecture, includes ISO support in the virtual machine daemon (vmd) and makes memory allocation more efficient. There have also been several updates to the LibreSSL and OpenSSH secure communication tools: "LibreSSL 2.7.2 - Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on observations of real-world usage in applications. These are implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility changes have not been made to existing structs, allowing code written for older OpenSSL APIs to continue working. Extensive corrections, improvements, and additions to the API documentation, including new public APIs from OpenSSL that had no pre-existing documentation. Added support for automatic library initialization in libcrypto, libssl, and libtls. Support for pthread_once or a compatible equivalent is now required of the target operating system. As a side-effect, minimum Windows support is Vista or higher." The release announcement has more information.
NixOS 18.03
NixOS is an independently developed Linux distribution which is configured and managed using the Nix package manager. The NixOS project has released a new version, NixOS 18.03, which includes version 2.0 of the Nix package manager minor upgrades to the GNOME and KDE Plasma desktops along with several new services. "In addition to numerous new and upgraded packages, this release has the following highlights: End of support is planned for end of October 2018, handing over to 18.09. Platform support: x86_64-linux and x86_64-darwin since release time (the latter isn't NixOS, really). Binaries for aarch64-linux are available, but no channel exists yet, as it's waiting for some test fixes, etc. Nix now defaults to 2.0; see its release notes. Core version changes: Linux: 4.9 to 4.14, glibc: 2.25 to 2.26, gcc: 6 to 7, systemd: 234 to 237. Desktop version changes: GNOME: 3.24 to 3.26, (KDE) Plasma Desktop: 5.10 to 5.12. MariaDB 10.2, updated from 10.1, is now the default MySQL implementation. While upgrading a few changes have been made to the infrastructure involved." Further information can be found in the distribution's release notes. NixOS is available in a full Graphical edition running KDE Plasma and a Minimal edition which features a command line interface.
NixOS 18.03 -- Running the KDE Plasma desktop
(full image size: 626kB, resolution: 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
Torrent Corner |
Weekly Torrents
The table below provides a list of torrents DistroWatch is currently seeding. If you do not have a bittorrent client capable of handling the linked files, we suggest installing either the Transmission or KTorrent bittorrent clients.
Archives of our previously seeded torrents may be found in our Torrent Archive. We also maintain a Torrents RSS feed for people who wish to have open source torrents delivered to them. To share your own open source torrents of Linux and BSD projects, please visit our Upload Torrents page.
Torrent Corner statistics:
- Total torrents seeded: 800
- Total data uploaded: 18.9TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
How long have you been running the same distro?
The Linux ecosystem is full of diversity with many options to choose from. Some people like to take advantage of this variety, switching distributions and trying different technologies on a regular basis. Others prefer to settle into using one distro for long periods of time. This week we would like to find out how long you have been running your current distribution.
You can see the results of our previous poll on learning Linux from books in last week's edition. All previous poll results can be found in our poll archives.
|
How long have you been running the same distro?
Less than a week: | 58 (2%) |
Between a week and a month: | 132 (4%) |
Between one and six months: | 329 (10%) |
Six months to a year: | 358 (11%) |
More than a year: | 1171 (37%) |
More than five years: | 1084 (34%) |
I am not running a Linux distro: | 58 (2%) |
|
|
DistroWatch.com News |
Distributions added to waiting list
- SoNebuntu. SoNebuntu is Linux Distribution based on Ubuntu 16.04. SoNebuntu contains useful tools for a Social Network Analyzer (SNA) and Information Collector. Beside, it has development environment for building apps for SNA and tools needed for researchers.
- SuperGamer Linux. SuperGamer Linux is a spiritual successor to SuperGamer. While the original SuperGamer was based on VectorLinux and featured open source games exclusively, the new project is based on Ubuntu and features gaming options from GOG and Steam.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 16 April 2018. Past articles and reviews can be found through our Article Search page. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
- Bruce Patterson (podcast)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 2, value: US$25.78) |
|
|
|
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 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• 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 |
• 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 |
Oracle Linux
Oracle Linux is an enterprise-class Linux distribution supported by Oracle and built from source packages for Red Hat Enterprise Linux (RHEL). Some of the special features of Oracle Linux include a custom-build and rigorously-tested Linux kernel called "Oracle Unbreakable Kernel", tight integration with Oracle's hardware and software products including most database applications, and "zero downtime patching" - a feature that enables administrators to update the kernel without a reboot.
Status: Active
|
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.
|
|