Linux 5 配置Xmanager
Linux 5 配置Xmanager
0 关闭防火墙或者打开177端口
iptables -A INPUT -p udp --dport 177 -j ACCEPT
1、vi /etc/inittab
id:5:initdefault: //设置系统运行级为5,如果本来就是5就无需修改
id:5:respawn:/usr/sbin/gdm //添加到最后一行
然后重启X11
init 3
init 5
2.做如下配置---编辑
root] chmod 660 /usr/share/gdm/defaults.conf
vi /usr/share/gdm/defaults.conf
[xdmcp]
Enable=true
DisplaysPerHost=10
Port=177
[security]
AllowRoot=true
AllowRemoteroot=true
AllowRemoteAutoLogin=false
3.做如下配置---编辑 /etc/gdm/custom.conf
[xdmcp]
Enable=1
4 启动GDM
/usr/sbin/gdm-restart
/usr/sbin/gdm-stop
lsof -i:177
相关阅读:
相关推荐
farwang 2020-11-25
星愿心愿 2020-11-24
tianhuak 2020-11-24
zhjn0 2020-11-24
昭君出塞 2020-11-23
bluecarrot 2020-11-23
linuxwcj 2020-10-21
以梦为马不负韶华 2020-10-20
彼岸随笔 2020-10-20
yutou0 2020-10-17
applecarelte 2020-10-16
ourtimes 2020-10-16
waterhorse 2020-09-19
MRFENGG 2020-11-11
rainandtear 2020-10-30
kyssfanhui 2020-10-20
liuhangtiant 2020-10-20