- 博客(4)
- 收藏
- 关注
原创 自动化运维Shell脚本
一:ping ip #!/usr/bin/bash #this is test ip #owner by rocy 2020/9/21 ip=10.9.62.124 ping -c1 $ip &>/dev/null && echo"$ip is up" || echo "$ip is down"二:ping ip if判断 #!/usr/bin/bash #!/usr/bin/bash #this is test2 ip #by rocy 2020/9
2021-05-06 17:14:22
2173
2
原创 docker
dockerdocker常用命令attach Attach to a running container # 当前 shell 下 attach 连接指定运行镜像 build Build an image from a Dockerfile # 通过 Dockerfile 定 制镜像 commit Create a new image from a container changes # 提交当前容器为新的镜像 cp Copy files/folders from t
2021-05-01 15:48:02
166
原创 redis数据库
Redis 基础 https://www.jianshu.com/p/2a9c21bfeca8Redis 主从复制 https://www.jianshu.com/p/7c43cdb6bfc7Redis 集群 https://www.jianshu.com/p/faf342b9f01b#安装升级gccyum -y install centos-release-scl && yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++
2021-05-01 15:38:13
117
原创 ansible部署与使用
ansible的部署与使用1.ansible介绍ansible是新出现的自动化运维工具,基于Python开发,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。无客户端。2.工作原理3.ansible环境部署首先准备5台服务器,一台是ansible主机,四台host机器。ansible主服务器做域名解析:vim /etc/hosts127.0.0.1 localhost localho
2021-04-24 19:17:04
185
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人