VULTR的安裝和配置

1、購買VRLTR空間

https://my.vultr.com/

2、VNC view客戶端下載

https://www.realvnc.com/en/download/viewer/

3、安裝GNOME

4、NVCServer的的配置



#!/bin/sh


# 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
#unset SESSION_MANAGER
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
#gnome-session-fallback &
#x-window-manager &

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章