DistroWatch Weekly |
DistroWatch Weekly, Issue 967, 9 May 2022 |
Welcome to this year's 19th issue of DistroWatch Weekly!
Getting one operating system to run applications crafted to work on other platforms is a difficult challenge, but one which many people want to see working. People running Linux desktop systems often want to run Android applications or Windows programs. Meanwhile people using an Android phone often wish they could run full featured GNU/Linux software on their mobile devices. This week we begin with a look at UserLAnd, a utility for running Linux command line and desktop software on mobile Android devices. UserLAnd will even run complete Linux distributions in an isolated environment on your phone and we share examples of this in action below. Is running GNU/Linux software on your phone something you find to be useful? Let us know your thoughts in this week's Opinion Poll. In our Questions and Answers section we discuss how to set up files and links automatically in the home directories of new users. Plus we talk about improvements coming to elementary OS as the project prepares for version 7 and we report on the Fedora team choosing to maintain Legacy BIOS support. We also share a link to a repository of useful Bash commands and shortcuts, ideal for command line veterans and beginners alike. Then we're pleased to share the releases of the past week and list the torrents we are seeding. We wish you all a terrific week and happy reading!
Content:
|
Feature Story (by Jesse Smith) |
Running desktop Linux software on Android
In the past we have spent some time talking about various ways to run Android applications on GNU/Linux distributions, typically by using sandboxing tools such as Anbox and Waydroid. This week we would like to explore the reverse and talk about running GNU/Linux software on a device which is already running Android.
There are a number of chroot environments and containers which can be installed on Android in order to run a minimal desktop Linux distribution on a phone or tablet. This week I want to focus on one project in particular: UserLAnd. According to the UserLAnd website, the project provides an easy way to set up and run desktop Linux distributions on a phone or tablet (Android is currently supported, but it looks like there are plans to work with iOS in the future). This is accomplished without requiring the user to root their phone. In fact, all we should need to do is install the UserLAnd app from the Play store and launch it.
Installing
I grabbed a copy of UserLAnd 2.8.3 which is a 16MB download and installed it on my Galaxy S9. UserLAnd claims to run on Android 5.0 (and newer) and I was running a de-Googled (/e/ OS) version of Android 10.
The UserLAnd application begins by asking if we would like to send bug reports to the developers to support their efforts in making the software more stable. We're then shown a screen with three tabs.
UserLAnd 2.8.3 -- Available applications we can install
(full image size: 211kB, resolution: 1440x2960 pixels)
The first tab is called Apps and it lists software, presumably items we can install. These options include five Linux distributions (Alpine, Arch, Debian, Kali, and Ubuntu). We are also shown two desktop environments (LXDE and Xfce). There are also eleven applications, including Firefox, Git, Zork, Gnuplot, R, GIMP, and LibreOffice. I'll come back to these options in a moment.
The second tab is called Sessions and begins with a blank page. There is a plus (+) sign in the upper-right corner which we can use to create new sessions, though I was lacking context for this option. It looks like a session is a combination of a remote control protocol (OpenSSH, VNC, or XSDL) and a filesystem. The filesystem brings me to the third tab.
The third tab is called Filesystems and is also blank, apart from a plus sign. Tapping the + gives us the chance to create a new filesystem which is protected by a username and password. We can then associate the filesystem with one of the five distributions from the first page.
To be honest, at this stage I was pretty sure the first tab would let me install a distribution and the second tab would probably sign me into a distribution, but I wasn't sure where the filesystem options fit in. I decided the best way to work this out was to dive in and try it.
Running a minimal distribution
Alpine Linux is the first option on the list and probably the lightest of the five distributions offered so I decided to begin with it. I tapped Alpine and was warned UserLAnd wanted to access my storage device. I was then told I'd need to set up a filesystem. I was asked to make up a username, password, and VNC password for Alpine. I was then asked to choose SSH or VNC as my connection method (XSDL is apparently not supported on versions of Android newer than 9 and I'm running 10 at the time of writing). I chose SSH and was told the system was downloading two new assets.
UserLAnd 2.8.3 -- Creating a new distribution session
(full image size: 188kB, resolution: 1440x2960 pixels)
About ten seconds later a console window opened and asked me to sign into my Alpine system. I entered my password and was presented with an Alpine text console and a welcome message.
I explored a little and found I seemed to have a completely functional Alpine installation, equipped with userland tools, network access, and APK package manager. I could exit the session and rejoin the running Alpine session through the UserLAnd Sessions tab. I could also stop the running session by tapping and holding the session listed in the Session tab.
I then found my Alpine installation showed up in the Filesystems tab and it seems here we can change our username, password and delete the installation.
The whole system was starting to make sense. I could install a distribution from the first tab, login to the distribution in the second tab and remove the software in the third tab. So far so good.
UserLAnd 2.8.3 -- Running Alpine on my phone
(full image size: 214kB, resolution: 1440x2960 pixels)
Running a desktop distribution session
I next tried to install the Xfce session. This follows the same process as installing Alpine, except this time the only connection option was VNC (SSH was not available because we'd be accessing a graphical session). On my phone I did not have a VNC client installed and UserLAnd opens the application centre to install one, specifically one called bVNC.
At first I was unable to get signed into the desktop session using the VNC client. The connection was refused. With a little experimenting and searching I found that I had to change the VNC client's network port from the default 5900 value to 5951. This was not mentioned in the UserLAnd documentation, but it was shared in a review of the software in the Play store.
The first time I got signed into the VNC session there was no desktop, just a minimal window manager and a terminal window. The terminal window had a string of error messages which reported the session needed to be restarted. I followed this advice, stopping and restarting my Xfce session in the UserLAnd application, then tried connecting again using VNC. This time the session connected and displayed the Xfce desktop.
UserLAnd 2.8.3 -- Trying to start the Xfce session
(full image size: 421kB, resolution: 1440x1422 pixels)
The Xfce desktop looks very small on my phone's screen, of course, but I was able to bring up menus and tap launch icons. The Xfce session is running on a Debian Stable platform and we are able to install and run new software from the Debian repositories.
Trying to use the Xfce desktop on my phone was not practical, but I was able to sign into the desktop session using a VNC client on my workstation. This provided me with a minimal Debian system running Xfce which I could access at will.
Sharing files
The UserLAnd documentation mentions that it's possible to share files between the Android host operating system and the Linux distribution sessions we are running. On the Android side of things, a new storage location appears in the file manager called UserLAnd. We can copy files into this folder in the Android file manager to make them available to our GNU/Linux session. When we are running a UserLAnd session files in this location are made available through the /storage/internal and /storage/sdcard directories. We can also copy files we are using in the session to the /storage directories to "pass them back" to Android.
Having this set of directories set aside for sharing files between the two operating systems means transferring files back and forth nearly transparent.
Practical uses
On the surface it may not seem all that unusual to be able to run a standard Linux distribution in its own isolated environment on an Android device. This sort of technology has been around for a while in one form or another. However, I think what UserLAnd brings to the table which makes it attractive isn't its individual features, but how they all fit together.
UserLAnd 2.8.3 -- Running a terminal, text editor, and file manager on my phone through VNC
(full image size: 109kB, resolution: 1240x1024 pixels)
Unlike some of the alternatives available, UserLAnd doesn't require we root our phone or tablet before using it. The UserLAnd software doesn't require we use the command line (either on the host Android system or in the guest Linux distributions), and it will help us automatically set up OpenSSH and VNC clients if one isn't already installed. This, along with the guest distributions having remote access features enabled, makes getting started working with the guest systems convenient. UserLAnd also makes five different distributions immediately available to us which we can install (and then remove) with a few taps and minimal technical experience.
When you combine the above features with the shared storage directory we can easily access from both the guest and host file managers, we end up with a very convenient platform. One which allows us to share files between Android applications and Linux desktop applications with a few clicks.
What really appeals to me about UserLAnd is that I feel it is quickly approaching a better form of convergence so many companies have failed to deliver for the past decade. Organizations such as Microsoft and Canonical have tried pushing the idea of one user interface (Metro or Unity 8) which could adapt to any screen size and seamlessly act as either a touchscreen device or a full desktop system. These approaches generally haven't worked well because the applications either end up being cripplingly simplistic, and therefore not much use on desktop machines, or the interface becomes overly crowded and hard to use on mobile devices. Typically both. It is really hard to develop one desktop or one application which will work well across screen sizes and be useful when using touch screens and keyboard input.
UserLAnd offers a better solution. Rather than try to shoehorn everything into one user interface and one set of applications, UserLAnd makes it easy to set up the two separate interfaces and sets of applications side-by-side, allowing us to run one or both on the same device at the same time.
As an example, I can use my Android phone to take a photo and save the image in the shared directory. I can then instantly launch my Debian session running Xfce and connect to it through my workstation's VNC client. I can edit the image in the GNU Image Manipulation Program, save the result in the shared folder, pick up my phone and text the image to someone. The whole experience might take a minute and doesn't require transferring the file between computers, I just need a VNC client on my workstation.
This also means my phone can act as a super portable laptop. Using the VNC session I can be writing a document or downloading a torrent on my phone in a UserLAnd session at home. When it's time to go into work I can pause the session, drop the phone in my pocket, drive to the office, and then fire up a VNC session on my work computer to pick up where I left off. There's no need to synchronize files or use cloud storage, everything lives on the phone and goes with me wherever I am.
The only drawback at the moment is the limited performance of my mobile device. The Galaxy S9 is not a particularly fast device and it has just 3GB of RAM. It's fine for some minor image editing, writing documents, downloading torrents, and converting media files in the background. It's not a device on which I'd perform video editing or play games. Basically, with UserLAnd running, it's a really low-end laptop computer.
Conclusions
Working with UserLAnd was a pretty smooth experience. It takes less than a minute to set up new Linux distributions as guest sessions and we can connect to new sessions almost instantly using either OpenSSH or VNC clients. I particularly like how easy it is to share files between the host operating system and the guest distributions, which effectively allows us to use two sets of applications to manage one shared set of files.
The performance is pretty good, considering my limited hardware, and I like that UserLAnd basically turns my phone into a laptop that fits in my pocket. As I mentioned before, finding a way to bridge the gap between desktop computers and mobile devices is something several companies have tried without good results. UserLAnd seems to have found a better solution which, with a little polishing, could be useful for a wide audience.
I encountered just two drawbacks during my trial. The first is there isn't much documentation. Finding bits of information such as which network port to use with VNC required some searching and I didn't find any explanation as to how to use the various tabs in the UserLAnd app. We can work out most of the details through quick trial and error, but I'd like to see the documentation fleshed out more.
The second issue is the performance of most phones and tablets. A low-end phone just isn't going to have a lot of computing power (or memory) left over once it's already running Android and this reduces the desktop performance. The command line experience is excellent, even on my phone's limited hardware, but the desktop lags and will make more complex tasks cumbersome.
On the whole, this project is off to a good start and I hope to see it expanded and made increasingly convenient to set up over time.
|
Miscellaneous News (by Jesse Smith) |
Improvements coming to elementary OS, Fedora decides to keep Legacy BIOS support, a repository of Bash tips
The elementary OS developers have published a status update which provides an overview of recent changes to the distribution, along with short-term plans for the next release. "System Settings received quite a bit of attention last month. Thanks to a first-time contributor, you can now choose to use the super key to open Multitasking View in Keyboard settings. You can now also set the refresh rate for IMAP in Online Accounts settings. Offline firmware updates are now supported on the System page. In Sound settings, we now have more helpful placeholder text when no input devices are found. And the Language & Region page now has better support for locales with 3-letter language codes.
Our window manager also saw several fixes including more accurately using your chosen accent colour in the window switcher, and better handling window selections beneath the window switcher. We also do a better job of resizing the Multitasking View when display configurations change, and prevent a number of potential crashes." elementary OS 7 is expected to be launched later this year and will be based on Ubuntu 22.04.
* * * * *
Last month we shared a proposal being considered in the Fedora project to phase out Legacy BIOS support in favour of using UEFI exclusively. After some discussion this plan has been dropped as most developers feel it is too soon to drop support for Legacy BIOS machines. One contributor summed up the situation as follows: "Removing support for doing something immediately is not a 'deprecation'. Better ways to handle transitioning away from BIOS boot support have been proposed on the list. It seems it's still too early to drop BIOS boot support for both desktop (weird or broken UEFI implementations by vendors) and server (no support for booting with UEFI on many cloud providers)."
* * * * *
People who frequently use the command line often find themselves looking for shortcuts or more effective ways to perform tasks. Using simplified manual pages with examples of common program usage is one approach to finding better ways to use the command line. Another resource many people will probably find helpful is the Bash Oneliner collection. This repository holds a wide range of simple commands and shortcuts to make navigating the Bash command line interface more quick and effective. The collection also shows how to perform advanced filename matches, work with shell variables, and perform mathematical operations on the command line. It's an excellent resource for people learning Bash for the first time and for people who want a quick reference.
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Setting up home directory templates
Sharing-is-caring asks: I've got a shared computer and I want to place documentation and some links to forums and stuff on everyone's desktop. I can easily do that for users that already exist, but what about for new users? Is there a way when a new user logs in for the first time and their home folder is created that this file gets placed on their desktop?
DistroWatch answers: When new user accounts are created their home directory is set up right away. This happens before the user tries to login for the first time. When a new account is created most Linux account management tools, such as adduser, will make the user's directory and then copy the contents of the skeletal directory template into the new home directory.
This is a fancy way of saying there is a directory on your Linux distribution which has its contents copied into the home directory of each new user. Typically this template directory is stored in /etc/skel. If you look inside that directory now you'll probably find a collection of hidden files such as .bashrc for custom shell settings and maybe a directory called .config which will hold default desktop settings.
Any file or directory you create in this location (usually /etc/skel) will get copied into new users' home directories when they are created. In your case you will probably want to add a directory called Desktop inside /etc/skel and then place any documentation, links, or launchers you want to share inside the Desktop directory.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
Tails 5.0
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's latest release, Tails 5.0, is the first version of the distribution to be based on Debian 11. "We are especially proud to present you Tails 5.0, the first version of Tails based on Debian 11 (Bullseye). It brings new versions of a lot of the software included in Tails and new OpenPGP tools. We added Kleopatra to replace the OpenPGP Applet and the Password and Keys utility, also known as Seahorse. The OpenPGP Applet was not actively developped anymore and was complicated for us to keep in Tails. The Password and Keys utility was also poorly maintained and Tails users suffered from too many of its issues until now. Kleopatra provides equivalent features in a single tool and is more actively developed." Additional information is provided in the project's release announcement. Tails is provided via two separate downloads for DVD and thumb drives.
Tails 5.0 -- Running the GNOME desktop
(full image size: 65kB, resolution: 2500x1600 pixels)
Proxmox 7.2 "Virtual Environment"
Proxmox is a commercial company offering specialised products based on Debian GNU/Linux, notably Proxmox Virtual Environment and Proxmox Mail Gateway. The company has published a new release, Proxmox 7.2 "Virtual Environment" which includes an updated kernel, ZFS support, and Ceph Pacific upgrades. "Proxmox VE 7.2 (released on May 4, 2022) includes multiple enhancements: Debian 11.3 (Bullseye), but using a newer Linux kernel 5.15.30; QEMU 6.2.0, LXC 4.0.12, and ZFS 2.1.4; Ceph Pacific 16.2.7 and continued support for Ceph Octopus 15.2.16 (until mid 2022); support for the accelerated virtio-gl (VirGL) display driver; notes templates for backup/restore; VMID range in clusters: configuration of a desired range of VMIDs with upper and the lower boundaries is possible; pass the keyring secret to external Ceph clusters via GUI; enhanced backup restore dialog - override basic settings; and much more...." The release announcement also includes a video with an overview of the changes. Further details can be found in the distribution's roadmap.
OpenMediaVault 6.0.24
OpenMediaVault is a Network-Attached Storage (NAS) solution based on Debian GNU/Linux. The distribution's latest release is the start of the 6.x series which is based on Debian 11. "After a long development phase I am happy to announce the release of OpenMediaVault 6 (Shaitan). A big thank you goes to all translators, forum moderators and bug reporters for their contributions and support. The main new features of OpenMediaVault 6: based on Debian 11 'Bullseye'; completely new user interface written from scratch; added some new plugins that are based on containers - these are S3, OwnTone, PhotoPrism, WeTTY, FileBrowser, Onedrive (please note that not all platforms are supported because the upstream base containers are only available for specific CPU architectures); enhanced ISO installer; ensure that /media is unmounted to allow installation to USB devices - this will allow the installation from USB to USB device; /dev/disk/by-label filesystem device files are not supported any more because they are not unique and predictable." Additional details are provided in the release announcement.
* * * * *
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,719
- Total data uploaded: 41.9TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Running a full desktop Linux distribution on your Android phone
In this week's Feature Story we talked about UserLAnd, a tool which allows the user to run a full Linux distribution in an isolate environment on their Android while also being able to run desktop software and share files between the two operating systems. Is this approach to running two operating systems on one device something you would find useful? Does the idea of using your phone as your primary desktop computer appeal to you? Let us know what you think of UserLAnd in the comments.
You can see the results of our previous poll on Ubuntu adopting more Snap packages in last week's edition. All previous poll results can be found in our poll archives.
|
Running desktop Linux on my Android phone is something I would do...
Occasionally for rare tasks: | 351 (26%) |
Frequently for common tasks: | 154 (12%) |
Constantly as a primary workstation: | 78 (6%) |
Never: | 753 (56%) |
|
|
Website News |
New distributions added to waiting list
- Txikilinux. Txikilinux is a lightweight distribution designed to run on older computers, including 32-bit machines. The distribution is intended to be run by young students (ages 5-9) in an educational environment with the option of working entirely off-line.
- AOS Security Operating System. AOS is a Chinese distribution which focuses on stability and reliability, especially under heavy work loads.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 16 May 2022. 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 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• 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 |
UHU-Linux
UHU-Linux was the leading distribution of Linux in Hungary. It was primarily intended for Hungarian users, thus special care was taken to support the Hungarian language as much as possible. Ease of installation and sane default settings both help new users of Linux and make veterans feel comfortable. Usability as the main goal involves having all the cutting-edge yet stable releases of Open Source packages, with dpkg as the package manager. Development was completely open and everyone was invited to join.
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.
|
|