上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: mysql 物理 热备xtrabackup 逻辑 备份mysqldump(及新工具) myisam引擎停机物理备份: https://www.cnblogs.com/fengzhongzhuzu/p/9101782.html mongodb 物理 基于文件系统快照 逻辑 mongodump mong 阅读全文
posted @ 2022-01-06 12:02 mmgithub123 阅读(574) 评论(0) 推荐(0)
摘要: i had create a topic on [https://discuss.elastic.co/c/beats](https://discuss.elastic.co/),the url is [https://discuss.elastic.co/t/some-puzzle-about-f 阅读全文
posted @ 2022-01-04 19:38 mmgithub123 阅读(56) 评论(0) 推荐(0)
摘要: 安装: docker pull jenkinsci/blueocean 启动: docker run \ -u root \ --rm \ -d \ -p 8080:8080 \ -p 50000:50000 \ -v jenkins-data:/var/jenkins_home \ -v /var 阅读全文
posted @ 2022-01-03 17:14 mmgithub123 阅读(38) 评论(0) 推荐(0)
摘要: 文件工具: exiftool,官网:https://exiftool.org/ 安装: ansible engine -m yum -a "name=perl-Image-ExifTool" ansible engine -m shell -a "which exiftool"/usr/bin/ex 阅读全文
posted @ 2021-12-30 17:05 mmgithub123 阅读(693) 评论(0) 推荐(0)
摘要: require: https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html Elasticsearch uses a mmapfs directory by default to sto 阅读全文
posted @ 2021-12-29 17:08 mmgithub123 阅读(361) 评论(0) 推荐(0)
摘要: 一,运维标准化: 程序启动的用户 程序systemd service文件 主目录 主目录/二进制 主目录/配置 主目录/数据 主目录/日志 动态库或插件 比如filebeat: home Home of the Filebeat installation. path.home主目录 bin The 阅读全文
posted @ 2021-12-28 18:53 mmgithub123 阅读(197) 评论(0) 推荐(0)
摘要: 运维管理: ITIL: 人:服务请求一线服务台,二线架构,三线应用 变更管理,通知与checklist 配置管理 事件管理 故障管理: BCM-BCP-DRP-运维管理之故障管理——故障的分类与处理流程 问题管理 落地实施: 运维规划之标准化与自动化 DEVOPS cicd,代码开发 SRE 事盘点 阅读全文
posted @ 2021-12-27 20:08 mmgithub123 阅读(1335) 评论(0) 推荐(0)
摘要: 开机自动挂载,当然在/etc/fstab里写入挂载项就可以 但此外,/etc/rc.local -> rc.d/rc.local 这个脚本也是会开机自动执行的,那么在这里写上需要mount的命令也可以,比如: "mount -t cifs //192.168.3.52/data /opt/data 阅读全文
posted @ 2021-12-27 14:26 mmgithub123 阅读(224) 评论(0) 推荐(0)
摘要: 使用golang开发,导包的时候,需要配置go包代理,这里用七牛云的,稳定 七牛云 - Goproxy.cn windows开发vscode开发环境 1,配置go mod的环境变量,以及go代理 系统环境变量里 GO111MODULE配置成on GOPROXY配置成https://goproxy.c 阅读全文
posted @ 2021-12-23 15:28 mmgithub123 阅读(263) 评论(0) 推荐(0)
摘要: telnet 测试tcp端口 nc 测试tcp,udp端口 windows下用nmap,https://nmap.org/book/inst-windows.html dig nslookup traceroute: 跟踪数据包到达网络主机所经过的路由工具 1M宽带是多少KB? 1M宽带的下行速度在 阅读全文
posted @ 2021-12-23 11:56 mmgithub123 阅读(243) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页