Loading

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页
摘要: 2、系统设置: (1)基本设置: (2)邮件设置: 1)163邮箱设置: 2)在jumpserver上填写邮箱信息: 3)邮件测试信息如下: (3)邮件内容设置: (4)终端设置: (5)安全设置: 阅读全文
posted @ 2021-04-24 21:29 云起时。 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1.0、环境说明: 操作系统类型 主机名称 用户及密码 角色 eth0(Vmnet8) eth1(Vmnet1) 防火墙状态 selinux centos7.4 controlnode root:123456 jumpserver服务器 10.0.0.120 172.16.1.120 开(80,22 阅读全文
posted @ 2021-04-24 21:28 云起时。 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 环境 主机:centos7.5 说明:docker的安装,可以参考其他文档,这里就不赘述了。 1、部署Gitlab 在172.16.1.72节点上操作 1.1 部署Gitlab 访问地址:http://172.16.1.72:80 初次会先设置管理员密码 ,然后登陆,默认管理员用户名root,密码我 阅读全文
posted @ 2021-04-24 20:54 云起时。 阅读(181) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash IP_LIST="`cat /root/ip.txt`" ip_dir="/root/ip_dir" [ ! -d ${ip_dir} ] && mkdir -p ${ip_dir} for ip_addr in ${IP_LIST}; do ping ${ip_addr} 阅读全文
posted @ 2021-04-24 20:37 云起时。 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-24 20:36 云起时。 阅读(42) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash source /etc/profile DATE="$(date +'%F')" HOST_IP="172.16.1.122" SOURCE_DIR="/opt" # 注意:目录最后面的左斜杠(/) # /opt : 同步时会将整个源目录也同步到备份目录之中 # /opt/ 阅读全文
posted @ 2021-04-24 20:32 云起时。 阅读(165) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash source /etc/profile HOST_IP="172.16.1.122" DROP_IP_FILE="/tmp/drop_ip.log" [ ! -f $DROP_IP_FILE ] && touch $DROP_IP_FILE DATE="$(date +%d/ 阅读全文
posted @ 2021-04-24 20:27 云起时。 阅读(214) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin PHP_NAME=$1 DATE=$(date +%F_%T) WWWROOT=/usr/local/nginx/html/$PHP 阅读全文
posted @ 2021-04-24 20:26 云起时。 阅读(115) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash export PAHT=/usr/local/maven/bin:/usr/local/jdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin DATE=$(date +%F_%T) TOMCAT 阅读全文
posted @ 2021-04-24 20:24 云起时。 阅读(96) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin LOG_DIR=/usr/local/nginx/logs YESTERDAY_TIME=$(date -d "yesterday" 阅读全文
posted @ 2021-04-24 20:23 云起时。 阅读(89) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin # Nginx 日志格式: # log_format main '$remote_addr - $remote_user [$tim 阅读全文
posted @ 2021-04-24 20:22 云起时。 阅读(90) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash source /etc/profile DATE="$(date +%F_%H-%M-%S)" DB_IP="172.16.1.122" HOST="localhost" PORT="3306" USER="root" PASS="Liuchang@2020" BACKUP_ 阅读全文
posted @ 2021-04-24 20:21 云起时。 阅读(82) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash source /etc/profile DATE="$(date +%F_%H-%M-%S)" DB_IP="172.16.1.122" HOST="localhost" PORT="3306" USER="root" PASS="Liuchang@2020" BACKUP_ 阅读全文
posted @ 2021-04-24 20:18 云起时。 阅读(62) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash source /etc/profile # 主从同步 # master:binlog # slave:relaylog # 写->master->binlog<-relaylog->slave DB_IP="172.16.1.122" HOST="localhost" POR 阅读全文
posted @ 2021-04-24 20:17 云起时。 阅读(87) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin NGINX_V=1.19.1 PHP_V=7.2.19 TMP_DIR=/tmp INSTALL_DIR=/usr/local PW 阅读全文
posted @ 2021-04-24 20:16 云起时。 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页