2022最新騰訊輕量云?debian?10?安裝pve教程詳解
1.apt update && apt install -y curl wget sudo
1.設置host
PVE官方要求,/etc/hosts
需要做如下修改:
首先設置hostname
,根據(jù)實際情況自行修改,我這里設置為pve
修改/etc/hosts
,添加如
hostnamectl set-hostname pve
下內(nèi)容
127.0.0.1 localhost.localdomain localhost **這里填你服務器公網(wǎng)IP** pve.proxmox.com pve
2.添加PVE
安裝源
依次執(zhí)行下面的命令:
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
到此這篇關(guān)于騰訊輕量云 debian 10 安裝pve教程 2022的文章就介紹到這了,更多相關(guān)debian 10 安裝pve內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!
相關(guān)文章
2022最新騰訊輕量云?debian?10?安裝pve教程詳解
這篇文章主要介紹了騰訊輕量云?debian?10?安裝pve教程?2022,本文給大家介紹的非常詳細,對大家的學習或工作具有一定的參考借鑒價值,需要的朋友可以參考下2022-10-10Typora+PicGo+GitHub實現(xiàn)md自帶圖床效果
這篇文章主要介紹了Typora+PicGo+GitHub實現(xiàn)md自帶圖床效果,本文通過圖文并茂的形式給大家介紹的非常詳細,對大家的學習或工作具有一定的參考借鑒價值,需要的朋友可以參考下2020-04-04thymeleaf實現(xiàn)th:each雙重多重嵌套功能
今天給大家分享一個使用 thymeleaf 實現(xiàn)一個動態(tài)加載一二級文章分類的功能,本文通過代碼講解的非常詳細,具有一定的參考借鑒價值,需要的朋友參考下吧2019-11-11JetPack開發(fā)中使用CameraX完成拍照和拍視頻功能
CameraX 是一個 Google 推出的 JetPack 組件。今天給大家分享JetPack之使用CameraX完成拍照和拍視頻,本文給大家介紹的非常詳細,對大家的學習或工作具有一定的參考借鑒價值,需要的朋友參考下吧2020-06-06Python實現(xiàn)用戶登錄并且輸入錯誤三次后鎖定該用戶
這篇文章主要介紹了Python實現(xiàn)用戶登錄并且輸入錯誤三次后鎖定該用戶,文中通過c#代碼給大家補充介紹了密碼輸入三次錯誤后鎖定用戶功能,需要的朋友可以參考下2020-01-01