XManager 设置

来源:互联网 发布:淘宝顶级域名 编辑:程序博客网 时间:2024/06/05 10:33
 

安装配置xmanager
vi /etc/gdm/custom.conf
[xdmcp]
Enable=1

vi /usr/share/gdm/defaults.conf
[Security]
AllowRemoteRoot=true
AllowRemoteAutoLogin=true

 

reboot

vi .bash_profile

 

vi .bash_profile
---------------------------------------------------
export ORACLE_BASE=/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH
export DISPLAY=192.168.1.105:0.0