=*Debian & Xmanager*=
1.Install xdm
#apt-get install xdm
2.Edit /etc/X11/xdm/Xaccess
remove the "#" in front of the "*" which is followed by "any host can get a login windows"
3.Edit /etc/X11/xdm/xdm_config
comment out this line(add !):
Display Manager.Requestport 0
4.Edit /etc/inittab
Set the default runlevel to 5.
4.reboot
=*Set VNS*=
----Server----
1.Install vncserver
#apt-get install vncserver
2.Start vncserver
winters$vncserver -geometry 1024x768 -depth 24
3.If it's the first time run it, give the password required to access server in the future.
4.Close vncserver
winters$vncserver -kill :number
"number" is the session id.
----Client----
Connect to server.
Just input the IP address and session id:
xxx.xx.xx.xx:number
1.Install xdm
#apt-get install xdm
2.Edit /etc/X11/xdm/Xaccess
remove the "#" in front of the "*" which is followed by "any host can get a login windows"
3.Edit /etc/X11/xdm/xdm_config
comment out this line(add !):
Display Manager.Requestport 0
4.Edit /etc/inittab
Set the default runlevel to 5.
4.reboot
=*Set VNS*=
----Server----
1.Install vncserver
#apt-get install vncserver
2.Start vncserver
winters$vncserver -geometry 1024x768 -depth 24
3.If it's the first time run it, give the password required to access server in the future.
4.Close vncserver
winters$vncserver -kill :number
"number" is the session id.
----Client----
Connect to server.
Just input the IP address and session id:
xxx.xx.xx.xx:number
本文介绍如何在Debian系统中安装并配置Xmanager,实现远程桌面登录,并设置VNC Server与Client,包括安装VNC Server、启动与关闭服务等步骤。
2367

被折叠的 条评论
为什么被折叠?



