会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
minseo
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
107
下一页
2025年10月22日
Stable Diffusion启动提示端口错误处理
摘要: Windows启动Stable Diffusion报错 错误原因,本机IP地址设置错误 修改配置文件为本机地址 文件为 sd-webui-aki-v4.1\.launcher\preference.json 修改以下地址为本机地址再次启动即可
阅读全文
posted @ 2025-10-22 11:36 minseo
阅读(3)
评论(0)
推荐(0)
2025年10月15日
Co-Sight搭建和使用
摘要: Github https://github.com/ZTE-AICloud/Co-Sight 环境查看 系统环境 ~ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 22.04
阅读全文
posted @ 2025-10-15 13:45 minseo
阅读(16)
评论(0)
推荐(0)
2025年10月11日
uv命令安装和使用
摘要: Github地址 https://github.com/astral-sh/uv/tree/main 文档地址 https://docs.astral.sh/uv/#highlights uv是一个用 Rust 编写的极其快速的 Python 包和项目管理工具 环境查看 系统环境 # cat /et
阅读全文
posted @ 2025-10-11 14:34 minseo
阅读(25)
评论(0)
推荐(0)
Redis Stack搭建
摘要: 参考 https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/docker/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.
阅读全文
posted @ 2025-10-11 09:39 minseo
阅读(15)
评论(0)
推荐(0)
2025年10月10日
禅道怎么更新MySQL数据库的用户名和密码
摘要: 创建用户并授权 需要使用本地地址127.0.0.1连接MySQL数据库否则可能授权失败 > create user zentao@'%' identified by 'password'; > grant all on zentao.* to zentao@'%'; > flush privileg
阅读全文
posted @ 2025-10-10 10:38 minseo
阅读(9)
评论(0)
推荐(0)
2025年9月26日
docker容器怎么查看最后一些行日志
摘要: docker容器如果日志太多使用命令查看日志会一直刷很久才到尾部 docker logs -f 容器ID 可以使用以下命令直接查看最后一些行日志 docker logs -f --tail 2000 b459e5d7a4eb
阅读全文
posted @ 2025-09-26 17:16 minseo
阅读(23)
评论(0)
推荐(0)
2025年9月17日
Windows Server 2019开启远程桌面无法远程处理
摘要: 故障现象 Windows Server 2019开启了远程桌面但是无法远程 Telnet对应端口3389也不通 故障原因 远程服务Down了 修复 到服务管理重启远程服务 Remote Desktop Service 如果提示病毒则关闭本机自带杀毒
阅读全文
posted @ 2025-09-17 08:31 minseo
阅读(32)
评论(0)
推荐(0)
2025年9月9日
Postgres常用语句
摘要: 如果是使用docker部署则进入docker后需要切换用户 su - postgres 进入数据库 psql 列出所有数据库 \l \list 查询表 # 表名需要加引号 select * from "table_name"; 条件查询加where 一一对应显示 \x
阅读全文
posted @ 2025-09-09 11:16 minseo
阅读(7)
评论(0)
推荐(0)
2025年9月8日
CentOS7怎么设置成阿里源
摘要: 参考 https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.526b1b11JmhoPC 环境查看 系统环境 # cat /etc/redhat-release CentOS Linux release 7.9.2009
阅读全文
posted @ 2025-09-08 14:35 minseo
阅读(63)
评论(0)
推荐(0)
2025年8月29日
Minio服务器重启之后一定要同步时间
摘要: Minio服务器重启之后一定要同步时间
阅读全文
posted @ 2025-08-29 19:54 minseo
阅读(11)
评论(0)
推荐(0)
1
2
3
4
5
···
107
下一页
公告