Using your Windows box as an X terminal

Jun 16, 2009 14:25

So I have to develop on a *nix box through a Windows desktop PC. Plain terminal emulation is no fun (who wants to develop in vi?). Through the magic of open source, I don't have to and neither do you! Here are the simple steps to follow:
  1. Install Cygwin including Cygwin/X - download the installer, make sure the xinit package is selected in the things ( Read more... )

geekery

Leave a comment

Comments 5

jmcphers June 16 2009, 22:40:51 UTC
Nice.

I actually do my development work in vim, though, and I don't even use *nix. :-)

Reply

robkeeney June 16 2009, 23:39:36 UTC
vim's fine for light work, but I wouldn't want to try to develop a big project with it, let alone try to maintain one written by someone else. Dev Studio's call graph analysis is a Godsend when you're trying to figure out a big code base.

Reply

jmcphers June 17 2009, 00:02:09 UTC
I work an extremely big project, actually. I use ctags to navigate through the codebase. Tried it?

Reply

robkeeney June 17 2009, 13:12:51 UTC
A long time ago, I used it. I'm not saying it's impossible, I'm just sayin' it's not how I want to do it.

Reply


Leave a comment

Up