vnc adalah protocol untuk remote desktop di linux. berikut cara instalasi vnc di debian 7 whezzy
#apt-get update
#apt-get upgrade
instalasi Gnome
instalasi font
3. Install TightVNCServer:
7. Start the VNC server with your desired resolution:
#apt-get update
#apt-get upgrade
instalasi Gnome
- # apt-get install gnome-desktop-environment
instalasi font
# apt-get install xfonts-100dpi
# apt-get install xfonts-100dpi-transcoded
# apt-get install xfonts-75dpi
# apt-get install xfonts-75dpi-transcoded
# apt-get install xfonts-base
3. Install TightVNCServer:
# apt-get install tightvncserver4. Start TightVNCServer for the first time, it will copy config files and prompt you for a password:
# tightvncserver :15. Stop the VNC server, so we can continue to configure it:
# tightvncserver -kill :16. Edit the xstartup file:
# vi ~/.vnc/xstartupPress "A" to enter edit mode. Replace the contents of the file with the following (or edit to match):
Press ESC, type :wq, then press enter to save and close the file.#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
# x-window-manager &gnome-session &
7. Start the VNC server with your desired resolution:
# tightvncserver -geometry 1024x768 :1
0 comment