甲骨文DD系统


安装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


文章作者: 下一ke春
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 下一ke春 !
评论
  目录