上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 安装: 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 阅读(30) 评论(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 阅读(669) 评论(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 阅读(340) 评论(0) 推荐(0)
摘要: 一,运维标准化: 程序启动的用户 程序systemd service文件 主目录 主目录/二进制 主目录/配置 主目录/数据 主目录/日志 动态库或插件 比如filebeat: home Home of the Filebeat installation. path.home主目录 bin The 阅读全文
posted @ 2021-12-28 18:53 mmgithub123 阅读(189) 评论(0) 推荐(0)
摘要: 运维管理: ITIL: 人:服务请求一线服务台,二线架构,三线应用 变更管理,通知与checklist 配置管理 事件管理 故障管理: BCM-BCP-DRP-运维管理之故障管理——故障的分类与处理流程 问题管理 落地实施: 运维规划之标准化与自动化 DEVOPS cicd,代码开发 SRE 事盘点 阅读全文
posted @ 2021-12-27 20:08 mmgithub123 阅读(1261) 评论(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 阅读(209) 评论(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 阅读(235) 评论(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 阅读(230) 评论(0) 推荐(0)
摘要: 1,执行 strach df -h 命令,追踪看哪里卡住 显示stat("/shell" 卡住 2,执行mount 看都有哪些挂载 ip6:/shell on /shell type nfs4 (rw,relatime,vers=4.1,,hard,proto=tcp,timeo=600,retra 阅读全文
posted @ 2021-12-22 20:20 mmgithub123 阅读(105) 评论(0) 推荐(0)
摘要: telnet 使用23端口 centos yum install telnet-server systemctl start telnet.socket 阅读全文
posted @ 2021-12-20 20:19 mmgithub123 阅读(64) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页