this post was submitted on 13 Feb 2025
1026 points (95.3% liked)

linuxmemes

26209 readers
1795 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    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.

    founded 2 years ago
    MODERATORS
    1026
    submitted 5 months ago* (last edited 5 months ago) by _carmin@lemm.ee to c/linuxmemes@lemmy.world
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] LucidNightmare@lemm.ee 54 points 5 months ago (94 children)

    If the average person can not use your OS, it is not ready. Period.

    For example:

    Windows - Open File Explorer > Add Network Drive > Find/plug it in > Enter creds > Bam. Ready to go and will automatically log you in at boot. Very nice, very intuitive UI.

    Linux - Open Dolphin (or whatever) > Network > Add Network Folder/Find it > Enter creds > Does not automatically mount the drive when booting the computer back up > Must go into fstab to get it to automount > Stop, because that is ridiculous

    In my own experience, I was able to get the hang of Windows with no one showing me how a computer ever worked, at the age of 10! Intuitive enough a child can do it.

    On Linux, you have to read manuals/documentation, ask random (mostly rude) people on the internet, or give up because why the fuck would I want to go and enter 5 commands just to have something as simple as auto mount a network share? Not intuitive, therefore not easy to learn as you go.

    I get it, Linux people like knowing how their computers operate, they like ensuring everything is working the way THEY want to, and that's awesome! What's not awesome is recommending Linux to the general populace and then getting upset at them for asking why they can't do something or why don't they just do these steps to do whatever it is they are having issues with. Then, you have a person who doesn't even know what a terminal is confused as hell because they were told Linux is so much better than Windows.

    Until we get a more intuitive (GUI focused) way of doing what I would consider normal computer tasks, it will not ever be ready. That's just the way I see it.

    [–] octopus_ink@lemmy.ml 7 points 4 months ago (3 children)

    Linux - Open Dolphin (or whatever) > Network > Add Network Folder/Find it > Enter creds > Does not automatically mount the drive when booting the computer back up > Must go into fstab to get it to automount > Stop, because that is ridiculous

    I put into the dolphin path sftp://myusername@remoteip.address. Then I give it my password, and check the box to save it. Then I right click any folder in the destination and do "add to places" and in the future I just navigate to it like a local folder.

    I guess I'm supposed to do it a harder way? I've done essentially the same but with smb:// when forced to work with a samba share like an animal.

    [–] LucidNightmare@lemm.ee 1 points 4 months ago (1 children)

    Mine is set up that way, but the issue is when I go to click the folder that we added to places, on next boot, it will ask for my password to mount it.

    I use the NAS for storage and backups, while running a program on the desktop that will also upload those files to the cloud. The program isn’t able to see the path on boot, because the NAS isn’t mounted on login.

    It’s doable I’m sure, but if it is editing some config file somewhere or with some terminal command, I’m going to just shrug and move on because that’s quite silly in my opinion.

    And yes, it is samba, but it’s the only thing I’ve used since it was set like that at default. Why would I look into other ways if it’s working just fine, exactly?

    [–] octopus_ink@lemmy.ml 2 points 4 months ago* (last edited 4 months ago) (1 children)

    And yes, it is samba, but it’s the only thing I’ve used since it was set like that at default. Why would I look into other ways if it’s working just fine, exactly?

    Nothing other than your own personal preference. Across a wide variety of contexts I personally find less headaches with SFTP, but YMMV. There are security and speed arguments, but IIRC there is a lot of variance to those arguments depending on how modern the SMB implementation is and how it's config'd.

    I have no idea why you can't save your PW, I've done it this way since at least 2013, under several distros, on several different hardware setups, and have never had an issue having dolphin save my PW.

    Are you in the "I disabled the KDE wallet because I wasn't sure how to make it not annoying" crowd? It used to be much harder to work with. (I don't even know if that's the likely reason you have to keep putting your PW in, but I do use KDE wallet, and I never have to put mine in after initial setup in dolphin.)

    [–] LucidNightmare@lemm.ee 2 points 4 months ago

    I’ve tried searching for an answer before giving up, but they usually include going into the terminal and running commands or editing this file over here in your system settings.

    I may be more comfortable with Linux now, and prefer it, but that’s mainly because of how stable it has been since I’ve tried moving over full time. Well, that and KDE is a damn fine desktop environment!

    I don’t like to run the random commands any more because when I did that as a newbie, it almost always blew up in my face. Granted, I know better now, but that’s mainly really set the precedent for how far I am willing to go to get the OS to do what I’m wanting. I drew that line at command line or system file editing. :/

    Now, I do remember trying to disable KDE wallet on a VM I was running to try it out one time. Yeah, it did mess things up, so I stopped doing that too! Haha! Great memory unlock, thank you! xD

    load more comments (1 replies)
    load more comments (91 replies)