“Okay, I switched to Linux, now I’m getting this error message: _______.”
“Install ______.”
“It gives me this error now: ______.”
“You have to update the _____ library first.”
“It won’t let me.”
“You have to use sudo.”
“It tells me to clone the git via the command line, but git says verifying login from command line isn’t supported any more.”
“You’re following seven year old instructions.”
“They’re the only instructions I can find.”
“You should switch to this other flavor of Linux.”
TIHI
I do not prefer apt-based systems, but I’ve installed variations of Ubuntu (e.g. Mint) on systems for geriatric (grand)parents in the past 5 years and have not yet needed to drop into shell to fix something.
If the needs are basic (browsing, email, printing, documents), Linux hasn’t needed wizardry for years. This is mostly thanks to Gnome and KDE’s hard work on GUI admin tools, but if someone is going directly from Windows to i3, they’ve chosen a steep hill to climb.
About the same when you ask for a good GUI replacement for X and someone replies “just use the command line”, like cheers for that men, not what I’m asking for.
AMEN! I asked recently if there was a good Linux alternative to this program I used in Windows called “Bulk Rename Utility” and i was flooded by people telling me how easy it was to set up a script to do what I want.
Turns out the best alternative is running BRU in Wine.
I’d have recommended KRename personally. It uses some programming-esque stuff (format specifiers for stuff), but it’s not exactly difficult to do advanced stuff with it.
There almost always powerful existing utilities that can do what you want in linux.
But you have to find them and they have a learning curve. Sometimes that “curve” is a cliff.
Tbh though, as a person going through this learning right now, the single most essential thing I did was youtube “basic bash tutorial” and watch a few videos/follow along with them. Gave me the first foothold to start climbing the cliff, made it much less foreboding.
Now I’m struggling with for loops, but that is not exactly basic and I’m blaming that on my ADHD, I haven’t tried to learn in months, I’ll get around to it!
Switch to Linux and spend way more time making sure everything is updated and having to jump through hoops installing things.
No idea what you mean. I just quickly wanted to update before calling it a night, got a grub update and now it neither boots the default nor the fallback image. I use Arch BTW.
My grandma runs Ubuntu and has gotten by fine without the command line
Switch to Linux! Then you can have problems with Linux.
I remember I had a date with a girl back in the’10s. We hit it off and got back to her place. Wanted to show her a funny Internet video.
She brought out an ancient laptop that refused to boot and said her Ex had tried to fix it with Linux.
I got it pointed at the right dependencies, she fellated me as it updated.
I think this is my only sexy story that includes Linux.
Well, I guess there was this one time I loaned a lonely neighbor DOS 6 disks.
But, that does not include Linux.
My suspicion is it’s not just your sexy Linux story but the only sexy Linux story.
I mean we all know that recompiling the kernel is practically a replacement for sex
Never been to PenguiCon, I guess.
Is that the furry Linux con?
This is the best blowjob story I’ve read yet lol
The ones that make me laugh uncontrollably are those Windows disk encryption issues for which the solution is…wait for it… run Linux from a LiveISO, fix the disk with Linux, then reinstall Windows. Because Windows is incapable of fixing its own issues that it itself caused.
As a former computer service technician, we used Ubuntu Live USB and DVDs (yes it was a long ago) a lot.
This is the way
50% of the time the Microsoft forum help solution for any Windows problem is “Have you tried Re-installing Windows?”
- source, my ass
Or
sfc scannow
, absolute classic
No, you don’t say “switch to Linux”. This is an opportunity to be free from the shackles of being the go-to IT support person! If they say they are having computer problems, ask “Is it Linux? No? Sorry, can’t help you”
how do these two birds interact in the first place?
As someone who has had been around Linux-based people and whenever I have had a single gripe about Windows - it’s this.
I don’t have a hate boner with Linux, I just feel like Linux is a little too much for the average casual user. Everything is fine until they run into a single issue with Linux, if the bewilderment of not having their familiar easy to run programs that they had on Windows wasn’t a turn off for them from the get-go.
Windows issues?
Every time I try Linux on my own, it’s fine. But God forbid I ever use any device that comes with Linux pre-installed, and I’m cursed. I’m on my third steam deck after it software bricked itself, and our university Linux server is so unstable that it disconnects my session with vim every 30 minutes or so. Pain. At least there’s a method to the madness: trust nobody but myself :P
Holy hell, three Decks? How did they get bricked? I’ve had mine since the second shipment batch and beyond some very early software issues it’s been pretty solid.
Screen and tmux are your friends in this situation. They can keep your vim session alive when your SSH connection drops, so you can reconnect and continue where you left off.