上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 99 下一页
摘要: 系统环境和软件环境查看 系统环境 # cat /etc/redhat-release CentOS Stream release 9 # uname -a Linux CentOSStream9Git215 5.14.0-381.el9.x86_64 #1 SMP PREEMPT_DYNAMIC M 阅读全文
posted @ 2024-08-11 11:20 minseo 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 参考 https://cloud.tencent.com/developer/article/1010589 LFS介绍 Git 大文件存储(Large File Storage,简称LFS)目的是更好地把大型二进制文件,比如音频文件、数据集、图像和视频等集成到 Git 的工作流中。我们知道,Git 阅读全文
posted @ 2024-08-10 12:18 minseo 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 环境查看 # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy # uname -a L 阅读全文
posted @ 2024-08-08 11:35 minseo 阅读(177) 评论(0) 推荐(0) 编辑
摘要: github地址 https://github.com/SillyTavern/SillyTavern/tree/release SillyTavern 是一个可以安装在电脑(和安卓手机)上的用户界面,让您可以与文本生成的人工智能互动,并与您或社区创建的角色聊天/玩角色扮演游戏。 环境查看 系统环境 阅读全文
posted @ 2024-08-02 09:11 minseo 阅读(395) 评论(0) 推荐(0) 编辑
摘要: Gitee地址 https://gitee.com/xpliu2166/stone-crm?skip_mobile=true 环境查看 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Roc 阅读全文
posted @ 2024-07-31 17:07 minseo 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.cnblogs.com/joshua317/p/18061002 故障现象 kvm虚拟机从一台主机迁移至另外一台主机后启动失败 报错信息如下 # Type "journalctl" to view system logs. 使用命令查看错误信息 # Failed to 阅读全文
posted @ 2024-07-30 13:56 minseo 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 故障现象 使用zabbix脚本监控时获取值超时,错误提示如下 # Get value from agent failed: ZBX_TCP_READ() timed out 原因分析 因为脚本使用curl命令去执行获取返回值,如果有问题则返回时间会在15秒左右,但是zabbix默认超时时间为3秒 如 阅读全文
posted @ 2024-07-23 14:09 minseo 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Gitlab删除分支 取消保护 如果分支受保护则需要先取消保护 设置-仓库-受保护分支-取消保护 2. 删除分支 代码-分支-删除分支 阅读全文
posted @ 2024-07-19 11:27 minseo 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 环境查看 # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy # uname -a L 阅读全文
posted @ 2024-07-18 13:45 minseo 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 下载安装包 从官网下载8.9.0安装包 # elasticsearch-8.9.0-x86_64.rpm filebeat-8.9.0-x86_64.rpm kibana-8.9.0-x86_64.rpm 安装 系统环境查看 # cat /etc/redhat-release Rocky Linux 阅读全文
posted @ 2024-07-17 10:21 minseo 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 99 下一页