proxmox ve tools script(debian9+ can use it).Including install postfix samba and config set zfs max ram, nested virtualization etc. for english user,please look the end of readme.
这是一个为proxmox ve写的工具脚本(理论上debian9+可以用)。包括配置邮件,samba,zfs,嵌套虚拟化等功能。
需要用root账号来运行
在终端中按行分别执行以下内容:
pve6.0需要先删除企业源:
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
请按上面的方式来安装,不建议直接下载单sh脚本使用,因为那样更新的功能会无法使用! 如果网络无法使用,可以下载zip包拷入系统中使用。
- 删除下载的pvetools目录
在shell中进入pvetools目录,输入
./pvetools.sh
- 如果提示没有权限,输入
chmod +x ./*.sh
根据需要选择对应的选项即可。
只有以下界面需要用tab键选成红框的内容,其他的一律无脑回车即可。
感谢捐赠人员!
捐赠列表:
杨惠(来源qq)
发布时间:2019.11.14
new feature:
- chroot优化,增加对alpine版本的判断,优化速度
- 中文环境下包的下载全改到国内服务器
- docker配置国内源
- portainer改用docker pull的方式拉取镜像(之前使用tar包部署,github上下载包太慢)
- 增加chroot后台管理功能,检测chroot的运行
- 删除代码目录中的图片,改成简书图片链接
发布时间:2019.11.06
new feature:
- 增加docker的web界面(portainer)
- 去除隐藏的命令输出,例如apt-get install的输出等。
- chroot优化
发布时间:2019.11.04
new feature:
- 增加qm set映射物理硬盘的功能
发布时间:2019.11.01
new feature:
- 增加chroot功能,默认安装好Alpine
- 增加docker功能,默认安装在Alpine中
- bug修复
发布时间:2019.10.24
new feature:
- 增加显卡直通的支持
发布时间:2019.10.01
new feature:
- 界面修改为whiptail,交互性更好,不需要输入字母来选择
- bug修复
Use root accout to run.
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
If update error,you can remove enterprise source by :
rm /etc/apt/sources.list.d/pve-enterprise.listand retry.
- main
- delete pvetools folder
cd to pvetools folder,and type:./pvetools.sh
- you should
chmod +x pvetools.shfirst.