摘要: 安装pip install python-crontab #coding=utf-8 from crontab import CronTab #创建类 class Crontabi(object): def __init__(self): self.cron = CronTab(user=True) 阅读全文
posted @ 2020-03-26 12:05 没有尾巴的狗 阅读(466) 评论(1) 推荐(0)
摘要: 重新安装主机引擎事件报错 Host engine installation failed. Failed to execute Ansible host-deploy role. Please check logs for more details: /var/log/ovirt-engine/ho 阅读全文
posted @ 2020-03-26 11:55 没有尾巴的狗 阅读(1097) 评论(0) 推荐(0)
摘要: mysql源码可以到官网下载 安装依赖包 yum -y install gcc gcc-c++ ncurses ncurses-devel bison libgcrypt perl make cmake 创建组mysql groupadd mysql 创建用户mysql useradd -r -g 阅读全文
posted @ 2019-06-23 16:12 没有尾巴的狗 阅读(3237) 评论(0) 推荐(0)
摘要: redis-server启动服务 redis-cli 进入redis redis 常用的keys键操作: exists key 检查key是否存在 del key1 key2 删除指定的key type key 检查key的类型 rename oldkey newkey 更改key的名字 dbsiz 阅读全文
posted @ 2019-06-22 12:08 没有尾巴的狗 阅读(498) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/freeking101/article/details/81103945 fabric 域名 阅读全文
posted @ 2019-06-21 17:25 没有尾巴的狗 阅读(222) 评论(0) 推荐(0)