Bayu Kurniawan R

Think about GIS, Linux and Oracle

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 :)

Tags: , , ,

Posted in Linux.

Add a comment

No Replies

Feel free to leave a reply using the form below!


Leave a Reply