更多博文请关注:没有伞的孩子必须努力奔跑(www.xuchanggang.cn)
linux
1、在linux端配置centos
1.默认,你安装好系统gdm已经安装,不作解释服务器
2.配置gdm网络
(1).修改 /etc/gdm/custom.conf 文件,替换为下面内容session
[daemon]
RemoteGreeter=/usr/libexec/gdmgreeter
[security]
AllowRemoteRoot=true
DisallowTCP=false
AllowRoot=true
[xdmcp]
Enable=true
Port=177
[greeter]
Browser=true
[chooser]
[debug]
(2).关闭iptables[也能够加入策略(xmanager 默认链接端口为177),这里咱们就直接关闭防火墙]ssh
/etc/init.d/iptables stop # 中止防火墙
chkconfig iptables off # 开机不启动防火墙
(3).修改 /etc/inittab ,添加以下内容ide
id:5:initdefault:
x:5:respawn:/usr/sbin/gdm
(4).从新启动centos系统测试
2、在window端配置spa
1.下载安装xmanagerdebug
下载地址:xmanager4.0破解版.zip
2.安装完毕后,点击 “xbrower”,启动xmanager
3.点击 “文件(File)” --> “新建(New)” --> “xstart 会话(xstart session)”
4.在弹出的图形化界面中,修改以下几项
会话(session):这里能够自定义,我这定义为IP地址(192.168.1.120)
主机(host):192.168.1.120(填写IP地址)
协议(protocol):ssh
用户名(user name):root
密码(password):输入密码(我这里是:123456)
保存密码(save password):把此项选中
执行命令(excution command):点击右侧的 三角形,选择 GNOME
填好后,选择标签栏“X 服务器( X server)” --> 服务器配置文件(server profile) --> 配置(configure)
在弹出的窗口中,选择常规(general) --> 窗口模式(window mode) --> 点击选择使用的窗口模式(choose window mode to use) --> 选择:single window mode --> 点击肯定,结束配置
此时,双击刚才设置好的图标,既能够启动xmanager,利用网络传输,反应有点慢!
以上这个软件使用,我的感受不能知足须要,最终放弃了。改用vmware exs虚拟化软件,这个软件不错,很是能知足个人需求,由于的个人机器是服务器,没有显示器,须要装不少虚拟机,用来测试。