上一页 1 ··· 5 6 7 8 9 10 下一页

2020年10月11日

摘要: 一键部署Tomcat环境-v1 #!/bin/bash #2020-03-15:21:04 #auto config tomcat web. #By Precious ################################ #install jdk. tar xf jdk1.8.0_131 阅读全文
posted @ 2020-10-11 16:11 蜂蜜log 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 一键修改IP多实例-v1 #!/bin/bash #2020-03-01 #auto change ip #By Flyaway ###################### grep "dhcp" /etc/sysconfig/network-scripts/ifcfg-ens33 if [ $? 阅读全文
posted @ 2020-10-11 16:06 蜂蜜log 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 拒绝恶意IP登录服务器,并加入防火墙黑名单 #!/bin/bash #2020-03-20 16:39 #auto refuse ip dlu #By Precious ######################### #筛选secure文件500条日志中恶意攻击的IP且尝试登录次数大于6次的IP 阅读全文
posted @ 2020-10-11 16:00 蜂蜜log 阅读(176) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # Tetris Game # 10.21.2003 xhchen<[email]xhchen@winbond.com.tw[/email]> #APP declaration APP_NAME="${0##*[\\/]}" APP_VERSION="1.0" #颜色定义 c 阅读全文
posted @ 2020-10-11 15:57 蜂蜜log 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 自动安装zabbix #!/bin/bash #auto install zabbix #by jfedu.net 2017 ############# ZABBIX_SOFT="zabbix-3.2.6.tar.gz" ZABBIX_DIR=`echo $ZABBIX_SOFT|sed 's/\. 阅读全文
posted @ 2020-10-11 15:55 蜂蜜log 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 自动漂移VIP-1 #!/bin/bash #2020-03-16 14:24 #auto change nginx vip.sh #By Precious ################################ NGX_PRE="24" ETH_ENS="ens33:0" NGX_VIP 阅读全文
posted @ 2020-10-11 15:48 蜂蜜log 阅读(904) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #2020年2月16日 #auto_install_nginx_web.v3 #by fly ################################ #NGX_VER="$1" NGX_CNF="nginx.conf" NGX_YUM="yum install -y 阅读全文
posted @ 2020-10-11 15:44 蜂蜜log 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 适合小公司MySQL备份 #!/bin/bash ############################# # time:20191210 # fage trainning ############################# BACK_DIR=/application/mysqlbakdb 阅读全文
posted @ 2020-10-11 15:42 蜂蜜log 阅读(124) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #2020年3月1日 #auto_install_lnmp. #by fly ################################ NGX_VER="$1" NGX_SOFT="nginx-${1}" NGX_YUM="yum install -y" NGX_DI 阅读全文
posted @ 2020-10-11 15:36 蜂蜜log 阅读(109) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash a=`docker ps|awk 'NR>1{print $1}'` FORMAT="%-12s\t,\t%-12s\t,\t%-12s\n" printf $FORMAT 容器ID IMAGE IPADDRESS for i in $a do IMAGE=`docker p 阅读全文
posted @ 2020-10-11 15:33 蜂蜜log 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页

导航