this post was submitted on 13 Jul 2023
268 points (95.3% liked)

Asklemmy

43336 readers
908 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Additionally, what changes are necessary for you to be able to use Linux full time?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 1 year ago (2 children)
  1. I found navigating overly complicated at times. The command window uses all the little archaic squiggles around the edge of the keyboard and one missing space will do you in.

  2. For me, the wifi connection always seems sketchy. I currently still have a Linux PC connected to my TV. It's only used for surfing the net and every time we use it to exercise to a YouTube channel, I might as well walk away and do something else before it can get in. I really should change my distribution on that and see if it helps.

  3. When I got really serious about it and was having all kinds of issues the community asked for my hardware list and when I posted it, the response was, "Oh, all that stuff is too new, you have to wait for someone to write drivers for it." I always build my own computer and I don't like the idea of a let down when I turn it in for the first time.

There's a lot to like about Linux and I always want to free myself from the Microsoft shackles, but every time I do, it just doesn't work for me.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Your wifi issues sound like a network card with poor support in the kernel. I think hardware compatibility is one of the most understated sources of user friction in Linux. Nearly anything modern will work but only a few vendors’ network drivers are really as performant as their windows implementation.

Not much you can do as a user unless you want to become a driver developer and/or reverse engineer.

[–] [email protected] -1 points 1 year ago (1 children)

The command window uses all the little archaic squiggles around the edge of the keyboard

Are you telling me that cmd/powershell is preferable‽

[–] [email protected] 3 points 1 year ago (1 children)

I'm sorry, I'm not really proficient with Linux. I probably used the wrong term. I meant where you type all the sudo commands and stuff. I'm more of a mouse user due to windows.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (2 children)

Yes, they knew that, you described it fine. They were asking if Window's equivalent, PowerShell or CMD is preferable. Though they fail to realize that most Windows users will never need to use either of those tools under normal operation, even if they could choose to use them to simplify some tasks. The terminal in Linux is encouraged, whereas equivalent(-ish) tools in Windows are optional and really only required for Sys Admins.

[–] [email protected] 2 points 1 year ago

I see. Thanks for the explanation.

[–] [email protected] 1 points 1 year ago (1 children)

Depending on your Linux distro you can manage entirely without using the terminal, there are plenty of graphical package managers. My point is that if you do need to do command line stuff then a bash terminal is much more user-friendly than the horrors of cmd or powershell!

[–] [email protected] 2 points 1 year ago (1 children)

Oh, I'm certainly not arguing with you. I have to use Windows for work and hate it. Been daily driving Linux for years on my own PC. I should find out if I can get WSL up and running on my work machine. I've been contenting myself with git bash thus far. PowerShell is at least better than CMD, but truthfully I've never really put the effort in to learn it properly since I very rarely need to do anything complicated on the command line in Windows.

[–] [email protected] 2 points 1 year ago (1 children)

I'd definitely recommend WSL, wasn't to hard to set up on my own machine so unless you've got a locked down work machine then probably worth the effort

[–] [email protected] 2 points 1 year ago

Funny thing just happened. Started working on a new project at work and in order to get properly set up I have to get WSL up and running. How convenient, and more than a little coincidental with the timing.