The installation process is now shared:
1. Install centos 5.4 with minimal installation. Do not select anything.
2. Set centos
Centos5, the changes made in this place are not set during the installation process, but are set when the system is installed and started for the first time. I disabled the firewall here. If you do not set it here, you can run the setup command to set it after entering the system. The same interface is displayed.
Disable SELinux(Note: This step cannot be skipped. I didn't close SELinux before. After installing SELinux for n times, it will end with a failure. Just close it and install it again)
VI/etc/sexlinux/config
Set
SELinux = enforcing
Change
SELinux = disabled
Restart the system.
View SELinux status
Sestatus
Disable iptables. I locally Virtualize centos. Because of its Firewall relationship, the master machine cannot access the virtual machine, and the firewall configuration is too troublesome. Simply turn it off -_-
Service iptables stop
4. Install the kloxo panel and the Chinese Language Pack
CopyCodeThe Code is as follows: wget http://www.ctohome.com/linux-vps-pack/kloxo_with_chinese_language.sh;sh./kloxo_with_chinese_language.sh;