Comment on Microsoft is bringing annoying Windows 11 Start menu ads to Windows 10
obbeel@lemmy.eco.br 2 months agoThat’s a marketing problem, not a functionality problem. The terminal isn’t really hard to use.
People used BASIC easily back in the 80’s. My mom did it back then, and she isn’t tech savvy.
Lost_My_Mind@lemmy.world 2 months ago
I’ve been trying to learn it for 15 years. The only thing I’ve learned is that sudo stands for super user. Outside of that, I’ve learned nothing about how to use terminal other than copy/pasting other peoples commands.
aniki@lemmings.world 2 months ago
If you’ve been unable to learn some basic command line in 15 years perhaps computing is not your forte.
Lost_My_Mind@lemmy.world 2 months ago
Well, not linux. I do just fine on windows 7.
obbeel@lemmy.eco.br 2 months ago
For most cases, you need to use the package manager (apt is the standard for Debian-based) . You also need ‘grep’ to select a specific phrase sometimes.
But that problem normally occur when you are using proprietary software. You’ll need to download packages (wget), add repository packages and run shell scripts for most proprietary software, and I think most people would use copy-paste in those scenarios.
Lost_My_Mind@lemmy.world 2 months ago
…do what now?
Centaur@lemmy.world 2 months ago
BTW sudo stands for substitute user.
More info