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

Unix/Linux
Linux指令篇文件打印--lpd
linux安装
grub多启动菜单配置样本
man wget
转载:用VMWARE 3.0安装LINUX 的一点心得
Linux下屏幕偏置问题的解决--(转)
linux下的网络配置工具:iproute
新一代网络配置工具iproute :命令篇(上)
iptables的状态检测机制
Nessus安全测试插件编写教程2
Nessus安全测试插件编写教程1
信息安全的隐患-GoogleHacking原理和防范
整理一下笔记 for iptables
configuration utility for the RAIDframe disk drive
历史上最牛的演讲
1.2 游戏的节奏控制
1.3 游戏的速度感
1.6 基础ActionScript程序(1)
FreeBSD 使用手册
freebsd+apache+mysql+php+phpmyadmin+zend+discuz安装指

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 142 ::
收藏到网摘: 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.