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$23.75) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
|
| Reader Comments • Jump to last comment |
1 • Make a virtual webcam device (by Noel on 2022-07-11 01:46:39 GMT from United States)
Why does Jesse call a v4l2loopback device "fake"? Perhaps "virtual" (or "emulated") is better, like a virtual PDF printer or a loopback network interface 127.0.0.1. From the point of view of software everything is real as long as it implements the interface of "real" phenomena. Doesn't the "-r" switch of ffmpeg set fps for video streaming like it does for output video files? If it doesn't then the v4l2loopback kernel module should have a mechanism to block the producer thread as appropriate if it's writing too fast.
2 • Webcam (by Jesse on 2022-07-11 02:04:43 GMT from Canada)
@1: "Why does Jesse call a v4l2loopback device "fake"?"
Because it's not real. There is no physical webcam. It's just software pretending a webcam exists. The opposite of real is fake. Sure, you could call it emulated, I suppose, but fake works just as well. Would you call a cubic zirconia an emulated diamond?
3 • Nix (by Charlie on 2022-07-11 03:18:57 GMT from Hong Kong)
Not sure what happened to Jesse, but my Nix OS experience of upgrading from 21.04 to 22.05 is extremely smooth, and the system and package manager is smooth and normal as it's in the past.
Maybe it's the problem of the graphical livecd? It looks like the LiveCD copies files from the live system instead of making a new system as what we are doing with text mode install.
Btw the whole concept of Nix is really cool and fast, with one file to edit (in text mode) then the whole system finishes its install, and two lines of command the system finishes upgrade. It's a bit tricky since it does not use the traditional file system layout, but for installation and upgrade it truly saves a lot of time
4 • fake vs genuine (parody) (by manda on 2022-07-11 03:46:15 GMT from New Zealand)
emulated diamond - a great marketing term! :)
Cubic zirconia is also known as "sensible" as opposed to the De Beers diamond hype, which turns out to be the genuine fake.
5 • nixos (by john on 2022-07-11 08:07:01 GMT from United Kingdom)
Perhaps another choice of "do not use but would like to"
As sometimes we do not have the knowledge to use.
6 • nixos (by qwerty99 on 2022-07-11 12:53:56 GMT from United Kingdom)
@5 Another good option/choice would be OMDB (Over my dead body). nixos seems to be another case of poor quality reaching through into production; not really clear why Distrowatch wastes all of our time on this.
7 • Review (by dragonmouth on 2022-07-11 13:03:39 GMT from United States)
IOW, Nix OS is not ready for prime time.
8 • Reliability of NixOS (by mkingsley on 2022-07-11 13:45:45 GMT from United States)
In my experience, NixOS has been one of the more reliable distros for some of the more specialized setups like GPU to VM passthrough, or OCI or docker swarms. One of the nice things of having the entire system setup from a configuration file (including containers!) is versioning and upgrades are made that much more simple.
While I would not advise NixOS to anyone looking to try linux for a basic desktop system, someone looking for a distro to run servers, or containers, or wanting the ability to try new software and immediately roll back the changes, NixOS would be my go-to reccomendation.
9 • debian release (by tomaso on 2022-07-11 15:04:01 GMT from United States)
Kudos to Debian for their new updated release. Great support for 5 years. Commitment. Products that are used by serious users and developers. For years. Seriously reliable products for servers and desktop. This is choice the way it should be done.
10 • @9 (by Joe on 2022-07-11 15:53:46 GMT from Ecuador)
@9 Well said, 100% agreed. Kudos to Debian for just staying the course and keeping the drama to a minimum. When we talk about the legendary stability of Debian I would say that above all else we're referring to its predictability and reliability for long-term planning, because we have a pretty good idea of what Debian will look like in 5 years from now (hint: More or less like it is today. ;-) And that's a good thing in my opinion).
11 • my trouble with nixos (by rustam on 2022-07-11 15:58:36 GMT from Moldova)
for me nix seemed too complicated, I tried it on another distro(kubuntu), and got it to install some packages..
But had trouble uninstalling a package. seems to me that nix installed all my packages into some folder(or generation - i dunno the term nix is using)
and because of that I couldn't uninstall the package without uninstalling all other packages i needed
so for me nix seemed very hard to use, if you need advanced knowledge for simple things.
I didn't read the docs, but I used usual unix staff like 'command --help' and 'man command' and still didn't catch how to use nix correctly.
So for me nix was an over engineered monster.
I still didn't figure out how to install a package in such a way that it dependencies shouldn't be touched when you want to delete it.
12 • my trouble with nixos (by rustam on 2022-07-11 16:43:12 GMT from Moldova)
Also,
I couldn't install a proprietary package from nix proprietary packages repo, I couldn't figure it out, why nix didn't see things from this repo, even if I added the repo the way docs says,
IMHO It is way more complicated than with RPMFusion for fedora & co, or packman for opensuse & co.
so nix may be a cool dutch university research project, which has a lot of features, but it is clearly too complicated for gorillas like me who have exp in classic package managers (apt, pacman ^_^, zypper, xbps, apk) and who use only man & --help, and don't read "NIX documentation" and expect that package management on linux should be easy...
13 • Nixos (by Hans Strijards on 2022-07-11 17:58:20 GMT from Netherlands)
I run have Nixos happily for years on end, without trouble. Shows how different experiences can be. It is one of the most stable installs compared to other distros. I use it for desktop purposes. It is one of the few distro's I can install on my particular laptop (hp compaq 6710b) without hassle. I use the iso without desktop environment, though, and edit the configuration.nix. I think calamares deserves some time to mature on Nixos. Jesse's review will help. There is no reason tot trash Nixos all at once.
14 • nixos (by dave on 2022-07-11 18:20:09 GMT from United States)
hard requirement for systemd? no thanks
15 • NixOS (by Terryn Serge on 2022-07-11 19:31:01 GMT from Belgium)
I downloaded the virtualbox kde image.
It's running perfect and very smooth. (8192GB ram, 4 cores)
The icon that don't work on the panel : nix-env -i discover and it will work.
It's a nice system :)
16 • Wanna try (by Arve on 2022-07-12 03:37:15 GMT from Sweden)
As a good nerd, I'd like to try using Nix, but I'm having a pretty big struggle trying to install it (Mint 20)... Meh, deb/apt-get does work as well as I need it to.
17 • NixOS, @15 NixOS VM (by Justme on 2022-07-12 04:35:07 GMT from United States)
I also tried the VM, and as you point out, installing Discover enables the icon, but that's it. Discover is useless since it's calling and not finding packagekit and associated services.
I'm always willing to invest time and effort in learning, but there must be a benefit. I've grown fond of apt over the years, and can usually fix problems with little effort. I don't see any improvement in Nix to warrant the learning curve.
18 • It's still fake to me (by CS on 2022-07-12 14:54:53 GMT from United States)
Fun Q+A this week.
According to another guide I looked up "Create Fake Webcam Streams" the -re switch causes the video to be read at native framerate which might make it play to the fake webcam in real time. Fun thing to try some day.
19 • Keep 32-bit Computers Running (by Roy on 2022-07-13 21:10:33 GMT from Canada)
Would Distrowatch please make a point of listing Linux distributions that still have a dedicated 32-bit OS in development so people can keep 32-bit computers running?
Thanking you in advance...
20 • 32-bit machines (by Jesse on 2022-07-13 21:15:14 GMT from Canada)
@19: We do provide easy access to a list of 32-bit distributions: https://distrowatch.com/search.php?architecture=i686#simple
21 • Please don't use nix-env (by hi there on 2022-07-13 21:42:33 GMT from Ukraine)
If you're using nix-env to install software, you're doing it wrong and there is no point in using nix package manager in this case. Just stick with apt/yum/pacman/whatever instead. What nix is actually good at is _declarative_ package management and system configuration. For nix on non-NixOS or macOS it's best to use https://nix-community.github.io/home-manager/ to install and configure your packages. You write desired packages and configuration in your `home.nix` and run `home-manager switch` to apply your changes. That's it. You can copy your `home.nix` to another machine, run `home-manager switch` and get the same configured software. Mind blowing! For NixOS it's even easier! You already have pre-generated `configuration.nix`. If you want your package to be in PATH, you add it to `environment.systemPackages`, run `nixos-rebuild switch` and boom, it's installed! You remove package from the list, run `nixos-rebuild switch` and it's gone, like it was never there. You want to configure nginx with letsencrypt certificate? Easy! Add this to your `configuration.nix` and run `nixos-rebuild switch`: ```nix { services.nginx.enable = true; services.nginx.virtualHosts."myhost.org" = { addSSL = true; enableACME = true; root = "/var/www/myhost.org"; }; } ``` That's it! Your website is up and running with self-updating SSL certificate!
Here are some learning resources that I can recommend: https://discourse.nixos.org/t/half-a-presentation-i-had-in-my-company-about-nixos/16467 (video link in the first post) https://linktr.ee/nixos https://github.com/mikeroyal/NixOS-Guide
22 • NixOS (by Qwert on 2022-07-14 17:05:14 GMT from United States)
How much research do I need to do to find out how install nix's grub to a dos extended partition.. Install error outs on grub install to /dev/sda1. Thanks for any help you can provide...
23 • @21 (by Justin on 2022-07-14 18:17:22 GMT from United States)
Thanks for your comment. I want to try this with a Raspberry Pi. NixOS has some ARM support, and this might be easier than doing things like buildroot and TC for appliance applications or stripping down "lite" images for other distros.
Number of Comments: 23
Display mode: DWW Only • Comments Only • Both DWW and Comments
| | |
| NovaCustom |

NovaCustom PrivacyGuard Laptops - Escape from Big Tech
The NovaCustom PrivacyGuard Laptop is ideal for anyone who prioritizes privacy. Comes with Dasharo coreboot open source firmware and Zorin OS Pro, free from influence of Big Tech.
|
| 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 1176 (2026-06-08): Redcore Linux 2601, the problem with minimal system requirements, Red Hat account linked to compromised npm repositories, COSMIC to get frosted glass effect, openSUSE shows off system extension manager, Origami merges with RakuOS |
| • Issue 1175 (2026-06-01): PineTab2 with various distros, less common words of wisdom, Canonical shutting down Ubuntu's Pastebin, Murena nears 100k users, DistroWatch turns 25 |
| • Issue 1174 (2026-05-25): Solus 4.9, Linux tablets, Haiku boots on Apple M1 machines, Fedora drops Deepin packages, Mint improves Nemo performance |
| • Issue 1173 (2026-05-18): Sylve on FreeBSD, the benefit of BleachBit, Debian commits to reproducible builds, Debian publishes updated install media, Haiku introduces SMP support on ARM64 processors, Rocky Linux creates opt-in security repository, Fedora reconsiders AI tools, KDE receives generous donation |
| • Issue 1172 (2026-05-11): Fedora 44, dealing with extra fonts, Fedora plans to provide AI tools, problems with Ubuntu's new coreutils, TrueNAS extends its development cycle, postmarktetOS improves the boot splash screen, Redox ports tmux |
| • Issue 1171 (2026-05-04): Xubuntu 26.04, extending memory with VRAM, Ubuntu plans AI features, Devuan developer forks GTK2, Mint introduces hardware enablement builds, Linux running on a PlayStation 5, local kernel exploit found in Linux |
| • Issue 1170 (2026-04-27): ENux 5.2.1, picking a second distro, AlmaLinux expands CPU support, FreeBSD publishes Status Report, Ubuntu MATE skips 26.04 release |
| • Issue 1169 (2026-04-20): Lakka 6.1, free software and source-based distributions, FreeBSD Foundation publishes compatible laptop list, Debian holds Project Leader election, Haiku progresses ARM64 port, Mint to extend development cycle, Linux 7.0 released |
| • Issue 1168 (2026-04-13): pearOS 2026.03, EndeavourOS 2026.03.06, which distros are adopting age verification, Arch adjusts its firewall packages, Linux dropping i486 support, Red Hat extends its release cycle, Debian's APT introduces rollbacks, Redox improves its scheduler |
| • Issue 1167 (2026-04-06): Origami Linux 2026.03, answering questions for Linux newcomers, Ubuntu MATE seeking new contributors, Ubuntu software centre is expanding Deb support, FreeBSD fixes forum exploit, openSUSE 15 Leap nears its end of life |
| • Issue 1166 (2026-03-30): NetBSD jails, publishing software for Linux, Ubuntu joins Rust Foundation, Canonical plans to trim GRUB features, Peppermint works on new utilities, PINE64 shows off open hardware capabilities |
| • Issue 1165 (2026-03-23): Argent Linux 1.5.3, disk space required by Linux, Manjaro team goes on strike, AlmaLinux improves NVIDIA driver support and builds RISC-V packages, systemd introduces age tracking |
| • Issue 1164 (2026-03-16): d77void, age verification laws and Linux, SUSE may be for sale, TrueNAS takes its build system private, Debian publishes updated Trixie media, MidnightBSD and System76 respond to age verification laws |
| • Issue 1163 (2026-03-09): KaOS 2026.02, TinyCore 17.0, NuTyX 26.02.2, Would one big collection of packages help?, Guix offers 64-bit Hurd options, Linux communities discuss age delcaration laws, Mint unveils new screensaver for Cinnamon, Redox ports new COSMIC features |
| • Issue 1162 (2026-03-02): AerynOS 2026.01, anti-virus and firewall tools, Manjaro fixes website certificate, Ubuntu splits firmware package, jails for NetBSD, extended support for some Linux kernel releases, Murena creating a map app |
| • Issue 1161 (2026-02-23): The Guix package manager, quick Q&As, Gentoo migrating its mirrors, Fedora considers more informative kernel panic screens, GhostBSD testing alternative X11 implementation, Asahi makes progress with Apple M3, NetBSD userland ported, FreeBSD improves web-based system management |
| • Issue 1160 (2026-02-16): Noid and AgarimOS, command line tips, KDE Linux introduces delta updates, Redox OS hits development milestone, Linux Mint develops a desktop-neutral account manager, sudo developer seeks sponsorship |
| • Issue 1159 (2026-02-09): Sharing files on a network, isolating processes on Linux, LFS to focus on systemd, openSUSE polishes atomic updates, NetBSD not likely to adopt Rust code, COSMIC roadmap |
| • Issue 1158 (2026-02-02): Manjaro 26.0, fastest filesystem, postmarketOS progress report, Xfce begins developing its own Wayland window manager, Bazzite founder interviewed |
| • Issue 1157 (2026-01-26): Setting up a home server, what happened to convergence, malicious software entering the Snap store, postmarketOS automates hardware tests, KDE's login manager works with systemd only |
| • Issue 1156 (2026-01-19): Chimera Linux's new installer, using the DistroWatch Torrent Corner, new package tools for Arch, Haiku improves EFI support, Redcore streamlines branches, Synex introduces install-time ZFS options |
| • Issue 1155 (2026-01-12): MenuetOS, CDE on Sparky, iDeal OS 2025.12.07, recommended flavour of BSD, Debian seeks new Data Protection Team, Ubuntu 25.04 nears its end of life, Google limits Android source code releases, Fedora plans to replace SDDM, Budgie migrates to Wayland |
| • Issue 1154 (2026-01-05): postmarketOS 25.06/25.12, switching to Linux and educational resources, FreeBSD improving laptop support, Unix v4 available for download, new X11 server in development, CachyOS team plans server edtion |
| • Issue 1153 (2025-12-22): Best projects of 2025, is software ever truly finished?, Firefox to adopt AI components, Asahi works on improving the install experience, Mageia presents plans for version 10 |
| • Issue 1152 (2025-12-15): OpenBSD 7.8, filtering websites, Jolla working on a Linux phone, Germany saves money with Linux, Ubuntu to package AMD tools, Fedora demonstrates AI troubleshooting, Haiku packages Go language |
| • Issue 1151 (2025-12-08): FreeBSD 15.0, fun command line tricks, Canonical presents plans for Ubutnu 26.04, SparkyLinux updates CDE packages, Redox OS gets modesetting driver |
| • Issue 1150 (2025-12-01): Gnoppix 25_10, exploring if distributions matter, openSUSE updates tumbleweed's boot loader, Fedora plans better handling of broken packages, Plasma to become Wayland-only, FreeBSD publishes status report |
| • Issue 1149 (2025-11-24): MX Linux 25, why are video drivers special, systemd experiments with musl, Debian Libre Live publishes new media, Xubuntu reviews website hack |
| • Issue 1148 (2025-11-17): Zorin OS 18, deleting a file with an unusual name, NetBSD experiments with sandboxing, postmarketOS unifies its documentation, OpenBSD refines upgrades, Canonical offers 15 years of support for Ubuntu |
| • Issue 1147 (2025-11-10): Fedora 43, the size and stability of the Linux kernel, Debian introducing Rust to APT, Redox ports web engine, Kubuntu website off-line, Mint creates new troubleshooting tools, FreeBSD improves reproducible builds, Flatpak development resumes |
| • Issue 1146 (2025-11-03): StartOS 0.4.0, testing piped commands, Ubuntu Unity seeks help, Canonical offers Ubuntu credentials, Red Hat partners with NVIDIA, SUSE to bundle AI agent with SLE 16 |
| • Issue 1145 (2025-10-27): Linux Mint 7 "LMDE", advice for new Linux users, AlmaLinux to offer Btrfs, KDE launches Plasma 6.5, Fedora accepts contributions written by AI, Ubuntu 25.10 fails to install automatic updates |
| • Issue 1144 (2025-10-20): Kubuntu 25.10, creating and restoring encrypted backups, Fedora team debates AI, FSF plans free software for phones, ReactOS addresses newer drivers, Xubuntu reacts to website attack |
| • Issue 1143 (2025-10-13): openSUSE 16.0 Leap, safest source for new applications, Redox introduces performance improvements, TrueNAS Connect available for testing, Flatpaks do not work on Ubuntu 25.10, Kamarada plans to switch its base, Solus enters new epoch, Frugalware discontinued |
| • Issue 1142 (2025-10-06): Linux Kamarada 15.6, managing ZIP files with SQLite, F-Droid warns of impact of Android lockdown, Alpine moves ahead with merged /usr, Cinnamon gets a redesigned application menu |
| • Issue 1141 (2025-09-29): KDE Linux and GNOME OS, finding mobile flavours of Linux, Murena to offer phones with kill switches, Redox OS running on a smartphone, Artix drops GNOME |
| • Issue 1140 (2025-09-22): NetBSD 10.1, avoiding AI services, AlmaLinux enables CRB repository, Haiku improves disk access performance, Mageia addresses service outage, GNOME 49 released, Linux introduces multikernel support |
| • Issue 1139 (2025-09-15): EasyOS 7.0, Linux and central authority, FreeBSD running Plasma 6 on Wayland, GNOME restores X11 support temporarily, openSUSE dropping BCacheFS in new kernels |
| • Issue 1138 (2025-09-08): Shebang 25.8, LibreELEC 12.2.0, Debian GNU/Hurd 2025, the importance of software updates, AerynOS introduces package sets, postmarketOS encourages patching upstream, openSUSE extends Leap support, Debian refreshes Trixie media |
| • Issue 1137 (2025-09-01): Tribblix 0m37, malware scanners flagging Linux ISO files, KDE introduces first-run setup wizard, CalyxOS plans update prior to infrastructure overhaul, FreeBSD publishes status report |
| • Issue 1136 (2025-08-25): CalyxOS 6.8.20, distros for running containers, Arch Linux website under attack,illumos Cafe launched, CachyOS creates web dashboard for repositories |
| • Issue 1135 (2025-08-18): Debian 13, Proton, WINE, Wayland, and Wayback, Debian GNU/Hurd 2025, KDE gets advanced Liquid Glass, Haiku improves authentication tools |
| • Issue 1134 (2025-08-11): Rhino Linux 2025.3, thoughts on malware in the AUR, Fedora brings hammered websites back on-line, NetBSD reveals features for version 11, Ubuntu swaps some command line tools for 25.10, AlmaLinux improves NVIDIA support |
| • Issue 1133 (2025-08-04): Expirion Linux 6.0, running Plasma on Linux Mint, finding distros which support X11, Debian addresses 22 year old bug, FreeBSD discusses potential issues with pkgbase, CDE ported to OpenBSD, Btrfs corruption bug hitting Fedora users, more malware found in Arch User Repository |
| • Issue 1132 (2025-07-28): deepin 25, wars in the open source community, proposal to have Fedora enable Flathub repository, FreeBSD plans desktop install option, Wayback gets its first release |
| • Issue 1131 (2025-07-21): HeliumOS 10.0, settling on one distro, Mint plans new releases, Arch discovers malware in AUR, Plasma Bigscreen returns, Clear Linux discontinued |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • 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 | 
LinuxDefender Live! CD
LinuxDefender Live! CD was a BitDefender re-mastered Knoppix distribution. It was designed to provide users of both Windows and Linux computers with virus incident rescue tools. Whether your Linux mailserver just got rootkited or your Windows gamestation just got Slammer'd, it's LinuxDefender to the rescue! Just put the bootable CD in your drive to start a turn-key Linux OS which comes packed with almost 1.5 gigabytes of utilities. This distribution contains two world premieres: the world's first ever SAMBA 3 compatible commercial antivirus and FULL NTFS write support - available using the captive NTFS write project.
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.
|
|