仲灏小栈 仲灏小栈
首页
大前端
后端&运维
其他技术
生活
关于我
收藏
  • 分类
  • 标签
  • 归档
GitHub (opens new window)

仲灏

诚意, 正心, 格物, 致知
首页
大前端
后端&运维
其他技术
生活
关于我
收藏
  • 分类
  • 标签
  • 归档
GitHub (opens new window)
  • Java

  • Docker

  • Jenkins

  • Nacos

  • SQL

  • Nginx

  • Windows

  • Linux

  • 虚拟机

    • 玩转虚拟机VMware
    • exei usb 硬盘挂载
    • esxi all in one
    • pve使用
      • 系统初始化
        • 登录
        • 更新系统&工具安装
        • PVE换源
        • Debian换源
        • 更新&安装ethtool
    • PVE 软路由及网络
    • 闲置笔记本 单网口pve软路由
  • Git

  • 网络

  • 其他

  • 后端&运维
  • 虚拟机
仲灏
2023-09-17
目录

pve使用

# 系统初始化

img

完成后会有web登录页面

img

# 登录

账号: root

密码: 刚刚启动设置的

img

# 更新系统&工具安装

# PVE换源

在pve shell中输入

wget https://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
echo "#deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise" > /etc/apt/sources.list.d/pve-enterprise.list
echo "deb https://mirrors.ustc.edu.cn/proxmox/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list
1
2
3

如图:

img

# Debian换源

pve 基于 debian ,所以也需要更换

mv /etc/apt/sources.list /etc/apt/sources.list.bk
nano /etc/apt/sources.list
1
2

回车后 输入 source.list 内容

deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free

# deb http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
1
2
3
4
5
6
7

然后 ctrl X Y 最后再 回车 就保存好了

# 更新&安装ethtool

apt update
apt upgrade -y
1
2
上次更新: 2023/09/17, 20:06:58
esxi all in one
PVE 软路由及网络

← esxi all in one PVE 软路由及网络→

最近更新
01
vim日常使用记录
04-02
02
滑动窗口最大值
04-02
03
有效的字母异位词
04-02
更多文章>
Theme by Vdoing | Copyright © 2021-2025 izhaong | github | 蜀ICP备2021031194号
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式