VULTR的安装和配置

来源:互联网 发布:syslog 数据 编辑:程序博客网 时间:2024/05/17 08:11

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 &