其它综合

关注公众号 jb51net

关闭
首页 > 网络编程 > 其它综合 > debian 10 安装pve

2022最新腾讯轻量云 debian 10 安装pve教程详解

作者:陈鸿

这篇文章主要介绍了腾讯轻量云 debian 10 安装pve教程 2022,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下

1.apt update && apt install -y curl wget sudo

1.设置host
PVE官方要求,/etc/hosts需要做如下修改:

首先设置hostname,根据实际情况自行修改,我这里设置为pve

修改/etc/hosts,添加如

hostnamectl set-hostname pve

下内容

127.0.0.1       localhost.localdomain localhost
**这里填你服务器公网IP**   pve.proxmox.com pve

2.添加PVE安装源

依次执行下面的命令:

sudo echo deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pve-no-subscription > /etc/apt/sources.list.d/pve-install-repo.list

2.apt update && apt install -y curl wget sudo

W: GPG error: https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
E: The repository 'https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

apt-get install gnupg2

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DD4BA3917E23BF59

aptupdate && aptinstall -y curl wget sudo

apt update && apt full-upgrade

apt install proxmox-ve postfix open-iscsi

echo "debhttps://mirrors.tuna.tsinghua.edu.cn/proxmox/debian buster pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list

到此这篇关于腾讯轻量云 debian 10 安装pve教程 2022的文章就介绍到这了,更多相关debian 10 安装pve内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

您可能感兴趣的文章:
阅读全文