The newly installed server deployment process

Source: Internet
Author: User

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

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.