DistroWatch Weekly |
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 1, value: US$5) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Linux Foundation Training |
|
Reader Comments • Jump to last comment |
1 • Sudo (by Mallory on 2022-09-12 01:09:01 GMT from Austria)
In the ideal world a typical home user should not have a need to use `sudo' or similar tools. Privileged actions should be done using GUI with PolicyKit as an authorization broker. `Doas' is useful for running programs on behalf of other unprivileged users though. Conceptually running superuser programs in a user session is difficult to implement securely as you can see looking at the rich history of exploitable vulnerabilities in `sudo' (and especially considering the lack of sufficient isolation between X clients). Having an unlocked root account is not more insecure than having an unlocked user account belonging to the `admin' group. Of course, SSH and other ways of remote access should be disabled for root.
2 • Sudo (by Mallory on 2022-09-12 01:18:58 GMT from Austria)
It is actually possible to configure `sudo' (cf. `man sudoers') to ask for the password of the target user, not the password of the invoking user.
3 • @2 (by Mallory on 2022-09-12 01:27:24 GMT from Luxembourg)
I apologise for using `cf.' instead of `vid.' or just `see'. Please do not repeat this common mistake.
4 • Roots (by Friar Tux on 2022-09-12 01:40:38 GMT from Canada)
For me, Mint's system (right click) menu's "Open As Root" is all I ever need. It uses my user password and that works for me. Don't really ever need to root around in the system EXCEPT in the "usr/share/theme" folder for non-default themes I want as system themes. That's it!
5 • su versus sudo et al (by Bobbie Sellers on 2022-09-12 03:50:38 GMT from United States)
Well I find "sudo" a pain as it usually not properly configured. I can enter root account though I usually reserve that for emergencies. Ordinarily I stick with "su" which I can use to enter a root terminal to deal with restricted commands or with Synaptic where I I am requested to enter the root password to deal with updates... When I started with Linux as Mandriva 2006 entering passwords to do certain things was PIA but I have gotten over that and my typing has improved so that it is no longer such a pain. On my previous systems to 2006 my C=64, C=128 and Amiga I was essentially running as root all the time with full access to all commands, which seldom resulted in insoluble problems. But with connections to the Internet the Amiga was only saved by its obscurity. I could chose to do auto-login but that is insecure so I leave it alone, happy to know that no one else without my assistance can login to my very personal computer.
bliss - brought to you by the power and ease of PCLinuxOS the Perfect Computer Linus Operating System(for me), and a minor case of hypergraphia. Free Registration at very finest sort of forum. <https://www.pclinuxos.com/forum/index.php> "The rule is perfect: in all matters of opinion our adversaries are insane." (Mark Twain) stolen from the very nicest Distrowatch site.
6 • Root functionality (by Romane on 2022-09-12 05:00:23 GMT from Australia)
For system type schtuff I use su - in, do what I have to, and out. Mostly it is using Synaptic for updates.
Distro's that lock me out of the root account, forcing me to use sudo and etc, are always immediately wiped from my computer. Personal thing, so please don't lecture me about "security" and such - been there, done that, and always with the result that the person doing so is quickly placed on my ignore list.
That, and using a white-list in the router to access my network and computers seems to work quite effectively - white-list implemented when "someone" (I know who) tried to get into my system - Windows exclusively user, so he had no idea what was looking at. White-listing stopped him completely and immediately. And I do check the router log files regularly insure no untoward activity going on.
Romane
7 • @6, Root functionality (by Wally on 2022-09-12 05:35:17 GMT from Australia)
"Distro's that lock me out of the root account, forcing me to use sudo and etc, are always immediately wiped from my computer." What distros are those? All it usually takes is: open the terminal, type "sudo passwd root", enter a password twice, and the root account is available.
If someone tries to get into my system, it will be my wife, and she has all the passwords.
8 • Garuda Linux (by OpenSourceFeeder on 2022-09-12 05:57:38 GMT from India)
"The default theme in Garuda causes 10 times CPU usage comparing to the standard KDE theme". This is quite surprising. I wonder if the team is aware of this issue. I think, either they are not aware or they don't care.
9 • sudo vs. root (by Microlinux on 2022-09-12 06:02:07 GMT from France)
Of course, you *can* work as plain root, or rather use sudo whenever you need admin rights. The crucial difference here is that using sudo will leave a trace in /var/log/secure or whatever log file is configured in your distribution for that purpose. The "Unix and Linux System Administration Handbook" has a detailed chapter about the root vs. sudo question.
10 • No need for garuda or btrfs (by rb on 2022-09-12 06:22:48 GMT from United States)
I use Arch with Timeshift running once daily as a cron job. (I use EXT4 FS.) I have had to restore my system, usually to the previous backup a handful of times. It usually takes 5 min or less. I keep a rotation of 7 daily backups on separate drive. I do not see BTRFS and snapshots on boot as the only way forward. If a package has ill effects, I can also restore it to previous version from the Pacman cache. I use Bottles to run games, usually with a Proton GE prefix. I really like the Octopi notifier in the system tray. I do not like the atari pacman type ghost icons that are default and have my own. It runs at login and informs me when there are updates. Octopi package manager is a lot like synaptic on Debian. As for root, I do like the poster #7 said and type "sudo passwd" to set a password for root and then su to get a root prompt (#). I mostly use sudo at the command line unless I am trying to view folders like "ls /boot/EFI" and a root prompt is needed. I have 32GB of RAM and have not used a swap file or partition in over 2 years with no ill effects. I reboot every 3-4 days at least. I do not have systemd-oom or any other out of memory manager and it has not been needed on my system. I think that is an answer to a problem I do not have.
11 • Root account (by Dr.J on 2022-09-12 06:57:11 GMT from Germany)
I think today's question is not precisely worded, because it is not about whether a root account exists or you create one, but about whether a distribution should "care" about it. And it should not. It's up to me how I build my system from a security point of view. If we continue down this road, we'll soon be back to Android, Windows, etc. and their attitude of taking away people's thinking and making large parts of the system opaque and inaccessible to them.
12 • grep, egrep, fgrep (by Wojciec on 2022-09-12 07:48:06 GMT from Czechia)
I'm not a "Linux pro" myself, but even I learned quite a while ago that `egrep` is supposed to be ditched for `grep -E`, and `fgrep` is supposed to be ditched for `grep -F`. I don't understand why it is so hard; basically you just do a `sed -e s/egrep/grep -E/g; s/fgrep/grep -F/g' on your shell scripts. (And if it looks OK, you replace `-e` with `-i`.) I guess it's people like these who cannot migrate from Python2 to Python3, even when the end of support date was announced 10 years prior. I think this is a typical case where "progression" is warranted *and* can be achieved with little effort.
13 • @12 - [ef]?grep (by luvr on 2022-09-12 09:52:06 GMT from Belgium)
I have never used egrep or fgrep myself, but I always run grep with the applicable option, although I tend to favour the long option format (--extended-regexp or --fixed-strings), especially in scripts. I do not get, however, why egrep or fgrep should be removed when they are such an integral part of history, every other Unix-like system continues to provide them, they continue to work fine, and they don't hurt anything. Why not just leave them alone?
14 • Garuda (by pfbruce on 2022-09-12 10:36:45 GMT from United States)
Interesting review. I installed Garuda xfce on my Dell Inspiron 15, and never saw any previous install as fast as Garuda. The only slow part is startup, where systemd provides "A start job is..." THAT takes a very long time.
15 • got root? (by Trihexagonal on 2022-09-12 14:00:47 GMT from United States)
I never log in a root directly on any system.
I use su to become root on FreeBSD and very comfortable in that role.
On Kali GNU/Linux I use sudo in the default configuration.
I've never installed sudo or doas on any of my machines and used sudo for the first time on TridentGumOS maybe 5 years ago. It took some getting used to but is no problem to use. I've never used doas.
16 • @12 grep et al. (by Wojciec on 2022-09-12 14:07:56 GMT from Czechia)
I don't mind the existence of `egrep` and` fgrep` as shortcuts to the corresponding grep form. What I do mind is their being in shell script form. If I'm not mistaken, the original `egrep` and `fgrep` were separate `grep` binaries compiled for their particular use cases, but when later their functionality was moved within one `grep` binary, `egrep` and `fgrep` became shell scripts. (Not even "real" scripts in the sense that they are often just wrappers that pass their arguments to a `grep -[EF]`.) Given that `grep` now supports the `egrep` and `fgrep` functionalities, the latter two should be aliases, but not scripts (let alone stand-alone binaries). As for using them in scripts, it would be better to explicitly declare their aliases at the beginning of the script; or even better yet, to use the proper `grep -[FE]` forms -- just like you prefer long-options in scripts. (After all, "readability counts". =) )
17 • Aliasing basic system-level commands is a HUGE deal (by Kingneutron on 2022-09-12 14:18:43 GMT from United States)
> A few aliases got in my way. For instance, "wget" gets translated to "wget -c" which can produce quite different results and I found "ls" is aliased to "ls -la" which usually isn't what I want. Likewise, running "cat" gets translated to the bat pager which acts differently
That's a HUGE no-no, it's one thing to do it for destructive commands like 'rm' but that's pants-on-head a bad idea for things like LS and cat. Somebody needs thwacking with a ClueBat over there.
18 • Root login (by Otis on 2022-09-12 14:22:31 GMT from United States)
Several months ago I landed on a review site that was testing AlmaLinux. Embedded in the review were sayings about "not having to set up a user account." The writer was strictly a root user, and lamented ever using distro versions that required user accounts.
I admit to starting off that way in my Linux journey. "It’s MY system on MY computer, how DARE this developer FORCE me to not have 100% access to ALL of it?!
I still feel that way, but not as thoroughly now ad then. They’re protecting us from ourselves, and protecting support staff from potential hordes of shouting users who’ve bricked their equipment.
But, yeah, the feeling is still there. I make user accounts and do sudo.
Fine.
19 • @18 root or no root (by Kazlu on 2022-09-12 16:01:09 GMT from France)
Puppy Linux and the family have an interesting way of managing that. The user is root and everything is run as root, except a few critical applications facing the Internet, like the web browser (which essentially gets kinda sandboxed). This makes sense, especially in the context of Puppy which has a read-only core OS and is designed as a single user OS. Should you want to have several users, each user is supposed to bring along their Puppy save while the base OS remains untouched.
The philosophy has its merits. And I actually find strange to not see it more elsewhere. Not that it is the most important thing out there, just an interesting thought.
20 • Tcvo su or not to su... (by tom joad on 2022-09-12 16:26:00 GMT from Netherlands)
When I started with Linux I did pretty much what was suggested with users. I setup an admin account and later I would setup an ordinary user, harmless account. That worked fine until one time my 'daring doo' got me deep, deep in the weeds. At the boot prompt my regular sudo password would not work. The system demanded a *root* password. And since I had followed the rules I didn't have that.
For that reason I have three accounts now.
( BTW, I have notice this little text box has changed. The word wrap is not working correctly. I notice that in my text and other text displays that same issue. I had to add extra space to make the text look correct. )
21 • Slackware/grep (by gnintingyes on 2022-09-12 17:42:41 GMT from Puerto Rico)
I noticed this first on ALT Sisyphus "unstable", one of the nightly builds, while using Synaptic install/remove program. This was in the first week of 08/2022. Warning message about one version of "grep" being "obsolete" and suggesting another version. Each operation seems to have finished without problems though. I don't go much beyond "grep -i" anyways.
22 • Future (by Mallory on 2022-09-12 20:35:35 GMT from Norway)
`... The future where features, fast machines, colourful animations, and integrated components are common.' Well, we've already had fast machines, colourful animations and integrated components 15 years ago. Speaking of features: we still have not got good integrated desktop search engines installed by default, there are AFAIK no distributions featuring any kind of assistant controlled by natural language commands. The only P2P applications installed by default are usually BitTorrent clients. We have such a lot of computing resources which can be used for far more advanced P2P applications... The user interface can still be sluggish on desktop while Android strives for 60 fps and more with their GPU-optimized UI on phones. Not sure if anything like Miracast is available for GNU/Linux. The Canonical's dream of `convergence' has not come true. Btrfs snapshots are similar to System Restore points that Windows XP and later versions have. Most of development of advanced features seems to be for cloud platforms now, it's sad that the desktop GNU/Linux is relatively stagnating. We need a real commercial (but not proprietary) desktop distro.
23 • Past (by Leon on 2022-09-12 21:24:13 GMT from France)
See it the positive way ...
Whatever you prefer, you have to stay realistic.
Garuda at least tries to go with time and offer what 'human beings' want.
Otherwise, you forever stay with some junk (like Salix from the last week), and you never move forward.
24 • @22 • Future [was yesterday] (by Mallory from Norway [by VPN]) (by Leon on 2022-09-12 21:56:26 GMT from France)
"We need a real commercial ([strike]but not[/strike] [AND] proprietary) desktop distro."
What we do not need is 300 'junkstributions' ...
25 • world status (by grindstone on 2022-09-12 23:39:14 GMT from United States)
Is it just me, or is this the most comforting thing in this crazy world--a grep issue by volkerdi in 2022.
:)
Congrats to all of us for still being here :) Thanks to all for all the work!
26 • Garuda at least tries to go with time and offer what 'human beings' want. (by rb on 2022-09-12 23:02:48 GMT from United States)
"Garuda at least tries to go with time and offer what 'human beings' want.
"Garuda doesn't do or offer anything I want automatically. I can get better control and customization with Arch itself, Endeavour or Manjaro in that order. I run games just fine without Garuda and I think their theme is futt-bucking ugly. I don't need anyone to have a theme for me, totally pointless as I am gonna uninstall it and change it anyway. I don't need btrfs clogging up my drive with shadow copies. I handle it just fine myself using ext4 and timeshift to separate drives. If you drive gives out or crashes, all those btrfs backups are not going to do you a bit of good. If I wanted Linux to be Windows, I would just use Windows. Kids, smh.
27 • su vs sudo (by Charlie on 2022-09-13 06:24:26 GMT from Hong Kong)
I used to find su is more handy for me.
But after reading some articles I understand the rationale behind a locked root account. Everyone knows root is the username for the admin account, so what a hacker does is only to crack the root password. No root account, no password, no problem :p
28 • sudo -i (by MInuxLintEbianDedition on 2022-09-13 09:09:13 GMT from United Kingdom)
for root, in regular terminal, I use sudo -i It gives me root for as long as I want it, exit returns to user
Surprised nobody mentions this, only the sudo -i request is logged, the root session has usual dangers.
29 • Garuda and the future of Linux (by Dr.J on 2022-09-13 13:09:10 GMT from Germany)
on the one hand I'm afraid you're right: the future of Linux is a colorful blink blink which only works with voice commands (like Alexa and Co.). The kids want that. On the other hand, this is no future, because nothing new is created here, but only the old technology of the 70s/80s is trimmed behind a polished facade to new. I'm not one of the under-40 group, but I've arrived completely in the 21st century and am not stuck in the old worlds of the 20th century. The only thing is: this whole polished facade is simply nonsense. It's nothing new, just a lot of blink blink behind a neon curtain. I'll make any bet that none of these souped-up "OK Google systems" can match a modern Linux system with its ancient tools in terms of speed and functionality. In the time I ask the system to find me something, my "find command" has already found it. And in the time I tell my virtual avatar to shrink, clone, backup or copy my virtual hard disk, my rsync command is already through. Thanks to bashrc, all it takes to do this is to enter a 3-letter alias. And shadow copies are certainly not something we really need in the Linux world. My cronjobs do data backups and disk images reliably and automatically, day after day, week after week. So: I don't think Linux is unfashionable just because it doesn't come with a new colorful facade every week. And I don't think Linux has to join Apple, MS, Google and co. in providing the holy grail of GUI with ever new packaging.
30 • root ou sudo (by Grognux on 2022-09-13 14:34:47 GMT from France)
Salut Tous
root c'est comme l'euthanasie c'est l'homme qui choisit.
Amicalement GrognuX
31 • @29 Find and rsync (by Mallory on 2022-09-13 21:22:14 GMT from Austria)
Do you use `find' for text-based file formats only? For binary files there is `tracker3' (and probably KDE Baloo utilities), it can use an index speeding up search operations a lot. BTW, why don't distributions use the rsync delta-transfer algorithm for providing incremental updates for large packages? Or do they?
32 • Find and rsync (by Jesse on 2022-09-13 22:06:29 GMT from Canada)
@31: The find command works on all files, not just binary ones. The find commands doesn't care about contents. The grep command works on text files.
Most systems these days are more likely to use "locate" rather than "find" as its indexing makes it a lot faster.
Some distributions have tried using delta-transfers for package management. Fedora being a prime example. It hasn't really caught on. Probably partly because of the time and CPU power involved doing the delta. It's basically slower and more expensive to perform the delta than it is to just download the larger package in the background and then apply it when the user wants it.
Delta downloads make a lot of sense for slow/metered networks, but not high speed, stable networks.
33 • @32 (by Mallory on 2022-09-14 00:07:22 GMT from United Kingdom)
I thought that `find' is usually used together with `grep' or other traditional text-oriented Unix tools (to analyse or process file contents) because for searching file names `locate' is faster indeed (however it does not find files newer than the index database). I believe that for large enough packages the delta algorithm is often still faster. The difference between two subsequent versions can be precomputed on the server and the resulted delta stored as a file to download and apply. Mozilla still uses this technique for Firefox and Thunderbird updates. I've found that there are `debdelta' utilities and `Cupt` APT replacement, and they are still maintained, Have any distribution used them as a supported or primary update method?
34 • find and deltas (by Jesse on 2022-09-14 00:23:39 GMT from Canada)
@33:The find command can be used with other tools, like grep, to locate files and filter things based on their contents. The find command is ideal for situations where you either need real-time results or complex filters. Such as finding files of a certain size or age. The locate command is faster and more commonly used when you're looking for files based on their name.
It is true locate doesn't find files newer than its database, but that's usually only a window of a few hours so not an issue in most situations.
The delta approach to working with files _can_ be faster. It's just not worth it in most scenarios. On most modern networks, where you can download a small package in under a second and giant packages in under a minute, there isn't much incentive to do all the work to make and distribute delta packages. Why make your client (or server) do all that work when most people will hardly notice the difference in speed?
35 • Delta updates (by Mallory on 2022-09-14 00:55:06 GMT from United States)
@34: I don't understand why debdelta is not an integral part of Debian. Providing delta updates for web browsers, kernel modules and other relatively large and frequently updated packages certainly would improve user experience for those on slow or metered networks for small additional costs. Debdelta is already available, not that much additional space on mirrors is required (but it reduces bandwidth usage).
36 • Garuda Linux - innovation, yes, but least favorite of Arch-based distros (by 1-DOT.com on 2022-09-14 04:29:12 GMT from United States)
Over the past few months, I took a look at several KDE Plasma Arch-based distros. Garuda was my least favorite compared to ArcoLinux-B, EndeavourOS, RebornOS and relatively new CachyOS.
While Garuda's automatic Snapper (forced BTRFS only ) backup after every update is innovative and potentially compelling, It is, for me, far outweighed by a distro just trying to be too different. For me, the "dragonized" look was horrible. So, naturally, I then tried to make it more "normal" by removing the unwanted Latte dock and doing some basic theme changes. Result: a broken system that was just not worth more time to troubleshoot.
Next, I tried Garuda's (unsupported) KDE Lite. This semi-barebones version was much more memory-efficient (similar to other Arch-based KDE Plasma distros). KDE Lite theming was more to my liking, Unlike Garuda "KDE Dragonized", my subsequent theme customizing did not break any desktop functionality. Even so, there were some display quirks (color set errors) not found in similar distros. Unfortunately, I also found no notable advantage over other more complete Arch-based KDE distros.
37 • Garuda KDE Plasma - my experience (by 1-DOT.com on 2022-09-14 04:35:43 GMT from United States)
"YouTuber Troy Holt (eBuzz Central) raves about Garuda Linux. My experience on a 12 year old Lenovo notebook was not as positive. Even so, there are quite a few features to recommend Garuda for many Linux fans."
https://www.facebook.com/groups/linux.fans.group/posts/7982431715131874/
38 • @35 -> "I don't understand why debdelta is not an integral part of Debian" (by OuiDa on 2022-09-14 10:28:30 GMT from Poland)
"I don't understand why debdelta is not an integral part of Debian. : -- 35: Very much like for RPMFUSION for Fedora/RedHat model, and so far Nvidia dastardly attitude towards Open Source and Linux, the main and only reason is "LEGAL"... it is for the commercial companies using theses open sources, to avoid being endlessly dragged in costly and time consuming legal battles. Hence there are several mostly good variations and equivalents of the GPL. Note: adding manually a repos is really no big deal, it is made very simple, so why not after all? --- A.G
39 • @38 (by Mallory on 2022-09-14 18:45:11 GMT from Luxembourg)
It has nothing to do with legal restrictions, debdelta is not a repo, it is a tool to speed up updates on slow networks. Debian is not like RedHat, it hosts `non-free' packages on regular mirrors, and open but patent encumbered codecs are available in the default installation, I believe. It seems that nobody complains about that.
40 • su user (by AdamB on 2022-09-14 22:33:30 GMT from Australia)
I use the root account a lot, whether or not the particular installation has a desktop environment. Using 'su -' gives a more predictable and customisable environment for root.
On machines which do not have a desktop environment, I just log in as root directly.
SSHd is configured to not allow root logins.
41 • distro rave reviews... (by sensei on 2022-09-14 23:39:43 GMT from New Zealand)
@37 you should take most YouTube and FB "reviews" with a bag of salt. They exist as Clickbait for revenue and to upload content on a schedule. Content VALUE comes in dead last. Slowly, tragically too slowly, people are waking up from the social media haze.
42 • Garuda (by Garuda User on 2022-09-15 02:03:27 GMT from Brazil)
I installed Garuda while keeping the /home partition from another distribution. Upon reboot I wasn't greeted by any wizard and my theme was Breeze-Dark. Still, Firefox (I uninstalled Firedragon) had some strange graphical glitches that went away by changing theme.
I didn't experience any hangup in the systemd boot process as someone else mentioned, and I love the snapshot feature.
The fact that it's so opinionated is it's biggest drawback for me. I'm not a fan of the default visuals, the default browser coming out of the box so tuned with extensions. Also it's somewhat biased towards gamers but still, the browser is kinda biased towards privacy adepts. That's two target audiences right there, true they often intersect, but like I said, too opinionated.
As far as I can tell this is, at least in its defaults, a distro aimed at beefier desktops.
Honestly, I "tamed" Garuda so it works more or less like my previous EndeavourOS setup overall, so it doesn't even look like Garuda, just for the nice BTRFS snapshot functionality and other performance tweaks. Perhaps I should have sticked to the KDE Lite version. Making it "inherit" a home folder also avoided the multitude of fish aliases (though it's my favourite shell by the way, but I like rolling with my own aliases, thanks).
It's so opinionated in fact, that it feels like it was aimed at just a handful of friends. Its target audience is limited, niche even (for the main edition at least).
It's been worth it so far to "tame" it, so I get the snapshot functionality and all these Garuda utilities, they're wonderful.
It's one of these "if it fits your use case...", and for me, so far, it does.
Number of Comments: 42
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 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• Issue 1043 (2023-10-30): Murena Two with privacy switches, where old files go when packages are updated, UBports on Volla phones, Mint testing Cinnamon on Wayland, Peppermint releases ARM build |
• Issue 1042 (2023-10-23): Ubuntu Cinnamon compared with Linux Mint, extending battery life on Linux, Debian resumes /usr merge, Canonical publishes fixed install media |
• Issue 1041 (2023-10-16): FydeOS 17.0, Dr.Parted 23.09, changing UIDs, Fedora partners with Slimbook, GNOME phasing out X11 sessions, Ubuntu revokes 23.10 install media |
• Issue 1040 (2023-10-09): CROWZ 5.0, changing the location of default directories, Linux Mint updates its Edge edition, Murena crowdfunding new privacy phone, Debian publishes new install media |
• Issue 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• Issue 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Issue 1036 (2023-09-11): SDesk 2023.08.12, hiding command line passwords, openSUSE shares contributor survery results, Ubuntu plans seamless disk encryption, GNOME 45 to break extension compatibility |
• Issue 1035 (2023-09-04): Debian GNU/Hurd 2023, PCLinuxOS 2023.07, do home users need a firewall, AlmaLinux introduces new repositories, Rocky Linux commits to RHEL compatibility, NetBSD machine runs unattended for nine years, Armbian runs wallpaper contest |
• Issue 1034 (2023-08-28): Void 20230628, types of memory usage, FreeBSD receives port of Linux NVIDIA driver, Fedora plans improved theme handling for Qt applications, Canonical's plans for Ubuntu |
• Issue 1033 (2023-08-21): MiniOS 20230606, system user accounts, how Red Hat clones are moving forward, Haiku improves WINE performance, Debian turns 30 |
• Issue 1032 (2023-08-14): MX Linux 23, positioning new windows on the desktop, Linux Containers adopts LXD fork, Oracle, SUSE, and CIQ form OpenELA |
• Issue 1031 (2023-08-07): Peppermint OS 2023-07-01, preventing a file from being changed, Asahi Linux partners with Fedora, Linux Mint plans new releases |
• Issue 1030 (2023-07-31): Solus 4.4, Linux Mint 21.2, Debian introduces RISC-V support, Ubuntu patches custom kernel bugs, FreeBSD imports OpenSSL 3 |
• Issue 1029 (2023-07-24): Running Murena on the Fairphone 4, Flatpak vs Snap sandboxing technologies, Redox OS plans to borrow Linux drivers to expand hardware support, Debian updates Bookworm media |
• Issue 1028 (2023-07-17): KDE Connect; Oracle, SUSE, and AlmaLinux repsond to Red Hat's source code policy change, KaOS issues media fix, Slackware turns 30; security and immutable distributions |
• Issue 1027 (2023-07-10): Crystal Linux 2023-03-16, StartOS (embassyOS 0.3.4.2), changing options on a mounted filesystem, Murena launches Fairphone 4 in North America, Fedora debates telemetry for desktop team |
• Issue 1026 (2023-07-03): Kumander Linux 1.0, Red Hat changing its approach to sharing source code, TrueNAS offers SMB Multichannel, Zorin OS introduces upgrade utility |
• Issue 1025 (2023-06-26): KaOS with Plasma 6, information which can leak from desktop environments, Red Hat closes door on sharing RHEL source code, SUSE introduces new security features |
• Issue 1024 (2023-06-19): Debian 12, a safer way to use dd, Debian releases GNU/Hurd 2023, Ubuntu 22.10 nears its end of life, FreeBSD turns 30 |
• Issue 1023 (2023-06-12): openSUSE 15.5 Leap, the differences between independent distributions, openSUSE lengthens Leap life, Murena offers new phone for North America |
• Issue 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• 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.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
Thisk Server
Thisk Server was a Debian-based Linux distribution designed for PBX (Private Branch Exchange) environments. It uses Asterisk - a free software implementation of PBX.
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.
|
|