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$19.16) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
|
Reader Comments • Jump to last comment |
1 • firewall (by DaveW on 2021-03-15 00:04:28 GMT from United States)
My daily driver is Linux Mint, where the default firewall is gufw, but I have never implemented it.
2 • iptables (by MikeOh Shark on 2021-03-15 00:12:52 GMT from Netherlands)
I use iptables partly because everytime I needed help, 99 per cent of the replies were examples with iptables. I looked into nftables and tried their conversion script but last I checked they did not have a suitable equivalent to ipsets. I have several ipsets and nftables is not nearly as clean as iptables for my uses.
Jesse nailed this one (as always). There is no compelling use case for most of us.
3 • Pf (by ThatChris on 2021-03-15 00:25:04 GMT from United States)
I used OpenBSD and pf.
4 • ufw and shorewall (by Anonymous on 2021-03-15 00:32:30 GMT from United States)
In the poll you didn't mention ufw/gufw, it's installed by default on Ubuntu. Now (g)ufw is a frontend to iptables. So maybe users of (g)ufw should select 'iptables' instead of 'other' :)
Also didn't see shorewall on the poll, it's PCLinuxOS's default firewall in their control center. Now if anyone runs shorewall I'm curious of your experience, what pros/cons does it have compared to other firewalls?
5 • Solus, GUI "Software Centers", and CLI's (by brad on 2021-03-15 00:50:55 GMT from United States)
Question - does Solus offer a CLI for software updating?
The reason I ask this question, is because (for me only?) I find GUI "Software Centers" on many distributions to be slow, buggy, and unreliable, whereas the CLI for these distributions work quickly, accurately, and without incident.
How do others feel?
6 • Solus (by anon on 2021-03-15 01:08:28 GMT from United States)
@5; I think that you can just "eopkg install" software from the command line. I haven't use Solus since 2016, so I could be wrong. I agree with you on using the CLI, though. Quick, reliable, and straight to the point with no fancy bells and whistles, and no unnecessary bugs or crashes.
7 • @6 - eopkg (by brad on 2021-03-15 01:48:20 GMT from United States)
Just checked - when you go to the "Help Center" in the Solus website, eopkg is the first option mentioned.
I still have trouble understanding why folks don't use the CLI more often.
8 • Solus and software management (by eco2geek on 2021-03-15 01:50:07 GMT from United States)
@5 - Yes, Solus has CLI tools for software management. If you look around on the Solus website, it's pretty easy to find out all about Solus' CLI package management tools. (Hint: look in the Help Center.) If you look around on Distrowatch, it's pretty easy to find a brief synopsis of Solus' (and many other distros') CLI package management tools, too. (Hint: Look in the Packages menu.)
I like Debian and Debian-based distros, so I don't have any experience with Solus. I started using Debian when Synaptic was the only graphical software manager available (it lacks a lot of the flash of software "stores" but offers more functionality), and a lot of people recommended using the command line, so that's what I still do - use a combination of Synaptic and the command line.
I'm sure Ubuntu's software store is fine, so is Mint's, and the ones developed by desktop environments (e.g. Plasma Discover, Gnome Software) are fine too, but I just never got into the habit of using them.
9 • shorewall (by Cranky on 2021-03-15 04:11:54 GMT from United States)
I think shorewall is available on most linux systems. My impression is its a really solid firewall. Although I have used it occasionally, I don't use it full time.
shorewall, I believe, is a front end to iptables. It has its own syntax, so you don't have to learn iptables to get a secure firewall by default. So its sort of a step away from iptables.
When I set up my firewall, I had the choice of learning shorewall (or several other front ends), or learning iptables directly. Since I had some learning to do either way, I chose the latter. Its "closer" to linux, if you will, and if I ever install a distro which does not have shorewall in the repos, I still have a firewall. Kinda like that thing where its good to learn emacs, but if you ever walk up to a system that doesn't have it, you better know vi.
10 • firewall (by nsp0323 on 2021-03-15 05:18:16 GMT from Sweden)
I use NetBSD and npf, so I voted other.
11 • FirewallD (by Microlinux on 2021-03-15 05:23:19 GMT from France)
I'm using FirewallD, which is the default on Oracle Linux. I voted other, but I was surprised not to find it in the list, since it's the default firewall system in RHEL and all its derivatives.
12 • Firewall (by kc1di on 2021-03-15 08:04:16 GMT from United States)
I use GUFW - surprised it was not in the list so voted other.
13 • @5 - Solus, updating by CLI (by Hoos on 2021-03-15 08:06:10 GMT from Singapore)
I have been clearing package caches and installing upgrades in Solus using eopkg for years:
sudo eopkg dc sudo eopkg up
I use the Software Centre only for one-off installs/removal of specific packages.
For third party apps, I start first with this page: https://getsol.us/articles/software/third-party/en/
which again provides CLI instructions.
I seem to remember that the 3rd party software portion of their Software Centre may not be working well.
14 • SoftwareCenter (by lupus on 2021-03-15 09:16:43 GMT from Germany)
The only "Software Centre" I completely trust is Synaptic. It never let me down, never locked up, reliably sailed the seas of dependency hell and is rock solid. Even Ubuntus and Mints Centers didn't work that reliably. As an on and off Arch user I must say the AUR is another beast entirely. I can see why people like the AUR, it's great. For the time coming I'm not to much into bleeding myself but when I decide to hop again I think it will be Arch again! ;)
15 • cli package manager (by Tim on 2021-03-15 10:15:26 GMT from United States)
@5 This is exactly how I think. Apt, dnf, even pacman, the syntax is pretty simple. I can’t think of a reason to use a software store, even on Mint or Ubuntu. A big ally in the apt world is the Debian package archive. Once you know the software you want a quick google search “ debian package” will give you a hit from that archive and now you know what to tell apt to install on any Debian derivative
16 • Firewall poll options (by Jesse on 2021-03-15 11:18:02 GMT from Canada)
A few people have asked why some firewall tools like ufw or firewalld aren't mentioned in the opinion poll on packet filters. This is because those aren't firewalls, they're just graphical front-ends to the tools mentioned in the poll.
It would be like if we ran a poll asking if your distro uses rpm, deb, or pacman and had people asking why we didn't include DNF, APT, or Pamac. The latter options are just graphical tools for managing the former.
17 • iptables/nftables and the “reinventing the wheel” mania (by Daniel on 2021-03-15 11:57:04 GMT from Brazil)
@2 your case brings a perfect scenario on why some things in the free/open source community undermines the outreach of distros.
Users suddenly face new but feature incomplete/buggy versions of other equivalent (old but reliable) software: nftables, wayland, systemd, and others have been sent to the wilds with such a number of bugs and without implementing many basic features, just to replace software that simply worked. Just because someone had a brilliant idea like “let’s retire old software instead of solving current bugs or implementing new features on working stuff”.
Mostly developers and die hard fans *may* be patient enough to keep dealing with this craze. Dedoimedo has many articles about this “reinventing the wheel” that should become a new manifesto for the community.
Those who still haven’t taken a look, do yourselves a favor and read his last article on wayland (“Let's talk about Wayland ... “) and related texts of his.
18 • @5 brad: (by dragonmouth on 2021-03-15 13:27:50 GMT from United States)
"I find GUI "Software Centers" on many distributions to be slow, buggy, and unreliable, whereas the CLI for these distributions work quickly, accurately, and without incident." It all depends what you are used to. For over 10 years I have been running Debian-based distros and Synaptic. In all that time Synaptic never had a burp or a hiccup. I find CLI package managers to be esoteric, byzantine and unintuitive. I suppose that if for those 10 years I had been using CLI exclusively, by now I'd be as comfortable and sanguine about it as you are. Even rocket science or neurosurgery are "simple" if you learned them. :-)
I do agree with you on the various "Software Centers". While presenting a pretty "modern" interface, they are slow, buggy and unreliable, while lacking the overall convenience of Synaptic.
19 • @5 brad: (by dragonmouth on 2021-03-15 13:27:50 GMT from United States)
"I find GUI "Software Centers" on many distributions to be slow, buggy, and unreliable, whereas the CLI for these distributions work quickly, accurately, and without incident." It all depends what you are used to. For over 10 years I have been running Debian-based distros and Synaptic. In all that time Synaptic never had a burp or a hiccup. I find CLI package managers to be esoteric, byzantine and unintuitive. I suppose that if for those 10 years I had been using CLI exclusively, by now I'd be as comfortable and sanguine about it as you are. Even rocket science or neurosurgery are "simple" if you learned them. :-)
I do agree with you on the various "Software Centers". While presenting a pretty "modern" interface, they are slow, buggy and unreliable, while lacking the overall convenience of Synaptic.
20 • Solus (by Ankleface Wroughlandmire on 2021-03-15 15:00:39 GMT from Ecuador)
Budgie actually has two settings/control centres: the one from Gnome that Jesse found, and another more limited one for settings specific to the Budgie desktop and its panels and applets.
Regarding Solus in general, I like a lot of things that they are doing on a technical level. But unfortunately one of their lead developers tends to be rude and passive-aggressive, which totally turns me off and ruins the experience. I just don't like dealing with people like that, especially if I need support for something as important as an issue with my operating system. If Solus were the only Linux distro available I would bite the bullet and use it, but fortunately there are other options.
21 • firewall (by Carson on 2021-03-15 15:28:34 GMT from Canada)
I have no idea what firewall I use. I use a mix of ubuntu and elementary, so I use whatever firewall they use if they even do.
22 • firewalls are only part of the solution (by nanome on 2021-03-15 17:44:02 GMT from United Kingdom)
I have used a firewall consisting of iptables rules [simple script] for over 25 years. The firewall built into many broadband routers is better than nothing. Alternatively, [g]ufw that comes with most distros is OK. The reason that I use a custom iptables firewall is that I want to limit unsolicited outgoing and incoming network traffic. Outgoing traffic is seldom restricted by a router or [g]ufw etc.
The most dangerous route into a computer is by the web browser running javascript. If a web site gets hacked, there is little way to protect against any rogue scripts that get inserted into web pages [other than browser extensions like UBlockOrigin, Noscript etc]. Modern web browsers should prevent this happening, but I am not sure they are very successful.
Running the web browser in a container or jail [eg Bubblewrap [bwrap], Firejail] can limit the damage rogue web sites can do.
Unfortunately, malware such as Spectre and Meltdown require measures implemented by the Linux kernel: a good reason to install security updates, even if you want your distro to have long-term stability [if it works, leave alone].
23 • Software centers (by Cheker on 2021-03-15 17:46:08 GMT from Portugal)
My experience with software centers in Linux has never been good, they're always either slow or flat out don't do anything. I usually stick to the CLI, and the farthest I go graphically is Synaptic or Octopi.
24 • CLI (by Tad G on 2021-03-15 18:15:44 GMT from Canada)
I think that the reason why I stuck with Debian derivatives for years was because no bright spark out there thought that maybe, just maybe, it would make sense to have a standard syntax for cli package installers. I only needed to remember apt stuff. How many different ways do you need to say Install this, refresh the database, remove that, search for something else, patch my system? "Yes", apparently....
25 • firewalls (by Mike C on 2021-03-15 20:14:52 GMT from United States)
The Uncomplicated Firewall (ufw) is a front end for iptables. gufw is the graphical front end for ufw. Therefore, I use iptables.
26 • gufw and distros (by smiler on 2021-03-15 21:15:51 GMT from New Zealand)
I enabled the firewall in Mint, gufw. Therefore after reading which option it actually is under the hood, I voted for iptables. So simple - click and forget. Warpinator asked to add entries which it did by itself - smooth. Also my browser, firefox, has noScript and uBlock in place. The internet has really become a hostile environment. Solus - great review. I ran it for a bit some years back, before Budgie became an official DE choice in Ubuntu. I still test new releases of it as its cute and well constructed, but darn slow on updates as they have their lone repo - unlike the bigger players that mirror around the planet. Ubuntu - here we go again with dubious choices. This time they're playing into Google's hands with the toolset. Methinks Mint may want to dust off that Debian direct plan again and make LMDE slicker as it always feels way behind the main distro.
27 • Firewall front-end software (by David Carter on 2021-03-16 00:45:56 GMT from United States)
FirewallD is front-end for other low-level software -- it can be a front-end for iptables or for nftables. Ditto ufw. gufw is a front-end for ufw., etc. Maybe the poll should have been about front-ends for firewall software...
28 • firewall used on EL8? (by Scott Dowdle on 2021-03-16 07:00:26 GMT from United States)
Here's some documentation for managing the firewall on RHEL 8: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/securing_networks/using-and-configuring-firewalld_securing-networks
Please note that Red Hat has provided firewalld as a front-end for firewall management starting with RHEL7. firewalld acts as an abstraction layer on top of iptables and nftables... so they can easy change what is used underneath without the firewall-cmd interface having to change.
The documentation mentioned above make it clear that nftables is the preferred tool and that if you do want to use iptables, it actually uses an nf_tables kernel api instead of the legacy back end.
In summary, RHEL8 does use nftables... so the question was in error and the answer about it being so hard to switch in enterprise environments without little benefit really doesn't come into play. If you use the firewalld frontend, it really hasn't changed much even though the backend has changed between RHEL7 and RHEL8
29 • Solus (by mechanic on 2021-03-16 11:59:05 GMT from United Kingdom)
But what's the point? Is it better with guest-utilities? Can we print from a virtual Solus machine? Does it cater for people with visual disability (as well as Windows does)?
30 • Shorewall - FirewallD (by Moxero - Mageia on 2021-03-16 12:36:12 GMT from Germany)
I use Mageia Linux primarily both at home and work. I have also several servers built upon Mageia.
By default Mageia comes with Shorewall, which I find pretty good, even though IPv4 is basically supported by Mageia tools, one can easily manage to configure Shorewall6.
I personally tend to switch to FirewallD, which is also available in Mageia. I find FirewallD more intuitive and less complicated.
Now I am trying to use nftables, but as mentioned by others, still there are some issues especially with direct rules and libvirt. This is my personal experience.
31 • Use a real firewall (by Robert McConnell on 2021-03-16 13:29:03 GMT from United States)
Rather than using packet filters, which I don't believe is realistic, I have a real firewall between my home network and the cable modem. Basically a used dual-port PC running OPNsense, it creates a more effective barrier between the two dozen or so devices we have, and the rest of the world. That collection includes three NAS boxes, a Playstation, a Wii, three printers and several tablets, none of which are capable of running any sort of effective firewall. Just the thought of having to maintain filter rules on all of my servers and workstations gives me nightmares.
32 • Terminology matters (by mikef90000 on 2021-03-16 19:50:32 GMT from United States)
It is important to distinguish between GUI 'software managers' and GUI package managers. I agree that the former are often slow, buggy and hard to use for finding non-GUI programs and dependencies. OTOH I use synaptic often because GUIs can do some tasks better than command line utilities and vice versa - they are complimentary. The only comparible experience I have to synaptic is yumex, which always seemed slow and quirky. So far a vital reason to stay in the Debian/apt ecosystem.
33 • re: Use a real firewall (by nanome on 2021-03-16 20:15:46 GMT from United Kingdom)
@31: "Use a real firewall". OPNsense is a HardenedBSD "distro" that runs on a dedicated 2-port computer that sits between the Modem and the protected computers. It runs a Firewall [BSD flavour], amongst other things.
I guess that a spare single port computer with a USB-RJ11 adaptor could be used here. Would this intermediate computer run from a read-only device or partition? Otherwise, how would it be defended from malware and interference?
Still, I can see the attraction of this OPNsense type of defence in front of the Modem/Router.
34 • (G)UFW -> IPtables (by A.Luc on 2021-03-16 23:30:44 GMT from France)
I voted IPtables because Wikipedia explains UFW (thus GUFW) uses IPtables.
I use Ubuntu and actually duly configure my firewall settings through GUFW.
35 • (G)UFW -> IPtables (2) (by A.Luc on 2021-03-16 23:41:17 GMT from France)
I hadnot seen thoses previous comments (#4, #25...) that concur with the fact that UFW indeed relies on IPtables.
36 • Package management software (by A.Luc on 2021-03-17 00:09:59 GMT from France)
I depend on Synaptic mostly. Sometimes on APT or Aptitude when i work in a shell.
I rarely open GNOME Software because, on Ubuntu, Snap fatware is mixed with Deb package, and you have to be careful the package isnot a Snap fatware.
So far my policy is : let me not use snaps unless there is no Deb package for the piece of software i want. And everything i need comes through Deb package, except the mandatory stuff Ubuntu crapily migrated to Snap (a reason why i consider swapping to another Debian-based distro).
I also have a Manjaro box i use occasionnally, and consequently use Pamac and Pacman in the same conditions. But i havenot activated AUR, just default Manjaro repositories.
So far, Ubuntu updates for years (Ubuntu, then Ubuntu GNOME Remix -> Ubuntu) have proven more reliable than Manjaro's in 2 1/2 years time, which are yet good enough (considering i had nightmares with broken RedHat updates in the past and refuse to use a RPM-based system anymore).
Incidently : I swapped to the community Ubuntu GNOME Remix while Ubuntu shipped with Unity. I hated the way the Unity shell managed software categories and it was definitely too heavy on resources on my old 2001 Pentium 4 792MB laptop (the animation displayed one screen per second - seemingly Unity didnot use graphic acceleration on my old Radeon chipset). Some snear at GNOME 3 because it embed JavaScript, but at least it ressorts to graphic acceleration and was usable on this old machine (Firefox, was too much yet so i had also a more modern laptop...). When using GNOME 3, i always enable the Application Menu and Places Menu extensions, because i hate loosing time looking for an application in a single unclassified heap.
37 • Firewall (by john on 2021-03-17 01:13:01 GMT from Canada)
When I took the poll, I was a bit surprised the # 1 (barely) response is "No Firewall". I use a firewall on my systems even when I am behind a router. Since most people's routers are supplied by their ISP, I would nervous about not have one active.
38 • firewall (by haha on 2021-03-17 07:00:38 GMT from United States)
Lazy man's firewall is a 2900 baud modem.
39 • rust/coreutils (by haha on 2021-03-17 07:04:40 GMT from United States)
Whats advantage of writing coreutils in debian in rust vs say D lang? It'd be interesting to put up such a parallel project, see who comes out on top. Though ive got other things to do.
40 • Linux security (by whoKnows on 2021-03-17 08:39:33 GMT from Switzerland)
22 • firewalls are only part of the solution (by nanome from United Kingdom)
Unfortunately, malware such as Spectre and Meltdown require measures implemented by the Linux kernel: a good reason to install security updates, even if you want your distro to have long-term stability [if it works, leave alone].
“If you want your distro to have long-term [security and] stability”, you'll probably want to avoid Linux in the first place.
Security holes open for years, end user software written by hobbyists ...
Even the security in Linux depends on so much hated “big players” ... Google finds out the issue, which Microsoft is patching or Oracle rewriting ... kind of.
https://www.heise.de/news/GitHub-Report-Schwachstellen-in-Open-Source-bleiben-jahrelang-unentdeckt-4980891.html
https://www.heise.de/tipps-tricks/Ist-Open-Source-Software-wirklich-sicherer-3929357.html
41 • firewall (by hulondalo on 2021-03-17 10:18:05 GMT from Indonesia)
to firewall is better than to not firewall.
i had to block an entire google clouds ip block cause somebody persistently tried to spam me with their crypto scam and /etc/hosts just couldn't do it. using ad/script blocker is not an option cause i still need to allow ads. sorry google.
42 • solus (by nicu on 2021-03-17 18:19:00 GMT from Moldova)
Solus is a nice distro, but it reinvents a lot of things from scratch,
1st of all it has a crappy installer, why not just use calamares instead of creating an installer with a lot of functionality missing.
Installer hangs, it doesn't see existing HDD partitions every 2nd run, when you choose manual partitioning, Also it doesn't work with uefi secure mode, And it cannot format anything except EXT4.
So why bother updating it, if there is already calamares there.
2nd: its UI package manager hangs a lot too...., If you didn't update for a lot of time, command line is the only option.
43 • All different, but same ... (by whoKnows on 2021-03-17 18:38:43 GMT from Switzerland)
@42 • solus (by nicu from Moldova)
Kinda same stuff, wherever you look. Even if the Solus would be the first Linux ever that almost works, already EOPKG is a reason enough to let it rest in peace.
I don't really understand EXACTLY WHY everybody likes to bring something “all new AND broken” and let it out on the people ...
OpenMandriva LX 4.2 ...
Installation into VirtualBox went without a hitch, but it doesn't auto mount the shared folder.
The first thing that one gets to see on the desktop is the word “official” on the wallpaper, that does not align to anything. Worse, it's Win Vista style doesn't match the rest, which is “flat” design. Welcome page is hard-coded and doesn't scale properly.
The default theme uses too many transparencies and is easily switchable to several presets, all of which are either just wrong (Mac), even worse than that (Win10) or absolutely wrong (Ubuntu).
Bad default set of software (Falkon browser??), no replacement (Firefox in OM is still on 85.0.1!), broken updater (exactly one update since release, FF 3 versions behind!)...
Probably all fixable, but bother if one can get something (Mageia e.g.) that does it all better?
In summary: Perfectly broken in every detail ...
Number of Comments: 43
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 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• 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 |
LuninuX OS
LuninuX OS is an Ubuntu-based Linux distribution designed to be beautiful, clean, simple, fast, and stable.
Status: Dormant
|
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.
|
|