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