본문 바로가기
중요링크 먼저 적어두고.

CentOS 서버쪽 설정방법 추가업데이트
원본글 출처 : http://www.yolinux.com/TUTORIALS/GDM_XDMCP.html

GDM login manager:

  • Edit file:
    • Red Hat Enterprise 5, CentOS 5: /etc/gdm/custom.conf 
      Note: RHEL5 only uses this file as XDM is no longer supported. 
      Add two enties to the existing categories:
      [xdmcp]
      Enable=true
      
      [security]
      DisallowTCP=false
      
                          
      One can also use the GUI config tool /usr/sbin/gdmsetup.

    • Red Hat Enterprise 3/4, CentOS 3/4, Fedora 1-6: /etc/X11/gdm/gdm.conf 
      Change last line from:
          [xdmcp]
      Enable=false
      To:
          [xdmcp]
      Enable=true
      One can also use the GUI config tool gdmsetup.

  • Restart X-Windows:
    • [root]# init 3
    • [root]# init 5

Note:

  • You can use the config tool /usr/sbin/gdmsetup to configure GDM.
  • You can test the GDM login screen locally: X -query localhost :1

원본글의 출처는 http://www.crazybar.net/1012 (링크가 사라졌네)입니다. 감사합니다. 나중에 참고를 위해 글을 옮겨둡니다.
그리고, 더 좋은 설명글 링크 : http://blog.nth-design.com/2010/05/19/x11-putty-xming/ 꼭 참고

X Server를 써야하는데, Netsarang Xmanager는 상용이라 쓸수가 없고, 대신 PuTTY + Xming이 좋은 대안인것 같습니다.

PuTTY


Xming - Open Source X Server for Windows

그리고, 하나 더 좀더 안전한 파일 송수신을 위해 WinSCP 프로그램을 사용. http://winscp.net

WinSCP는 Windows용 그래픽 SFTPFTP 클라이언트 프로그램이고 오픈 소스 프리웨어 입니다. 레거시 SCP 프로토콜 역시 지원합니다. 이 프로그램을 사용하여 로컬 컴퓨터와 원격 컴퓨터 간에 안전하게 파일을 복사할 수 있습니다.

이상 웍스를 사용하기 위한 내 피씨 환경 세팅..


B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.