On 09/03/2014 10:06 AM, Anthony Carrico wrote: > I was editing some local source-code in a local emacs buffer. The emacs > mode (racket-mode) uses local programs (racket, raco) to compile, run > tests, run the repl, etc. It would be nice to run that on a (faster) > remote cpu, but the compilers need access to the local files, etc. > > Is there some kind of weird utility that lets you run a local command, > with access to the local file system, on a remote CPU by intercepting > system calls or whatever (same architecture, of course)? >
Just to anticipate some answers: * I know I could export the file system via nfs, and run ssh cpu-machine racket, but can it be done without exporting the filesystem? * I know I could move the files, and run ssh cpu-machine emacs -X. However, I didn't know about https://mosh.mit.edu, and someone pointed me to it. It looks very handy. -- Anthony Carrico
signature.asc
Description: OpenPGP digital signature
