DistroWatch Weekly |
| Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 2, value: US$29.05) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
|
| Reader Comments • Jump to last comment |
1 • Home directory permissions (by Otis on 2022-10-31 00:53:10 GMT from United States)
Open, as my system/network at home is two users who trust each other.
2 • home directory permissions (by JeffC on 2022-10-31 02:22:03 GMT from United States)
Since I am the only user I do not lock it down, it seems pointless to me to do so.
Why would you share a computer with someone that you do not trust?
Why don't they have their own computer? It is not like they are very expensive these days, even a ten year old computer is still quite usable with Linux on it.
3 • Defaut (by Friar Tux on 2022-10-31 02:25:38 GMT from Canada)
Since we do not keep anything "sensitive" on our machines we just go with whatever default comes with our OS. The only time I ever actually access Permissions is to make AppImages executable.
4 • Lubuntu, etc comparisons (by Greg Zeng on 2022-10-31 02:29:23 GMT from Australia)
Most Ubuntu based systems (17) are based on the last LTS version, which currently is 2204, April this year. Some Ubuntu-lightweights are now being based on the newest 2210, from October this year.
All the Ubuntu familes can use the PPA application updates as required. Standard Linux additions via the command line can as usual be added, and also by compilking from raw source code, if their are enough resources to handle this.
The several "official" inner Ubuntu family are careful to avoid treading too much into territories "owned" by others in the same inner family. So the QT ones of the GTK ones will stay only with the offerings available in their QT of GTK groupings. Hence, the decision which of the file browsers, partition managers etc. to be chosen.
The Ubuntu families (https://distrowatch.com/search.php?ostype=Linux&category=All&origin=All&basedon=Ubuntu) has 47/239 brandnames in total. The lightweights include Peppermint, Lite, LXLE, Xubuntu, and Lubuntu.
The inner Canonical families stay loyal to the Canonical startup, "Snap", avoiding the Red Hat startup, "flatpak". Both these container apps demand much disk storage for the cache of their databases, whether apps are selected or not. Both feature inbuilt authorized update processes, and the "Discover" app can be used with the available apps; snap, flatpak or "Debian" compilations. These containers have variable sensitivities to the user's current settings, such as themes, colors and hardware preferences.
My preferred "Freefilesync" app is available in most flatpak repositories, but not in snap nor Debian. Web browser "Slimjet" is available in only Debian compiled format. Both these two apps are available, with complete recent settings synchronized in every way, on both Linux and Windows.
My preferences are with the outer Ubuntu family members: Mint, Lite and Peppermint. These lightweights can be expanded to heavier use as required. If needed, media, desktops, eye-candy, and others can be added, as desired.
These use Gparted and avoid Canonical's initiative "snap". The Fedora-GTK-Gnome families seem to prefer Wayland & BTRFS. Currently these experiments are not reliable enough for work use, IMHO.
Window's has a proprietry mess with display managers: NVIDIA, INTEL, etc. Wayland is far behind Windows, unable do high DPI, variable speeds, etc. BTRFS has yet to reach the power, reliability & flexiblity of Microsft NTFS. Application creators focus on the generally available users, rather than the minority of users.
5 • default (by Titus_Groan on 2022-10-31 02:54:00 GMT from New Zealand)
ls -l
~ drwx------
screen lock set for 30sec of no activity.
shared USB sticks ext4 formatted with permissions set for promiscuity. no Windows(TM), but if so, exFAT would be the other option.
6 • directories lock down (by Bobbie Sellers on 2022-10-31 03:21:11 GMT from United States)
No choice on the poll for people who have no other users (aside from Test or Guest account).
bliss- still using pclinuxOS.
7 • directory permissions (by Jay on 2022-10-31 03:57:39 GMT from Germany)
There are two user directories on my primary machine: an administrative user (completely locked down, zero access to others) and a guest user (open to trusted others, persistent shared files included).
A third user exists for untrusted users that operates as a demo, with nothing kept from each session.
8 • Lubuntu lost its vision. (by Lubuntu 22.10 Desktop Tour on 2022-10-31 04:13:06 GMT from India)
What I believe is Lubuntu has lost its vision when they announced their objective is not to be lightweight distribution anymore.i
Now, this project can be seen only as showcase distribution for LXQt.
9 • Home directory (by Vukota on 2022-10-31 06:14:34 GMT from Serbia)
There is a zero chance that majority of people (even experienced) have fully locked down home folder. It doesn't come that way by default on almost any distro and there are lot of programs that simply will refuse to work without at least access rights for all on home folder.
10 • @9 Home directory (by Vic on 2022-10-31 08:33:31 GMT from Canada)
There is most certainly a higher chance than zero as I have at least one system setup locked down by default.
My primary travel device is running Garuda as the installed system and the user folders are fully locked down to others in terms of user permissions by default.
My primary home system is running Ubuntu and the default for that system is to allow read/access for others, which I've left alone.
The two other computers in the house I checked run various Debian/Ubuntu spins and after checking the home folder defaults they too are set to allow read/access for others.
That makes the count 1 locked to 3 read/access here which is still greater than zero.
In saying that I was initially surprised at the early polling results as well. My only explanation is that being at such an early stage for the survey the number of DW visitors who read and respond to it this soon are more experienced linux users with a higher probability of them either running systems which aren't as user friendly out of the box or that they themselves have taken the added precautions to lock there systems down further post install.
Cheers!
11 • Setting permissions - Allowing access to just one specific user (by luvr on 2022-10-31 09:04:16 GMT from Belgium)
Jesse explains that he opens up a 'public_html' directory for use by others:
------------- chmod u=rwx,g=,o=rx public_html -------------
I guess that only one specific user (in addition to the owner) really needs access to it, namely the user that runs the web server. There may be cases when opening up a directory to 'the world', just so one specific user gets access, is considered a bad idea.
In such cases, the 'setfacl' command (to set file access control lists) may come in handy.
Consider, for example, a 'public_html' directory to which only you, as the owner, has access:
------------- $ ls -ld public_html drwx------ 2 luvr luvr 4096 Oct 31 09:54 public_html -------------
Now, assume that you want to allow some user, say 'nobody', read and execute access, but not any other users. You can then use the 'setfacl' command to modify the access control list and give user 'nobody' read ans execute access:
------------- $ setfacl -m nobody:rwx public_html -------------
If you now look at the 'public_html' directory entry, there wil be a '+'-sign appended to the permission settings (to indicate that access control list entries are set on the directory):
------------- $ ls -ld public_html drwxr-x---+ 2 luvr luvr 4096 Oct 31 09:54 public_html -------------
You can view the access control settings with the 'getfacl' command:
------------- $ getfacl public_html # file: public_html # owner: luvr # group: luvr user::rwx user:nobody:r-x group::--- mask::r-x other::--- -------------
Or, in table format:
------------- $ getfacl -t public_html # file: public_html USER luvr rwx user nobody r-x GROUP luvr --- mask r-x other --- -------------
12 • Is your home directory open to other users? (by James on 2022-10-31 11:37:53 GMT from United States)
My wife and me only at home, and we both have our own laptops. I am the only user.
13 • No Homies (by Trihexagonal on 2022-10-31 12:38:31 GMT from United States)
There are no other accounts on my machines than my own. I'm root and mine the only usr account. Nobody else has access to either account.
14 • Discontinue i486 Support? (by penguinx86 on 2022-10-31 14:01:51 GMT from United States)
Intel discontinued production of the i486 architecture in 2007. Thats 15 years ago! Who wants to run a 100 mhz 32 bit processor these days? Yes, it's time to move on. A cheap 64 bit Raspberry Pi would leave the i486 in the dust.
15 • rip i486 (by mike a on 2022-10-31 16:30:02 GMT from United States)
im so sad to see 32 bit computers not being supported i feel like thats such a shame.
16 • Fedora Delay and Lubuntu Take (by CorpSouth on 2022-10-31 16:34:10 GMT from United States)
I'm fine with Fedora 37 being delayed, I'm not really living on the edge as I used to... Or not -as- much, in the context of Fedora. Anyone who takes issue with their decision will certainly hate Debian and Ubuntu LTS. Nothing is stopping you from just using fc37, unless it's a very very specific situation that requires digging to find out.
Lubuntu is indeed just a platform for the LXQt environment, it is NOT a lightweight distribution beyond the choice of desktop environment, anymore. LXLE is closer to the old Lubuntu philosophy going as far as having LXDE as its desktop environment of choice. LXLE also comes with the Librewolf browser out of the box, so I can easily recommend that over Lubuntu.
17 • Lubuntu and *ubuntu flavour (by MrSparkleWonder on 2022-10-31 19:01:05 GMT from Mexico)
I tried the Lubuntu LTS this week only to discover ..... appimages cannot be executed
I switched back to Arch where appimages execute no problem
18 • Home (by John on 2022-10-31 19:23:55 GMT from Canada)
For my home systems, $HOME is locked down. At work, everyone on the team I am on has read access to $HOME (AIX). That is because I am the only "real" UNIX person on the team and have been training new people who have never stepped out of Windows Land.
Yes, I am quickly becoming an alcohol/drug addict.
19 • 486 (by dave on 2022-11-01 00:31:22 GMT from United States)
@14 "Who wants to run a 100 mhz 32 bit processor these days?" businesses.. and it's more of a matter of needs than wants.
Intel isn't the only producer of 486 CPUs. You can still buy new 486 processors and boards and the Vortex86 officially supports Linux as late as Debian 10 using the 4.19 kernel. (though most of their support list is using the 2.6 kernel)
Of course, while there remains a small 486 hobbyist market, most of the market is for business/industry, so it's probably true that they will be able to continue business as usual by simply sticking with older software-- which they are probably already doing. The exorbitant cost of writing new software for an old machine is the main reason why there is still a market for new 486 machines.
I'm sure Torvalds and Co. are well aware of the business-oriented use cases, however I enjoy the irony of the guy named penguinx86 overlooking vortex86. ;)
20 • 486 and 32 bit (by penguinx86 on 2022-11-01 05:09:10 GMT from United States)
I appreciate the comment of @19. Yes it's true there may be lots of 486 users out there. It reminds me of when my old i386 non PAE kernel boot laptop was no longer supported. That rendered my old Dell laptop useless. I'm a retired IT guy and I'm working at a temp job disposing of old hardware. Sometimes it breaks my heart to dispose of 500gb SATA spinning hard drives and 8gb DDR3 and DDR4 memory modules. It seems like such a waste! My first computer had 4k of RAM and a 175k floppy drive for storage, for cripes sake. But I made it work. There is so much eWaste these days because of corporate greed. It seems like programmers have taken the back seat behind corporate greed.
21 • @17 (by Harry the Lizard on 2022-11-01 06:11:24 GMT from United States)
"I tried the Lubuntu LTS this week only to discover ..... appimages cannot be executed"
sudo apt install libfuse2 Make the appimage executable.
22 • rip i486 rip i586 rip i686 (by Torvalds Fan Club on 2022-11-01 08:45:58 GMT from Turkey)
as people who have a hobby of dealing with old hardware and software, there are not a few of us, I love the progress of technology, x.org if you need wayland instead, get wayland, the perception that "Linux is only for old hardware" is wrong, Q4OS is a good example, let those who want nostalgia use Trinity, let those who want to look modern use KDE Plasma
23 • the answer is NO... (by tom joad on 2022-11-01 16:39:47 GMT from Germany)
I don't share. All of my hard drives are completely encrypted and only I know the codes. Want to get into my Home folder? Good luck. I hope you are a good guesser. It might take a bit.
24 • Default file / directory creation permissions (by Alexandru on 2022-11-02 07:02:38 GMT from Romania)
Besides chmod for changing permissions of file / directory, there is also umask command in UNIX, which shows / sets default permission mode for future new files / directories.
Umask works with numeric value of permissions (4 for r, 2 for w and 1 for x; x100 for u, x10 for g and x1 for o) and extracting the mask from full permissions. Default umask value is 022, this determines new files/ directories creation permissions as 777 - 022 = 755 (or rwxr-xr-x).
You can find your umask by issuing: umask You can set new umask by issuing: umask
25 • Default file / directory creation permissions (by Alexandru on 2022-11-02 07:03:41 GMT from Romania)
I meant, setting new value with: umask [new value]
26 • Linux/i486/Legacy CPU (by Paul_y on 2022-11-02 18:01:18 GMT from Romania)
I ran Microsoft Windows 98SE on Intel Pentium 2 MMX CPU @ 450 MHz with just only 128 MB of RAM. Now I run Sparky Linux on Intel i3 ( Ice Lake ) dual core @ 3.40 GHz ( Hyper Threading disabled ) with 4 GB of RAM and Salix Linux on Intel Pentium E5400 dual core @ 2.80 GHz (overclock) with 3 GB of RAM DDR2 848 MHz (overclock). I ran Microsoft Windows XP on Intel Pentium 4 @ 1.6 GHz.
27 • Home directories (by Nathan on 2022-11-02 18:24:38 GMT from United States)
It seems that my situation is rare in modern times. I have an account on a shared research machine at work (AMD Ryzen Threadripper 3960X 24-Core, 256G RAM, GeForce RTX 3090), and I and the 4 other users (all colleagues) have our home directories open for reading+access. Makes it easy to share datasets that way. Our cluster environment on the other hand with over 2000 non-colleague or distantly-collegiate users has completely locked down home directories. My personal desktop is locked down too, but I'm the only user, so whatever.
28 • @20 (by Justin on 2022-11-02 19:25:34 GMT from United States)
I feel you. I have to gift my old hardware to people (you need an external drive? how about this 360GB USB2 one). I have old laptops still around because they work not because I have any use for them. It would also kill me to see 8GB modules being thrown away. I would be upgrading all the machines I know with them. I take old laptop drives and put them in portable cases. I have a set from replacing them with SSDs and I use them in place of larger USB sticks for things like drive clones or random backup storage.
Those 486 clones must exist because of I/O. DOSBox is great for CPU instructions and one can easily install Win 3.1 or (less easily) Windows 95 if necessary. I run my old 486 games that way.
Corporate greed is definitely a problem but so is wasteful consumer demand. Stuff isn't made to last partly because consumers keep wanting new and shiny and are willing to waste money on it. It's not always worth the cost to build a phone that will survive 10 years when your competitors will use cheaper components that will last 5 years and a majority (no not everyone) of people will replace it after 2-3 because it feels old to them.
29 • @28 (by pengxuin on 2022-11-02 23:34:25 GMT from New Zealand)
must be one of those: (no not everyone).
phone (2013) is running android 4.1.1. It is often remarked upon: "that is the smallest smart phone I've ever seen".
recently installed DOSbox and created a Win95 setup for an old (1996) DOS application. DOSbox, unfortunately, would not suffice alone to run the application.
30 • $random (by Panther on 2022-11-03 23:24:25 GMT from United States)
@9 well the poll would prove you wrong. Home directory is locked down here as well by default have not had any problem with any program not working.
Just a suggestion for "public" html use the Userdir module see https://www.tecmint.com/enable-apache-userdir-module-on-rhel-centos-fedora/ or similar.
I do not now why all the focus on all the various flavors of Ubuntu , it is all ubuntu and you can install the various desktops from the command line without a fresh install. You certainly do not break down any other distro this way, seems odd.
While we are on the topic, perhaps you would be interested in Fedora variants.
Spins: https://spins.fedoraproject.org/
KDE,XFCE , LXQT, Mate/compiz, cinnamon, LXDE, I3
Labs: Astronomy, Games, Jam, Design, security, robotics to name a few,
Certainly could make an argument the Fedora spins . Lab deserve at least as much attention you give to all the *buntu flavors, the fedora variants are certainly as rich or richer than the *buntu variants you spend so much time on. As far as I know the Fedora spins are as much or more polished than the *buntu variants.
At least be consistent either lump all *buntu together under 1 umbrella as you do with all the other distros or break out all the variants of all the distros.
31 • @30 (by Justin on 2022-11-04 15:09:26 GMT from United States)
https://distrowatch.com/dwres.php?resource=faq#ubuntusplit
Number of Comments: 31
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 1155 (2026-01-12): MenuetOS, CDE on Sparky, iDeal OS 2025.12.07, recommended flavour of BSD, Debian seeks new Data Protection Team, Ubuntu 25.04 nears its end of life, Google limits Android source code releases, Fedora plans to replace SDDM, Budgie migrates to Wayland |
| • Issue 1154 (2026-01-05): postmarketOS 25.06/25.12, switching to Linux and educational resources, FreeBSD improving laptop support, Unix v4 available for download, new X11 server in development, CachyOS team plans server edtion |
| • Issue 1153 (2025-12-22): Best projects of 2025, is software ever truly finished?, Firefox to adopt AI components, Asahi works on improving the install experience, Mageia presents plans for version 10 |
| • Issue 1152 (2025-12-15): OpenBSD 7.8, filtering websites, Jolla working on a Linux phone, Germany saves money with Linux, Ubuntu to package AMD tools, Fedora demonstrates AI troubleshooting, Haiku packages Go language |
| • Issue 1151 (2025-12-08): FreeBSD 15.0, fun command line tricks, Canonical presents plans for Ubutnu 26.04, SparkyLinux updates CDE packages, Redox OS gets modesetting driver |
| • Issue 1150 (2025-12-01): Gnoppix 25_10, exploring if distributions matter, openSUSE updates tumbleweed's boot loader, Fedora plans better handling of broken packages, Plasma to become Wayland-only, FreeBSD publishes status report |
| • Issue 1149 (2025-11-24): MX Linux 25, why are video drivers special, systemd experiments with musl, Debian Libre Live publishes new media, Xubuntu reviews website hack |
| • Issue 1148 (2025-11-17): Zorin OS 18, deleting a file with an unusual name, NetBSD experiments with sandboxing, postmarketOS unifies its documentation, OpenBSD refines upgrades, Canonical offers 15 years of support for Ubuntu |
| • Issue 1147 (2025-11-10): Fedora 43, the size and stability of the Linux kernel, Debian introducing Rust to APT, Redox ports web engine, Kubuntu website off-line, Mint creates new troubleshooting tools, FreeBSD improves reproducible builds, Flatpak development resumes |
| • Issue 1146 (2025-11-03): StartOS 0.4.0, testing piped commands, Ubuntu Unity seeks help, Canonical offers Ubuntu credentials, Red Hat partners with NVIDIA, SUSE to bundle AI agent with SLE 16 |
| • Issue 1145 (2025-10-27): Linux Mint 7 "LMDE", advice for new Linux users, AlmaLinux to offer Btrfs, KDE launches Plasma 6.5, Fedora accepts contributions written by AI, Ubuntu 25.10 fails to install automatic updates |
| • Issue 1144 (2025-10-20): Kubuntu 25.10, creating and restoring encrypted backups, Fedora team debates AI, FSF plans free software for phones, ReactOS addresses newer drivers, Xubuntu reacts to website attack |
| • Issue 1143 (2025-10-13): openSUSE 16.0 Leap, safest source for new applications, Redox introduces performance improvements, TrueNAS Connect available for testing, Flatpaks do not work on Ubuntu 25.10, Kamarada plans to switch its base, Solus enters new epoch, Frugalware discontinued |
| • Issue 1142 (2025-10-06): Linux Kamarada 15.6, managing ZIP files with SQLite, F-Droid warns of impact of Android lockdown, Alpine moves ahead with merged /usr, Cinnamon gets a redesigned application menu |
| • Issue 1141 (2025-09-29): KDE Linux and GNOME OS, finding mobile flavours of Linux, Murena to offer phones with kill switches, Redox OS running on a smartphone, Artix drops GNOME |
| • Issue 1140 (2025-09-22): NetBSD 10.1, avoiding AI services, AlmaLinux enables CRB repository, Haiku improves disk access performance, Mageia addresses service outage, GNOME 49 released, Linux introduces multikernel support |
| • Issue 1139 (2025-09-15): EasyOS 7.0, Linux and central authority, FreeBSD running Plasma 6 on Wayland, GNOME restores X11 support temporarily, openSUSE dropping BCacheFS in new kernels |
| • Issue 1138 (2025-09-08): Shebang 25.8, LibreELEC 12.2.0, Debian GNU/Hurd 2025, the importance of software updates, AerynOS introduces package sets, postmarketOS encourages patching upstream, openSUSE extends Leap support, Debian refreshes Trixie media |
| • Issue 1137 (2025-09-01): Tribblix 0m37, malware scanners flagging Linux ISO files, KDE introduces first-run setup wizard, CalyxOS plans update prior to infrastructure overhaul, FreeBSD publishes status report |
| • Issue 1136 (2025-08-25): CalyxOS 6.8.20, distros for running containers, Arch Linux website under attack,illumos Cafe launched, CachyOS creates web dashboard for repositories |
| • Issue 1135 (2025-08-18): Debian 13, Proton, WINE, Wayland, and Wayback, Debian GNU/Hurd 2025, KDE gets advanced Liquid Glass, Haiku improves authentication tools |
| • Issue 1134 (2025-08-11): Rhino Linux 2025.3, thoughts on malware in the AUR, Fedora brings hammered websites back on-line, NetBSD reveals features for version 11, Ubuntu swaps some command line tools for 25.10, AlmaLinux improves NVIDIA support |
| • Issue 1133 (2025-08-04): Expirion Linux 6.0, running Plasma on Linux Mint, finding distros which support X11, Debian addresses 22 year old bug, FreeBSD discusses potential issues with pkgbase, CDE ported to OpenBSD, Btrfs corruption bug hitting Fedora users, more malware found in Arch User Repository |
| • Issue 1132 (2025-07-28): deepin 25, wars in the open source community, proposal to have Fedora enable Flathub repository, FreeBSD plans desktop install option, Wayback gets its first release |
| • Issue 1131 (2025-07-21): HeliumOS 10.0, settling on one distro, Mint plans new releases, Arch discovers malware in AUR, Plasma Bigscreen returns, Clear Linux discontinued |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • Issue 1124 (2025-06-02): Picking up a Pico, tips for protecting privacy, Rhino tests Plasma desktop, Arch installer supports snapshots, new features from UBports, Ubuntu tests monthly snapshots |
| • Issue 1123 (2025-05-26): CRUX 3.8, preventing a laptop from sleeping, FreeBSD improves laptop support, Fedora confirms GNOME X11 session being dropped, HardenedBSD introduces Rust in userland build, KDE developing a virtual machine manager |
| • 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 |
| • 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 | 
Cool Linux CD
Cool Linux was part of the LINUX EMERGENCY CD project and was based on Red Hat Linux. It was a bootable, live Linux CD with NVidia drivers, Blender, VMware (trial), OpenOffice and plenty of other software.
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.
|
|