Tag Archives: vnc
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 … Continue reading
Share on Facebook