安装xrdp: wget http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm rpm -Uvh epel-release-6-8.noarch.rpm yum install xrdp 启动服务: service xrdp start 安装vncserver: yum install tigervnc tigervnc-server xterm vnc的相关配置 1)设置vnc密码 vncpasswd 2)修改相关配置文件 vim /etc/sysconfig/vncservers #修改为如下 …… VNCSERVERS="1:root" # display port and username VNCSERVERARGS[1]="-geometry 800x600 -nolisten tcp -nohttpd" ……
注意: |