摘要:
常用命令 阅读全文
posted @ 2017-05-19 17:33
三木燕
阅读(366)
评论(0)
推荐(0)
摘要:
#!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin clear printf " # Name: Downtown_Shell_Deploy_Script # # Purpose:Deploy tar.gz to the host # # Notes: # 1 Uplo... 阅读全文
posted @ 2017-05-19 17:22
三木燕
阅读(306)
评论(0)
推荐(0)
摘要:
#!/bin/bash #zhangsen #lovexlzs@qq.com if [[ "$(whoami)" != "root" ]]; then echo "please run this script as root ." >&2 exit 1 fi echo -e "\033[31m 这个 阅读全文
posted @ 2017-05-19 17:21
三木燕
阅读(1632)
评论(0)
推荐(0)
摘要:
不知道是什么原因直接用Python脚本zabbix无法执行脚本,需要一个shell来启动 上面这脚本有个问题不能发中文消息,下面这个可以发中文 阅读全文
posted @ 2017-05-19 17:16
三木燕
阅读(1009)
评论(0)
推荐(0)
摘要:
构建shell 阅读全文
posted @ 2017-05-19 17:13
三木燕
阅读(708)
评论(1)
推荐(0)
摘要:
etcd web管理 https://nikfoundas.github.io/etcd-viewer/ node1 node2 node3 etcdctl命令 etcd进程关闭 阅读全文
posted @ 2017-05-19 17:11
三木燕
阅读(358)
评论(0)
推荐(0)
摘要:
安装 常用命令 rsync实时同步脚本 详细参数 阅读全文
posted @ 2017-05-19 17:10
三木燕
阅读(243)
评论(0)
推荐(0)
摘要:
安装 配置文件详解 secrets file:密码文件 passwd不要超过8个字符。文件的权限一定要是600,否则客户端将不能连接服务器。 示例 客户端命令 常用命令 参数详解 阅读全文
posted @ 2017-05-19 17:09
三木燕
阅读(783)
评论(0)
推荐(0)
摘要:
环境准备 编译安装 配置服务 环境变量 阅读全文
posted @ 2017-05-19 17:08
三木燕
阅读(12185)
评论(1)
推荐(1)
摘要:
维护命令 数据库 表 用户管理 信息命令 阅读全文
posted @ 2017-05-19 17:08
三木燕
阅读(243)
评论(0)
推荐(0)