sharing a folder between linux and windows over the internet

Posted by valya on Super User See other posts from Super User or by valya
Published on 2010-06-07T03:28:12Z Indexed on 2010/06/07 3:32 UTC
Read the original article Hit count: 319

Filed under:
|
|

Hello

Currently my job is to make websites with Django. I use many things like virtualenv, PIL, etc.

The problem is, I can't stand Linux on my desktop. I like it on servers, It's greate to use it over the SSH. But for desktop? No way.

But for the development Linux is quite essential. Of course almost everything is ported to Windows, but it's not as simple to use as in Linux. For example, Windows shell is awful in comparison with Linux.

So I've tried Cygwin, but it's too damn slow. Every time django dev server reloads, it tooks almost 20-30 seconds. In comparison, then using "native" python on Windows or Linux, it reloads instantly. Even worse, Cygwin makes all my system very slow.

I've been thinking about it and have thought up a way to go. I can share a folder with my application with some Linux box. The devserver and everything will run on that box, while I'll be happy editing files and running the browser on my Windows 7. SSH shell is much quickier and handy than Cygwin.

Currently there are no Linux boxes in my home network (except for my android phone :) but I have several VDS boxes with Debian.

So, how do I share a Windows folder with VDS box? I can't rely on my desktop IP but I can rely on the VDS's one. I need sharing to be as quick as possible (well, 2-3 seconds ping is OK) and "native" for both systems, so I could use a folder like a normal folder in both Windows and Linux.

© Super User or respective owner

Related posts about Windows

Related posts about linux