1, configure the intranet IP (if the external network ip,linux to modify the remote port)
2. Configure Yum Source # Yum Install wget
# rm-f/etc/yum.repos.d/centos-base.repo
# wget Curl Http://172.18.10.13/comratings.repo-O/etc/yum.repo.d/
or # Curl Http://172.18.10.13/comratings.repo >/etc/yum.repos.d/comratings.repo
3. Turn off SELinux # sed -i‘s#SELINUX=enforcing#SELINUX=disabled#g‘/etc/selinux/config
# setenforce 0
4. Add Zabbix Monitoring
5. Configure the Firewall
6. Configure timed tasks: echo "6 * * * Root (/usr/sbin/ntpdate 172.18.10.14 &&/sbin/hwclock-w) &>/dev/null" >> /etc/crontab
7. Configure Host Name
8. Install package vim openssh-clients ntpdate man
9. Modify the number of file handles # Unlimit-n 65535 Modify/etc/security/limits.conf
10, you can disable IPv6 # vim/etc/modprobe.d/ipv6.conf add the following
Alias net-pf-10 off
Alias IPv6 off
This article is from the "Little Water Drop" blog, please make sure to keep this source http://wangzan18.blog.51cto.com/8021085/1690510
The newly installed server deployment process