1. 파일 다운로드 및 설치
CentOS 6는 아직까지 NXServer가 프로그램 설치로 제공되지 않아서 수동으로 설치 해야 한다.(10/10/03 현재)
http://www.nomachine.com/download-package.php?Prod_Id=3525
Download NX Enterprise Server for Linux Evaluation - i386
RPM version
Download the RPMs
Change your working directory to the location where you saved the package and install it by running from a console:
# sudo rpm -i nxclient-3.5.0-7.i386.rpm
# sudo rpm -i nxnode-3.5.0-6.i386.rpm
# sudo rpm -i nxserver-3.5.0-8.i386.rpm
If you don't have the sudo utility installed, log on as superuser ("root") and run the commands without sudo.
2. 사용자 등록
http://www.nomachine.com/documentation/admin-guide.php
/usr/NX/bin/nxserver --keygen
/usr/NX/bin/nxserver --useradd 사용자이름
vi /usr/NX/etc/server.cfg
#EnableUserDB = "0" --> EnableUserDB = "1"
#EnablePasswordDB = "0" --> EnablePasswordDB = "1"
~/.ssh/chown nx:root authorized_keys2
~/.ssh/chmod 0644 authorized_keys2
/usr/NX/share/keys/default.id_dsa.key <<- NXClient의 key값
/usr/NX/bin/nxserver --restart
'Programming & Tools > Linux' 카테고리의 다른 글
[Linux] printk Level 별 출력 (0) | 2012.05.30 |
---|---|
[Linux] Ubuntu 10.4 한글 입력 설정 (0) | 2012.05.16 |
[Linux] Ubuntu 에서 ssh 접속 시 .bashrc 안먹는 문제 해결 (1) | 2012.05.02 |
[Linux] CentOS에서 FreeNX 설치. (2) | 2009.08.05 |
[Linux] CentOS에서 APM 설치하기. (0) | 2009.08.05 |