Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在计算机 A 上有一些大数据。是否可以使用这些数据在另一台计算机 B 上运行程序(使用 ssh 或其他东西?)。
当然这是可能的。在远程计算机上处理数据有无限可能。假设 NFS 和 Samba 不可用,您可以通过以下几种方式使用 ssh: fish scp sshfs或sftp。
例如
scp user@host:/wrong/places/* /proc/self/fd/1 | grep love