[转]ProxmoxVE(PVE) 第三方工具PveTools功能介绍及安装运行
原文地址:ProxmoxVE(PVE) 第三方工具PveTools功能介绍及安装运行 - 简书 (jianshu.com)
PveTools:
这是一个为proxmox ve写的工具脚本(理论上debian9+可以用)。包括配置邮件,samba,NFS,zfs,嵌套虚拟化,docker,硬盘直通等功能。
项目地址(GitHub):https://hub.fastgit.org/ivanhao/pvetools
功能:

安装:
命令行安装:
需要用root账号来运行
强烈建议先删除企业源:rm /etc/apt/sources.list.d/pve-enterprise.list
在终端中按行分别执行以下内容:
export LC_ALL=en_US.UTF-8
apt update && apt -y install git && git clone https://hub.fastgit.org/ivanhao/pvetools.git
cd pvetools
./pvetools.sh
一键无脑安装:
echo "nameserver 223.5.5.5" >> /etc/resolv.conf && rm /etc/apt/sources.list.d/pve-enterprise.list && export LC_ALL=en_US.UTF-8 && apt update && apt -y install git && git clone https://hub.fastgit.org/ivanhao/pvetools.git && cd pvetools && ./pvetools.sh
运行:
在shell中进入pvetools目录,输入./pvetools.sh
如果提示没有权限,输入chmod +x ./*.sh
作者:运维猿Winter
链接:https://www.jianshu.com/p/c779c7be4502
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
· 25岁的心里话
2016-02-13 [转]Hibernate查询对象所有字段,单个字段 ,几个字段取值的问题