vps交流

求个甲骨文arm能用的一件dd包


刚开了个甲骨文arm,安装的u优班图,求个甲骨文arm能用的一件dd包想d成大便11
bash <(wget –no-check-certificate -qO- ‘https://moeclub.org/attachment/LinuxShell/InstallNET.sh’) -d 11 -v 64 -a -p 你的密码 –ip-dns 8.8.8.8

还有,搜索一下就能找到,说你懒会发个帖

萌咖的就行
  1. wget -qO- 1keydd.com/inst.sh|bash -s – -t deb

复制代码

debian10非debian11

谢大佬

DD完密码多少

本帖最后由 冲浪麦浪花郎 于 2022-4-19 22:32 编辑

首先

  1. sudo -i
  2. apt update

复制代码

  1. yum update

复制代码

#DD网络重装个Debian 9,端口22,密码password

  1. curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
  2. sudo ./debi.sh –cdn –network-console –ethx –bbr –user root –password password –version 9 –architecture arm64
  3. sudo shutdown -r now

复制代码

#DD网络重装个Debian 10,端口22,密码password

  1. curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
  2. sudo ./debi.sh –cdn –network-console –ethx –bbr –user root –password password –version 10 –architecture arm64
  3. sudo shutdown -r now

复制代码

#DD网络重装个Debian 11,端口22,密码password

  1. curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
  2. sudo ./debi.sh –cdn –network-console –ethx –bbr –user root –password password –version 11 –architecture arm64
  3. sudo shutdown -r now

复制代码

dalao GitHub
https://github.com/bohanyang/debi