Hosting Unlimited Indonesia

Install VNC Server di Debian

[root@bayoe ~]# apt-get install xserver-xorg xorg ssh
[root@bayoe ~]# dpkg-reconfigure xserver-xorg
[root@bayoe ~]# apt-get install xfce4
[root@bayoe ~]# startx
[root@bayoe ~]# apt-get install tightvncserver
[root@bayoe ~]# vi /root/.vnc/xstartup
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &
x-window-manager &
xfwm4 &
xfce4-panel &

[root@bayoe ~]# tightvncserver

Done

Subscribe to receive free email updates:

1 Response to "Install VNC Server di Debian"