上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 108 下一页
摘要: 需求 客户端可以使用ssh访问服务端,现需要把服务端其他端口通过ssh服务转发出来 客户端ip地址:192.168.3.61 服务器端ip地址:192.168.3.203 客户端可以通过ssh远程连接服务器端,现在需要把服务器端的80端口转发至客户端的81端口即访问客户端的81端口相对于服务服务器端 阅读全文
posted @ 2024-10-17 09:39 minseo 阅读(24) 评论(0) 推荐(0)
摘要: 现象 使用新建用户远程ssh登录后在页面输入命令后无法是回退键删除,删除会显示^H 原因 没有对应的bash使用默认的bash为/bin/sh 修复方法 手动加载bash $ bash 使用管理员修改文件修改bash # liuym:x:1002:1002::/home/liuym:/bin/bas 阅读全文
posted @ 2024-10-15 17:38 minseo 阅读(71) 评论(0) 推荐(0)
摘要: 参考 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 阅读(23) 评论(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 阅读(579) 评论(0) 推荐(0)
摘要: 错误表现 挂载.env为配置文件时被识别成一个文件夹而不是一个文件 错误原因 创建configmap的时候原始文件使用的是env 解决方式 创建configmap的时候需要使用的文件需要修改文件名为挂载的文件名一致 例如本次挂载的文件名是.env则需要在创建configmap的时候原始文件名修改为. 阅读全文
posted @ 2024-10-10 17:59 minseo 阅读(84) 评论(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 阅读(271) 评论(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 阅读(3650) 评论(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 阅读(213) 评论(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 阅读(2834) 评论(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 阅读(277) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 108 下一页