Mark's blog 这是 Mark 的个人博客,记录些东西。

一键 DD 脚本,系统多

https://git.beta.gs/ https://github.com/fcurrk/reinstall 基础系统推荐是 Debian11, 再去 DD Centos7

https://github.com/leitbogioro/Tools 好用∧ --nomemcheck 基础系统推荐是centos再去DD

https://github.com/bin456789/reinstall 自制包 密码Pwd@CentOS bash reinstall.sh dd --img http://hostslim.009898.xyz/CentOS-7.img.gz

centos7 不支持锐龙!

安装重装系统的前提组件:

Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file wget screen && screen -S os

RedHat/CentOS:
yum install -y xz openssl gawk file glibc-common wget screen && screen -S os

如果出现异常,请刷新 Mirrors 缓存或更换镜像源。

RedHat/CentOS:
yum makecache && yum update -y

Debian/Ubuntu:
apt update -y 

使用:

wget --no-check-certificate -O AutoReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/AutoReinstall.sh && chmod a+x AutoReinstall.sh && bash AutoReinstall.sh

新版体验:

wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh

DD 安装界面 输入Y确认DD后主机自动获取IP,N 则自行设置 IP 输入 N 后会自动检测出主机现用 IP,如果正确可以按 Y 确认使用,如不正确则按 N 自行按正确的输入。

DD 安装界面-选择系统 25 合 1 的系统一键 DD 选择界面,输入 99 则使用自定义镜像。 以上系统密码不为默认密码的均为网络收集,如有疑虑使用自己的自定义镜像。

25合一系统密码:
1、CentOS 7.7 (已关闭防火墙及SELinux,默认密码Pwd@CentOS)
2、CentOS 7 (默认密码cxthhhhh.com)
3、CentOS 8 (默认密码cxthhhhh.com)
4、CentOS 6 (默认密码Minijer.com)
5、Debian 11 (默认密码Minijer.com)
6、Debian 10 (默认密码Minijer.com)
7、Debian 9 (默认密码Minijer.com)
8、Debian 8 (默认密码Minijer.com)
9、Ubuntu 20.04 (默认密码Minijer.com)
10、Ubuntu 18.04 (默认密码Minijer.com)
11、Ubuntu 16.04 (默认密码Minijer.com)
12、Windows Server 2019 (默认密码cxthhhhh.com)
13、Windows Server 2016 (默认密码cxthhhhh.com)
14、Windows Server 2012 (默认密码cxthhhhh.com)
15、Windows Server 2012 Lite (默认密码nat.ee)
16、Windows Server 2008 (默认密码cxthhhhh.com)
17、Windows Server 2008 Lite (默认密码nat.ee)
18、Windows Server 2003 (默认密码cxthhhhh.com)
19、Windows Server 2003 Lite (默认密码WinSrv2003x86-Chinese)
20、Windows 10 LTSC Lite (默认密码www.nat.ee)
21、Windows 7 x86 Lite (默认密码Windows7x86-Chinese)
22、Windows 7 Ent Lite (默认密码nat.ee)
23、Windows 7 Ent Lite (UEFI支持甲骨文)(默认密码nat.ee)
24、Windows Server 2008 Lite (UEFI支持甲骨文)(默认密码nat.ee)
25、Windows Server 2012 Lite (UEFI支持甲骨文)(默认密码nat.ee)
99、自定义镜像

注意: 经测试在谷歌云原版系统基础上 DD 会出现自动获取的子网掩码为 255.255.255.255,如出现这种情况需要手工输入改正为正确的如 255.255.255.0,否则会安装完成主机可能会离线。 Oracle Cloud(甲骨文云)可选择23-25一键 DD,注意基础系统最好选择 Ubuntu,如原系统是CentOS可能无法成功。 实测,基础系统不要 Centos !!! 默认密码登录,尽快输入以下命令修改 root 密码:passwd root 进度条不会显示百分比进度,没有卡死耐心等待!!(特别是分区界面一直0%,取决小鸡硬盘速度,有的会很慢!)

By Mark On