The user interface on the left and the command prompt on the right does kinda highlight a barrier to mass Linux adoption.
if we want more people on Linux let's normalize not having to use the command line for everything.
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
The user interface on the left and the command prompt on the right does kinda highlight a barrier to mass Linux adoption.
if we want more people on Linux let's normalize not having to use the command line for everything.
That is not the barrier. Most people stick to defaults and don't know how to install an OS. When any person switches, they will try to learn an adapt. If it is a shitty experience, they will switch back to defaults. Updating your system through command line is not a shitty experience.
That is not the barrier.
who said there is only one barrier?
they will try to learn an[d] adapt
you will, sure, but no not everyone will. think less on tech savvy people and more on those that know that "the Internet is the big blue e when I turn on the computer (their monitor)"
those people outnumber us tech savvy individuals at least two-to-one and they deserve an OS that is easier to use then memorizing command line commands
Only tech savvy people will actually install an OS. Unless you put a βInstall OSβ button on the keyboard most people will never switch. So they will probably never use Linux because the idea of switching defaults is scary because it is not βofficially supportedβ by the manufacturer. Using the terminal is not a big deal. Most people can learn and adapt very easily, itβs not rocket science. The official defaults mindset is a barrier.
If we want Linux to grow, we need it to be installed by default on major hardware.
deserve an OS that is easier to use
Mint, Zorin, Ubuntu. They exist and have existed for a long time. They simply are not the default OS on any major piece of hardware.
The left side says "Updates are happening, whether you want to or not" and the right side says "'Give me some updates, please"
Every single time Iβve run upgrade on Debian, Iβve bricked my install. Iβm sure Iβm doing something wrong π
I'm probably a big newb, but on my headless Debian machines, major updates screw me up sometimes too.
apt update && apt dist-upgrade "Oh, that's a lot of errors..."I'm sure it's not that bad and I'm being dramatic but I do kinda appreciate my rolling OpenSUSE Tumbleweed for this reason lol. I feel like newbies would struggle with that major release upgrade process...
This (actually Ubuntu when it was still mostly Debian) is why I am using Tumbleweed now.
Small upgrades often seems to work more reliably for me.
For those who are confident in their system setup
sudo apt update && sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
dnf update
apt has the added irk of being split into update/upgrade plus apt-get for scripts.
And the default apt search sucks lol
nixos-rebuild switch
going to nix from another distro like the leap from going from windows to linux
I'd rather switch back to Windows than try NixOS again. The immutable structure was far too rigid for me.
I run an Ubuntu server and I make the history keep a lot of entries so I remember which files I changed
It shouldn't have to be like this
On Fedora live update is turned of by default with a warning saying updating without rebooting is not recommended. As a cautious noob, I left it as is. Too cautious?
Yeah, rebooting just makes sure that everything is using the new updated packages, so if you update then reboot you'll be golden
Then windows says "Undoing Changes" because its shit software doesn't work
choco upgrade all
Not a built-in, of course, but chocolatey gets you Linux-like package manager behavior on Windows. With it you can run headless software installs and automatically update software. It's great for remote/VM management.