- install winPcap 4.0 - install colinux 0.6.4 - in the network connetions window select the coliunx TAP and the actuall connection and establish a network bridge Modifying the configuration file There is only a single configuration file; it's located in the installation directory and is named default.colinux.xml. Open it with your favorite editor and edit it to look like this: root=/dev/cobd0 also modify - boot using colinux-daemon.exe -c default.colinux.xml - log in using root, root - configure the network, modify default.colinux.xml - ifconfig eth0 - route add -net 0.0.0.0 gw eth0 - modify /etc/resolve.conf to add the gateip - run /usr/sbin/sshd to configet the ssh demon - ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key how to add new partition can be got at http://gentoo-wiki.com/CoLinux = Install vncserver (as root): apt-get install vncserver Choose your desired window size and color depth, then, as an ordinary user, open a terminal and type: vncserver -geometry 1024x768 -depth 24 This will prompt you to create a password: You will require a password to access your desktops. Password: Verify: The server will start and tell you where to access it: New 'X' desktop is foobar:1 Starting applications specified in /etc/X11/Xsession Log file is /home/jorey/.vnc/foobar:1.log Open the VNC viewer on your remote machine, enter the hostname:screen and password (use a hostname or IP that your client machine understands), and your Linux desktop will open in a window! Network speed and processor power will affect performance, but it's amazing how many apps will run fine under VNC. You might not be able to play Frozen Bubble, but you can use productivity applications without any trouble. To kill the server enter a command similar to this, using the appropriate settings: vncserver -kill :1 Source Documentation Debian - Debian GNU/Linux is one of the finest operating systems available, and it's free! Download it now, and be sure to read the documentation. Debian includes both VNC client and server software. TightVNC - TightVNC offers VNC clients for multiple platforms, including Microsoft Windows. =====================================================================================