摘要: 打开 Admin cmd 提示符(不是 powershell)并导航到 C:>windows\system32\wbem 并运行以下命令: regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\u 阅读全文
posted @ 2023-09-17 14:33 清风6661 阅读(500) 评论(0) 推荐(0)
摘要: HCL数据库升级 https://partnerweb.vmware.com/service/vsan/all.json VSAN版本目录升级 https://vcsa.vmware.com/ph/api/v1/results?deploymentId=2d02e861-7e93-4954-9a73 阅读全文
posted @ 2023-09-14 16:14 清风6661 阅读(333) 评论(0) 推荐(0)
摘要: 一、升级CentOS 7到CentOS 8 说明 从CentOS FAQ来看RHEL7升级RHEL8使用了工具leapp,但是这个工具没有移植到CentOS。 CentOS论坛有 Upgrade process from CentOS7 讨论,使用的工具 leapp 据测试还存在问题。 Red Ha 阅读全文
posted @ 2023-09-11 19:26 清风6661 阅读(808) 评论(0) 推荐(0)
摘要: 一、配置本地光盘镜像源 1、挂载光盘镜像 mount /dev/sr0 /mnt/cdrom 2、修改yum源配置文件 [root@yum ~]# vim /etc/yum.repos.d/CentOS7.9.repo [base-local] 本源的名称 name 名称 baseurl 源路径 e 阅读全文
posted @ 2023-09-01 17:48 清风6661 阅读(1398) 评论(0) 推荐(0)
摘要: 一、下载安装包 wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpmwget http 阅读全文
posted @ 2023-08-30 15:56 清风6661 阅读(867) 评论(0) 推荐(0)
摘要: 1、Git 2、Python 3.10 or later 3、OpenAI API key 4、git clone https://github.com/Torantulino/Auto-GPT.git 将.env.template 重命名为 .env,并使用 OpenAI key 替换文件中相应值 阅读全文
posted @ 2023-08-28 22:36 清风6661 阅读(142) 评论(0) 推荐(0)
摘要: 使用podman容器时,podman会默认使用/var/lib/containers路径作为存储路径,可能会导致根磁盘空间占用过大。迁移过程 一、关闭所有容器及容器服务 注意在修改前需要关闭所有容器,可以使用Cockpit系统在Web中关闭容器及以下几个服务: podman podman-resta 阅读全文
posted @ 2023-08-28 21:49 清风6661 阅读(3903) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/494374026?utm_id=0 https://blog.csdn.net/qq_36637705/article/details/129089061 阅读全文
posted @ 2023-08-06 19:12 清风6661 阅读(40) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/cnhyk/p/12274482.html 阅读全文
posted @ 2023-08-04 00:56 清风6661 阅读(23) 评论(0) 推荐(0)
摘要: Sun os 5.10 无法正常启动 进入恢复模式 format 查看磁盘和分区,检查分区情况是否正常 fsck -y /dev/rdsk/c0t0d0s0 修复分区文件系统 修复文件系统完成后显示 存储库数据库错误 /lib/svc/bin/restore_repository 恢复存储库 恢复s 阅读全文
posted @ 2023-07-10 10:33 清风6661 阅读(197) 评论(0) 推荐(0)