XForwarding using PUTTY
This will allow a user to access GUI programs from Linux to windows operating system. One drawback that I experience is that I cannot use the copy and paste from Linux GUI to windows notepad. If you are interested on xforwarding you may follow the following steps. Feel free to register and contact us on our forum.
Prerequisites
Steps
1. Install xming with the following parameters
2. Allow xming x server exception
3. Install xming-fonts
4. After installation putty can now be configured to enable X11 forwarding
5. Access remote server
From step 4 you may now access the remote server using putty. Just enter the host name or ipaddress of the server.
To test the setup please do the following on cli:
$ xeyes &
$ xclocl &
$ firefox &
$ system-config-printer &
$ xterm &
Check this out
Enjoy!

