VNCServer 설정 요약

VNCServer 설정
1. vncserver 서비스의 시작 redhat 는 보통 vncserver 가 자동 으로 설치 되 어 있 습 니 다. 서비스 목록 에서 선택 하여 시작 하면 됩 니 다)
  명령:
service vncserver start/restart/stop

  데스크 톱 시작: vncserver (처음 시작 할 때 암 호 를 설정 해 야 합 니 다)
2. vncserver 의 데스크 톱 설정
  파일 $HOME /. vnc / xstartup 을 편집 하여 원 하 는 창 관리 자 를 시작 합 니 다.
  startkde & 를 사용 하여 KDE 를 시작 하고 gnome - session & 를 사용 하여 GNOME, fvwm 2 & 를 시작 하여 FVWM 2 를 시작 합 니 다.
예 를 들 면:
#####################################################
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session
#startkde
#twm &
##########################################################
3. 서버 에 있 는 자신의 vnc 연결 닫 기
  
 vncserver -kill  :   

vncserver - kill  :1
4. 비밀번호 수정
-- 비밀번호 파일 삭제
rm -f $HOME/.vnc/passwd
-- vncserver 를 다시 시작 하고, 안내 에 따라 새로운 비밀 번 호 를 입력 하면 된다
vncserver
5. 어떻게 하면 서버 가 자동 으로 vncserver 를 실행 할 수 있 습 니까?
   vncserver 시작 스 크 립 트 를 설정 하여 시스템 이 시 작 될 때 vncserver 를 시작 합 니 다.
편집 / etc / sysconfig / vncserver, 예 를 들 어:
# The VNCSERVERS variable is a list of
# display:user pairs.
#
# Uncomment the line below to start a VNC server on
# display :1 as my 'myusername' (adjust this to your
# own). You will also need to set a VNC password;
# run 'man vncpasswd' to see how to do that.
#
# DO NOT RUN THIS SERVICE if your local area network
# is untrusted! For a secure way of using VNC, see
# <URL:http://www.uk.research.att.com/vnc/sshvnc.html>.

VNCSERVERS="2:oracle"
#VNCSERVERARGS[2]="-geometry 800*600 -nolisten tcp -nohttpd -localhost"

VNC 데스크 톱 을 실행 하려 는 사용자 에 게 myusername 을 수정 합 니 다.VNCSERVERS 의 1 은 VNC 가 데스크 톱 1 로 실행 되 고 있 음 을 표시 합 니 다. 다른 데스크 톱 을 추가 하려 면 다음 과 같이 설정 을 수정 할 수 있 습 니 다.
VNCSERVERS="1:root 2:oracle".

VNCSERVERARGS 는 구체 적 인 데스크 톱 연결 에 대한 한정 을 설정 할 수 있 으 며, 구체 적 인 매개 변 수 는 파일 시작 설명 을 참조 하고 일반적으로 주석 을 달 면 된다.
6. 방화벽 은 vnc 서 비 스 를 막 습 니 다.
방화벽 닫 기 및 켜 기 명령: service iptables stop / start (즉시 적용)
편집 / etc / sysconfig / iptables
7. 현재 설정 의 vnc 를 삭제 하려 면 현재 사용자 의. vnc 디 렉 터 리 를 직접 삭제 하면 됩 니 다.
예 를 들 면:
# cd /home/oracle
# rm -rf .vnc

Solaris 밑 에서
# vncserver
vncserver: couldn't find "Xvnc" on your PATH.

다음 과 같이 실행 하면 됩 니 다.
#su root
#
# ln -s /usr/openwin/bin/xauth /usr/bin/
# ln -s /usr/X11/bin/Xvnc /usr/bin/

또한 Solaries 에 있 는 vnc 설정 은 Liux 와 마찬가지 로 useradd 사용자 후 차이 가 있 습 니 다.
root  
su -
# groupadd dba
# groupadd oinstall
# useradd -g oinstall -G dba -m -d /export/home/oracle -s /usr/bin/bash oracle
# passwd oracle

사용자 가 있 는 디 렉 터 리 에 변화 가 있 습 니 다:
/home is an auto mount directory. The home directory for user in Solaris should be created in
/export/home

좋은 웹페이지 즐겨찾기