DistroWatch Weekly |
DistroWatch Weekly, Issue 798, 21 January 2019 |
Welcome to this year's 3rd issue of DistroWatch Weekly!
The beginning of the year is a time for planning and making goals for the months ahead. This gives developers and users a chance to envision what new technology will be coming soon to their operating systems. In our News section we report on new changes coming to the Solus distribution and the Budgie desktop. The Fedora team is making plans to get a more accurate count of the project's users and we link to the details below. Plus we talk about MX Linux's new issue tracker and happily report on the NetBSD project making strides forward in their efforts to create reproducible builds. First though we would like to start with a look at Sculpt OS, an operating system based on Genode's microkernel design. Details on Sculpt and its sanboxing features are covered in our Feature Story. Then our Questions and Answers column discusses swap files and the pros and cons of using swap files as opposed to swap partitions. Our Opinion Poll this week asks whether selecting a desktop environment or an underlying operating system takes a higher priority with our readers and we hope you will share your distro-selecting criteria with us in the comments. As usual, we share the releases of the past week and provide a list of the torrents we are seeding. Finally, we are pleased to welcome Project Trident to our database. We wish you all a wonderful week and happy reading!
Content:
- Review: Sculpt OS 18.09
- News: Solus team plans ahead, Fedora considering how best to count users, NetBSD reaches reproducible builds milestone, MX Linux opens a new bug tracker
- Questions and answers: Picking a location for swap space
- Released last week: Netrunner 19.01 ArcoLinux 19.01.4, deepin 15.9
- Torrent corner: Archman, ArcoLinux, deepin, Endless OS, HardenedBSD, Netrunner, Parrot, Biocom, SmartOS, Project Trident, Zevenet
- Opinion poll: Which comes first, the desktop or the distro?
- New additions: Project Trident
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (17MB) and MP3 (13MB) formats.
|
Feature Story (by Jesse Smith) |
Sculpt OS 18.09
This week I decided to take some time away from the Linux and BSD communities and try something entirely different. This led me to read about Sculpt OS, a project which is described as follows:
Sculpt is an open source, general purpose OS. It combines Genode's microkernel architecture, capability-based security, sandboxed device drivers, and virtual machines in a novel operating system for commodity PC hardware.
In case you have not encountered Genode before, it is an interesting project which strives to offer a secure environment while consuming very few resources:
The Genode OS Framework is a tool kit for building highly secure special-purpose operating systems. It scales from embedded systems with as little as 4MB of memory to highly dynamic general-purpose workloads. Genode is based on a recursive system structure. Each program runs in a dedicated sandbox and gets granted only those access rights and resources that are needed for its specific purpose.
Sculpt OS reportedly runs on 32-bit and 64-bit x86 processors as well as the ARM and RISC-V architectures. The operating system can be downloaded as a USB thumb drive image or as a VirtualBox appliance. (I opted to download both, which are just under 25MB in size, each.) The files are not labelled with any version number, but when I imported the VirtualBox appliance it was tagged as being version 18.09. This lags behind the release announcements on the website, which indicated 18.11 was the newest version at the time of writing.
I tried the VirtualBox appliance first which sets up two disks, a 23MB drive for the operating system and a 32GB disk for data storage which the documentation says we can format using included utilities.
A mere 23MB is unusually small for a modern operating system and I was surprised to find Sculpt boots to a graphical environment. A panel appears in the upper-left corner and provides information on available storage, networking information and tasks currently in progress. From this panel we can enable wired networking, mount and format hard drives, and see status updates on software we might try to install. (I will talk more on installing packages later.)
Sculpt OS 18.09 -- The graphical interface
(full image size: 212kB, resolution: 1024x768 pixels)
At the bottom of the screen is a terminal window which appears to be showing debugging information. Most of the right-hand side of the screen is consumed by a graph which shows system components and how they relate to each other. The graph gets updated whenever we open or close a program or resource. It appears to be a way to show how processes depend on each other and, when we click on an application's entry on the graph, we are given the option to remove it from the system.
At the top of the graph is a plus sign (+) and clicking it opens a menu. The menu lists about 20 items, most of them with short names such as "vm_fs" or "top_view". Other appear to list games like "2048" and "Quake". Clicking on one of the menu items opens a panel on the left showing the selected item is being downloaded. Then we get a status message, indicating whether the item could be set up and run or not.
Sculpt OS 18.09 -- Closing applications from the graph
(full image size: 212kB, resolution: 1024x768 pixels)
For example, I started by trying to open an item labelled "nano3d", which brought up a status message saying "nano3d requires wm". I checked and the menu did not include any item called "wm". I moved onto "2048" which brought up the same error.
After trying to open a few more items an entry for "wm" did appear at the bottom of the application menu, I guess it had been buried under other entries and only became visible once others had been opened. Running the "wm" component did allow me to open a few other items, like "2048", but the launched programs appeared in the background, behind the graph, and I was unable to interact with them. Clicking their entries in the graph allowed me to close open programs, but not use them.
There is a browser listed in the menu, which attempts to download Firefox, but eventually an error appeared saying Firefox was unavailable. Two other items, "backdrop" and "download_debian" both returned the status message "incomplete or missing". The same error was shown when I tried to open a menu item called "config_editor".
I tried rebooting a couple of times and launching items in a different order to see if downloading dependencies first would help, but it did not. The results were always the same: most menu items would not install or open, and those that did could not be interacted with using the mouse or keyboard.
Sculpt OS 18.09 -- Launching components from the menu
(full image size: 248kB, resolution: 1024x768 pixels)
After trying Sculpt in a virtual machine for a while, I switched to trying the operating system on a physical computer, running it from a thumb drive. Sculpt failed to start at all in legacy BIOS mode. I was able to get some response from the operating system in UEFI mode. Sculpt would display the Genode logo and then lock up. The system would not proceed further and ignored keyboard and mouse input.
Conclusions
The Sculpt OS website suggests that the operating system is ready for day to day use, at least in some environments: "Sculpt is used as day-to-day OS by the Genode developers." Though this makes me wonder in what capacity the operating system runs on the machines of those developers. When I tried out the Haiku beta last year, the operating system had some limitations, but I could see how it could be useful to some people in environments with compatible hardware. In theory, I could browse the web, perform some basic tasks and develop software on Haiku.
With Sculpt though, I was unable to get the operating system to do anything, from a user's point of view. The small OS could download packages and load some of them into memory, and it could display a graph of related components. Sculpt could connect to my network and mount additional storage. All of this is good and a fine demo of the Genode design. However, I (as a user) was unable to interact with any applications, find a command line, or browse the file system. All of this put a severe damper on my ability to use Sculpt to do anything useful.
Genode, and by extension Sculpt OS, has some interesting design goals when it comes to security and minimalism. However, I don't think Sculpt is practical for any end-user tasks at this time.
* * * * *
Hardware used in this review
My physical test equipment for this review was a desktop HP Pavilon p6 Series with the following specifications:
- Processor: Dual-core 2.8GHz AMD A4-3420 APU
- Storage: 500GB Hitachi hard drive
- Memory: 6GB of RAM
- Networking: Realtek RTL8111 wired network card
- Display: AMD Radeon HD 6410D video card
|
Miscellaneous News (by Jesse Smith) |
Solus team plans ahead, Fedora considering how best to count users, NetBSD reaches reproducible builds milestone, MX Linux opens a new bug tracker
The Solus project has published a roadmap describing what the project's developers will be working on during 2019. The project's blog outlines work planned for the Budgie desktop, the package manager and the distribution's infrastructure. The roadmap includes plans for a new version of Budgie: "Budgie 11 development will officially (re-?)start in April. This development will occur internally on our Development Tracker until it is in a more ready state, in which case it will be available under our GetSolus GitHub organization. This will enable us to iterate on Budgie 11 at a pace which won't compromise our other higher priority and more time sensitive development efforts, as well as allow us to evolve and experiment with various Budgie 11 components. April will be focused on starting the development of these components, starting with budgie-daemon and budgie-desktop-shell." Along with the behind-the-scenes improvements, the release of Solus 4 is planned for the first quarter of 2019.
* * * * *
Counting Linux users is always a challenge since most distributions do not track installations. Some projects make an effort to estimate usage by counting downloads, unique IP addresses contacting download mirrors, or other methods, but they all have limitations which can cause great over- (or under-)estimates. The Fedora project is examining options for getting a better user count using unique identifiers through the package manager. The proposal reads: "Right now, we estimate installed Fedora systems by counting unique IP addresses which show up in our updates mirror statistics. We need better data than that. There are some proposals for more complicated systems, but a quick thing we can do now to greatly improve what we have without a gigantic new infrastructure. This is an update of a previous proposal to use a UUID to distinguish unique systems, as openSUSE does." (Data collected by openSUSE's zypper package manager can be found on the project's Metrics website.) Any user tracking tends to raise concerns in the open source community and LWN has an article discussing some issues with the proposal along with alternative options for counting Fedora users.
* * * * *
NetBSD has been working toward reproducible builds, a strategy to make sure people using the same source code end up with the same binary files following the build process. Being able to reproduce a build is important for making sure the source code a person has really does match the executable program they have installed. The NetBSD project has made good progress according to the project's reproducible test data. "Reproducible NetBSD is an effort to apply this to NetBSD. Thus each NetBSD target is built twice, with a few variations added and then the resulting files from the two builds are compared using diffoscope. Please note that the toolchain is not varied at all as the rebuild happens on exactly the same system. More variations are expected to be seen in the wild." The build run on January 12th shows all 56 test packages were built in a reproducible way.
* * * * *
The MX Linux distribution has been attracting a lot of attention lately. It has received positive reviews and the project has been quickly climbing our page hit ranking for the past year. With the project's growing number of users, the developers have decided it is time to upgrade their bug tracker. "With the growing user-base for MX and antiX, we've decided to change our old bug tracker out for an improved Bugzilla-based bug manager. The new system is available at bugs.mxlinux.org. The new system allows us to assign bug reports to certain team members automatically, and allows for easier tracking of bug reports. Users are able to view all existing bug reports without signing in to an account. If you wish to file a bug report, you will need to register for a bug tracker account. Users that file reports will receive status updates when action happens on their report. Reports may be filed for MX and antiX (please choose the correct project for your situation when filing a report)."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Picking a location for swap space
Looking-for-a-place-to-put-swap asks: Some Linux distros (e.g. Ubuntu) are moving away from using a separate swap partition and using a swap file instead. Is there an advantage to this? Are there any problems? Isn't it slower to go through the file system to write to swap?
DistroWatch answers: Before getting into the pros and cons of swap files, I would like to mention that Ubuntu still supports working with swap partitions as a place to put unused data. The installer has the ability to use a swap file instead of a separate partition, but users can decide which approach (partition or file) they prefer.
As to the advantages of using a swap file instead of a swap partition, there are a few. One is that a swap file is easy to remove or resize. If we decide later that we need a larger swap space, or less swap space, it is quick and easy to create a new swap file of a different size and remove the old one. It only takes a few commands in a virtual terminal to make the adjustment with no need to restart the computer. By contrast, if we want a different sized swap partition we may need to shut down the system, boot off a live disc, and resize the disk partitions. Depending on where the swap partition is, this may result in resizing or moving other partitions too.
The bottom line is swap partitions are more fixed and harder to change later while swap files can be added, removed or resized at whim. In fact, I wrote a tool for FreeBSD which automatically monitors and resizes the swap file without intervention from the user.
On a related note, another advantage to using a swap file is that it does not take up a partition on the drive. Some disk formats have a restricted number of partitions and, though this is not usually a limiting factor anymore, in years past there was an advantage in not using up a precious partition slot.
As to disadvantages, there can be some, depending on the environment and file system. In fact, the swapon manual page lists a number of scenarios where swap files may cause problems on Linux systems:
The swap file implementation in the kernel expects to be able to write to the file directly, without the assistance of the filesystem. This is a problem on preallocated files (e.g. fallocate) on filesystems like XFS or ext4, and on copy-on-write filesystems like Btrfs. It is recommended to use dd and /dev/zero to avoid holes on XFS and ext4.
swapon may not work correctly when using a swap file with some versions of Btrfs. This is due to Btrfs being a copy-on-write filesystem: the file location may not be static and corruption can result. Btrfs actively disallows the use of swap files on its filesystems by refusing to map the file.
One possible workaround is to map the swap file to a loopback device. This will allow the filesystem to determine the mapping properly but may come with a performance impact.
Swap over NFS may not work.
As to whether using a swap file is slower than a swap partition, at the moment the two options offer the same performance. In the past there was some overhead to using a swap file, but these days there is no performance penalty to using a swap file.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
Netrunner 19.01
The Netrunner development team has announced the release of Netrunner 19.01, a significant update of the project's desktop-oriented Linux distribution (with KDE Plasma) based on Debian's "Testing" branch. This release brings a new default desktop theme, additional web applications, and various Plasma add-ons and tweaks: "After a busy holiday season, the Netrunner team is happy to announce the immediate availability of Netrunner 19.01 'Blackbird'. Here are the main updates as of our snapshot of Debian 'Testing': KDE Plasma 5.14.3, KDE Frameworks 5.51, KDE Applications 18.08, Qt 5.11.3, Linux Kernel 4.19, Firefox Quantum 64.0, Thunderbird 60.3. Blackbird ships with a new theme called 'Netrunner Black' based on a dark, yet not too harsh contrasting visual. Using the Kvantum theme engine plus the Alpha-Black Plasma theme allowed us to create a more 3D-looking design. For those who prefer the classic look, going back to the well-known LNF is a three-button click explained under 'Tips' in our current Readme section. Moving the mouse into the lower right corner now visibly activates the 'Minimize all Windows to show Desktop' function with a light glow." Read the rest of the release announcement for more information and screenshots.
Netrunner 19.01 -- Running the KDE Plasma desktop
(full image size: 388kB, resolution: 1920x1080 pixels)
ArcoLinux 19.01.4
Erik Dubois has announced the release of ArcoLinux 19.01.4, a new version of the project's Arch-based, desktop-oriented distribution. Some of the features include a new version of the Calamares installer, additional icons and themes, and some bug fixes: "ArcoLinux -D -B 19.1. Upgrading Calamares gives us a chance to get an improved graphical installer. It may overcome issues people were having in the past. All ArcoLinux Calamares configurations have been looked at and improved. When we upgraded our systems on 2019-01-01 it resulted in a VirtualBox with a look that was too bright. Hence we could not read it. We looked for a solution and found one in kvantum-qt5 and kvantum-theme-arc. Use the script in your ./bin/stay-rolling/18.12-to19.1. It will install the missing packages if you are not doing a clean install with the 19.1 ISO image. Numix icons, theme and plank are now maintained by Erik Dubois on the AUR. They have been part of ArcoLinux since the beginning. Remember to get rid of the obstructing file. We have added this Stargate-themed conky to the collection." Read the full release announcement for more information and screenshots.
deepin 15.9
deepin is a Debian-based desktop distribution which features the custom-made Deepin Desktop Environment (DDE). The project's latest version is deepin 15.9 which features improved touch screen support, better power management and several desktop performance enhancements. "New features: Multiple gestures, tap and see - for touchscreen devices, multiple gestures are supported, including click, double click, long press to call out the context menu, slide up and down and others. Working together with onscreen keyboard, you are able to enjoy the free operations on touchscreen. New feature - Smart Mirror Switch in update settings. Switch it on to connect to the quickest mirror site automatically, which speeds up the download and installation to save your time. Control Center: Supported dragging and dropping pictures to change boot menu background; fixed the crash caused by keyboard settings module; supported checking password strength; fixed the bug that the default applications list was not refreshed; fixed the bug that the prompt text was not hidden automatically after switching off "Auto-download Updates"; fixed the incorrect time on Time Settings page; fixed the null pointer exception when update; fixed the bug that the current language was not identified when searching the language." Additional details can be found in the distribution's release notes.
Project Trident 18.12
Project Trident is a new member to the DistroWatch database and a desktop operating system based on TrueOS (which is, in turn, based on FreeBSD's development branch). The first official stable release of Project Trident is based on technologies from FreeBSD 13.0-CURRENT and features the Lumina desktop environment. "This version is based off the 18.12-stable branch of TrueOS (FreeBSD 13-CURRENT), using the new TrueOS distribution framework with several add-ons by Project Trident itself. The packages with this release were created from the TrueOS ports tree as-of January 7th. We are planning to release regular updates to packages every week or two depending on the state of the ports tree at any given time. In this release, both the Chromium and Iridium browsers have also been fixed and function normally again. 18.12-RELEASE has been a long time in development, and we wish to say a bit 'Thank You!' to everybody who has been helping test out the pre-release versions, find issues, submit fixes both to us and to upstream FreeBSD/TrueOS, and in general being a wonderful and supportive community! We look forward to continuing to work with all of you in making Project Trident amazing!" Additional details can be found in the project's release announcement.
Zevent 5.9
Zevenet is a load balancer and application delivery system based on Debian. The project's latest release, Zevenet 5.9 Community Edition, includes several package upgrades, moves its base to Debian "Buster" and makes a leap from the i686 architecture to 64-bit. " Good evening, we are proud to announce the new release of Zevenet CE 5.9, this is based in: A complete operating system upgrade kernel 4.19 based in Buster a new WebGUI interface based in Angular, new L4xNAT core based in nftables, with new load balancing algorithms and an easier way of configuration for farm guardian. The detailed features are: [networking] IPv6 support; [system] 64-bit support; [farms] new L4xNAT core based on nftables and nftlb; [farms] supported additional L4xNAT load balancing protocols: SIP FTP, TFTP, SCTP, AMANDA, H323, IRC, NETBIOS-NS, PPTP, SANE and SNMP; [farms] add L4xNAT direct server return support; [gui] new WebGUI with Angular6 based in ngx-admin template; [api] new Zevenet API 4.0 [guardian] an easier configuration system for farm guardian." Further details can be found in the project's release announcement.
Endless OS 3.5.4
Will Thompson has announced the release of Endless OS 3.5.4, the latest version of the project's Linux-based operating system with a simplified desktop (forked from GNOME 3) and without any package management system. The latest version introduces new parental controls for applications: "Administrator users may now control which apps can be installed or launched by standard users on the same computer. The following controls are available: restricting the apps shown in the app center based on their content rating - for example, if the option is set to show apps suitable for age 3, violent video games will not be visible in the app center; prohibiting installing new apps entirely; restricting access to certain apps which are already installed on the system. In this initial version of the feature, it is not possible to restrict access to built-in apps, including the web browser, file manager, text editor and video player. We expect to enable this in a future version of Endless OS." Read the rest of the release announcement for a full list of changes. Endless OS 3.5.4 is available in several languages.
* * * * *
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: 1,208
- Total data uploaded: 23.4TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Which comes first, the desktop or the distro?
When choosing a computing environment, each individual has their own criteria and priorities. Some people want to build a system from the ground up using a minimal base, others want to have as many features available as possible right from the start. Some people put a strong emphasis on the desktop environment while others might feel picking the right package manager is the most important first step.
This week we would like to find out if our readers prefer to pick a distribution first and then use whichever desktop environment it supports. Or do you prefer to pick which desktop you are going to use first and then look for distributions that supports your chosen desktop? Let us know what is the most important factor in selecting your distribution in the comments.
You can see the results of our previous poll on tools for limiting process resource usage in last week's edition. All previous poll results can be found in our poll archives.
|
Which comes first, the desktop or the distro?
I pick my distro first and use a supported desktop: | 880 (40%) |
I pick a desktop first and then select a distro that has it: | 575 (26%) |
It varies between the above: | 426 (19%) |
I select distro and desktops separately and find a way to make it work: | 287 (13%) |
Other: | 35 (2%) |
|
|
DistroWatch.com News |
New projects added to database
Project Trident
Project Trident is a desktop-focused operating system based on TrueOS, which in turn is based on FreeBSD. It uses the Lumina desktop as well as a number of self-developed system administration utilities.
Project Trident 18.12 -- Running the Lumina desktop
(full image size: 988kB, resolution: 1280x1024 pixels)
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 28 January 2019. Past articles and reviews can be found through our Article Search page. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
- Bruce Patterson (podcast)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
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 |
Robolinux
Robolinux is a user-friendly and intuitive operating system based on the latest long term support release of Ubuntu. One of the project's more interesting features is the availability of a pre-configured virtual machine support pack with Windows XP or Windows 7 - a VirtualBox setup which allows the user to install and run the Windows operating system seamlessly alongside Robolinux. This is an optional add-on that must be downloaded from the project's online store.
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.
|
|