DistroWatch Weekly |
DistroWatch Weekly, Issue 1020, 22 May 2023 |
Welcome to this year's 21st issue of DistroWatch Weekly!
Computers are, ultimately, machines intended to accept, process, and output information. They are information storage and processing systems which can be used in all sorts of creative ways. This week, in our Questions and Answers column, we discuss looking up information. Specifically we talk about methods we can use to find a computer with an unknown IP address on our network and also how to look up a list of Linux distributions which ship with a specific kernel version. Do you run a brand new kernel on your distribution or an older, stable kernel? Let us know in this week's Opinion Poll. First though we take a look at the latest version of UBports. Version 20.04 of the mobile-focused UBports operating system has been anticipated for a few years and Jesse Smith takes an early snapshot of the distribution for a test run on the PinePhone. Read on to learn what works and what is still a work in progress. Then, in our News section, we discuss work going into preparing Debian 12 for release next month. We're also pleased to share the releases of the past week and list the torrents we are seeding. Finally, we welcome the Liya distribution to our database. Liya is a desktop-focused, Arch-based project and we share more details on this young distribution below. We wish you all a fantastic week and happy reading!
Content:
|
Feature Story (by Jesse Smith) |
UBports 20.04 on PinePhone
In March we discussed the release of UBports 20.04, a long-anticipated upgrade to the mobile operating system which is a community-run continuation of Ubuntu Touch. The new release is available for several devices, though the PinePhone was not one of the officially supported platforms. People running the PinePhone (and the PinePhone Pro) can rest assured that work to bring UBports 20.04 to their devices is ongoing and there is an early development snapshot people can use to try out the latest version of UBports on PinePhone devices.
I had some free time and a PinePhone that had been running UBports 16.04 for about a year. The device, while slow and limited in its capabilities, has been fairly reliable as a portable, battery-backed computer. One of my few ongoing issues with the PinePhone running UBports 16.04 is the system clock keeps getting out of sync. Whether the clock is set manually or automatically over the network time protocol (NTP), it keeps jumping ahead or behind several years, which tends to break network connections. A reboot and manually running the date command fixes this, but the clock's massive leaps happen about once a week, which isn't a great experience.
I hoped for better performance and fewer little bugs like this one would be provided with the upgrade. I grabbed the development image for UBports 20.04 and followed the directions for installing it on my device.
Before I get into what it is like operating the latest version of UBports on the PinePhone, I want to share some important warnings. This image I was using was discussed (one might go as far as say "endorsed") on the UBports blog, but it is not an official image, it didn't come from the UBports team. The 20.04 build is still very much in the early stages of porting to the PinePhone. Several functions, such as GPS and the camera, are known to not work. This isn't intended to be a daily driver, it's more of a proof that UBports 20.04 can run on the PinePhone and the hardware issues will be sorted out with time.
I'll mention this again later, but it bears saying more than once: this unofficial port uses a read-write filesystem while other UBports images use a read-only filesystem. The PinePhone port can be updated and maintained using the APT command line tools without making any adjustments to the root filesystem. While it is possible to switch other flavours of UBports into read-write mode and use the APT package manager, it's outside the realm of recommended behaviour. In other words, running and maintaining this unofficial port will work a little differently than using other editions of UBports.
In short, what follows is a review of what it is like, specifically, to run UBports 20.04 on a PinePhone. It's not necessarily a good reflection of what it is like to run UBports on other, Android devices.
Installing
The installation process happens in two parts, which may be confusing for some people. The blog post detailing the steps is pretty clear, I think, and guides us through the process. In short, we download two pieces, a boot image package and an image file for UBports. We then unpack the boot image and copy one of its files to an SD micro card. Specifically, we can use a disk writer or the dd command to write the file called mmcboot.installer.img to our SD card.
We then insert the SD card into the PinePhone and boot it. This will bring up a menu where we can wipe and do a fresh install of the boot firmware. This doesn't install UBports. What it does do for us is allow us to connect the PinePhone to our computer using a USB cable and then treat the phone's internal storage as removable storage media. In other words, we can then use an image writer or dd to write the ubuntu-touch-pinephone.img file to the PinePhone's internal storage. (People should only attempt this series of steps if they are familiar with the command line and writing images to removable media. A typo here can wipe the wrong disk!)
What we end up with is UBports installed on our PinePhone's internal drive, not on the SD card. The internal storage and any previous operating system is erased. We can then remove the SD card and boot from the internal storage. (Later, if we wish, we can format the SD card and use it as extra storage for the PinePhone.)
The instructions on the blog worked, though I did run into one minor issue. When I first wrote the boot firmware to the SD card, placed it in my PinePhone, and booted the phone the mobile device did not show up as a storage device when I plugged it into my computer. I had to plug the phone into my workstation first, then reboot the PinePhone before it would show up. Plugging the phone into my workstation after it had already booted didn't work for me.
First impressions
When the PinePhone boots UBports from its internal drive, the system begins by showing us a series of systemd start-up messages on a text console. These scroll by for a few seconds before we are shown a graphical splash screen. The first time we run UBports a configuration wizard launches. This wizard asks us to select our preferred language from a list and then our time zone. We are then asked to make up a name for ourselves and, optionally, a passcode for the phone.
This first series of steps is easy to navigate, but there is a long delay between each screen being displayed - possible because of the PinePhone's low specifications. This means when we press the Next button on each screen it appears as though the first-run wizard has locked up for about 10 to 15 seconds. When the wizard finishes we are shown a brief tutorial on using swipe gestures to navigate the phone's interface.
UBports 16.04 -- Scrolling through open windows
(full image size: 430kB, resolution: 1080x1920 pixels)
The four main swipe gestures are as follows:
- Swiping down from the top of the screen provides access to notifications and some settings.
- Swiping from the left to the right opens the application drawer, this is where we can see a complete list of installed apps.
- Swiping from the right to the left shows a list of open windows. We can then scroll through windows, tap one to bring it to the front, or swipe it upwards to close the app.
- Swiping upward from the bottom of the screen will usually start a new process. If we are in a messaging app, this gesture begins a fresh message thread. In the web browser it will open a new browser tab.
Once the tutorial is finished we find a panel down the left side of the display. This panel acts as a launcher for commonly used apps and also as a task switcher. The default interface uses a light theme. There doesn't appear to be any way to change between light and dark themes in the settings panel, but we can install and use an app called ThemeSwitch to adjust the theme.
Something I noticed right away was UBports 20.04 performs a lot faster than 16.04 did on the same device. The interface is more responsive, apps load faster, and the load average appears to be lower (around 0.1 versus 1.0). I think there could be a few reasons for this. One is that I was running UBports 16.04 from the SD card while 20.04 was running on the internal storage and I suspect this might be the primary cause for the loading times being reduced. Though I don't think that would affect the responsiveness of the interface which also appears to be improved. Another possibility is the new version is simply running fewer components. A number of features like the flashlight, camera, and GPS are not yet working under version 20.04 and their absence might make the system lighter.
I also think it's possible UBports 20.04 is simply faster and more efficient, perhaps due to having a newer kernel and updated user interface. A lot of work has gone into the kernel and into the display server between the two versions and that effort might be paying off with better performance.
As with version 16.04, when I first started using UBports 20.04, the clock was out of sync by a lot. However, it automatically synchronized itself with NTP and seemed to stay in sync. With 16.04 the time would jump by a few years about once a week and require a manual fix from the command line, but 20.04 does not appear to have this issue.
Software management
UBports ships with a collection of useful applications. These include such common items as a calculator, calendar app, contact manager, note taking program, music player, SMS messaging client, phone app, and weather app. There is also a virtual terminal along with the Morph web browser, and a clean and well organized settings panel.
UBports 16.04 -- Browsing applications in the app tray
(full image size: 645kB, resolution: 720x1440 pixels)
Should we wish to access additional programs there is a software centre built into UBports call Open Store. This software centre makes it easy to browse and search for applications, similar to the way the Play store works on Android or the app store on an iPhone functions.
On the PinePhone I found Open Store worked fairly quickly and I was able to locate most of the functionality I wanted. I tend not to use a lot of specific mobile programs and can make due with similar functionality from alternative apps. Some people, those married to a specific brand, may struggle with UBports as big name applications are often missing from the platform.
Apart from having a nice, clean interface and decent performance, one aspect of working with the Open Store I enjoyed was it would allow me to remove pre-installed applications. If I didn't feel the need to have a note taking application or camera app I could remove them.
UBports 16.04 -- Installing a new application from Open Store
(full image size: 301kB, resolution: 720x1440 pixels)
Other observations
I made a lot of little observations while using UBports 20.04 on the PinePhone, many of them while exploring the operating system's settings panel and command line. Speaking of the command line, UBports offers a read-write filesystem which has a fully functional GNU/Linux command line environment. Virtually anything we could run on Ubuntu's command line we should be able to run on the PinePhone. Given the device's current limitations when it comes to some smart phone operations this makes me think the device might be best thought of as a tiny portable server with a screen and battery backup. In theory we can also run Ubuntu desktop applications on the mobile platform through a technology called Libertine containers (found in the Settings app), but the functionality is hit-or-miss (in my experience) and likely to be quite slow when it works.
Screen rotation does not work yet with UBports 20.04 on the PinePhone. In a reverse situation, I could not get Bluetooth to turn off for more than a minute at a time. It seems to automatically enable itself within seconds of being disabled.
At the time of writing the camera doesn't work yet, neither does the flashlight. I'm not able to make calls on the PinePhone, but I think that is a limitation of the hardware not matching my carrier's frequencies rather than the operating system as I've made calls with UBports on Android phones.
I could not get the GPS and location functionality to work yet. As hinted at in the blog post about this port, it's in its early stages. Other devices supported by UBports tend to have much more complete functionality.
On a positive note, the Morph web browser is much more responsive and loads pages faster on this version.
UBports has a curious method for taking screenshots on the PinePhone. The option to take a screenshot appears alongside the options to shutdown or restart the device when we press the power button. Whenever I tapped the Screenshot button it would power off my phone. I tried this a few times in case I had simply tapped the wrong button, but each time I selected the option to take a screenshot my PinePhone would immediately power down. The screenshot function worked in version 16.04 so this would seem to be a bug which slipped in during the upgrade.
Earlier I mentioned this port of the operating system uses a read-write filesystem, meaning we can make changes to it without needing to make any mount adjustments first. This is convenient as it means we can use the APT package manager to install and upgrade software on the system. On most devices, UBports performs full, immutable operating system upgrades. On the PinePhone, for now, new updates happen through APT packages the way most workstations get updates.
Background services
One thing which makes working on the PinePhone easier, especially when setting up services and backup operations, is having remote shell access. I'd had this enabled with UBports 16.04 and hoped it would be straight forward to use again. I found the OpenSSH service is installed, however it is not enabled.
I tried starting the service (this can be done using the service command or the systemctl command). The daemon refused to start and, with a little poking around, I found the service was not working because host keys had not been generated yet. Often times keys are created at install time or during the first time a system boots, but a phone usually doesn't need to set up host keys. I manually generated a set of host keys by running "sudo dpkg-reconfigure openssh-server". I then followed this by running "sudo systemctl start sshd" and confirmed the service was running. This allowed me to remote into the phone as well as copy files over the network.
One problem I had while trying to work remotely on the phone was the phone would put itself to sleep after a minute and this would kill its network connection until I woke up the device. When I had been running UBports 16.04 I'd worked around this by disabling the screen's sleep mode and then locking the device. This didn't work for me with 20.04, at least at first. I could increase the time before the screen went to sleep, but not disable the sleep function entirely.
This issue resolved itself after I installed waiting updates using the APT package manager and restarted the phone. After this, the phone could be locked and left with the screen still awake. In this mode the network connection remained active.
Conclusions
I've said it before and want to underline again that this build of UBports 20.04 for the PinePhone is a community effort and not official. As such, it does a number of things differently. The focus of this port has been to get the operating system to boot and perform some low-level functions on the PinePhone. It hasn't introduced much hardware functionality yet, such as GPS, screen rotation, and flashlight activation. These will come with time, probably before the port is declared officially supported.
I mention this because other devices which run UBports typically have a full range of working hardware and most of the bugs have been corrected. However, I didn't have a supported device on hand, so I went with this unofficial port of UBports 20.04. It mostly works the same as version 16.04, but with some key improvements. It's faster, responds more quickly, and it looks like the time sync issue has been fixed. The regressions all seem to be specific to hardware support/drivers which I suspect will be fixed in the coming months.
I wouldn't recommend the PinePhone as a daily driver as a phone, probably with any operating system. However, I will say that with it running a full GNU/Linux platform, it works pretty well as an ARM-powered testing device and as a small home server. It's silent, it has a built-in battery, it has a touch screen for times when we need local access, and it has a slot for SD cards, giving it expanded disk space. I'm quite content using mine as a backup and test server at home. Plus it fits in my pocket if I want to relocate the device.
In this way, I think of the PinePhone as a flexible single-board computer, such as a Raspberry Pi, more than as a phone. And, while running UBports 20.04, it feels well suited to this niche role.
* * * * *
Please note that I was unable to get the screenshot function to work on UBports 20.04. The images shown above are from 16.04 which are either identical or nearly identical to how the UBports interface looks in the latest version. They're offered here to show how UBports 20.04 looks and operate as the Unity interface has remained visually the same across both versions.
* * * * *
Visitor supplied rating
UBports has a visitor supplied average rating of: 7.8/10 from 9 review(s).
Have you used UBports? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Debian prepares for the launch of Bookworm, 20 years of running Gentoo
The Debian distribution is gearing up for a new release in mid-June. As we approach the upcoming release date for Debian 12 Bookworm, the system installer team is busy making final adjustments to Debian's venerable installer. Cyril Brulebois has published an overview of changes and fixes in Debian's installer and asked people to test it prior to the launch of Debian 12. People interested in trying out snapshots can find them on the Debian Installer page.
* * * * *
The Gentoo project has been developing a meta-distribution for over two decades. Gentoo is probably the most well known source-based project and a popular option for people who want to customize their operating system on every level. One Gentoo user has looked back at what it has been like running Gentoo for the past 20 years and shares some benefits and drawbacks to the experience. "In the early years, Gentoo was known for having superb documentation. Often when I would tell people I ran Gentoo, they would relate a time they were stuck in their non-Gentoo distribution, but found the solution to their problems in the Gentoo docs."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Finding another machine's IP address and finding distributions with a recent kernel
Seeking-a-lost-machine asks: Is there a way to find the IP address of a headless machine that is connected to the network? I have a Pi that I'm pretty sure is connected to the network, but it has no display and I don't remember what address it was configured to have.
DistroWatch answers: Assuming you have another computer attached to the same local network, there are tools you can use to scan for other machines on the network.
If the computer or device you are trying to connect to has network services running, in other words it has open network ports, one of the easiest ways to find the machine is to use nmap. The nmap utility will scan a range of IP addresses and report on any computer with open ports it finds.
To find out what your computer's IP address is on the network, you can usually run the ifconfig or "ip a" command, depending on which distribution you're running. This will tell you what your computer's address is. Then you can use that as a basis for seeking other computers and devices on the network.
For instance, running the ifconfig command tells me my computer's IP address is 192.168.2.25. On most home networks the first three numbers of an address will remain the same while the last number will range from 1 through 255. Using nmap, we can then scan the whole local network for other devices by running:
nmap 192.168.2.1-255
The above command will probably find your router, the computer you're operating, and the mystery Pi. It may also turn up any phones or printers running network services on your network. The output from nmap will look like the following for any IP addresses it finds with a running network service:
$ nmap 192.168.2.1-255
Nmap scan report for 192.168.2.11
...
Nmap scan report for 192.168.2.14
Using nmap works well when you're trying to find a headless server. However, it doesn't work all that well if the device you are trying to find doesn't run any services. For example, most smart phones will have an IP address, but likely do not run services - they do not have open ports. We can usually still detect these devices using the ping command.
The following is a crude, one-line command which will use ping to try to detect each machine on the local network. For each attempted IP address, ping will report either a received response, or it will list an error if it doesn't get an answer.
for i in {1..255} ; do ping -q -c 1 192.168.2.$i ; done
* * * * *
Seeking-a-new-kernel asks: Which distributions currently run the 6.x kernel? Not ones which have it in the repository, but enabled by default.
You can find which distributions offer a specific version of a package, either the kernel or another key piece of software, using the Package Search feature of our search page. For instance, this search returns a list of distributions with version 6.x of the Linux kernel included.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
Tails 5.13
The Amnesic Incognito Live System (Tails) is a Debian-based live DVD/USB with the goal of providing complete Internet anonymity for the user. The project has added a few new tools to the distribution in Tails 5.13, including the cURL downloading program which will run over the Tor network by default. Encryption for persistent storage has also been upgraded. "Add curl, a command line tool to download over HTTPS, FTP, and other protocols. curl can be useful for online investigations as an alternative to wget. Everything you do with curl goes through the Tor network. If you want to use curl on a local network, use /usr/bin/curl instead. Use LUKS2 by default for all new Persistent Storage and LUKS encrypted volumes. LUKS2 provide stronger cryptography by default. We will provide a migration plan from LUKS1 to LUKS2 for existing Persistent Storage in Tails 5.14 (early June). Update Tor Browser to 12.0.6." Additional information can be found in the release announcement and in the changelog.
Rocky Linux 9.2
Rocky Linux is a community enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux. The project's latest update is Rocky Linux 9.2 which includes a number of fixes and improvements. The release announcement mentions an upgrade issue with Python along with a list of new features: "LVM cloud image variants now remove /etc/lvm/devices/system.devices to resolve issues with PV/VG/LVs upon installation of the images due to being hardcoded to a specific device. An aarch64 kernel with a 64kb page size is now available via the package kernel-64k. nfsrahead, a tool to configure the readahead for NFS mounts, was added. Intel Arc GPU support has been added. The infamous Flatpak bug that breaks all fonts in applications using the default font (Cantarell) has been fixed! Wireguard once again works with SELinux enabled. A more complete list of new features and changes is available in the Rocky Linux 9.2 release notes."
* * * * *
Development, unannounced and minor bug-fix releases
|
Torrent Corner |
Weekly Torrents
The table below provides a list of torrents DistroWatch is currently seeding. If you do not have a bittorrent client capable of handling the linked files, we suggest installing either the Transmission or KTorrent bittorrent clients.
Archives of our previously seeded torrents may be found in our Torrent Archive. We also maintain a Torrents RSS feed for people who wish to have open source torrents delivered to them. To share your own open source torrents of Linux and BSD projects, please visit our Upload Torrents page.
Torrent Corner statistics:
- Total torrents seeded: 2,870
- Total data uploaded: 43.3TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
How cutting edge is your Linux kernel?
Visiting The Linux Kernel Archives reveals a number of different flavours of the kernel, at varying degrees of development. On the cutting edge we find the mainline kernel, offering the latest experimental features. Then there are stable kernels, versions which are considered stable and have been released for distributions to package. Finally, there are long-term support kernels which are maintained for longer periods to reduce maintenance on older and enterprise-level distributions. This week we'd like to hear from you: how cutting edge is your kernel?
You can see the results of our previous poll on the appeal of a rolling release edition of Ubuntu in last week's edition. All previous poll results can be found in our poll archives.
|
How recent is your kernel?
Mainline/Development: | 144 (9%) |
Stable - latest: | 654 (40%) |
Stable - maintained: | 271 (17%) |
Stable - no longer maintained: | 28 (2%) |
Long term - maintained: | 498 (30%) |
Long term - no longer maintained: | 15 (1%) |
I am not running the Linux kernel: | 30 (2%) |
|
|
Website News |
New projects added to database
Liya
Liya is an Arch Linux-based, rolling release distribution. The project uses the Calamares system installer to set up the distribution which offers users the Cinnamon desktop environment, Pamac graphical package manager, and OnlyOffice. The system is intended to be easy to use, easy to explore, and distraction-free.
Liya N4Si -- Exploring the Cinnamon desktop
(full image size: 550kB, resolution: 1680x1050 pixels)
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 29 May 2023. Past articles and reviews can be found through our Weekly Archive and Article Search pages. 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)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 1, value: US$28) |
|
|
|
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 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
• 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 |
• 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 |
ArchStrike
ArchStrike is a distribution for security professionals and researchers based on Arch Linux. ArchStrike provides an extra repository of security software and is available in Openbox and Minimal 64-bit builds. ArchStrike provides a live desktop environment based on the Openbox window manager.
Status: Dormant
|
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.
|
|