会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
随便了888
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
17
下一页
2018年6月10日
The command 'xxx' returned a non-zero code: 100
摘要: "转:stackoverflow"
阅读全文
posted @ 2018-06-10 20:06 随便了888
阅读(2954)
评论(0)
推荐(0)
编辑
gitlab autuo devops
摘要: [参考文章] Chengzi_comm的专栏 docker run gitlab-runner gitlab-runner register 1. 在虚拟机或服务器运行gitlab-runner容器 docker run -d --name gitlab-runner --restart alway
阅读全文
posted @ 2018-06-10 15:56 随便了888
阅读(1704)
评论(0)
推荐(0)
编辑
2018年6月8日
zabbix监控流程图
摘要: ![](https://images2018.cnblogs.com/blog/1126944/201806/1126944-20180608142133985-1545354711.png)
阅读全文
posted @ 2018-06-08 14:21 随便了888
阅读(623)
评论(0)
推荐(0)
编辑
2018年6月6日
xshell全局设置配色方案
摘要: 1. 新建XTerm1.xcs文件,将以下内容黏贴进去,保存退出 2. 打开xshell,在任务栏点击工具 配色方案 导入(找到刚才新建的XTerm1.xcs) 3. 导入后不要关闭窗口,将默认的配色方案XTerm更改为其他的名字,将自己新建的XTerm1重命名为XTerm以替换默认的配色方案 4.
阅读全文
posted @ 2018-06-06 17:52 随便了888
阅读(11289)
评论(0)
推荐(0)
编辑
2018年6月5日
docker运行时设置redis密码并替换redis默认的dump.rdb
摘要: `docker run itd name test p 6379:6379 v /tmp/dump.rdb:/data/dump.rdb redis:4.0.8 requirepass 'password'`
阅读全文
posted @ 2018-06-05 16:18 随便了888
阅读(2944)
评论(0)
推荐(0)
编辑
2018年6月1日
saltstack入门个人笔记
摘要: "offical website" "reference1" "reference2" 1. install 2. config if master: vim /etc/salt/master if minion: vim /etc/salt/minon 3. usual salt cmd 4. g
阅读全文
posted @ 2018-06-01 16:13 随便了888
阅读(266)
评论(0)
推荐(0)
编辑
2018年5月30日
[ERROR ] Error parsing configuration file: /etc/salt/minion - conf should be a document, not <type 'str'>.
摘要: 错误信息 修改minion文件的master是漏了空格 应该修改为 `master:空格ip`
阅读全文
posted @ 2018-05-30 17:52 随便了888
阅读(1406)
评论(0)
推荐(0)
编辑
连接mysql 2003 Can't connect to Mysql on 'xxx'(10061)
摘要: 1. 备份 2. 修改 在[mysqld]下修改为bind address=0.0.0.0 没有的话就直接加上 3. 重启 `service mysql restart`
阅读全文
posted @ 2018-05-30 09:08 随便了888
阅读(910)
评论(0)
推荐(0)
编辑
2018年5月25日
sed替换字符串中的某些字符
摘要: test.txt原文内容 ` http://jsldfjaslfjsldfjasl/test?jlsdfjsalfjslfd ` 使用sed替换 ` sed ri 's/(http:\/\/)[^\/] (\/test)/\1localhost:8888\2/' test.txt ` test.tx
阅读全文
posted @ 2018-05-25 16:30 随便了888
阅读(492)
评论(0)
推荐(0)
编辑
docker部署xxl-job
摘要: 资源 一、创建数据库 1. 克隆项目到服务器下 2. 启动数据库 ` docker run itd name xxl mysql p 3306:3306 e MYSQL_ROOT_PASSWORD=123456 mysql:5.6.40 ` 3. 复制sql至mysql容器 ` docker cp
阅读全文
posted @ 2018-05-25 12:45 随便了888
阅读(11216)
评论(0)
推荐(1)
编辑
上一页
1
2
3
4
5
6
···
17
下一页
公告