加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-fikker-3.7.3.sh 997 Bytes
一键复制 编辑 原始数据 按行查看 历史
online7ou-PC\Administrator 提交于 2017-06-22 10:55 . no message
#!/bin/bash
# Version:0.1
# Author:www.bgp.la
service iptables stop 2> /dev/null ; service ip6tables stop 2> /dev/null ; chkconfig iptables off 2> /dev/null ; chkconfig ip6tables off 2> /dev/null ; service httpd stop 2> /dev/null ; service nginx stop 2> /dev/null ; chkconfig httpd off 2> /dev/null ; chkconfig nginx off 2> /dev/null ; systemctl stop firewalld.service 2> /dev/null ; systemctl disable firewalld.service 2> /dev/null ; systemctl stop httpd.service 2> /dev/null ; systemctl stop nginx.service 2> /dev/null ; systemctl disable httpd.service 2> /dev/null ; systemctl disable nginx.service 2> /dev/null ; yum -y install wget ; cd /root ; wget --no-check-certificate -c https://raw.githubusercontent.com/yorfir/CentOS-Attachment/master/soft/fikkerd-3.7.3-linux-x86-64.tar.gz && tar zxf fikkerd-3.7.3-linux-x86-64.tar.gz && rm -rf fikkerd-3.7.3-linux-x86-64.tar.gz && cd fikkerd-3.7.3-linux-x86-64 && ./fikkerd.sh install && ./fikkerd.sh start && cd /root && sleep 5 && echo 'finished!'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化