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$15.72) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
|
Reader Comments • Jump to last comment |
1 • Opinion (mine only) (by Brad on 2022-02-07 01:38:19 GMT from United States)
The PinePhone is unfortunately, a misnomer - it should be referred to as Pine.
2 • facepalm (by 0800-COVIDIA on 2022-02-07 02:57:49 GMT from New Zealand)
PlagueOS - seriously? I think I am joined by 99% of the population wanting to forever forget the last two years ever happened. :) Of this ending in ---OS, a review maybe of RebornOS could be scheduled in? Ideas being fresh and reborn is at least positive.
3 • Phones (by Romane on 2022-02-07 03:08:06 GMT from Australia)
I grew up in the days when a phone was a phone, and a computer was a computer. Then, it seems, everybody forgot the adage: "Just because you can, doesn't mean you have to."
I would not call the current day offering either a phone or a computer, just some hybrid monster created from the two. Not everybody will agree with me, and that is perfectly OK. I have absolutely no use for most of the functionality manufactured in. I don't like or want a phone that pretends to be a computer.
But the manufacturers then get greedy and want more money for something that has less. Fie upon them all. I continue to live in hope that they will one day produce just a phone without all the goo-gaa's I nether need nor want, and at an acceptable price (i.e not driven by greed).
Romane
4 • Pine Phone as a general purpose device (by Jeff on 2022-02-07 03:25:33 GMT from United States)
How many of the Raspberry Pi could I buy for the price of a single Pine Phone? Two? Three? More?
That is why as a general purpose device it is a fail.
Of course they could reduce the price if they would remove all the phone hardware, since as a phone it currently appears to be a failure.
For those who have suggested using it with WiFi and VoIP to use it as a phone; that would make it no better than a cordless handset connected to a landline, which are available far cheaper.
5 • PinePhone reviews (by eco2geek on 2022-02-07 03:52:33 GMT from United States)
Please hold off on the PinePhone reviews until the device actually works as a phone.
6 • LMDE and the PinePhone (by Simon Plaistowe on 2022-02-07 04:19:20 GMT from New Zealand)
Interesting expansion on the previous explanation for LMDE's existence. Makes perfect sense.
It's early days yet for the PinePhone. Based on previous reviews, it seems totally experimental and not much use for practical purposes yet. But give the pioneers a chance to take a few more arrows for the rest of us. You never know, perhaps one day it'll be better than an Android phone. Then I'll buy one.
7 • PinePhone (by Dave on 2022-02-07 04:25:20 GMT from United States)
I agree with other commenters that we’ve heard enough for now about the PinePhone‘s current (and apparently still very rough) state.
Maybe revisit it in a year to check progress and see if it’s come any closer to being an actual mobile smartphone capable of replacing an android or iOS device as a daily driver.
8 • Linux Mint Debian Edition (by Dave on 2022-02-07 04:35:58 GMT from United States)
> *LMDE is not a priority, certainly not compared to Linux Mint itself*
That’s why most users who want a distro based directly on Debian will be better served by MX Linux or Debian itself.
9 • PinePhone reviews (by Alexandru on 2022-02-07 07:56:10 GMT from Romania)
Please, make some research before deciding what OS to install on PinePhone and then claiming it is less a phone. I am sure some OSes installed on perfectly working phones will make them unable to be used as a phone.
For further reviews, it would be interesting to look at the following results from actual users of PinePhone - https://www.pine64.org/2022/01/31/pinephone-community-poll-results/.
10 • PlagueOS hardware settings (by FormerlyChuck on 2022-02-07 10:42:16 GMT from United States)
As PlagueOS is a hypervisor it requires VT-x/AMD-V enabled to boot. This means nested virtualization must be enabled for your host PC in the BIOS, and for the VM in VirtualBox settings. This is similar to running SmartOS or Proxmox in a VM.
11 • Price (by Jesse on 2022-02-07 12:19:47 GMT from Canada)
@4: >> How many of the Raspberry Pi could I buy for the price of a single Pine Phone? Two? Three? More? That is why as a general purpose device it is a fail.
That is one way to look at it. You could get three Pi computers for the price of a PinePhone. But those Pis would not have any storage drive, battery/UPS, touch screen, power supply, keyboard, or wireless card.
When I bought my Pi B it was $35 next to about $150 for the PinePhone. However, once I bought a microSD card, the power cord, the WiFi card, the cable to attach it to my monitor and a keyboard my cost was around $100 and it still didn't have a battery or its own screen.
So in the end the two devices cost about the same in an apples to apples comparison. The PinePhone might even be cheaper if you consider the battery a cheap UPS.
12 • no comment (by Tad Strange on 2022-02-07 15:26:12 GMT from Canada)
Did you ever hear the tragedy of Darth PlagueOS the failed?
Though I'd like to know more about "doas" - why it may be preferred over sudo or use of root.
I have PCLinuxOS on a laptop, which defaults to forcing you to use root to perform updates.
I don't have a problem with this - I just thought it might be something to try this doas thing on.
On to a segue: I just found out that Snap requires SystemD, so anything running a different init, like PCLOS does, is SOL. I wanted to try Anbox, which is only distributed as a Snap.
13 • doas (by Jesse on 2022-02-07 15:47:57 GMT from Canada)
@12: "Though I'd like to know more about "doas" - why it may be preferred over sudo or use of root."
The doas tool does the same thing as sudo, but it's smaller, less complex, and the configuration file is easier to read. This makes it easier to set up without making a mistake and less likely bugs will be found like the ones which hit sudo last year. For comparison, here is the sudoers file on MX Linux without the comments and whitespace:
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
root ALL=(ALL:ALL) ALL
%sudo ALL=(ALL:ALL) ALL
@includedir /etc/sudoers.d
Now here is my doas.conf file which accomplishes, for all practical purposes, the same thing for my user, but with tighter security restrictions for anyone else using the computer:
permit jesse as root
14 • Have you ever heard the tragedy of the joke told too late? (by CS on 2022-02-07 16:28:19 GMT from United States)
@12 you beat me to it
Mine was going to be "Did you ever hear the tragedy of PlageOS the unwise?" Terrible name.
I don't have much interest in PinePhone at all - but if there is anything more about it the main question is, how well could it function as an alternative to mainstream phones. Voice, text, navigation, rideshare, photo/video, some games, etc.
15 • Linux Phone (by John on 2022-02-07 17:03:23 GMT from United States)
Hmm....
How about a version of Linux 'phone' and web access running over a WIFI access point.
Simple. No Google giggle, Microsoft paper or Apple rot.
John
16 • Pinephone (by Michael Doblado on 2022-02-07 18:03:20 GMT from United States)
I've been using a beta pinephone for over a year. I use it only as a phone and after switch to the Manjaro Phosh build, have had no problems. Like another commenter, I've never taken to using a phone as a general purpose computer (I like my phones dumb). I realize that's not how Pine markets the device and maybe seen as something of a fail, but it works for me.
17 • Slackware (by John on 2022-02-07 18:33:25 GMT from Canada)
Congregations to Slackware on another good release, it was long in coming, *but* the changes were immense and well worth the wait.
The high quality if the release reflects the hard work the Slackware team put into this release without having to compromise its philosophy.
18 • @13 doas - Jesse (by Andy Prough on 2022-02-07 23:03:29 GMT from Switzerland)
Hi Jesse, I've used doas quite a bit, and it works great for the most part. But some gui programs that need elevated privileges don't seem to be able to start with it. For example, if I want to start the Synaptic package manager in a session using a minimalist window manager, I can type 'sudo synaptic' to get it to start. But 'doas synaptic' does not work.
Could you write something one of these days about how to get doas to be more of a complete replacement for sudo, and cover any of these kinds of edge cases?
Or maybe the answer is I shouldn't be using sudo or doas for that purpose, that I should be using something like pkexec instead. Any thoughts would be appreciated.
19 • doas (by Jesse on 2022-02-08 00:26:06 GMT from Canada)
@18: Due to the extra permissions graphical programs require, when you use doas you need to add a flag to your doas.conf file to enable GUI applications. This is covered in the doas.conf manual page. It is also covered on the main page of the doas project. See the section called Desktop Applications. https://github.com/slicer69/doas
20 • Pine and old phones, and @3 (by Dr. Hu on 2022-02-08 02:10:17 GMT from Philippines)
Although I agree with @1 about the misnomer, the Pinephone or other Linux phones have some advantages over Android phones, not as phones necessarily, but as Jesse has done, as server.perhaps The ability to swap OSes easily is great. I've done some Android phones, and they are a pain. I still have one semi-bricked that I have to get back to sometime. Then there is convergence. Convergence was tried and abandoned by Microsoft and Samsung, not because it couldn't work, but because there are not enough takers. In Linux, all you need is enough interested people to keep a project alive. No investors or shareholders to satisfy. I wouldn't buy one yet, but I wish them well.
@3 "I grew up in the days when a phone was a phone, and a computer was a computer." I think people tend to idealize the past rather than remember. When I was a teenager, a computer took up a whole room and required attendants. To make a phone call, I had to find a working phone booth somewhere, or find a store let you call and pay by the minute. Picking years at random: In 1971 in New York City, the basic rate for a phone was $7.12 plus phone rental. International calls could be $3.00. This was in 1971 dollars. Multiply by 6.88 to get today's values. A phone is a communication device, and today's smartphones are to old phones like those phones were to the telegraph. Yesterday I bought a Samsung phone as a gift, for about $100. It has better specs than one from 2016 at less than half the price. A Princess phone (remember those?) would have cost almost twice as much in the 1980s. My phone has dual sims. I pay about $6 to one telco for data, and $2 to another for call and texts within the country. I have two phone numbers in the US which will ring on my smartphone, and which allow free calls within the US. I can set a conference video call on different apps with people from this or other countries. Try that with an old landline or a dumb phone. If this is the result of greed, then greed is to be applauded.
21 • Pine Devices (by Mathirajan on 2022-02-08 20:32:26 GMT from United States)
My experience with the hardware released by www.pine64.org is that they are all developer devices and not a consumer device. While they focus on the hardware, the software seems to be totally left to the community and the software quality is very bad. This seems to be the case for several of their products.
22 • Ultramarine Linux (by bgstack15 on 2022-02-09 15:57:27 GMT from United States)
I chose Korora Linux as my start into the desktop usage of GNU/Linux. It used Fedora as the base, for the rpm/yum-based world like my server experience, and included the media codec repos and a nice theme. I've been moving away from the Fedora-based world for overarching reasons, but if I were sticking to it, I would try out the Ultramarine Linux.
I'm glad somebody is still making spins of Fedora. With all the Ubuntu-repackaging efforts going on, Fedora needed some love.
23 • Korora/Ultramarine, spins of core linux distros (by Otis on 2022-02-10 14:44:32 GMT from United States)
In the review it's stated that oft observed: "The project can be considered a spiritual successor to Korora Project."
"Spiritual successor." As we see distros slough off and flame out for a variety of reasons. Fedora has been around from close to the beginning.. so yes there are spins that'll come and go but Fedora remains. Similar to Debian and its spins, Slackware and its spins, Arch and its spins.
I find myself behaving with these spins the same as so many linux users; rather than go to the Daddy/Mommy of them, use the spins instead.. not sure why but maybe it has something to do with the promise of less work to do by the makers of the spins. The spins vanish, often spawning a successor, but the core distros that inspired the lot remain.
24 • Want better phones/devices? (by Somewhat Reticent on 2022-02-10 18:25:37 GMT from United States)
@2 "If this is the result of greed, then greed is to be applauded." It is not. Greed left unregulated gives less, not more. Competition motivates both productivity and innovation. If one person can use a Pinephone for a year, it clearly works. Discipline and patience required may be repellent to fans of other products. So?
25 • PinePhone, et. al. (by R. Cain on 2022-02-10 23:36:25 GMT from United States)
Let me say at the outset: (1) Pine makes great hardware, and (2) I *used to be* a flaming apologist for Pine’s products (1) until being ‘saved’ from buying a Pinebook Pro (a really GREAT piece of hardware) by a Forum report of a fatal flaw (‘fatal’ for a laptop “daily driver”, which still has not been fixed almost three years later); and (2) until I did some serious thinking, AND READING, about a situation which seems almost to good to be true---a Linux phone which will run ANY ARM-based OS, and which has a keyboard! Yes, one *might* be able to run any OS, but “just any OS” won’t accommodate the keyboard.
Here are two conflicting statements from the Pine Store’s phone-keyboard description:
(1) “...This add-on effectively turns the PinePhone (Pro) into a PDA with an in-built LTE modem. The keyboard case is supported by multiple mobile Linux operating systems including, BUT NOT LIMITED TO [emphasis mine]: Manjaro Linux, DanctNIX Arch Linux, postmarketOS and Mobian...”
...followed by...
(2) “Not all mobile OSes support the keyboard case. At launch the keyboard is supported by: postmarketOS, Manjaro Linux, DanctNIX (Arch Linux) and Mobian.”
There is also an “eye-opener” here, an item (in the Store’s Keyboard listing) stated as
“...A programmable open firmware by Megi...”
You absolutely must read this, by one of the very dedicated individuals who attempts to “finish” Pine’s work for them; it includes the surprisingly candid “megi's PinePhone Development Log “. In particular, read “2021–08–10: Wrapping up Pinephone keyboard firmware development”.
One needs to face hard facts: Pine Micro relies on “the community” to FINISH THEIR PRODUCTS for them. One need look no further than the Pine Forums to find all the customer reports of non-working product due to non-working software. This cuts across most all of Pine’s products: Pinephone; Pinephone Pro; Pinephone keyboard (serious charging problems: will NOT work with most OSes); Pinebook Pro; OneNote; Pinecil (a SOLDERING IRON!); PineTab; PineTime; PineCube...
Yes, it is absolutely true that Pine gives all manner of warning that all their product is only for people who do not want a *finished* product; but only for people who want to invest time in “getting it to work properly” The hardest part to get past, and the saddest, is---again---that Pine *makes great hardware*...and that’s all.
https://pine64.com/product/pinephone-pinephone-pro-keyboard-case/
https://forum.pine64.org/
26 • @24, better phones. . . (by WhoKnew on 2022-02-10 23:57:41 GMT from United States)
"Discipline and patience required" Really? We are talking about using a phone, not piloting an airliner or getting a graduate degree.
"Competition motivates both productivity and innovation." Agreed! And regulation often stifles both. Remember Ma Bell? So let Pinephone compete in the open market and see how well it does and why.
27 • UltraMarine/Fedora-spin (by Jan on 2022-02-11 02:40:31 GMT from Netherlands)
Reading the Ultramarine test I got MontanaLinux in my mind (https://img.cs.montana.edu/linux/montanalinux/ ). It is another interesting live-DVD Fedora-spin with very frequent updating of Fedora-versions Live-iso's, so always very actual up-to-date with Fedora-live-iso's (2x a month).
The only problem I see (out of experience with Linux-distros) is that distro's with a one/two-man show (no matter how brilliant) which will inevitably lead to fail. Maintaining a distro is obvious a dull time-consuming business.
28 • Pinephone (by HeadacheAnon on 2022-02-11 04:17:31 GMT from United States)
Distrowatch has always been about "putting the fun back in computing" with Linux, BSD and other alternative operating systems.
When it comes to the Pinephone, people seem to forgotten about "the fun part".
I would go ahead and continue doing reviews on mobile operating systems, it is an area that is seriously lacking in many ways and Distrowatch can provide the attention through an unbiased opinion and reviews.
Yes the phone is a "developmental platform". So what? I have both played around and used the Pinephone for day to day use. It does need work, but has progressed along nicely over the last year.
Yes, I would like it to do things both IPhone and Android do, but its not there yet. But it offers things the IPhone and Android cant do, like giving a user control over what one wants to work on a phone, and that the user can modify whatever a user wants to do on such a platform.
My phone runs PostmarketOS. It does work with the following:
Phone calls work SMS texting works Wifi and Mobile Cellular works Phone is encrypted (LUKS) Bluetooth works Camera works (not great), but does VPN works (OpenVPN setups) Hotspot (works) Linux based apps (not the greatest, but browsing and other items do work) Waydroid - Android app emulation works (Loading F-Droid and other alternative app stores), depending upon the Android app, some work great (e.g., Spotify, Brave and Tor Browsers) other Android apps are hit and miss.
So.....on with the reviews....provide the positive aspects but also provide the critiques.
29 • @3---Phones; computers (by R, Cain on 2022-02-11 20:37:18 GMT from United States)
"I would not call the current day offering either a phone or a computer..." ...but it IS a computer!
A lot of people are somehow missing the point: it may not be a good phone, but, with its Converence Package, it has more computing power and flexibility than my Acer netbook,which only has a single-core CPU and no GPU (but which still is a VERY good computer, by the way). With its keyboard and appropriate (very good) OS, you have available to you a relatively powerful Linux computer---with all manner of connectivity---which fits in your pocket.
"...I don't like or want a phone that pretends to be a computer."
Fair enough. What are your feelings about a computer which pretends to be a phone? One can always ignore any pretensions, and revel in the owning of a highly portable and very flexible COMPUTER (which, because of its connectivity, can always be attached to a full-sized keyboard, a mouse, and full-sized display).
Perhaps Pine Micro is missing a sure thing by not (re-)naming this device 'The PineComp'.
Number of Comments: 29
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 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 |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline updates |
• Issue 985 (2022-09-12): Garuda Linux, using root versus sudo, UBports on the Fairphone 4, Slackware reverses change to grep |
• 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 | 
Metadistro-Pequelin
Pequelin was a Knoppix-based Spanish live CD distribution designed specifically for children and educational use.
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.
|
|