I have all my code and data on my computer at work. But often I work from home, so I ssh to a working computer, connect to a GNU screen session (which includes text emacs ) and start hacking, compiling, etc.
This can sometimes be a little annoying, especially if my connection is slow and remote emacs are behind my input. In addition, it would be nice to use an IDE to work with code.
Is there a solution? Of course, I could synchronize the code with rsync or svn , but then I think that I have too many directories scattered around, a lot of data that I do not want to copy, etc. And I always want to compile and run remotely (because working computers are fast and many), but the encoding and typing itself will be better on my home computer.
Can I mount my remote home directory on my local computer? What do I need for this? Do I need my system administrator? (I would prefer because he usually does not reply to emails or does not want to do what people ask him.) Can I do something with a VPN ? How do you do this when you work at home?
(As for security restrictions, I can now ssh and scp , but not telnet or ftp .)
UPDATE: I have a Mac at home and Linux at work.
Frank
source share