Proxmox VE 日常维护
移除未使用的 Linux 内核 若不存在 pvekclean,请先安装: 1234git clone https://github.com/jordanhillis/pvekclean.gitcd pvekcleanchmod +x pvekclean.sh 安装完成后执行 pvekclean 即可: 1./pvekclean.sh 软件更新 1apt update -y && apt dist-upgrade -y 安装常用软件 123apt-get updateapt-get install vim lrzsz unzip net-tools curl screen tmux uuid-runtime git -yapt dist-upgrade -y 去掉未订阅的提示 适用 Proxmox VE 6.3/6.4/7.0/7.1/7.2/7.3/7.4/8.0/8.1/8.2/8.3/8.4/9.0 等版本。 1234sed -i_orig "s/data.status === 'Active'/true/g" /usr...
PVE Kernel Cleaner 安装和配置指南
PVE Kernel Cleaner 是一个用于 Proxmox VE 系统的开源工具,旨在帮助用户轻松删除旧的或未使用的 PVE 内核。Proxmox VE 是一个开源的服务器虚拟化环境,随着新内核的发布,旧内核需要手动删除以释放 /boot 目录的空间。PVE Kernel Cleaner 通过自动化这一过程,简化了管理任务。 准备工作 在安装 PVE Kernel Cleaner 之前,请确保您的系统已经安装了以下软件包: 1sudo apt-get install cron curl git 开始安装 打开终端,使用以下命令克隆 PVE Kernel Cleaner 仓库: 1234567891011# 克隆仓库git clone https://github.com/jordanhillis/pvekclean.git# 进入克隆的目录cd pvekclean# 赋予脚本执行权限chmod +x pvekclean.sh# 运行安装脚本./pvekclean.sh 应用示例 安装完成后,您可以根据需要配置 PVE Kernel Cleaner。以下是一些常用的配置选项:...

