PveTools: 这是一个为proxmox ve写的工具脚本(理论上debian9+可以用)。包括配置邮件,samba,NFS,zfs,嵌套虚拟化,docker,硬盘直通等功能。
项目地址(GitHub):https://github.com/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://github.com/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
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。




























































