this post was submitted on 12 Jun 2026
63 points (87.1% liked)

Ask Lemmy

39939 readers
1291 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 3 years ago
MODERATORS
 

Lemmy is so Linux-focused and people are surprisingly opinionated about it.

you are viewing a single comment's thread
view the rest of the comments
[–] communist@lemmy.frozeninferno.xyz 11 points 1 day ago (1 children)

This really isn't trua anymore with immutable kde distros, everything really does just work. You have to relearn some things but that's a fundamental issue with switching to anything, the recent ltt experiment confirms pretty much the only thing that's missing at this point is anticheat and it's the year of the linux desktop. I feel like your stance was valid a few years ago.

[–] HaveMouseWillTravel@lemmy.world 2 points 1 hour ago (1 children)

Let's talk about my recent exercise in mapping persistent network drives: Windows: Right click in file explorer, select map drive, enter server path, user name password. Check the Reconnect at login checkbox. Click OK.

Linux: Add user to soduers file, sudo make a directory in /mnt, chown of directory to user, sudo install smbclient, create a cedentials file with server user and password, modify fstab file and add mount command to that and refererwnce credential file, well network stack doesent load until after it tries to map the drives on boot so then I added a 60 second wait to wait for the network to come online.

Yes, things are better now when it comes to installing and hardware compatibility, but for the average person the steps I took to map a network drive is not feasible to pull off. Most people just want things to work without going through multiple steps of trial and error

[–] redsand@infosec.pub 1 points 7 minutes ago

Click the script the IT guy gave you. Most end users don't know what a network drive is.