#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/homebrew/bin export PATH LANG=en_US.UTF-8 if [ ! -f /usr/bin/applydeltarpm ];then yum -y provides '*/applydeltarpm' yum -y install deltarpm fi setenforce 0 sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config yum install -y wget curl lsof unzip yum install -y expect yum install -y ncurses-compat-libs yum install -y numactl dnf install crontabs -y SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'` if [ "$SSH_PORT" == "" ];then SSH_PORT_LINE=`cat /etc/ssh/sshd_config | grep "Port \d*" | tail -1` SSH_PORT=${SSH_PORT_LINE/"Port "/""} fi echo "SSH PORT:${SSH_PORT}" # if [ -f /usr/sbin/iptables ];then # iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT # iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT # iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT # iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 888 -j ACCEPT # # iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 7200 -j ACCEPT # # iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT # # iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 30000:40000 -j ACCEPT # service iptables save # iptables_status=`service iptables status | grep 'not running'` # if [ "${iptables_status}" == '' ];then # service iptables restart # fi # #安装时不开启 # service iptables stop # fi if [ ! -f /usr/sbin/iptables ];then yum install firewalld -y systemctl enable firewalld systemctl start firewalld if [ "$SSH_PORT" != "" ];then firewall-cmd --permanent --zone=public --add-port=${SSH_PORT}/tcp else firewall-cmd --permanent --zone=public --add-port=22/tcp fi firewall-cmd --permanent --zone=public --add-port=80/tcp firewall-cmd --permanent --zone=public --add-port=443/tcp firewall-cmd --permanent --zone=public --add-port=443/udp # firewall-cmd --permanent --zone=public --add-port=888/tcp firewall-cmd --reload fi #安装时不开启 systemctl stop firewalld yum groupinstall -y "Development Tools" yum install -y epel-release yum install -y libevent libevent-devel zip libmcrypt libmcrypt-devel yum install -y rar unrar yum install -y pv yum install -y bc yum install -y gcc libffi-devel python-devel openssl-devel yum install -y libmcrypt libmcrypt-devel python3-devel yum install -y wget python-devel python-imaging libicu-devel unzip gcc libxml2 libxml2-devel libjpeg-devel libpng-devel libwebp libwebp-devel pcre pcre-devel crontabs yum install -y net-tools yum install -y ncurses-devel yum install -y python-devel yum install -y MySQL-python yum install -y python3-devel yum install -y mysql-devel yum install -y bzip2 yum install -y bzip2-devel yum install -y libtirpc libtirpc-devel yum install -y rpcgen yum install -y openldap openldap-devel yum install -y bison re2c yum install -y cmake cmake3 yum install -y autoconf yum install -y libargon2-devel yum install -y libmemcached libmemcached-devel yum install -y curl curl-devel yum install -y zlib zlib-devel yum install -y libzip libzip-devel yum install -y pcre pcre-devel yum install -y icu libicu-devel yum install -y freetype freetype-devel yum install -y openssl openssl-devel yum install -y graphviz libxml2 libxml2-devel yum install -y sqlite-devel yum install -y oniguruma oniguruma-devel yum install -y ImageMagick ImageMagick-devel for yumPack in make cmake gcc gcc-c++ gcc-g77 flex bison file libtool libtool-libs autoconf kernel-devel patch wget libjpeg libjpeg-devel libpng libpng-devel gd gd-devel libxml2 libxml2-devel zlib zlib-devel glib2 glib2-devel tar bzip2 bzip2-devel libevent libevent-devel ncurses ncurses-devel curl curl-devel libcurl libcurl-devel e2fsprogs e2fsprogs-devel krb5 krb5-devel libidn libidn-devel vim-minimal gettext gettext-devel ncurses-devel gmp-devel pspell-devel libcap diffutils ca-certificates net-tools libc-client-devel psmisc libXpm-devel git-core c-ares-devel libicu-devel libxslt libxslt-devel zip unzip glibc.i686 libstdc++.so.6 cairo-devel bison-devel ncurses-devel libaio-devel perl perl-devel perl-Data-Dumper crontabs expat-devel readline-devel; do yum -y install $yumPack;done dnf install libxml2 libxml2-devel -y cd /www/server/mdserver-web/scripts && bash lib.sh chmod 755 /www/server/mdserver-web/data