Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Oracle Linux 5.9 configuration Xmanager     - SSH does not require a password to log on to a Linux server (Server)

- Linux five security TIPS (Linux)

- Linux commands with browsing and downloading files (Linux)

- Spacewalk remove packages install the update (Linux)

- Linux shell script to adjust the Task Scheduler (Linux)

- Git uses Details (Linux)

- Ubuntu Linux use MAC binding against ARP attacks (Linux)

- Detailed reference Oracle 11g Partition (Database)

- Ubuntu 14.04 install Nmap 6.46.1 (Linux)

- Linux System Administrator common interview questions and answers 30 (Linux)

- Let OpenCV face detection score output codes (Programming)

- Linux System Getting Started Tutorial: permission to permanently modify the USB device in Linux (Linux)

- CoreCLR compiled in Linux CentOS (Linux)

- View processes and threads under Linux (Linux)

- Talking about the shortcomings and deficiencies of the firewall (Linux)

- Linux Apache server configure to protect system security (Linux)

- Manager Docker browser (Server)

- SA weak password security system of the security risks posed (Linux)

- Linux iptables: combat scenes (Linux)

- The difference between statement and preparedStatement of the jdbc (Database)

 
         
  Oracle Linux 5.9 configuration Xmanager
     
  Add Date : 2018-11-21      
         
         
         
  Today configure the remote Oracle Linux 5.9 connection at Xmanager, I encountered some problems.

1. There is no / etc / X11 / xdm / xdm-config file

This is because of a lack xorg-x11-xdm package using yum install

[Root @ 11grac1 Server] # yum install xorg-x11-xdm
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
You can use up2date --register to register.
ULN support will be disabled.
Setting up Install Process
Resolving Dependencies
-> Running transaction check
---> Package xorg-x11-xdm.x86_64 1: 1.0.5-7.el5 set to be updated
-> Finished Dependency Resolution

Dependencies Resolved

================================================== ====
 Package Arch Version Repository Size
================================================== ====
Installing:
 xorg-x11-xdm x86_64 1: 1.0.5-7.el5 el5 122 k

Transaction Summary
================================================== ===
Install 1 Package (s)
Upgrade 0 Package (s)

Total download size: 122 k
Is this ok [y / N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: xorg-x11-xdm 1/1

Installed:
  xorg-x11-xdm.x86_64 1: 1.0.5-7.el5

Complete!

Configuration steps are as follows:

1.vi / etc / inittab

id: 5: initdefault:

2.vi /etc/gdm/custom.conf

[Security]
AllowRoot = true
AllowRemoteRoot = true
[Xdmcp]
Enable = true
Port = 177

3.vi / etc / X11 / xdm / xdm-config

! DisplayManager.requestPort: 0

4.vi / etc / X11 / xdm / Xaccess

Remove the front #

# * #any Host can get a login window

# * CHOOSER BROADCAST #any indirect host can get a chooser

5. Close the firewall
     
         
         
         
  More:      
 
- MongoDB in bulk timestamp change the date format (Database)
- Linux /var/spool/ insufficient clientmqueue space solutions (Linux)
- Ubuntu 14.04 jdk Installation and Configuration (Linux)
- 14 useful example Linux Sort command (Linux)
- Oracle Shared Server Configuration (Database)
- To generate a certificate using OpenSSL under Linux (Server)
- Nine trick to let you speed up the old machine running Ubuntu Linux (Linux)
- sa weak passwords intrusion prevention (Linux)
- Linux character device - automatically creates the device nodes and devices (Linux)
- Binary tree traversal recursive and non-recursive (cyclic) traversal achieve (Programming)
- WordPress plug-ins installed in Ubuntu, enter the subject of FTP and not create directory problem (Server)
- Ubuntu mysql stop fail to solve the problem (Database)
- File compression and packaging commands under Linux (Linux)
- Physical structure and process disk IO (Linux)
- VirtualBox virtual machine to install Linux (Linux)
- Household use Linux Security (Linux)
- Java generate two-dimensional code by Zxing (Programming)
- Linux shell script to adjust the Task Scheduler (Linux)
- Java String type time compare the size (Programming)
- Android Fragment everything you need to know (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.