Linux - The most slim VNC service on CentOS/ Redhat
yum install vncserver twm xterm firefox
su - root
vncpasswd
# enter VNC password
vi /etc/sysconfig/vncservers
# add the 2 lines
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 800x600"
service vncserver start
su - root
vncpasswd
# enter VNC password
vi /etc/sysconfig/vncservers
# add the 2 lines
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 800x600"
service vncserver start
Comments
Post a Comment