诚捷手游网:专为(Android)安卓手机用户量身打造的安卓游戏、APK游戏下载平台!
网站地图
你的位置: 首页 > 游戏资讯 > 操作系统

linux配置X manager与VNC

  • 2024-02-26 05:34:09
  • 来源:网络
  • 在手机上看

    扫一扫立即进入手机端

今天在oracle linux上配置了一下X manager 和vnc,是第一次配置vnc,vnc配置要比X manager简单许多这里记录一下:

---- X manager 配置:

1.修改GDM的配置文件,/etc/X11/gdm/gdm.conf,将[xdmcp]中的enable选项设置为true

[xdmcp]
# Distributions: Ship with this off. It is never a safe thing to leave
# out on the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only
# allow local access is another alternative but not the safest.
# Firewalling port 177 is the safest if you wish to have xdmcp on.
# Read the manual for more notes on the security of XDMCP.
Enable=true

用vi编辑gdm.conf 进入后键入/xdmcp查找字符串xdmcp “n“是搜索下一句,这样就能快速的定位到xdmcp项

2.修改/etc/X11/xdm/xdm-config文件,将DisplayManager.requestPort: 0注释掉

! SECURITY: do not listen for XDMCP or Chooser requests
! Comment out this line if you want to manage X terminals with xdm
!DisplayManager.requestPort: 0

3.修改/etc/X11/xdm/Xaccess文件 #* #any host can get a login window 去掉此行首位的#

# right hand sides can match.
#
* #any host can get a login window
#
# To hardwire a specific terminal to a specific host, you can

4. 如果有防火墙,请打开177的端口

ok!配置完后用X manager进入吧

----VNC 配置

1.检查rpm包是否安装

[oracle@niuge ~]$ rpm -qa|grep vnc
vnc-server-4.0-11.el4
vnc-4.0-11.el4

只要有第一个vnc-server-4.0-11.el这个就足够,这是服务端运行程序。如未安装,请安装

2.安装好后运行 vncserver

[test@niuge ~]$ vncserver

You will require a password to access your desktops.

Password:
Verify:
xauth: creating new authority file /home/test/.Xauthority

New 'niuge:3 (test)' desktop is niuge:3

Creating default startup script /home/test/.vnc/xstartup
Starting applications specified in /home/test/.vnc/xstartup
Log file is /hom