블로그 이미지
Guybrush Threepwood

태그목록

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

calendar

1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

'Utilities/Xming'에 해당되는 글 3

  1. 2011.07.24 Xming Fonts
  2. 2011.07.17 Xming - X-Server for windows
  3. 2011.07.17 Xming with Secure CRT

Xming Fonts

2011. 7. 24. 23:19 | Posted by Guybrush Threepwood

'Utilities > Xming' 카테고리의 다른 글

Xming - X-Server for windows  (0) 2011.07.17
Xming with Secure CRT  (0) 2011.07.17

Xming - X-Server for windows

2011. 7. 17. 01:18 | Posted by Guybrush Threepwood

Xming은 Opensource Windows용 X-Server로써 

XDMCP 방식으로 이용할 경우 안정성 및 속도 문제가 있지만 리눅스 데스크탑에서 사용하는 거의 동일한 수준의 그래픽 환경으로 작업이 가능하다.

Xming의 경우 크게 2가지 방법으로 사용할 수 있다.
(Xming 실행 중에 XDMCP 접속을 위해 Display Number를 따로 설정해 보았지만 동작하지 않았음)

1. Xming Server 를 이용한 방법



Display Number의 default value는 0이며 이는 Xming을 실행하는 Window Desktop의 X display number가 된다.
여러개의 Xming을 실행시킨다면 각각 서로 다른 Display Number를 부여해야 하며 하나만 사용한다면 아무번호나 사용해도 상관없다.



1. Start a program
=> X Server(Xming) 를 실행만 한 상태로써, 나중에 ssh X11 forwarding을 이용하여 X Client Application 들을 실행할 수 있다.






2. Start a program
=> X Server(Xming) 를 실행함은 물론 실행이후  ssh X11 forwarding을 이용하여 Start program에 지정된 program을 자동으로 실행해 준다.
program 실행을 위한 ssh terminal tools로써 PuTTY, OpenSSH 사용이 가능하지만 SecureCRT와 같은 Terminal을 이곳에서 사용할 수 없다.

SecureCRT를 사용하기 위해서는 Session Type으로 "Start no client"를 선택해야 한다.

Start program에 PuTTY or SSH를 이용하여 처음에 실행해줄 명령어를 적어준다.

PuTTY의 경우 plink program을 이용함.





1. Clipboard를 체크하면 Window와 X 간에 Clipboard를 공유할 수 있다.
2. Remote font server(in any)
폰트 서버를 지정하는데 보통 리눅스 데스크탑 서버에서 직접 실행할 경우 xfs 데몬을 이용하면 되지만 외부 접속은 막혀 있으므로 Xming을 이용하여 원격 접속하는 경우 xfs 설정을 변경해 주어야 함.
Remote font server를 지정하지 않을 경우 별도로 Xming font package를 설치해 주어야 한다.

* PuTTY나 OpenSSH를 사용할 경우 Port 번호가 default인 22번이 아닌 경우 "Additional parameters for PuTTY or SSH" 에 "-P port_number" 값을 줄 수 있다.


2. XDMCP 를 이용한 방법
이 경우 Xming Server를 반드시 종료해 주어야 한다.





옵션 입력시 screen number, 해상도, 모니터 number를 지정할 수 있는데 다음과 같다.

-screen screen_number WidthxHeight@monitor_number
ex)
-screen 0 1024x768@2

아무것도 입력하지 않는 경우 screen option은 아래와 같이 default option을 지정하게 된다.
-screen 0 @1 => on 1st monitor using its full resolution(the default)












* Save configuration
앞에서 XLauncher를 이용해 설정한 내용을 *.xlaunch 파일에 저장해 준다. 이후에는 다시 configuration을 해줄 필요 없이 xlaunch 파일을 실행하는 것만으로 사용이 가능하다.
PuTTY를 이용할 경우 Include.... 옵션에 체크하면 앞서 지정했던 암호를 저장하여 PuTTY 접속시 암호입력을 할 필요가 없다.



* Xming Homepage
http://www.straightrunning.com/XmingNotes/

* Xming Download
http://sourceforge.net/projects/xming/

* Xming WiKi
http://en.wikipedia.org/wiki/Xming


http://jwmx.tistory.com/909
http://freedesktop.org/wiki/Xming
http://blog.naver.com/PostView.nhn?blogId=pci486&logNo=100040388120 

http://www.novell.com/coolsolutions/tip/18137.html



'Utilities > Xming' 카테고리의 다른 글

Xming Fonts  (0) 2011.07.24
Xming with Secure CRT  (0) 2011.07.17

Xming with Secure CRT

2011. 7. 17. 01:05 | Posted by Guybrush Threepwood

In order to use xming with secure crt, two properties have to be changed in secure crt configuration.

X11 Forwarding has to be enabled, and some SSH 'Key exchange' protocols have to be disabled.

First, Select the 'Remote/X11' category under 'Port Forwarding'. Check 'Forward X11 packets'.

 

And then, Select the 'SSH2' category. Under 'Key exchange' uncheck 'Kerberos' and 'Kerberos w/ Group Exchange'.
Scroll down under 'Key exchange' to uncheck all occurrences with numbers. Make sure that these are all un-checked by scrolling all the way to the bottom and back to the top. Only the 'diffie-*' entries should be checked.
Actually, This is not needed anymore in higher version. I don't uncheck kerberos options. Currently I use Secure CRT v6.5.3, and Xming v6.9.0.31.



Check if X11 works by starting a simple program that uses X11, below linux applications.
gnome-terminal
gedit
xterm






*
http://ocean.stanford.edu/gp141/SecureCRT/
 


 

'Utilities > Xming' 카테고리의 다른 글

Xming Fonts  (0) 2011.07.24
Xming - X-Server for windows  (0) 2011.07.17
이전 1 다음