甲骨文DD系统
侧边栏壁纸
  • 累计撰写 26 篇文章
  • 累计收到 1 条评论

甲骨文DD系统

xiayikechun
2022-04-15 / 0 评论 / 106 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2023年02月24日,已超过488天没有更新,若内容或图片失效,请留言反馈。

安装AMD服务器选择ubuntu20.04系统,不要选择mino的
安装的时候记得下载秘钥
登录名

ubuntu

登录上去切换到root用户

sudo -i

执行脚本

echo root:RUYO |sudo chpasswd root
sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
sudo service sshd restart

以上完成以后开始DD

#更新apt源
apt-get update
#安装需要的工具包
apt-get install -y xz-utils openssl gawk file

debian10

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10.3 -v 64 -a -firmware

DD安装完毕之后,请立即更新密码。默认用户名为:root,默认密码为:MoeClub.org

0

评论 (0)

取消