随笔分类 -  web服务器

摘要:#!/bin/bash soft_num=0 yum install -y vim lrzsz tree screen psmisc lsof tcpdump wget ntpdate gcc gcc-c++ glibc glibc-devel pcre pcre-devel openssl ope 阅读全文
posted @ 2021-08-20 20:04 windman 阅读(62) 评论(0) 推荐(0)
摘要:[root@27 ~]# cat install-httpd.sh #!/bin/bash PS3="请选择MPM模式:" cpus=`lscpu | grep 'CPU(s)'| head -1 | awk '{print $2}'` dist=`lsb_release -a | grep 'Di 阅读全文
posted @ 2021-02-28 20:46 windman 阅读(348) 评论(0) 推荐(0)