随笔分类 - Linux
摘要:需求 在docker-compose.yml的配置文件中有部分镜像设置的tag是latest 在启动的时候会自动更新image,但是假如网络不好则会导致启动失败 如下图所示 [+] Running 2/2 ✘ backend Error 15.6s ✘ db-migration Error 15.6
阅读全文
摘要:环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux RockyEs02003082 5.14.0-362.18.1.el9_3.0.1.x86_64 #1 SMP PREEM
阅读全文
摘要:环境查看 系统环境 # cat /etc/kylin-release Kylin Linux Advanced Server release V10 (Lance) # uname -a Linux KylinServer003206 4.19.90-52.46.v2207.ky10.x86_64
阅读全文
摘要:官网 https://github.com/getsentry/symbolicator https://getsentry.github.io/symbolicator/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Bl
阅读全文
摘要:参考 https://juejin.cn/post/7071910670056292389 环境查看 CentOS7 Git版本最高为1.18需要升级为24版本 系统环境 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) #
阅读全文
摘要:virsh如果没有自动补全则使用以下步骤设置 安装 # sudo yum install bash-completion 创建补全脚本 创建以下脚本 # 创建补全脚本文件 sudo tee /etc/bash_completion.d/virsh <<'EOF' _virsh() { local c
阅读全文
摘要:现象 使用umount卸载挂载磁盘的时候提示目标忙 原因 有进程占用磁盘 解决方法 找到对应进程然后关闭进程 执行命令 # fuser -mv /mnt/ 本次 原因是启动了一个tmux并且在tmux里面持续执行了ping命令,进入tmux关闭即可卸载
阅读全文
摘要:环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Rocky9OpenManus003098 5.14.0-362.18.1.el9_3.0.1.x86_64 #1 SMP
阅读全文
摘要:Ubuntu系统默认设置不允许使用root登录 修改配置 # cat /etc/ssh/sshd_config # 设置以下配置 PermitRootLogin yes 重启sshd # systemctl restart sshd 可以使用root登录
阅读全文
摘要:故障现象 浪潮服务器加硬盘未做Raid启动后未正常进入系统 报错信息如下 # You are in emergency mode. After logging in,type "journalctl -xb" to vier system logs,"systemctl reboot" to reb
阅读全文
摘要:故障现象 KVM虚拟机无法启动 使用VNC查看 # Warning: Unmaintained driver is detected: nft compat 故障原因 宿主机开机未成功执行开机脚本没有生成br0网卡 解决方法 手动执行删除br0网卡然后在生成br0网卡 # 删除br0如果有的话 #
阅读全文
摘要:参考 https://docs.konghq.com/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Rocky9Kong003094 5.14.0-362.18.1.
阅读全文
摘要:参考 https://gradle.org/install/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Rocky9AndroidRunner003093 5.14
阅读全文
摘要:官网 https://developer.android.com/ 国内站点 https://www.androiddevtools.cn/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname
阅读全文
摘要:故障现象 使用浏览器登录报错 422: The change you requested was rejected Make sure you have access to the thing you tried to change. Please contact your GitLab admin
阅读全文
摘要:官网 https://opentelemetry.io/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Rocky9Opentelemetry003078 5.14.0
阅读全文
摘要:安装参考官网文档 https://go.dev/doc/install 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx) # uname -a Linux Rocky9Opentelemetry003078
阅读全文
摘要:环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.4 (Blue Onyx) # uname -a Linux RockyEs01003081 5.14.0-427.35.1.el9_4.x86_64 #1 SMP PREEMPT_D
阅读全文
摘要:官网 https://beszel.dev/zh/ 简介 Beszel 是一个轻量级的服务器监控平台,包含 Docker 统计信息、历史数据和警报功能。 它拥有友好的 Web 界面、简单的配置,并且开箱即用。它支持自动备份、多用户、OAuth 身份验证和 API 访问。 环境查看 系统环境 # ca
阅读全文
摘要:Langfuse如果忘记密码可以使用配置的邮箱重置密码 搭建Langfuse参考 https://www.cnblogs.com/minseo/p/18356525 配置邮件发送重置密码连接官网参考 https://langfuse.com/self-hosting/transactional-em
阅读全文

浙公网安备 33010602011771号