this post was submitted on 22 Mar 2025
1089 points (94.2% liked)

linuxmemes

24458 readers
592 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
     
    (page 4) 50 comments
    sorted by: hot top controversial new old
    [–] [email protected] 30 points 3 weeks ago (2 children)

    I just wish both these platforms would get some modern remote desktop support built in. Remoting into Mac/linux vs Windows desktops feels like dealing with tech from completely different time periods.

    Thank god most of my Linux remote work is ssh on the cli.

    [–] [email protected] 7 points 3 weeks ago (1 children)
    [–] [email protected] 3 points 3 weeks ago (2 children)

    That’s also my go-to on Linux, but it’s still clunky as hell compared to RDP.

    load more comments (2 replies)
    [–] [email protected] 17 points 3 weeks ago (1 children)

    You.. want remote desktop on kernel level?

    [–] [email protected] 2 points 3 weeks ago (19 children)
    load more comments (19 replies)
    [–] [email protected] 38 points 3 weeks ago (14 children)

    I have this problem with Android. Google has turned the filesystem into unusable garbage, so you're lucky, if you can launch a gallery app with a file path and it allows you to actually go through the images in that folder.

    And of course, that's with a local file path, so the situation is completely hopeless when your images are on a network share. Unless the gallery app itself implements the network protocol, you're out of luck.
    Wanna guess how often that happens? Yeah, it simply doesn't. Even if it's theoretically just a library, when you build it into the gallery app, that dev has to continually maintain and test it.

    load more comments (14 replies)
    [–] [email protected] 1 points 3 weeks ago

    Haha I can personally attest to it being slightly more complex than that on Linux, but true for OSX.

    [–] [email protected] 46 points 3 weeks ago (2 children)

    Running both Linux and macOS on a daily basis… They’re both completely competent, and have basically the same amount of rough edges once you dig in and get your hands dirty. If you find one of them impossibly difficult, it’s a skill issue.

    [–] [email protected] 9 points 3 weeks ago
    load more comments (1 replies)
    [–] [email protected] 22 points 3 weeks ago (1 children)

    What are you talking about? SMB on MacOS is crazy reliable!

    [–] [email protected] 9 points 3 weeks ago

    The meme is talking about sshfs.

    For smb, the share would need to be created first.

    Sshfs is pretty nice because it will give you access to all of the files that on the server that you have permissions to access.

    [–] [email protected] 87 points 3 weeks ago (19 children)

    Love how this meme once again shows a Linux terminal command (that only works on specific distros) instead of what most users would want (which would work on almost any user-friendly distro), the button in the File Manager to add the network share to your left sidebar.

    Somehow people still believe CLI commands are superior, meanwhile people who just want to get Linux-unrelated shit done (that isn't IT-related either) don't understand what exactly happens here and won't be able to permanently add the share to their file browser this way. Y'know, the way most people would use it in their daily workflow.

    Where Apple fails in proper software integration, Linux fails in feature communication. Instead of properly integrating features (Apple) or providing/focusing on doing things intuitively and accessibly (Linux), both want the user to start thinking their way. And I fucking hate it, it prevents Linux from becoming more popular.

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

    You can click your way to the same feature in Nautilus. No need to even see a terminal.

    [–] [email protected] 18 points 3 weeks ago (2 children)

    Yeah. You also can edit mounts via GUI tools instead of manipulating fstab. You can configure shares without opening smb.conf. You can do all these things, now if we would just communicate how user-friendly a Linux distro can be that would be nice. Right now it's still a wild goose chase to find instructions how to do things graphically and therefore accessibly and more safely, as every search first and foremost results in tons of (often time different) CLI commands. And there are too many in the community who counter with disabling or elitist bullshit, as if someone who isn't into RTFM for every click somehow can't be allowed to flip a switch. It's exhausting to fight against these sentiments, especially now where apparently a lot of people suddenly realize that Microsoft and Apple might not be the best idea to trust. People who just want use and trust their computer.

    load more comments (2 replies)
    load more comments (18 replies)
    [–] [email protected] 12 points 3 weeks ago

    I have a pc I use as a dedicated file server, and a MacBook which connects seamlessly to that file server via my home WiFi, and I stream movies easily. My AppleTV and iPad stream from it too, no problem. I don’t look like that guy on the right. Am I doing something wrong?

    [–] [email protected] 12 points 3 weeks ago

    TIL about sshfs and life got a little bit nicer

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

    I’ve been considering rsync

    I need to run git operations from a laptop (on a vpn) but I can’t build from the laptop, I can only build from a host that is only accessible on the vpn.

    So I can only git pull / git push from the laptop, but I can only build / run / test from a remote host.

    Linux on both sides. What’s the best solution here?

    [–] [email protected] 1 points 3 weeks ago

    Yes, rsync is a good choice

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

    Detach the laptop's head, then git clone from it over SSH on your build server. When you're done, git push will update your laptop's branches, then you can git push origin the relevant branches on your laptop.

    load more comments (2 replies)
    load more comments (3 replies)
    [–] [email protected] 21 points 3 weeks ago (1 children)

    Can you not just brew install sshfs on a mac? (Assuming you’ve already installed Homebrew).

    [–] [email protected] 23 points 3 weeks ago* (last edited 3 weeks ago)

    No, but you can do this:

    brew install macfuse
    brew tap gromgit/homebrew-fuse
    brew install gromgit/fuse/sshfs
    
    [–] [email protected] 3 points 3 weeks ago (1 children)

    I just use NFS tbh, I'm really sketched out by smb's access controls on Linux and how it masks files, plus all the weird windowsy overhead, with NFS it's either read only or read write and it's a whitelist system, I have to add IPs or subnets manually to make them accessible and that works for me.

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

    Sshfs isn't the same as smbfs if that's what you're thinking. It has nothing to do with how windows does files.

    load more comments (1 replies)
    [–] [email protected] 18 points 3 weeks ago

    macFUSE

    I don’t know what you expected, that is a huge hack.

    [–] [email protected] 140 points 3 weeks ago (5 children)

    I have a mac I use for some specific tasks. I’ll agree the Apple is, ehh, Apple.

    But mounting network fileshares is dead simple. My SMB share pops right up, authentication works fine, the user interface for it is fine. If I wanted to use it remotely, I’d just export it over my tailnet.

    ’sshfs’ is good for short stints of brief use, but ultimately it breaks on a protocol level as soon as your socket dies, on any OS.

    load more comments (5 replies)
    [–] [email protected] 6 points 3 weeks ago

    I was stumped. I found some duck to to enable.this, but holy fuck was it painful to install

    [–] [email protected] 11 points 3 weeks ago (2 children)

    Used sshfs at work the other day for SFTP. Wanted to do a recursive search and it didn't seem possible with filezilla on my Windows laptop. Started my Linux VM and sshfs followed by find/grep to get the info I needed.

    load more comments (2 replies)
    load more comments
    view more: ‹ prev next ›