PVE换源
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
Debian换源(操作系统的源)
mv /etc/apt/sources.list /etc/apt/sources.list.bk
nano /etc/apt/sources.list
在里面加入
Sources.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
然后Ctrl+x y enter退出
更新
apt update
apt upgrade -y
安装ethtool
apt install ethtool -y
J1900支持vt-x,但是不支持vt-d技术,所以不能够硬件直通。
iKuai固件(我这里用32bit固件,J1900的性能和4G内存最好用32bit)。
CPU我给2核,类别选择host(据说这样性能会更加的好)。并且勾选NUMA,以便热拔插网卡。
内存:32位选择512M就行我给768M,64位爱快,必须选择4096MB以上。