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 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 |
• 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 |
• 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 | 
openEuler
openEuler is an open source project operated by the OpenAtom Foundation. It is a digital infrastructure distribution which can fit into a wide variety of server, cloud computing, edge computing, and embedded deployments. openEuler is compatible with multiple CPU architectures (including x86_64 servers, cloud environments, ARM-powered embedded devices, and RISC-V boards) and suitable for a wide range of environments. The project releases a long-term support (LTS) version every two years in order to provide a stable platform for enterprise users. A new openEuler interim version is released every six months to provide more up to date technologies. While openEuler focuses on server deployments desktop environments (including UKUI, Deepin, GNOME, and Xfce) are available.
Status: Active
|
TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|