1 2 3 4 5 ··· 11 下一页
摘要: 先记录配置过程,后续补充详细介绍 1.安装metallb负载均衡器 1.1.配置内核转发参数 sudo tee /etc/sysctl.d/90-k8s-lb.conf <<EOF # 打开路由转发(MetalLB 必需) net.ipv4.ip_forward = 1 # 让 speaker 能及 阅读全文
posted @ 2025-11-05 20:57 二乘八是十六 阅读(2) 评论(0) 推荐(0)
摘要: 博客关于vgpu的文章 CMP 40HX在PVE9.0配置vGPU PVE 环境下飞牛OS0.9.24安装vGPU驱动 ubuntu 24.04虚拟机安装vgpu显卡驱动 deepin 25 虚拟机安装vgpu客户机驱动 # 关闭磐石 **必须关闭,不然兼容库和英伟达驱动无法安装** sudo de 阅读全文
posted @ 2025-10-23 22:25 二乘八是十六 阅读(15) 评论(0) 推荐(0)
摘要: 脚本下载地址 : https://github.com/amsilence/Linux-tools 1.安装 官网下载scrt-9.6.4-3695.ubuntu24-64.x86_64.deb sudo dpkg -i scrt-9.6.4-3695.ubuntu24-64.x86_64.deb 阅读全文
posted @ 2025-10-19 20:15 二乘八是十六 阅读(101) 评论(1) 推荐(0)
摘要: 博客关于vgpu的文章 CMP 40HX在PVE9.0配置vGPU PVE 环境下飞牛OS0.9.24安装vGPU驱动 ubuntu 24.04虚拟机安装vgpu显卡驱动 deepin 25 虚拟机安装vgpu客户机驱动 # 安装依赖 sudo apt install build-essential 阅读全文
posted @ 2025-10-19 14:37 二乘八是十六 阅读(86) 评论(2) 推荐(0)
摘要: 1.主题安装 1.1.更新 sudo apt update 1.2.安装tweak sudo apt install gnome-tweaks 1.3.安装firefox插件 1.4.安装gnome-shell sudo apt install chrome-gnome-shell -y 1.5.安 阅读全文
posted @ 2025-10-19 14:16 二乘八是十六 阅读(29) 评论(0) 推荐(0)
摘要: 博客关于vgpu的文章 CMP 40HX在PVE9.0配置vGPU PVE 环境下飞牛OS0.9.24安装vGPU驱动 ubuntu 24.04虚拟机安装vgpu显卡驱动 deepin 25 虚拟机安装vgpu客户机驱动 飞牛版本信息:0.9.24版本 1.安装过程 # 切换root权限 sudo 阅读全文
posted @ 2025-09-11 22:17 二乘八是十六 阅读(343) 评论(0) 推荐(0)
摘要: 在PVE9.0下CMP 40HX使用NVIDIA vGPU19.0显卡虚拟化拆分技术 本文参考文章: https://yangwenqing.com/archives/2729/ https://foxi.buduanwang.vip/virtualization/pve/2815.html/ ht 阅读全文
posted @ 2025-09-11 21:19 二乘八是十六 阅读(581) 评论(0) 推荐(0)
摘要: 在PVE环境下使用Ubuntu Cloud Images镜像可以节省大量的时间,申去繁琐的ubuntu安装和配置过程,提升工作和研究效率。 本地参考文章:Cloud-Init_Support 1.下载Ubuntu Cloud Images ubuntu cloud Images下载的网站 选择下载的 阅读全文
posted @ 2025-08-25 22:54 二乘八是十六 阅读(203) 评论(0) 推荐(1)
摘要: 序言 在AMD RX570 显卡基于 GCN 4.0 架构(架构代码:gfx803),其支持的 ROCm版本存在明确限制,主要兼容 ROCm 4.5 至 ROCm 5.7 版本,而且最新的ollama都需要ROCm6.x版本进行运行 之前在windows机器下面运行ollama大模型是采用ollam 阅读全文
posted @ 2025-08-24 14:23 二乘八是十六 阅读(168) 评论(0) 推荐(1)
摘要: 整体文章 Proxmox VE 9.0直通显卡配置 (一) Proxmox VE 9.0直通显卡配置 (二) 1.显卡ROM准备 需要将显卡ROM上传到/usr/share/kvm/目录,可在PE环境下提取独显ROM root@pve:~# ls /usr/share/kvm/rx570.rom / 阅读全文
posted @ 2025-08-24 12:05 二乘八是十六 阅读(1427) 评论(0) 推荐(1)
1 2 3 4 5 ··· 11 下一页