上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 107 下一页
摘要: 参考 https://zhuanlan.zhihu.com/p/335818087 查看目前开启的tmux窗口 列出所有会话 # tmux ls 0: 1 windows (created Sat Oct 12 15:05:13 2024) (attached) 1: 1 windows (crea 阅读全文
posted @ 2024-10-12 16:31 minseo 阅读(19) 评论(0) 推荐(0)
摘要: 参考: 安装Docker插件 https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html Unbntu使用Docker调用GPU https://blog.csdn.net/d 阅读全文
posted @ 2024-10-12 11:06 minseo 阅读(534) 评论(0) 推荐(0)
摘要: 错误表现 挂载.env为配置文件时被识别成一个文件夹而不是一个文件 错误原因 创建configmap的时候原始文件使用的是env 解决方式 创建configmap的时候需要使用的文件需要修改文件名为挂载的文件名一致 例如本次挂载的文件名是.env则需要在创建configmap的时候原始文件名修改为. 阅读全文
posted @ 2024-10-10 17:59 minseo 阅读(71) 评论(0) 推荐(0)
摘要: Github地址 https://github.com/makeplane/plane 环境查看 系统环境 # cat /etc/redhat-release CentOS Stream release 9 # uname -a Linux CentOSStream9Zabbix203 5.14.0 阅读全文
posted @ 2024-09-30 14:11 minseo 阅读(239) 评论(0) 推荐(0)
摘要: Debian12更换了源的配置文件使用以下方式更换为国内源 # sed -i 's|deb.debian.org|mirrors.aliyun.com|g' /etc/apt/sources.list.d/debian.sources # apt-get update 阅读全文
posted @ 2024-09-25 14:22 minseo 阅读(3533) 评论(0) 推荐(0)
摘要: 使用root用户进行授权报错 ERROR 1044 (42000): Access denied for user 'root'@'%' to database 'xxx' 原因分析 mysql登录地址使用了远程地址 # mysql -uroot -ppassword -h192.168.3.231 阅读全文
posted @ 2024-09-24 11:53 minseo 阅读(189) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/wzpny/article/details/139833234 官方文档 https://grafana.com/docs/loki/latest/ Loki简介 Loki是 Grafana Labs 团队最新的开源项目,是一个水平可扩展,高可用性, 阅读全文
posted @ 2024-09-20 14:00 minseo 阅读(2459) 评论(0) 推荐(0)
摘要: 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.4 (Blue Onyx) # uname -a #1 SMP PREEMPT_DYNAMIC Thu Sep 12 18:24:53 UTC 2024 x86_64 x86_64 x 阅读全文
posted @ 2024-09-19 11:28 minseo 阅读(252) 评论(0) 推荐(0)
摘要: 环境查看 系统环境 # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble # uname - 阅读全文
posted @ 2024-09-18 11:03 minseo 阅读(153) 评论(0) 推荐(0)
摘要: 以下方式2024-09-14在CentOS测试有效 1.修改系统yum # 文件路径 /etc/yum.repos.d/CentOS-Vault.repo # Vault [Vault-base] name=Vault - CentOS-$releasever - Base baseurl=http 阅读全文
posted @ 2024-09-14 16:20 minseo 阅读(146) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 107 下一页