zoukankan      html  css  js  c++  java
  • centos init

    1.hostname
    2.ip/dns
    3.selinux

    sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/sysconfig/selinux

    4.iptables
    见iptables.sh
    5.yum  (非必须)
    本地的yum
    第三方yum
    wget -q -O - http://www.atomicorp.com/installers/atomic | sh  (atomic)
    yum -y install epel-release.noarch  (epel)
     
    6.ulimit
    7.Developent Tools  gcc gcc-c++ etc;
  • 相关阅读:
    20210420
    20210419
    2021041601
    20210416
    20210415
    20210414
    20210413
    20210412
    20210409
    20210405
  • 原文地址:https://www.cnblogs.com/feral/p/6865222.html
Copyright © 2011-2022 走看看