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$10) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
|
Reader Comments • Jump to last comment |
1 • AlmaLinux (by Simon on 2024-04-22 00:47:25 GMT from New Zealand)
Great to see this RHEL clone filling that gap that Red Hat created when it sabotaged CentOS.
2 • Localsend - comparison (by sooth_sayer on 2024-04-22 01:11:10 GMT from United States)
Isn't it offering overlapping capabilities with KDEconnect?
3 • Missing word (by Allan on 2024-04-22 02:18:11 GMT from Mexico)
I think there the word "reproducible" is missing in the second Miscellaneous News about fedora reproducible packages:
"While some Linux distributions, such as Debian and Arch Linux, have made strong progress in making their packages (*) the Fedora project has not made reproducible builds a focus."
4 • LocalSend vs SyncThing (by Pumpino on 2024-04-22 04:36:46 GMT from Australia)
I hadn't heard of LocalSend, but I've been a happy SyncThing user for a couple of years. I assume I'm not the only one here. For those that have used both, what are the differences?
5 • Command not found (by LinuxMintUser on 2024-04-22 05:15:34 GMT from United Kingdom)
john@john-HP-Pavilion-g6-Notebook-PC:~$ ld.so --help ld.so: command not found john@john-HP-Pavilion-g6-Notebook-PC:~$
6 • @1 (Alma Linux) (by Microlinux on 2024-04-22 05:18:23 GMT from France)
Rocky Linux is already filling that gap perfectly. They remain bit for bit (and bug for bug) compatible with RHEL, and with the RESF the project has a strong legal foundation that prevents "paradigm shifts" like we've seen when CentOS pulled the rug from under our feet.
On a side note, I've been a CentOS user (in production) since 4.x and when CentOS made its infamous announcement, I had a brief stint with Oracle Linux after migrating all my stuff to Rocky Linux. They also have an extremely nice community.
7 • My CPU supports ...? (by Guido on 2024-04-22 05:50:06 GMT from Philippines)
The command "ld.so --help" is unknown on a typical Ubuntu/Mint installation! What can we use instead? There is /usr/bin/ld installed, but it will not show this information.
8 • re 5 & 7 (by Someguy on 2024-04-22 06:36:32 GMT from United Kingdom)
...same result - command not found. [Mint23.2].
9 • Sending files over local network (by Mint on 2024-04-22 06:39:46 GMT from Australia)
I use Warpinator and I reckon I have never been happier with any single piece of software as I have with it. Transfers large files quickly from phone to laptop and has allowed me to leave the much slower Bluetooth behind for this purpose.
Yet another of the great utilities developed by Mint, along with a top notch distro.
10 • @5 A better script to text x86_64 version (by Hellfire103 on 2024-04-22 07:28:23 GMT from The Netherlands)
Here's an awk script that should determine your x86_64 version:
#!/usr/bin/awk -f
BEGIN { while (!/flags/) if (getline < "/proc/cpuinfo" != 1) exit 1 if (/lm/&&/cmov/&&/cx8/&&/fpu/&&/fxsr/&&/mmx/&&/syscall/&&/sse2/) level = 1 if (level == 1 && /cx16/&&/lahf/&&/popcnt/&&/sse4_1/&&/sse4_2/&&/ssse3/) level = 2 if (level == 2 && /avx/&&/avx2/&&/bmi1/&&/bmi2/&&/f16c/&&/fma/&&/abm/&&/movbe/&&/xsave/) level = 3 if (level == 3 && /avx512f/&&/avx512bw/&&/avx512cd/&&/avx512dq/&&/avx512vl/) level = 4 if (level > 0) { print "CPU supports x86-64-v" level; exit level + 1 } exit 1 }
11 • LXQt (by Kazlu on 2024-04-22 08:04:36 GMT from France)
I must tip my hat to LXQt devs for successfully merging two already large enough projects (RazorQt and LXDE) and keeping such an active and pertinent developpment in the long term.
This project fills a nich no other project sits in (a lightweight DE using Qt). I am no longer using LXQt but I did for a while last year and I found it pleasant, quite to my taste, coming from the conservative Xfce user that I am. I am no longer using it because the theming consistency in a distro not thought for using it (Ubuntu Studio) eventually put me off and I am no longer ready to dig and solve this by hand. So, no fault of LXQt!
For the recors, this is exactly why I am actually happy to see spins of various distros here and there which focus on just using a new DE on an existing distro, as long as it's done with care of course. It is actually useful. Otherwise I stick with the defaukt (KDE is serviceable in Ubuntu Studio), Xfce being my #1 choice.
12 • LocalSend (by rayburn on 2024-04-22 08:18:01 GMT from United Kingdom)
Thanks for reviewing this tool Jesse, I had never heard of it before so I just installed it on Desktop and Android and it works perfectly - brilliant app.
13 • ld.so --help | grep x86-64-v output (by bassplayer69 on 2024-04-22 08:53:31 GMT from United States)
x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched)
AMD 4 CPU Ryzen 9 5950X 16-Core Processor
14 • Wayland (by Mike on 2024-04-22 09:53:05 GMT from The Netherlands)
I recently moved to Solus OS with Plasma. The default is Wayland, but I noticed my Nvidia 1050 doesn't play well with Wayland. When I use Youtube, the videos keep stuttering. Is this "normal"? It doesn't look like Wayland has matured enough to be the default. Does anyone recognise this?
15 • sending files; CPU level (by Anthony on 2024-04-22 10:15:02 GMT from Czechia)
I never yet heard of LocalSend, but after unsuccessfully trying Warpinator and croc (and after seeing the unholy amount of dependencies for KDE Connect), I settled with magic-wormhole run in termux on my phone. It works, and I don't even need to set up firewall rules.
I, too, lack the ld.so program. For me, it seems to be `/lib/ld-linux.so.2 --help`, but it only mentions i686, tls and sse2. According to @Hellfire103's script, my CPU supports level 3. (i3-8100)
16 • LocalSend and ld.so (by Jesse on 2024-04-22 11:51:09 GMT from Canada)
@2: "Isn't it offering overlapping capabilities with KDEconnect? "
Not really. KDE Connect is for managing two devices you own and linking them together. This requires pairing the devices, configuring which modules to use/allow, and then it will allow you to manage one device from the other. This happens to include sharing files between devices.
LocalSend is for just sharing files between two devices, one of which you don't control. It's for friends or co-workers to share files, usually when in the same room or office together. It requires no pairing, no setup, and no configuration.
@7: "The command "ld.so --help" is unknown on a typical Ubuntu/Mint installation! What can we use instead?"
If ld.so is not in your path then there is probably an equivalent in /usr/lib64/. This will typically be something like "/usr/lib64/ld-linux-x86-64.so.2" or "/usr/lib64/ld-linux-x86-64.so.3". Typically distributions, including Debian-based ones make ld.so a symbolic link to the full path.
17 • Alma, Rocky, Nobara (by Otis on 2024-04-22 11:59:16 GMT from United States)
@1 @6 Nobara as an alternative is a beginner friendly version of Fedora.. RHEL vs Fedora and resultant Alma, Rocky, Nobara, CentOS etc (many more) interesting discussions abound, but home users vary in their needs (just like true Enterprise users in the business universe).
https://discussion.fedoraproject.org/t/red-hat-website-should-rewrite-their-relationship-with-fedora/47190/2
18 • ld.so on ubuntu/linux mint (by ferd on 2024-04-22 14:56:26 GMT from United States)
I found that if I run '/lib64/ld-linux-x86_64.so.2 --help' on my linux mint (ubuntu derivative) it'll do the thing that Jesse is explaining.
19 • Kanotix out of nostalgy (by Ennio on 2024-04-22 15:44:59 GMT from The Netherlands)
Thanks to Jörg Schirottke, whom goes by the artistic name of “Kano”, for bringing Kanotix again into the spotlight. Although Distrowatch stops the counter at the 2013 edition, Kano has never abandoned his scripts and builds, together with Andreas Loibl of Acritox fame (where you can find the nightlies). Wikipedia says it all...
20 • LocalSend (by Bernhard on 2024-04-22 16:13:41 GMT from Germany)
Thanks for introducing this gem. I used Warpinator for transferring some files from my laptop (Arch) to the desktop (Ubuntu). Although there's an app for mobile phones, I couldn't get it working on mine. LocalSend on the other hand just works! Installed the AppImage version on my laptop and the version from FDroid for my phone. Great software.
21 • Local Send and Tailscale (by Gary on 2024-04-22 20:51:30 GMT from Canada)
Of interest to iOS users who also enjoy using Local Send is description by Martn Wimpress in episode 18 of the 'Linux Matters' podcast combining Tailscale and Local Send to expand it beyond being 'local' !
https://linuxmatters.sh/18/
From the show notes: Snap, Crackle and Desktop EP 18: Tuesday, Dec 12, 2023 Martin creates an Open-Source Apple AirDrop-alike for sending files around the aether with LocalSend
I'm not affiliated with this podcast but enjoy it's topics!
22 • Local Send and Tailscale (by Gary on 2024-04-22 21:10:58 GMT from Canada)
@21 Forgot to mention for anyone who listens to episode 18, tune in at the 19 minute mark for Martin's description using Local Send with Tailscale/Zerotier.
Also, it's easy to change the name of your device in Local Send settings dialogue. Click the square to stop, highlight and change the name to what you want.
23 • RetroShare and OnionShare (by Random Experienced Void User on 2024-04-23 18:09:19 GMT from United States)
RetroShare runs on desktops only, OnionShare on everything. RetroShare handles LAN or Internet transfers, with tor being optional. OnionShare runs strictly over tor.
https://retrosharedocs.readthedocs.io/en/latest/concept/topology/
The RetroShare project has some work done on a mobile app. All development talk happens on RetroShare channels, join if interested. The Void Linux RetroShare package is out of date and orphaned; use the AppImage or Flatpak.
24 • Kanotix keeping the faith (by Kingneutron on 2024-04-23 18:18:01 GMT from United States)
Really nice to see KANOTIX making the news, since KNOPPIX has kind of fallen by the wayside and hasn't had an official (torrentable) release in a few years.
25 • Fedora woes (by ThomasAnderson on 2024-04-23 23:20:54 GMT from Australia)
Just my thought for the day as Fedora40 released
Fedoras release cycle is a disadvantage for most users.
"The Fedora Project releases a new version of Fedora Linux approximately every six months and provides updated packages (maintenance) to these releases for approximately 13 months"
Why I think this? With such an intense release cycle of 6 months for new versions and maintenance for only 13 months, having to upgrade becomes a never ending chore of backups and reinstalls. Backing up an entire drive is a chore. Yes there are automated tools but if you want to have more control, you will do it yourself folder by folder and this can take an entire day depending on the size of your drive/s
If the new releases only provides maintenance to packages and kernel, why this has to be entirely new version?
Why can't packages and kernel be updated for longer? Is there some limitation on package and kernel updates in Fedora? Is their team not capable of updating packages and providing new kernels for more than 6 months? Packages and kernel should be able to be updated indefintely like on a rolling distro? Why is there then a need for a new version every 6 months? You can still "freeze" packages for 6 months for stability and then release new versions without having to create an entirely new version of Fedora.
26 • Fedora release cycle (by Otis on 2024-04-24 00:03:07 GMT from United States)
@25 Some of us have opted for rolling release iterations of our favorite release cycle distros. There are many rolling release forks/siblings of Fedora, and quite well done I might add.
27 • Detecting supported architectures : ld.so --help (by eb on 2024-04-24 09:51:48 GMT from France)
@18 : thanks, the same on Slackware : /lib64/ld-linux-x86-64.so.2 is a symbolic link to /lib64/ld-2.33.so
28 • Fedora, Rolling (by Jan on 2024-04-24 10:26:23 GMT from The Netherlands)
@25 @26 I agree on comment 25. @26 A rolling release version of Fedora I could not find. And if there exists one, it probably has not the solid backing/management/safety which Fedora seems to have.
The only alternative with a solid backing/management/safety i could find is OpenSUSE TW, and maybe MX,
29 • Command not found (by Relative on 2024-04-24 17:31:51 GMT from United States)
Running the command on a 2009 iMac with 64-bit version of Mate 21.3 gets:
/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 --help | grep x86-64-v x86-64-v4 x86-64-v3 x86-64-v2
Does that mean the iMac is running v1?
30 • Fedora (by ThomasAnderson on 2024-04-24 23:18:30 GMT from Australia)
The problem with Fedora is that application delivery is coupled to operating system delivery, whereas ideally, these should be seperated.
Operating system delivery means primarily the kernel and "core system apps" and gnome. Application delivery means user apps like Firefox, LibreOffice etc....
Fedora lumping both together, means they need to create frequent 6 month releases, which is causing the issues for users.
Why doesn't Fedora and other distros, have a seperation in place?
An example of such a distro would be that the release of Fedora 40 includes all the latest stable versions and updates for everything; -user apps receive updates when apps updates are available -security updates for kernel and gnome etc are provided when they are released -the kernel remains the same for 6 months as do the versions for system apps
After 6 months of testing by Fedora, they release a new kernel and system apps in an update
That's it. No bleeding edge kernel, but it is stable and updated every 6 months and apps which the user needs which are updated to current when available.
No need for constantly messing with users every 6 months.
31 • Fedora, @25, @26, @30 (by Mr. Moto on 2024-04-25 05:48:40 GMT from Philippines)
I'm a long-term Linux user, but no expert, so maybe I'm missing something. Why go through full drive backups and reinstalls for every new Fedora version (@25) when they offer a very simple upgrade process? I had Fedora 39 running on a VM. This week I opened the software app and out came a popup -"A new version of Fedora is available, would you like to download it?" And a caveat: "Restart required." I downloaded and restarted and now I'm running Fedora 40 with the same settings I had on the old version. Not only that, but the old kernel is still available just in case. Granted, it took a good 10 minutes for a restart, and it looked very much like a Windows upgrade: "Do not turn off your computer or the world as you know it will end." But once done I was back to my familiar desktop as if nothing had transpired. Risk? No more than the frequent updates on a rolling release. I'm running Ubuntu 23.10 on my SSD, and plan to upgrade to 24.04 as soon as the update app allows. Just as simple as with Fedora. Linux Mint also offers upgrades from their own updates app, after they notify you of such availability.
https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-new-release/
I have nothing against rolling. I ran Endeavour and Garuda and like them very much. Also ran Tumbleweed for a while although it had more hiccups. Today, I have no need for the cutting edge, and the constant updates grew tedious. That's all. To each their own.
32 • Fedora (by ThomasAnderson on 2024-04-25 07:45:21 GMT from Australia)
@31
Why full drive backups? In the case where you have your /home encrypted and installing new release. Also just as a good habit for data protection the backups can be done when you do a reinstall. If you don't have a NAS, it has to be done manually or automated, however automated backup there is always the chance that maybe you miss something or there is an issue with certain file types....but they are getting better.
Upgrading vs reinstall? Personal preference is always to start from a clean slate. I had issues with upgrades and borked systems, which was a pain and I have a limit on my internet downloads
Ubuntu 23.10 (Mantic Minotaur) released Oct 2023, end of support Jul 2024 This is a 9 month cycle. Better than Fedora imo.
33 • @32Fedora (by Mr. Moto on 2024-04-25 08:39:46 GMT from Philippines)
@32, "This is a 9 month cycle. Better than Fedora imo." Fedora releases are supported for around 13 months. That's longer than Ubuntu's semiannual releases, not in my opinion but in fact. Of course, Ubuntu LTS offers 5 years support.
Don't know what an encrypted home has to do with a full drive backup.
If reinstalling is a personal preference, you are not being forced, as has been stated in these comments and they are not "constantly messing with users." "I had issues with upgrades and borked systems." I haven't had any, but I've had issues with rolling release updates. Twelve vs. a dozen, choose one.
"I have a limit on my internet downloads" I guess it depends on how the limits work. Over time, more bandwidth will be used with rolling.
34 • Fedora/Nobara (by Otis on 2024-04-26 14:17:32 GMT from United States)
@33 etc I'm an advocate for Nobara as it cycles/updates almost as a rolling release, along with being fitted with all that's missing in Fedora. I have mistakenly referred to Nobara as a rolling release. It just seems that way to me.
35 • Thoughts on Fedora and *buntus (by ThomasAnderson on 2024-04-26 23:51:46 GMT from Australia)
So good point about Nobara however for some reason you cannot skip versions. For example you cannot go from Nobara 37 to Nobara 39.
A whole bunch of *buntus just dropped which is cool however with Ubuntu Kylin, I can't help but wonder if anyone else thinks this is a spyware honeypot from China? Not the underlying base, but the Kylin desktop. Has it been audited?
Instinctively I don't trust any software from China.
Number of Comments: 35
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 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 |
• 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 |
• 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 |
Korora Project
Korora was born out of a desire to make Linux easier for new users, while still being useful for experts. The main goal of Korora was to provide a complete, easy-to-use system for general computing. Originally based on Gentoo Linux in 2005, Korora was re-born in 2010 as a Fedora Remix with tweaks and extras to make the system "just work" out of the box.
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.
|
|