Install gnome remotely

Source: Internet
Author: User
Remote Installation of gnome-general Linux technology-Linux technology and application information. The following is a detailed description. Take centos4.2 as an Example
# Yum grouplist
Displays the components that have been installed in the system and the components that can be installed.
If xwindow is not installed at the beginning of system installation
# Yum groupinstall "X Window System"
# Yum groupinstall "GNOME Desktop Environment"
Note: To be able to download quickly, you can set/etc/yum. repos. d/CentOS-Base.repo to point to the site http://mirror.be10.com in China
Modify X Window after installation
/Etc/X11/xdm/Xaccess (remove # * # any host can get a login window #)
/Etc/X11/TPD. conf (Enable = true, port = 177)
/Etc/inittab (the first line is changed to id: 5: initdefault: the last line is changed to x: 5: respawn:/usr/bin/TPD)

Modified, reboot OS

# Netstat-ln
Check whether 177 is open

If there is no port 177, it may be that the iptables settings are incorrect.
You can open the port by using commands.
# Iptables-I INPUT-p udp-s 0/0-d 0/0 -- dport 177-j ACCEPT
The most thorough method is to disable iptables.
/Sbin/service iptables stop
Or
# Chkconfig -- level 5 iptables off
Then reboot OS

OK. Now we can use xmanager to connect to the linux GUI.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.