Instal dan Seting VNCServer Fedora Core 8

Buka console anda dan ketik seperti dibawah ini :

[root@info warkom] # yum install vnc           [Enter]

Edit file VNCServer yang ada di '/etc/sysconfig/vncservers' lebih mudah pakai software winscp

VNCSERVERS="1:root" 

VNCSERVERARGS[1]="-geometry 1024x768
-depth 16" 

Edit file '/root/.vnc/xstartup'


#!/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" &
#twm &
startx &

Setelah selesai instal dan edit, sekarang kita aktifkan service VNCServer

Buat password VNCServer

# vncpasswd

Start services VNCServer

# service vncserver restart

Agar services jalan pas start linux

# chkconfig vncserver on
Sekarang tinggal di tes, apakah sudah running atau belum untuk remote ke linux pakai VNCServer
Ketik di VNCViewer
iplinux:1
Lalu masukan password yang anda buat tadi, dan hasil seperti dibawah ini











0 komentar:

Posting Komentar

Copyright © Tutorial Komputer