DistroWatch Weekly |
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 4, value: US$49.41) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
|
Reader Comments • Jump to last comment |
1 • KDE Mobile & Halium (by Elcaset on 2017-07-31 02:14:27 GMT from United States)
I'm really looking forward to using KDE Mobile! The Halium project seems to be gaining steam, as well. I'm hoping to have more coverage of KDE Mobile & other mobile GNU/Linux operating systems on Distrowatch.
2 • Installing apps (by albinard on 2017-07-31 02:34:17 GMT from United States)
I answered "Other", but I really mean more like all of the above, though I've never used a sync service for that. I've built up from specific needs, transferred whole setups with get-selections, and pretty much built ad lib, according to how well the prior setup suits my purposes. It's Linux, the user is in charge.
3 • install apps on a new computer... (by tom joad on 2017-07-31 02:39:02 GMT from France)
My way of doing this is to install as I go. In the past I have just will-nilly installed and installed and installed. Not any more. I install when I need it otherwise no. And I have a mental list of favorites that I will install if need be but I wait for 'need be.'
Keep it simple and get your work done. I think that is the rational approach.
4 • install apps on a new computer... (by frugal_nitpicker on 2017-07-31 03:01:08 GMT from Brazil)
Install apps on a new system comsumes much more time I could to like. The ever present "Dependency hell", the eight and more deeper hell's circle, forgot by Dante. Whem I started with Linux I questioned: O my, why they did not use Static build? Well, several aswers before the problem stands up! I follow installing dependency after dependency, expecting by the good times in the future, may be.
5 • Install apps on new installation (by Trumpette on 2017-07-31 03:13:13 GMT from United States)
I use my own bash script. So far, I've been able to special-case it for the few differences in package managers/names.
Works for me.
I don't care if you don't like it.
So there.
6 • Installing applications (by Trihexagonal on 2017-07-31 03:13:25 GMT from United States)
I build my OS from scratch from the base system up, only install a limited number of programs that I have found to suit my needs over time and build them from ports.
7 • I make a list/generate a list.. (by brad on 2017-07-31 04:08:20 GMT from United States)
then pick what I actually use for the new installation.
8 • Quckly installing existing packages on a new computer (by JG on 2017-07-31 04:20:39 GMT from United States)
For Salix/Slackware I archive all of my .tgz package files from Slackware's "/var/slapt-get folder" to a flash drive for installation later on using the find command:
find -name *.t?? -exec cp -rpf {} /media/flash-drive-name \;
On a new system I install the programs in one swoop using the command "installpkg *.tgz"
For Debian/Ubuntu I archive all of my .deb package files from the "/var/cache/apt/archives" folder to a flash drive for installation later on. On a new system I install the programs in one swoop using the command "dpkg -i *.deb"
After installation I check for program updates in slapt-get or the synaptic package manager. Periodically I purge the older packages to save time during the reinstall process.
9 • Quickly installing existing packages on a new computer (continued) (by JG on 2017-07-31 04:57:26 GMT from United States)
For the Slackware packages the reinstall command should actually be:
"installpkg *.t?z"
This accounts for the .txz packages as well as the older .tgz packages.
10 • Install apps on a new computer... (by OstroL on 2017-07-31 08:29:57 GMT from Poland)
Installing a distro on a new or other computer is like distro hopping. Its interesting to see, how the other computer works with the distro. Installing apps is no a big deal these days, few minutes and they are installed.
Or, you can make a bootable live iso from your install (without the home folder) and move the exact install to the other.
11 • package installation (by dogma on 2017-07-31 13:15:17 GMT from United States)
For my purposes, it’s worked well to work from a list of what I’ve needed on previous occasions.
12 • UBOS (by RM on 2017-07-31 13:30:40 GMT from Poland)
UBOS looks quite promising but... rolling server? Maybe I'm too conservative but for serious server-related jobs I would rather use old, good, stable Debian. Not as fancy but reliable. IMHO reliability is crucial for server and rolling distros are not-reliable-as-they-should ;) However this is really interesting project and I will give it a try in virtual enviroment just for testing. And for fun of course ;)
13 • apps for new pc (by wolsonjr on 2017-07-31 13:39:47 GMT from United States)
have basic mental list of what I consider necessary for all OS/PCs, with special extras for certain setups
14 • New Applications (by Matthew Rivers on 2017-07-31 13:58:32 GMT from United States)
Since I use Debian, I clone the drive of one of my other computers and:
1) delete /etc/udev/rules.d/70-persistent-net 2) edit /etc/hostname & /etc/hosts
It saves the time and bandwidth of installing and updating from an ISO, and all of my settings remain intact.
15 • Installing apps on a new computer (by seacat on 2017-07-31 14:20:46 GMT from Argentina)
A combination of "install it myself" and "only when I need it". First step, to install the OS. Second step, to customize the installation and to add my group of frequently-use apps. Third step, to install other apps only when I need them.
16 • Re: UBOS (I'm developing it) (by Johannes Ernst on 2017-07-31 17:23:00 GMT from United States)
Thanks for the UBOS review! Couple of comments:
1) Adding or modifying a site configuration after the initial "ubos-admin createsite", such as adding another app to an existing site. It's very possible, but it requires editing JSON at this point. (This is noted in the second half of http://ubos.net/docs/users/ubos-admin.html#ubos-admin-createsite) Basically you get the site JSON "ubos-admin showsite --host example.com --json > example.com.json", then add the desired app into the respective array in that JSON file, and redeploy it "ubos-admin deploy --in example.com.json". This is clumsier than it should be, I agree, and we have an open bug to provide better tooling.
2) Which platform did you use for your investigation? We know that shutdown issues sometimes happen on the EspressoBIN -- this seems to be an upstream issue, not specific to UBOS -- but we aren't aware of anything like it on other platforms. What's the specific error you are getting?
3) Also, which UBOS version / channel did you use? We are not aware of any Nextcloud installation issues.
Thanks for your review!!
17 • UBOS (by Jesse on 2017-07-31 17:44:54 GMT from Canada)
@16: 2. UBOS was running in VirtualBox. I can't give you the exact error message as I was writing this review a few weeks ago.
3. As I mentioned in the review, I was running UBOS 11. I was using whichever channel is the default, I didn't do any customization to the installation as just used the examples in the provided documentation to set up services.
18 • openSUSE Review (by Mike on 2017-08-01 07:42:55 GMT from Kenya)
You report the release of openSUSE Leap 42.3 in your Released Last Week section. I have been an on-and-off user pf SUSE for years. While it is pretty to look at, I have found it to be buggy and slow. Nevertheless, I keep hoping that they'll get it right. openSUSE 42.3 has turned out to be a welcome surprise! I have found it to be very stable so far but I would like to hear your opinion. I didn't use Leap 42.2 and your review of it didn't exactly fill me with enthusiasm to try it!
19 • Leap-ing (by Somewhat Reticent on 2017-08-01 13:46:27 GMT from United States)
@18 consider GeckoLinux [ http://geckolinux.github.io/ ] for convenience.
20 • @18, @19 (by Justin on 2017-08-01 16:48:23 GMT from United States)
I tried GeckoLinux Budgie in a VM. I don't think it likes me changing the screen resolution. I couldn't find a settings panel or something to make changes, so I just adjusted the window size. At some point, I lost the ability to open a menu or get any type of prompt. I switched to a virtual console and saw that "budgie-panel" was eating up all my CPU and memory (the fans on my laptop are full on). While in top, the system locked up, then the screen went back to X (I didn't change it), and now I can't get anything to respond.
So... actually a bit disappointed. I've wanted to start trying out and liking distros like SUSE or Mageia or other non-deb, non-Arch distros, but then I run into stuff like this. I'm glad it's just a VM, and maybe it's even VM-specific, but unfortunately it leaves a bad taste in my mouth. I'll just stick with what has worked for me.
21 • Package List Poll (by cykodrone on 2017-08-01 17:34:06 GMT from Canada)
The verbose details are meant for newcomers...
I manually create package lists, copy that list to the Desktop (the original is the backup), manually reinstall main app packages (I have drag in recommends off to keep bloat to a minimum) and delete the installed from the copy text (sorted alphabetically), that way I can come back to it and finish it later and not lose my place. I NEVER install standalone libraries (libs) or dependencies, I always let the main packages drag in what they need. What can be a pain is the same apps having different names in a Debian based (Devuan) OS and an rpm based OS, then you have to find (research) the differently named rpm app packages that are similar to their Debian based cousins. I use both Debian based and rpm based OS's (2 dedicated SSDs) because they both have apps and features the other doesn't. I've been dabbling in Linux since the middle 2Ks and using it full-time since 2010 (ever skeet shoot an MS install disk? ;D), overall I would have to say Debian and the wannabe respins have been more stable and less hassle than rpm based, rpm based always seems to be in a perpetual state of beta, buggy, and far too many cooks in its kitchen. I have also found Debian based package management and installation to be faster and less buggy than rpm based installers (why is YUM still a slow, confusing bad joke?). PCLinuxOS is the best of both worlds, aptified rpm (Debian style packagement/installation of rpms), it's had a few glitches over the years but it beats the hell out of other rpm based distros, trust me, I've tried them.
Debian list creation terminal string (works as user but you may have to run as sudo or root): dpkg --get-selections > /home/YOUR-USERNAME/Desktop/installed_software.log
RPM package list terminal string (works as user but may need to be run as sudo or root, sorted alphabetically, letter case ignored): rpm -qa --queryformat '%{name} \n' | sort -f > ~/Desktop/installed.log
22 • openSuse 42.3 (by Jordan on 2017-08-01 19:04:43 GMT from United States)
@18 Perhaps don't get your hopes up too much as we've noticed over the years that the suse project seems to run into issues every few releases.
The Tumbleweed rolling version is not immune to those issues, but it does seem to be better and better as they test things prior to inclusion in their repos.
23 • Artix Linux (by Justin on 2017-08-01 19:40:00 GMT from United States)
I tried updating my Archbang installation that is using OpenRC. It tries to install systemd, which creates a problem. It appears from systemd-free.org that Arch OpenRC is doing a mini-fork of Arch and calling it Artix Linux. Their news page has a whole set of instructions on how to add the new repos and system changes that are needed. They are taking down the arch-openrc and arch-nosystemd repositories.
I liked the idea of having Arch with a few tweaks to run another init. Not sure how I feel about having a separate repository that replaces core. Anyway, I wanted to pass this along to people who might run into the same problem.
24 • Poll other (by far2fish on 2017-08-02 06:37:41 GMT from Denmark)
I use Ansible when setting up my computer. After Linux install it just takes a few minutes fetching my Ansible playbook from GitHub, and it installs all the additional software I want plus it configures my desktop and applications.
25 • App Herding Made Easy and Arch Boneheads (by Arch Watcher 402563 on 2017-08-03 02:55:44 GMT from United States)
The QnA answered a broader question than posed. The question was how to migrate Ubuntu 16.04 to 17.04 across PCs, not how to leave Ubuntu.
Booting Ubuntu from a large capacity USB stick is the answer. Move the stick to the new PC and upgrade to 17.04. Done. To keep the old machine on 16.04, clone the stick first.
I'd avoid UBOS until more is known about the people and their security priorities. Anyone can say anything on a website, including spook fronts. Just sayin'...
UBOS using Arch was bone-headed. A new server suite should use LibreSSL, never mind systemdeath vulns. UBOS would be much happier atop Alpine, Hardened Gentoo, TrueOS, or Void.
@23 Try Obarun.org instead.
26 • On software library migration to new release (by Silent Warrior on 2017-08-03 04:19:04 GMT from Sweden)
Hm... I would like to use package list export/import, it just doesn't ever work perfectly (libraries with version numbers in their package names...), so I typically end up having to manually polish up the package selections anyway.
27 • Installing apps (by argent on 2017-08-03 04:47:52 GMT from United States)
Run a few distributions on my desktop machine, prefer keeping only what is needed to satisfy my computing needs and nothing more. Prefer as well to install a very lean Devuan, or Arch based distribution or derivative with essentially the basics. From there easy to build and be up and running quickly if choose to reformat a drive and do a fresh install.
Have pondered why many distributions are elephants, whales when it comes to monstrous sized distribution, makes sense to build quality and not bloat with a quantity of unneeded applications.
After all only the user know what they really need! Install light and always go right!
28 • Installing apps (by Bonky Ozmond on 2017-08-03 12:58:23 GMT from Nicaragua)
as I generally use pretty much the same apps .I just save my files and reinstall from new
I I Run Gentoo+ Calculate for my every day work comps so everything is always up to date...I have Slackware which i run Current so again pretty up to date, I have a few other systems where i have a host of varying distros ..which i do occasionaly distro hop and i always choose the most minimal installs and just put what i need into it...
Distros that come with a load of stuff i would never use i generally strip out all unwanted stuff anyway.....it is nice to try some different things now and then though
29 • SUSE Tumbleweed / Gecko Linux / Fyre Linux (by Winchester on 2017-08-04 11:16:56 GMT from United States)
Regarding posts # 20, #18 and # 22 :
I will tell you that I have been running Gecko Linux Rolling LXQT since the end of last year, and I have not had a single serious issue with it.
Yast GUI for updates could be more refined,but,you can find your way around.
It has been,in my experience,much more stable than Manjaro but,yet Tumbleweed is very quick to update to the latest software packages.
Plus,SUSE offers snap-shots of the system using the BTRFS. They can be managed with "Snapper". Seems like a good idea for a rolling distribution.
SUSE seems to be better with LXQT or KDE or with just a window manager.
If you want Gnome, Budgie , MATE etc. , I would look at PALDO, Solus , and Calculate Linux.
30 • New Apps on new systgems (by shyster on 2017-08-05 10:40:44 GMT from United States)
We run Mint 17.3 on all machines (4 desktops and one file server) but the lone laptop (18.2) so we will have to upgrade to 18.3 eventually. We always have to install dosemu so we can run First Choice (old dos program), plus Adobe Reader, PDFshuffler, Flipsed, Foxit Reader, Okular, k3b, gscan2pdf, kalarm, multisystem, and half a dozen others, get them configured, and then make the obligatory Debian package list so we can do it automatically (more or less) on the other 5 machines (may use the laptop if I get energetic enough to install all that on it.)
Number of Comments: 30
Display mode: DWW Only • Comments Only • Both DWW and Comments
| | |
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 1122 (2025-05-19): GoboLinux 017.01, RHEL 10.0 and Debian 12 updates, openSUSE retires YaST, running X11 apps on Wayland |
• Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
• Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
• Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
• Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
• Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
• Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
• Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
• Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
• Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
• Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
• Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
• Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
• Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
• Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
• Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
• Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
• Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
• Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
• Issue 1103 (2025-01-06): elementary OS 8.0, filtering ads with Pi-hole, Debian testing its installer, Pop!_OS faces delays, Ubuntu Studio upgrades not working, Absolute discontinued |
• Issue 1102 (2024-12-23): Best distros of 2024, changing a process name, Fedora to expand Btrfs support and releases Asahi Remix 41, openSUSE patches out security sandbox and donations from Bottles while ending support for Leap 15.5 |
• Issue 1101 (2024-12-16): GhostBSD 24.10.1, sending attachments from the command line, openSUSE shows off GPU assignment tool, UBports publishes security update, Murena launches its first tablet, Xfce 4.20 released |
• 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 |
• 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 | 
AriOS
AriOS was a user-friendly, Ubuntu-based distribution containing extra applications, multimedia codecs, Flash and Java plugins, many tweaks and a unique look and feel.
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.
|
|