728x90
원격제어
-
리눅스에서 VNC 설정컴퓨터 2009. 1. 7. 10:17
[root@localhost test]#yum -y install vnc [root@localhost test]#yum -y install vnc-server [root@localhost test]#cd ~ [root@localhost test]#mkdir .vnc -> /root/.vnc 디렉토리 생성!! [root@localhost test]#vi /etc/sysconfig/vncservers --> 마지막 줄에 VNCSERVERS="1:root"추가 [root@localhost test]#vncpasswd passwd : 임의로 설정 verify : 임의로 설정 [root@localhost test]#vi /root/.vnc/xstartup --> 3,4라인 주석 제거 접속 할 때에는 vnc 를 실..