侧边栏壁纸
  • 累计撰写 17 篇文章
  • 累计创建 0 个标签
  • 累计收到 1 条评论

目 录CONTENT

文章目录

DD Debian11 on Oracle AMD VPS

cosmosbreak
2022-05-18 / 0 评论 / 0 点赞 / 423 阅读 / 140 字

系统选择 ubuntu 18.04

为了在DD系统时出现防止出现“Error, Not found interfaces config.”错误
执行命令:

mkdir /etc/network/interfaces.d
echo "# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug ens3
iface ens3 inet dhcp
" > /etc/network/interfaces

这里使用ednovas工具箱脚本

wget -N https://raw.githubusercontent.com/wdm1732418365/vpstoolbox/main/ednovastool.sh && chmod +x ednovastool.sh && ./ednovastool.sh

在VPS基本操作选项中有DD系统功能。

0

评论区