Users browsing this thread: 1 Guest(s)
josuah
Long time nixers
Having the remote content available works fine. Things like sshfs have the advantage of letting you using your local tool and be only slow on network in case you open/close the files. All the time you edit the file, things are as fluid as in the local filesystem.

Although, for compiling for instance, it can get really slow.

So something to fight against network latency (it's really what it is about for my slow copper / 3g links) is to have a local editor with sshfs / 9p, and an ssh window to start heavyweight operations or shelling things around.

That's 1 window with the text editor (with each remote 9p/sshfs-mounted on /mnt/$remote), and 1 window per remote.

Things get really rather comfortable this way. I guess it is why FTP is integrated on web devs IDEs...


Messages In This Thread
Remote work solution - by venam - 24-04-2019, 02:37 AM
RE: Remote work solution - by evbo - 24-04-2019, 11:21 AM
RE: Remote work solution - by xero - 24-04-2019, 03:45 PM
RE: Remote work solution - by jkl - 24-04-2019, 05:42 PM
RE: Remote work solution - by josuah - 24-04-2019, 07:15 PM
RE: Remote work solution - by z3bra - 25-04-2019, 08:43 AM
RE: Remote work solution - by mrtn - 25-04-2019, 10:22 AM
RE: Remote work solution - by pyratebeard - 25-04-2019, 12:49 PM
RE: Remote work solution - by acg - 25-04-2019, 06:12 PM
RE: Remote work solution - by hubcaps - 28-04-2019, 08:46 PM
RE: Remote work solution - by wolf - 01-05-2019, 11:31 PM
RE: Remote work solution - by evbo - 03-05-2019, 12:37 PM
RE: Remote work solution - by Deathbox - 19-07-2019, 07:34 AM
RE: Remote work solution - by Wildefyr - 31-10-2019, 05:35 AM
RE: Remote work solution - by eye - 31-12-2019, 11:01 AM
RE: Remote work solution - by venam - 17-11-2020, 07:15 AM
RE: Remote work solution - by Dworin - 17-11-2020, 07:46 AM
RE: Remote work solution - by ols - 17-11-2020, 04:11 PM
RE: Remote work solution - by eye - 17-11-2020, 08:10 PM
RE: Remote work solution - by sulami - 18-11-2020, 06:28 AM
RE: Remote work solution - by jolia - 18-11-2020, 06:48 AM
RE: Remote work solution - by eye - 23-11-2020, 01:26 PM
RE: Remote work solution - by sulami - 25-11-2020, 06:36 AM
Remote Work / Homeoffice - by eye - 23-11-2020, 10:21 AM
RE: Remote Work / Homeoffice - by jkl - 23-11-2020, 10:29 AM
RE: Remote Work / Homeoffice - by venam - 23-11-2020, 10:36 AM
RE: Remote Work / Homeoffice - by eye - 23-11-2020, 10:49 AM