上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页
摘要: centos镜像下载地址: https://mirrors.aliyun.com/centos-vault/ 阅读全文
posted @ 2022-06-14 22:03 Leonardo-li 阅读(782) 评论(0) 推荐(0)
摘要: #elastic备份和恢复 0.备份准备 (1).首先查看es的用户,可以在/etc/passwd中查看,一般是elasticsearch用户(2).然后修改脚本中给备份目录创建权限的chown为elasticsearch(3).给脚本curl命令添加对应的账号密码 -u 用户:密码(4).修改es 阅读全文
posted @ 2022-06-01 14:34 Leonardo-li 阅读(2472) 评论(0) 推荐(0)
摘要: 1.查看系统日志报错信息: vim /var/log/messages 2.重新启动docker服务 systemctl restart docker 阅读全文
posted @ 2022-05-18 22:51 Leonardo-li 阅读(1673) 评论(0) 推荐(0)
摘要: 1.系统报错日志/var/log/messages 2.需要调整如下内核信息: vim /etc/sysctl.conf 修改如下内核配置: net.core.netdev_max_backlog=30000net.core.rmem_max=134217728net.core.wmem_max=1 阅读全文
posted @ 2022-05-18 22:45 Leonardo-li 阅读(540) 评论(0) 推荐(0)
摘要: 1.显卡查询(返回的是十六进制数字代码) lspci | grep -i nvi 或: lspci | grep -i vga #返回的是2204 2.将数字代码翻译 翻译网站:http://pci-ids.ucw.cz/mods/PC/10de?action=help?help=pci 阅读全文
posted @ 2022-05-17 16:53 Leonardo-li 阅读(1390) 评论(0) 推荐(0)
摘要: 部署参考文档: https://blog.csdn.net/hxj0323/article/details/121160198 官网文档: http://yapi.smart-xwork.cn/doc/devops/index.html#%E5%AE%89%E8%A3%85 阅读全文
posted @ 2022-05-17 10:38 Leonardo-li 阅读(96) 评论(0) 推荐(0)
摘要: #confluence 6.14.3部署问题处理 1.confluence报错: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5 阅读全文
posted @ 2022-04-13 10:16 Leonardo-li 阅读(674) 评论(0) 推荐(0)
摘要: 1.环境配置 (1)系统:centos7.8 (2)服务器配置:6H12G/500G (3)IP地址:192.168.176.238 (4)confluence版本:6.14.3 2.系统初始化 (1)关闭selinux cat /etc/selinux/config | grep -w SELIN 阅读全文
posted @ 2022-04-12 22:09 Leonardo-li 阅读(2035) 评论(0) 推荐(0)
摘要: 1.安装bash-completeyum install -y bash-completion 2.刷新文件source /usr/share/bash-completion/completions/dockersource /usr/share/bash-completion/bash_compl 阅读全文
posted @ 2022-04-12 21:54 Leonardo-li 阅读(104) 评论(0) 推荐(0)
摘要: 1.环境配置 (1)系统:centos7.8 (2)服务器配置:8H16G/1T (3)IP地址:192.168.176.233 2.系统初始化 (1)关闭selinux cat /etc/selinux/config | grep -w SELINUX SELINUX=disabled (2)修改 阅读全文
posted @ 2022-04-12 21:49 Leonardo-li 阅读(862) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页