良心云轻量dd始终不成功,哪位给推荐一个可以一键dd的
有限debian10 哈
每次dd到一半就失联,失败。。。
热议
2楼 Constant
wget --no-check-certificate https://moeclub.org/attachment/LinuxShell/InstallNET.sh
chmod a+x InstallNET.sh
bash InstallNET.sh -d 10 -v 64 -a --mirror 'http://mirrors.ustc.edu.cn/debian/'
用户:root
密码: MoeClub.org
3楼 insightfy
https://www.geekn.net/25.html
用Geekn大佬的
安装Debian9(甲骨文机器需要后加 -firmware 额外的驱动支持)
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 9 -v 64 -a -firmware
安装Debian10
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 10 -v 64 -a -firmware
中国大陆镜像源:
华为云/Huaweicloud:
Debian10
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 10 -v 64 -a --mirror 'https://mirrors.huaweicloud.com/debian/'
Debian9
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 9 -v 64 -a --mirror 'https://mirrors.huaweicloud.com/debian/'
阿里云/Aliyun:
Debian10
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 10 -v 64 -a --mirror 'https://mirrors.aliyun.com/debian/'
Debian9
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 9 -v 64 -a --mirror 'https://mirrors.aliyun.com/debian/'
腾讯云/Tencentcloud:
Debian10
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 10 -v 64 -a --mirror 'https://mirrors.cloud.tencent.com/debian/'
Debian9
bash <(wget --no-check-certificate -qO- 'https://file.geekn.net/OnedriveE3/linux/InstallNET.sh') -d 9 -v 64 -a --mirror 'https://mirrors.cloud.tencent.com/debian/'
5.默认root密码是什么?
GeekN.net
4楼 蟑螂恶霸
ubuntu 的怎么整呐?
5楼 栗山未来
netinst + vnc
6楼 Constant
这就是直接dd debian10呀
7楼 蟑螂恶霸
ubuntu 的怎么整呐
8楼 蟑螂恶霸
写错了,是 Ubuntu
9楼 insightfy
代码里面的变量-d 9 改成-u 16 即可
10楼 蟑螂恶霸
哦,谢谢,那么后面的镜像链接是不是也得改啊,我看阿里云的ubuntu找不到。