install ubuntu 10.4 LTS server, with no desktop
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vnc4server
restart
sudo apt-get install xubuntu-desktop
restart
setup vnc: vnc4server dikasih password
ubah xstartupnya menjadi:
#!/bin/sh
( while true; do xterm; done ) &
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 1024x768 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
xfwm4 &
xfce4-panel &
xfdesktop &
restart
run vnc4server n konek dg vnc
KALO TIDAK BISA KELUAR DESKTOP, maka 3 baris terakhir dipanggil di xterm di vnc/remote
coba install wine
No comments:
Post a Comment