Configure Xmanager to remotely access Linux in RedHat: 1. modify the content of the configuration file in the highlighted red part. /etc/TPD/custom. conf [daemon] [security] AllowRemoteRoot = true [xdmcp] Port = 177 Enable = true [gui] [greeter] [chooser] [debug] 2. modify the startup sequence and start X./etc/in
Configure Xmanager to remotely access Linux in RedHat:
1. modify the content of the configuration file in the highlighted red part.
/Etc/TPD/custom. conf
[Daemon]
[Security]
AllowRemoteRoot = true
[Xdmcp]
Port = 177
Enable = true
[Gui]
[Greeter]
[Chooser]
[Debug]
2. Modify the startup sequence and start X.
/Etc/inittab
Id: 5: initdefault:
3. Disable the firewall or open the port in the firewall. (UDP 177 TCP6000 to 6010)
4. Restart sudo reboot.
Configure Xmanager to remotely access Linux in SUSE:
# Vi/etc/X11/xdm-config
Add "DisplayManager. requestPort: 0" to the last row! Comment out this line.
# Vi/etc/X11/xdm/Xservers
Comment out this line with # In front of the last line: 0 local/usr/X11R6/bin/X.
# Vi/etc/X11/xdm/Xaccess
Find # * # any host can get a login window
Remove the # sign before this line and change it:
* # Any host can get a login window
Run # xdm. In this way, you can use tools such as xmanager.
If you want to automatically start xdm at each startup, add/etc/X11R6/bin/xdm to the end of the/etc/rc. d/rc. local file.
Note: Disable the firewall.
Q &:
1. SUSE graphical Installation
Zypper install "* kde *" to install the KDE environment.
2. Remote logon is prohibited from SUSE root.
Edit the "/etc/sysconfig/displaymanager" file and set "DISPLAYMANAGER_REMOTE_ACCESS =" no ""Change"DISPLAYMANAGER_REMOTE_ACCESS =" yes ""
"DISPLAYMANAGER_ROOT_LOGIN_REMOTE =" no ""Change"DISPLAYMANAGER_ROOT_LOGIN_REMOTE =" yes ""
3. yum lock
When you use yum to upgrade some files, the following situations may occur:
Another app iscurrently holding the yum lock; waiting for it to exit...
You can disable the yum process by force:
# Rm-f/var/run/yum. pid
Then you can use yum.
RedHat Enterprise Linux 6.4 configure Xmanager 4 http://www.linuxidc.com/Linux/2013-05/85075.htm
Configure the Xmanager graphical interface http://www.linuxidc.com/Linux/2013-02/79340.htm under AIX 5.3
Connect to CentOS 5.5 http://www.linuxidc.com/Linux/2012-12/77035.htm with Xmanager
Xmanager Use Summary http://www.linuxidc.com/Linux/2012-11/74870.htm
Replacing Xmanager with Xming and logging on to Linux http://www.linuxidc.com/Linux/2012-10/72548.htm in Windows
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-05/117893.htm