08 2025 档案

摘要:Minio服务器重启之后一定要同步时间 阅读全文
posted @ 2025-08-29 19:54 minseo 阅读(11) 评论(0) 推荐(0)
摘要:环境查看 系统环境 # cat /etc/kylin-release Kylin Linux Advanced Server release V10 (Lance) # uname -a Linux KylinServer198 4.19.90-52.22.v2207.ky10.x86_64 #1 阅读全文
posted @ 2025-08-27 10:10 minseo 阅读(12) 评论(0) 推荐(0)
摘要:以Edge浏览器为例,其他浏览器操作方式类似 点击右上角选择"设置" 依次点击"隐私搜索和服务"-"清除浏览器数据"-"清除浏览器数据" 选择"选择要清除的内容" 全部勾选点击"立即清除" 清除Internet explorer的浏览器数据 关闭浏览器再重新打开 阅读全文
posted @ 2025-08-26 16:29 minseo 阅读(28) 评论(0) 推荐(0)
摘要:下载图形化工具 下载地址 https://sqlitebrowser.org/ 按需求下载 安装 打开db文件 浏览数据库 阅读全文
posted @ 2025-08-22 14:36 minseo 阅读(9) 评论(0) 推荐(0)
摘要:环境查看 系统环境 # uname -a Linux CentOS7K8SMaster02062 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux # cat 阅读全文
posted @ 2025-08-20 17:32 minseo 阅读(43) 评论(0) 推荐(0)
摘要:参考 https://opentelemetry.io/zh/docs/demo/docker-deployment/ 阅读全文
posted @ 2025-08-19 16:45 minseo 阅读(12) 评论(0) 推荐(0)
摘要:故障现象 Windows10共享文件夹之后访问出现以下提示 \\192.168.10.242 无法访问。你可能没有权限使用网络资源。请与这台服务器的管理员联系以查明你是否有访问权限。 此用户无法登录,因为该帐户当前已被禁用。 2. 故障原因 设置了密码访问 3. 修复 控制面板-网络和共享中心 更改 阅读全文
posted @ 2025-08-18 10:48 minseo 阅读(2237) 评论(0) 推荐(0)
摘要:参考 https://blog.csdn.net/qq_43331089/article/details/147822029 通过设置安装 win+i打开设置 点击"应用" 点击"系统组件" 点击"可选功能" 点击"添加功能" 搜索openssh 添加等待服务安装完成 查看安装状态 使用Window 阅读全文
posted @ 2025-08-14 15:01 minseo 阅读(92) 评论(0) 推荐(0)
摘要:环境查看 系统环境 $ lsb_release -a No LSB modules are available. Distributor ID: Kylin Description: Kylin V10 SP1 Release: v10 Codename: kylin $ uname -a Linu 阅读全文
posted @ 2025-08-14 11:04 minseo 阅读(8) 评论(0) 推荐(0)
摘要:打开定时任务设置 win+r输入 taskschd.msc 2. 创建定时关机任务 自定义任务名称和描述 设置触发器即什么时候执行 设置执行的命令 设置后查看 阅读全文
posted @ 2025-08-13 17:36 minseo 阅读(128) 评论(0) 推荐(0)
摘要:环境查看 系统环境 # lsb_release -a No LSB modules are available. Distributor ID: Kylin Description: Kylin V10 SP1 Release: v10 Codename: kylin # uname -a Linu 阅读全文
posted @ 2025-08-13 11:37 minseo 阅读(50) 评论(0) 推荐(0)
摘要:设置配置文件 填写完整的启动命令 使用绝对路径 # cat /usr/lib/systemd/system/redis.service [Unit] Description=Redis In-Memory Data Store After=network.target [Service] ExecS 阅读全文
posted @ 2025-08-05 13:53 minseo 阅读(22) 评论(0) 推荐(0)