当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Xmanager 远程登陆Linux系统后配置Xdm

Unix/Linux
PostgreSQL Hardware Performance Tuning
Firefox 1.0.6简体中文版发布,提供下载
包过滤防火墙配置实例.
linux中的时间流
Rsync Server +Rsync client 配置完全实践笔记
mysql数据库root口令忘记自动恢复脚本
自动修改linux下的网卡ip和掩码脚本
将指定文件列表中的文件内容逐个替换成想要的内容的小脚本
用nmap扫描端口并写到一个静态网页脚本(转贴)
配置xdm远程连接
解决如何修改mysql服务器监听端口的问题。
CC2001关于计算机科学的教学大纲
Linux命令Man解释:losetup:设定与控制loopdevices
Linux网管123---第6章.一般系统管理问题-2.建立使用者帐号
汉化你的RedHat全攻略(4)-FAQ和一些总结
"/dev/tty0"不见了怎麽救回来?
/dev下cua*被删除,该如何恢复?
Linux网管123---第7章.自订的组态及管理内容-1.HTTP
vi介绍编(2)参数简介
Linux命令Man解释:mkfs:建立linux文件系统

Unix/Linux 中的 Xmanager 远程登陆Linux系统后配置Xdm


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 139 ::
收藏到网摘: n/a

Xmanager 远程登陆linux 配置 Xdm

设置xwindow可以支持如xmanager这样的工具远程登陆linux。设置如下:

#vi /etc/X11/xdm/xdm-config

在最后一行: DisplayManager.requestPort: 0 前面加!号注释掉此行。

#vi /etc/X11/xdm/Xservers

在最后一行::0 local /usr/X11R6/bin/X 前面加#号注释掉这一行。

#vi /etc/X11/xdm/Xaccess

找到#* #any host can get a login window

把这一行前面的#号去掉,变成:

* #any host can get a login window

最后运行#xdm。这样使用xmanager等工具就可以连接Linux了!!!

如果想要每次启动自动启动xdm,那么请在/etc/rc.d/rc.local文件尾部加入/etc/X11R6/bin/xdm

1.Use Gnome as its defaul XDM.

2. Execute gdmconfig with x-windows starting

3.Click the "expert", turn to "XDMCP" tab, make sure that "Enable XDMCP" checkbox was checked, save the changes.

4. Excute "init 5" command.

5. Exctue "netstat -an|grep 177", to verify that the 177 port was open.