Now share the installation process:
1, the first to minimize the installation of CentOS 5.4, do not choose anything
2, set CentOS
CENTOS5, this place changes, not in the installation of the process settings, but the system is installed, the first time to start setting. I'm going to disable the firewall here. If you do not set up here, after entering the system, you can run the Setup command to set up the same interface.
Close SELinux(Note: This step can not be skipped, before I did not close the SELinux, installed n times have failed, shut down and then installed on it)
Vi/etc/sexlinux/config
Put
Selinux=enforcing
To
Selinux=disabled
Reboot the system.
Look at the SELinux state
Sestatus
Close Iptables, I am in the local virtual CentOS, because of its firewall relationship, machine tool can not access virtual machines, firewall configuration too troublesome, simply turn it off-_-
Service Iptables Stop
4. Install Kloxo panel and Chinese language pack
Copy Code code as follows:
wget http://www.ctohome.com/linux-vps-pack/kloxo_with_chinese_language.sh;sh./kloxo_with_chinese_language.sh;