낭만 프로그래머
CentOS 6.6 에 원격접속 툴 X2GO 설치 본문
공식 사이트 : http://wiki.x2go.org/doku.php
<Server 설치 및 실행>
1. epel 설치
<CentOS 6.X 64bit용>
# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -Uvh epel-release-6-8.noarch.rpm |
1. The correct fix is to update your SSL certificates.
# yum upgrade ca-certificates --disablerepo=epel # yum install epel-release -y |
3. 필요 패키지 설치
# yum -y install fuse fuse-libs |
4. fuse, sshfs 설치
# yum install fuse sshfs |
5. x2goserver 설치
# yum -y install x2goclient x2goserver-xsession |
6. 서버 실행
# service x2gocleansessions start |
<Client 설치 및 실행>
http://wiki.x2go.org/doku.php 에서 Window Installer 다운로드 하여 설치
* 실행할 때 Seestion Type을 GNOME으로 선택
<출처> http://cafe.naver.com/linuxlog/2939
'Linux > CentOS' 카테고리의 다른 글
CentOS 6.6 에 PostgreSQL 설치하기 (0) | 2017.04.21 |
---|---|
CentOS에 Windows의 그림판과 같은 kolourpaint 설치 (0) | 2017.03.20 |
CentOS 6.6 에서 Eclipse 가 자주 죽는 문제 해결 (0) | 2015.06.02 |
CentOS 6.6 64bit 에서 32bit c++ 사용하기 (0) | 2015.06.02 |
CentOS 6.6 에 X11 라이브러리 설치 (0) | 2015.06.01 |