****************************************************************
* Description: Knowledge of configuring Xming on Linux platform
* Date: 05:43 PM EST, 07/06/2017
****************************************************************


<1> X window system:
     |
     |__ o. The X Window System (X11, or shortened to simply X) is a windowing system for bitmap displays, common on UNIX-like computer operating systems.
            X provides the basic framework for a GUI environment: drawing and moving windows on the display device and interacting with a mouse and keyboard.
			

			
<2> Config Xming for connection:
     |
     |__ o. Enable X11 within file "/etc/ssh/ssh_config":
     |
     |               >> ForwardX11 yes	<== uncomment this line, and convert "no" to "yes" 
     |
     |
     |__ o. Download Xming:
     |       
     |               >> https://sourceforge.net/projects/xming/files/Xming/6.9.0.31/Xming-6-9-0-31-setup.exe/download
     |
     |
     |__ o. Config/Start Xming Server:
     |
     |               >> Review image for detail
     |
     |
     |__ o. Enable X11 on PuTTY SSH connection:
             
                     >> Open PuTTY >> Connection >> SSH >> X11 >> Check "Enable X11 Forwarding"
				
	
	

Your Comments