广告位联系
返回顶部
分享到

2022最新腾讯轻量云debian 10安装pve教程介绍

相关技巧 来源:互联网 作者:佚名 发布时间:2022-10-12 08:25:32 人浏览
摘要

1.aptupdate apt install -y curl wget sudo 1.设置host PVE官方要求,/etc/hosts需要做如下修改: 首先设置hostname,根据实际情况自行修改,我这里设置为pve 修改/etc/hosts,添加如 1 hostnamectl set-hostnam

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

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

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

修改/etc/hosts,添加如

1

hostnamectl set-hostname pve

下内容

1

2

127.0.0.1       localhost.localdomain localhost

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

2.添加PVE安装源

依次执行下面的命令:

1

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

1

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


版权声明 : 本文内容来源于互联网或用户自行发布贡献,该文观点仅代表原作者本人。本站仅提供信息存储空间服务和不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权, 违法违规的内容, 请发送邮件至2530232025#qq.cn(#换@)举报,一经查实,本站将立刻删除。

您可能感兴趣的文章 :

原文链接 : https://www.cnblogs.com/ecba/p/16772204.html
相关文章
  • 本站所有内容来源于互联网或用户自行发布,本站仅提供信息存储空间服务,不拥有版权,不承担法律责任。如有侵犯您的权益,请您联系站长处理!
  • Copyright © 2017-2022 F11.CN All Rights Reserved. F11站长开发者网 版权所有 | 苏ICP备2022031554号-1 | 51LA统计