Proxmox VE

  1. 基础配置--双网卡设置
root@me:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface enp3s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 172.17.2.126/23
        gateway 172.17.3.254
        bridge_ports enp3s0
        bridge_stp off
        bridge_fd 0

auto wlp4s0
iface wlp4s0 inet static
    address 172.17.50.99/23
    gateway 223.5.5.5
pre-up ip link set wlp4s0 up
pre-up iwconfig wlp4s0 essid ssid
wpa-ssid messiah
wpa-psk me123456
  1. 去购买弹窗
data.status === 'Active'
/usr/share/pve-manager/js/pvemanagerlib.js
/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
  1. 修改包管理源
/etc/apt/sources.list
deb http://mirrors.163.com/debian wheezy main non-free contrib
deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
deb-src http://mirrors.163.com/debian wheezy main non-free contrib
deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
  1. 解决字符集提示问题
# echo "export LC_ALL=C">>$HOME/.bashrc
# source $HOME/.bashrc
  1. 安装必要软件
# apt-get update -y && apt-get install aptitude -y
# aptitude install -y vim sudo 
  1. 添加用户
# adduser messiah 

Debian下useradd无提示默认不建立用户目录,adduser有提示,RHEL下没有区别

  1. 查看可用模板
# pveam available
# pveam list local
# pveam update
# pveam download