DistroWatch Weekly |
DistroWatch Weekly, Issue 681, 3 October 2016 |
Welcome to this year's 40th issue of DistroWatch Weekly!
A lot of the open source community focuses on features and some distributions strive for stability, but few make security and documentation top priorities. This week we turn our attention toward OpenBSD. The OpenBSD operating system has a well deserved reputation for security and for producing accurate documentation. Our Feature Story this week explores how to set up OpenBSD and how well OpenBSD works as a desktop operating system. In our Questions and Answers column we discuss a deal which some claim will wed HPE and SUSE and what this deal's impact might be on openSUSE. In the news last week DragonFly BSD improved support for alternative SSL libraries in the project's port collection and a serious bug was found in systemd which affects many Linux distributions. We also share an upgrade for the Mintbox Mini computer, warn eager FreeBSD users not to install early builds of version 11.0 and say a sad farewell to Debian contributor Kristoffer Rose. Plus we share the distribution releases of the past week and provide a list of the torrents we are seeding. In this week's Opinion Poll we explore which flavours of BSD are the most popular. We wish you all a terrific week and happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (22MB) and MP3 (32MB) formats
|
Feature Story (by Jesse Smith) |
OpenBSD 6.0 - an exercise in precision
The OpenBSD project is well known for its strong focus on security and for its precise documentation. The OpenBSD operating system generally gives preference to security and properly behaving software over features. OpenBSD is lightweight, sparse and relatively locked down by default. This makes the platform particularly popular among administrators who need a firewall or other minimal and stable platform.
OpenBSD 6.0 introduces many small changes and a handful of important ones. Looking through the release notes we find support for the VAX platform has been dropped. There have been several security updates to the OpenSSH secure shell service. Perhaps one of the more interesting security features in the operating system is strict enforcement of W^X: "W^X is now strictly enforced by default; a program can only violate it if the executable is marked with PT_OPENBSD_WXNEEDED and is located on a file system mounted with the wxallowed mount option. Because there are still too many ports which violate W^X, the installer mounts the /usr/local file system with wxallowed. This allows the base system to be more secure as long as /usr/local is a separate file system. If you use no W^X violating programs, consider manually revoking that option."
I decided to play with the 64-bit x86 build of OpenBSD which is 226MB in size. Booting from this ISO presents us with a text console where we are asked if we would like to install OpenBSD, upgrade an existing copy of the operating system or perform an auto-install. I chose to perform a normal installation.
At first, OpenBSD's system installer can seem a bit intimidating. It uses a text interface and will ask us a bunch of technical questions and this can put off newcomers. However, there are two nice aspects of OpenBSD's installer. One is that the installer almost always provides a sane default for us to use. This allows people to simply press Enter at most prompts. One of the few times we cannot get by simply pressing Enter is when we provide a password for our account. Otherwise we can fly through the installation process more or less on autopilot. The other nice feature is OpenBSD's installer is fast. We can get through the prompts in a minute and the copying of package files only takes a few minutes more. Even on older computers, a fresh installation of OpenBSD is likely to take less than ten minutes.
The installer walks us through choosing a keyboard layout, configuring the network, creating a root password and (optionally) creating a regular user account. We also have some choices to make regarding packages. The installer lets us decide whether we want to install graphical software and a window manager. We can also pick whether to install console games and documentation. I decided to install just about everything and enabled the graphical environment. Partitioning can be set up for us or we can manually divide up the disk. By default, OpenBSD creates many smaller partitions for /usr/local, /var, /tmp and the X11 display software as well as swap and /home partitions. While there are some security benefits to more fine-grained partitions, many people will probably prefer to set up a root partition and two more for /home and swap, assigning more space to each mount point. When the installer finishes setting up the operating system we are asked to reboot the computer.
OpenBSD boots to a graphical login screen where the user can sign into their account. OpenBSD, by default, uses a fairly minimal graphical environment. Upon signing in a virtual terminal opens on a blank background. A grid in the bottom-right corner of the screen shows the available virtual workspaces.
Apart from the window manager, OpenBSD is fairly minimal. We have access to the usual collection of Unix/Unix-like command line utilities, detailed manual pages and a package manager (pkg_add). Other tools, such as a minimal web server, the doas privilege assignment utility and the PF firewall are available too. With all of the base components installed, OpenBSD can still squeeze into a file system about 1GB in size.
OpenBSD 6.0 -- Installing packages from the command line
(full image size: 827kB, resolution: 1024x768 pixels)
Most people, at least those like me who like to run desktop environments, will want to add additional software to the operating system. OpenBSD offers users a large collection of third-party ports and, for popular architectures, pre-built binary packages are also available. The pkg_add command line package manager requires that we select a package mirror before we can install new software. The OpenBSD website provides documentation which explains how to set a mirror using an environment variable. Once we have selected a mirror, pkg_add will install packages for us and resolve any dependencies automatically.
I decided to set up my usual collection of desktop applications, installing such extras as Firefox, the GNU Image Manipulation Program and LibreOffice. I also wanted a fuller desktop experience and installed Lumina, a Qt-based desktop environment with minimal dependencies. With OpenBSD's default configuration, the graphical login screen does not present the user with available desktop session options the way most Linux distributions do. Instead, each user can list their preferred desktop environment in their ~/.xsession file. I found the Lumina desktop, along with the other packages I wanted, installed and functioned without any problems. The only package I wanted and was unable to find was the Qupzilla web browser.
OpenBSD 6.0 -- Running the Firefox web browser
(full image size: 321kB, resolution: 1024x768 pixels)
Soon, I had a comfortable desktop environment. I was able to work on documents, check e-mail, browse the web and watch YouTube videos via Firefox's HTML5 support. For people who need Flash support, the GNU Flash implementation, called Gnash, is available in OpenBSD's repositories. When the Gnash plugin is installed, Firefox automatically detects it and uses it to play Flash content.
I found the Lumina desktop components had changed a bit since the last time I used Lumina as part of a review. The configuration panel has been divided up differently and there appears to be more fine-grained control provided by the configuration modules. I also found the keyboard short-cut keys and settings were saved and utilized more reliably. The lightweight Lumina desktop (version 0.9.0) running on the minimal OpenBSD operating system provided a very responsive environment which required a mere 170 MB of memory.
OpenBSD 6.0 -- Running the Lumina desktop
(full image size: 925kB, resolution: 1024x768 pixels)
OpenBSD switched last year from using the popular sudo privilege assignment software to using the project's custom doas utility. The doas software has a simplified syntax and features less code than sudo. The functions of the two commands are similar, but I find configuring doas to be more straightforward and it involves less cryptic configuration files. While doas is available by default on OpenBSD, the utility rejects all attempts to use doas until a configuration file has been created by the root user. This prevents new users from accidentally getting more access than they should been assigned.
I attempted to run OpenBSD on my laptop and in a VirtualBox environment. I found the operating system performed quite well in VirtualBox. The system booted in a few seconds, the base operating system and its applications were stable. The system performed well and used less than 200MB of memory. OpenBSD did not boot on my laptop computer. I have heard OpenBSD tends to do well with laptop hardware, particularly wireless networking cards, but was unable to verify the operating system's reputation.
OpenBSD 6.0 -- Testing the Gnash plugin on Flash content
(full image size: 176kB, resolution: 1024x768 pixels)
Conclusions
OpenBSD is a project I think is great for firewalls and, in many situations, servers. However, I have been reluctant in the past to recommend (or even use) OpenBSD as a desktop operating system. OpenBSD is, out of the box, fairly minimal and, like do-it-yourself Linux distributions such as Arch Linux, it can take some time to get OpenBSD set up the way I want it. Desktop environments and most graphical applications are added to the system post-installation and even the package manager needs to be pointed at the proper mirror; it doesn't work without being configured.
That being said, there are several aspects of OpenBSD which can make it an appealing desktop system. The initial installation of OpenBSD happens very quickly, taking just a few minutes, and most of my set up time this week was spent just downloading third-party applications. OpenBSD defaults to secure configurations, locking things down. As an example, my regular user account was not able to shutdown the system while logged into Lumina with the default settings. Access to perform most tasks must be explicitly granted. This may be inconvenient at times, especially on a single-user system, but it does mean OpenBSD protects us with its default settings, so a user really needs to go out of their way to break things.
OpenBSD has very basic package management and security updates are often applied manually. There are third-party repositories that can be used to automate security updates, but I do not think they are officially supported at this time.
What I really like about OpenBSD though is its performance. The system is very light, runs on older equipment and on a wide range of architectures. The system requires relatively little disk space (the base system, Lumina and my applications totalled about 2GB in size) and only a few hundred megabytes of memory. This makes OpenBSD quite appealing for people running older equipment.
OpenBSD can be intimating with its do-it-yourself approach, but once one becomes familiar with the system, the user is rewarded with a very simple, consistent and well documented working environment.
* * * * *
Hardware used in this review
My physical test equipment for this review was a de-branded HP laptop with the following
specifications:
- Processor: Intel i3 2.5GHz CPU
- Display: Intel integrated video
- Storage: Western Digital 700GB hard drive
- Memory: 6GB of RAM
- Wired network device: Realtek RTL8101E/RTL8102E PCI Express Fast
- Wireless network device: Realtek RTL8188EE Wireless network card
|
Miscellaneous News (by Jesse Smith) |
DragonFly BSD builds dports with LibreSSL, a systemd denial of service bug, the Mintbox Mini, FreeBSD 11.0 delayed and Debian says good-bye to Kristoffer Rose
LibreSSL is a fork of the OpenSSL security and encryption library which was started by the OpenBSD developers. Many projects are switching to using LibreSSL due to proactive security audits and the removal of legacy code from the library. The DragonFly BSD project has already adopted LibreSSL into the base system and is introducing support for LibreSSL in the project's ports system. In a post on DragonFly BSD Digest Justin Sherrill shared this news: "It's now possible to build dports using LibreSSL instead of OpenSSL. Set SSL_DEFAULT in make.conf to the appropriate port name, and start building. Use synth for fastest results, of course. LibreSSL will eventually become the default library. This is in addition to the previously-mentioned, already-completed in DragonFly 4.7, base system switch to LibreSSL." Details and documentation for the supported SSL libraries can be found in John Marino's mailing list post.
* * * * *
The systemd software has made its way into most mainstream Linux distributions, replacing SysV init and Upstart. The systemd software is responsible for, among other things, setting up most Linux distributions at boot time, managing background services and cleanly shutting down the machine. Last week a bug was found which allows any user to crash systemd using a one-line command. This effectively acts as a denial of service attack, affecting systemd, but leaving the rest of the system running. Most distributions running systemd have published patches and the issue has been fixed in the upstream systemd code. While the bug was quickly fixed, its existence fuelled the fires of the systemd controversy on many message boards and raised concerns about systemd's complexity.
* * * * *
The Mintbox Mini is a small, fan-less computer that runs the Linux Mint operating system. The Mintbox has received an upgrade and is currently available in two editions: Mintbox Mini and Mintbox Mini Pro. "This new unit also features better passive cooling thanks to an all-metal black housing. It has an extra USB port (for a total of 2 USB 3.0 and 4 USB 2.0 ports) and we also spotted powered eSATA and a microSIM slot. Production started and Compulab started to take orders." Specifications are available on the Linux Mint blog.
* * * * *
While many people discovered and downloaded early builds of FreeBSD 11.0, Glen Barber warns FreeBSD users that they should hold off on installing version 11.0 until the official release announcement. The installation media which appeared on the download mirrors several days ago contained bugs and, as a result, the FreeBSD project is rebuilding their installation media for version 11.0. "Although the FreeBSD 11.0-RELEASE has not yet been officially announced, many have found images on the Project FTP mirrors. However, please be aware the final 11.0-RELEASE will be rebuilt and republished on the Project mirrors as a result of a few last-minute security fixes we feel are imperative to include in the final release." People who have prematurely installed version 11.0 will be able to install security fixes once the final release has been announced.
* * * * *
The Debian project had to say good-bye to contributor Kristoffer H. Rose when the team learned Rose has passed away in mid-September. The Debian project reported: "The Debian Project recently learned that it has lost a member of its community. Kristoffer H. Rose died on September 17th after a long battle with myelo fibrosis. Kristoffer was a Debian contributor from the very early days of the project, and the upstream author of several packages that are still in the Debian archive nowadays, such as the LaTeX package Xy-pic and FlexML. On his return to the project after several years' absence, many of us had the pleasure of meeting Kristoffer during DebConf15 in Heidelberg." We would like to offer our thanks to Rose for his many contributions to open source and our condolences to his family and friends.
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Was openSUSE just purchased?
Going-green asks: I have heard that openSUSE has been purchased by HP. What will this mean for openSUSE and does it mean we are likely to see HP offer better Linux support?
DistroWatch answers: A few weeks ago there were rumours, largely due to this ZDNet article, that Hewlett Packard Enterprise (HPE) had purchased SUSE and would therefore own SUSE Linux Enterprise (SLE) and openSUSE. There was some speculation as to what this might mean for openSUSE users and how this would benefit people running SLE on HP equipment.
The rumours were less fact than fiction though. The SUSE Blog published a post last week, clarifying the situation. As it turns out, while HPE is working out a deal with SUSE's parent company, Micro Focus, the deal will not result in HPE owning or controlling SUSE. "HPE would not be acquiring Micro Focus or SUSE with this proposed transaction. SUSE ownership would be unchanged. SUSE would remain a business within the Micro Focus company and Micro Focus will remain independent of HPE. SUSE would not be owned in any way or controlled by HPE. SUSE would obviously continue to be a key part of the new, larger Micro Focus organization just as it is a key part of Micro Focus today. So no change there, either. And the SUSE leadership team, business strategy and goals all remain unchanged and completely focused on continuing to deliver and support the enterprise-grade open source solutions."
There is some talk about SUSE and HPE working on mutually beneficial deals for OpenStack deployments, which will help customers of either organization with their cloud-based services. However, it looks as though the openSUSE distribution will remain unaffected by the deal between HPE and Micro Focus. For those of us not running our own cloud services, it will be business as usual.
* * * * *
For more questions and answers, visit our Questions and Answers archive.
|
Torrent Corner |
Weekly Torrents
Bittorrent is a great way to transfer large files, particularly open source operating system images, from one place to another. Most bittorrent clients recover from dropped connections automatically, check the integrity of files and can re-download corrupted bits of data without starting a download over from scratch. These characteristics make bittorrent well suited for distributing open source operating systems, particularly to regions where Internet connections are slow or unstable.
Many Linux and BSD projects offer bittorrent as a download option, partly for the reasons listed above and partly because bittorrent's peer-to-peer nature takes some of the strain off the project's servers. However, some projects do not offer bittorrent as a download option. There can be several reasons for excluding bittorrent as an option. Some projects do not have enough time or volunteers, some may be restricted by their web host provider's terms of service. Whatever the reason, the lack of a bittorrent option puts more strain on a distribution's bandwidth and may prevent some people from downloading their preferred open source operating system.
With this in mind, DistroWatch plans to give back to the open source community by hosting and seeding bittorrent files. For now, we are hosting a small number of distribution torrents, listed below. The list of torrents offered will be updated each week and we invite readers to e-mail us with suggestions as to which distributions we should be hosting. When you message us, please place the word "Torrent" in the subject line, make sure to include a link to the ISO file you want us to seed. To help us maintain and grow this free service, please consider making a donation.
The table below provides a list of torrents we currently host. If you do not currently have a bittorrent client capable of handling the linked files, we suggest installing either the Transmission or KTorrent bittorrent clients.
Archives of our previously seeded torrents may be found here. All torrents we make available here are also listed on the very useful Linux Tracker website. Thanks to Linux Tracker we are able to share the following torrent statistics.
Torrent Corner statistics:
- Total torrents seeded: 242
- Total data uploaded: 45.0TB
|
Released Last Week |
Promox 4.3 "Virtual Environment"
Proxmox "Virtual Environment" (VE) is a Debian-based platform for running and managing virtual appliances, containers and virtual machines. The latest version of the distribution, Promox 4.3 "Virtual Environment", includes a number of upgrades to the project's documentation and improvements to the graphical interface. "The new reference documentation is created like the former Proxmox technical documentation: man pages are auto-generated based on the code, help content itself is written by the developers via comments in the code. Then for generating the docu the Proxmox VE project uses asciiDoc. To participate in the documentation project users can send a patch to the open source project for proposing new content. The former documentation, the Proxmox VE wiki, stays public, links to the reference documentation, and hosts all the how-tos, use cases, etc. The updated vertical GUI structure is one of the main advancements made to the GUI of Proxmox VE 4.3. Proxmox developers re-arranged some of the horizontal menus in the GUI framework Sencha ext JS 6 introduced with Proxmox version 4.2 and they are now vertical. This structure also allowed the Proxmox developers to build groups, add icons, and optimize the logical navigation structure. The flat design of the sencha theme made this step essential as menus weren’t very well recognizable. The vertical structure now shows every menu in a single line." Further information is available in the project's release announcement.
Chapeau 24
The Chapeau project develops a Fedora-based distribution which includes software not permitted under Fedora's licensing policies. Chapeau also strives to present users with a more beginner-friendly desktop environment and applications. The Chapeau project has released a new version, Chapeau 24, which is derived from Fedora 24 "Workstation" and features the GNOME 3.20 desktop environment. Chapeau 24 also provides support for the WINE compatibility software for running Windows applications, Steam, DVD playback and LibreOffice 5. "Compared to Chapeau 23 the following custom features have changed in Chapeau 24: Transmission is bundled as the default torrent client. nmap now included by default. Includes 5 more lightweight games: Chess, Mines, Reversi, Neverball & Neverputt. Moving on from 23, Wayland is no longer explicitly disabled in GDM's config. More Chapeau wallpapers." Additional features and known issues can be found in the project's release announcement.
Chapeau 24 -- Running the GNOME desktop
(full image size: 1.0MB, resolution: 1280x1024 pixels)
Qubes OS 3.2
Joanna Rutkowska has announced the release of Qubes OS 3.2, a new stable release of the Fedora-based desktop Linux distribution whose main concept is "security by isolation" by using domains implemented as lightweight Xen virtual machines. From the release announcement: "I'm happy to announce that today we're releasing Qubes OS 3.2. This is an incremental improvement over the 3.1 version that we released earlier this year. A lot of work went into making this release more polished, more stable and easier to use than our previous releases. One major feature that we've improved upon in this release is our integrated management infrastructure, which was introduced in Qubes 3.1. Whereas before it was only possible to manage whole VMs, it is now possible to manage the insides of VMs as well. The principal challenge we faced was how to allow such a tight integration of the management engine software (for which we use Salt) with potentially untrusted VMs without opening a large attack surface on the (complex) management code."
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
What is your preferred BSD?
This week we reviewed OpenBSD and welcomed a new release of FreeBSD as FreeBSD 11.0 was launched. To mark these occasions, one of our readers asked if we would run a poll asking which flavour of BSD our visitors use most. While the BSDs generally attract less attention than GNU/Linux distributions, they are widely used in many different environments. If you are currently running one of the BSDs on a desktop, server or firewall, which one do you use most?
You can see the results of our previous poll on where people run Linux here. All previous poll results can be found in our poll archives.
|
What is your preferred BSD?
DragonFlyBSD: | 56 (3%) |
FreeBSD: | 408 (24%) |
NetBSD: | 60 (4%) |
OpenBSD: | 242 (14%) |
pfSense: | 58 (3%) |
Debian GNU/kFreeBSD: | 20 (1%) |
Other FreeBSD-based: | 117 (7%) |
Other OpenBSD-based: | 4 (0%) |
Other NetBSD-based: | 0 (0%) |
Other BSD flavour: | 31 (2%) |
I do not run any of the BSDs: | 688 (41%) |
|
|
DistroWatch.com News |
Distributions added to waiting list
- Subgraph OS. Subgraph OS is a security-focused operating system. Subgraph OS integrates with the Tor network for anonymous web browsing and offers encrypted chat and e-mail features.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 10 October 2016. 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$5.40) |
|
|
|
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 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 |
• 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 |
• 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 |
SNAPPIX
SNAPPIX was a KNOPPIX-based live CD Linux distribution with a pre-integrated SNAP Platform. It attempts to integrate the best open source Java components into an easy-to-use toolkit, revolving around an open source JVM implementation, the Eclipse IDE, and Apache Tomcat.
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.
|
|