Whole document tree
    

Whole document tree

Vim Color Editor HOW-TO (Vi Improved with syntax color highlighting) : Remote Vi - MS Windows QVWM Manager Next Previous Contents

6. Remote Vi - MS Windows QVWM Manager

If you want to use Vi and Vim remotely from a MS Windows PC client, then you should use VNC + QVWM manager. Servers are generally located in remote Data Centers and to edit the files, you should first login to remote servers from MS Windows or Linux desktop PCs. After starting VNC server and QVWM manager on remote server, you should fire up vncviewer on your client desktop and edit remote files with gvim.

To use graphical editor like gvim for remote operations, use the following techniques below:

You can use the VNC to display remote machines on your local display.

Compiling qvwm on Solaris : On Solaris you should install the following packages which you can get from http://sun.freeware.com - xpm, imlib, jpeg, libungif, giflib, libpng, tiff. And you can download the binary package for solaris from http://www.qvwm.org.

Or you can download the qvwm source for solaris from http://www.qvwm.org and compile it using gcc.

Troubleshooting compile: You should put unsigned long before arg in usleep() usleep((unsigned long) 10000)


Next Previous Contents