Linux VPS 一键 自动DD安装Windows/CentOS/Debian

1,342次阅读
没有评论

提醒:本文最后更新于2022-12-06 18:28,文中所关联的信息可能已发生改变,请知悉!

KVM,512MB RAM.

安装重装系统的前提组件

Debian/Ubuntu:

apt update -y

apt-get install -y xz-utils openssl gawk file wget screen && screen -S osin

RedHat/CentOS

yum update -y
yum install -y xz openssl gawk file glibc-common wget screen && screen -S osin

Vicer版本

wget --no-check-certificate -qO InstallNET.sh https://moeclub.org/attachment/LinuxShell/InstallNET.sh && bash InstallNET.sh -dd '镜像包直链'

hiCasper & Minijer版本(项目:https://github.com/hiCasper/Shell)

wget --no-check-certificate -O AutoReinstall.sh https://git.io/betags && chmod a+x AutoReinstall.sh && bash AutoReinstall.sh

本地备份

#如dd windows(VNC 0%正常)
wget --no-check-certificate -qO InstallNET.sh https://maobuni.com/wp-content/uploads/2022/08/InstallNET.sh && bash InstallNET.sh -dd 'https://dl.lamp.sh/vhd/zh-cn_win2022.xz'

DD LINUX 系统 自定义使用

#使用默认镜像全自动安装
bash InstallNET.sh -d 8 -v 64 -a
#使用自定义镜像全自动安装
bash InstallNET.sh -c 6.10 -v 64 -a --mirror 'http://mirror.centos.org/centos'
#国内如
bash InstallNET.sh -u 9 -v 64 -a --mirror 'http://mirrors.ustc.edu.cn/debian/'

说明:
        bash InstallNET.sh      -d/--debian [dist-name]
                                -u/--ubuntu [dist-name]
                                -c/--centos [dist-version]
                                -v/--ver [32/i386|64/amd64]
                                --ip-addr/--ip-gate/--ip-mask
                                -apt/-yum/--mirror
                                -dd/--image
                                -a/-m
# dist-name: 发行版本代号
# dist-version: 发行版本号
# -apt/-yum/--mirror : 使用定义镜像
# -a/-m : 询问是否能进入VNC自行操作. -a 为不提示(一般用于全自动安装), -m 为提示.

Windows镜像包直链地址(teddysun)

Windows Server 2022 Datacenter (build: 20348.587) 镜像链接地址:
https://dl.lamp.sh/vhd/zh-cn_win2022.xz
https://dl.lamp.sh/vhd/en-us_win2022.xz
https://dl.lamp.sh/vhd/ja-jp_win2022.xz

用户名: administrator
密码: Teddysun.com

Windows Server 2012 R2 Datacenter 镜像链接地址:
https://dl.lamp.sh/vhd/cn_win2012r2_uefi.xz
https://dl.lamp.sh/vhd/en_win2012r2_uefi.xz
https://dl.lamp.sh/vhd/ja_win2012r2_uefi.xz

Windows Server 2016 Datacenter (build:14393.5006) 镜像链接地址:
https://dl.lamp.sh/vhd/cn_win2016_uefi.xz
https://dl.lamp.sh/vhd/en_win2016_uefi.xz
https://dl.lamp.sh/vhd/ja_win2016_uefi.xz

Windows Server 2019 Datacenter (build: 17763.2686) 镜像链接地址:
https://dl.lamp.sh/vhd/cn_win2019_uefi.xz
https://dl.lamp.sh/vhd/en_win2019_uefi.xz
https://dl.lamp.sh/vhd/ja_win2019_uefi.xz

Windows Server 2022 Datacenter (build: 20348.587) 镜像链接地址:
https://dl.lamp.sh/vhd/zh-cn_win2022_uefi.xz
https://dl.lamp.sh/vhd/en-us_win2022_uefi.xz
https://dl.lamp.sh/vhd/ja-jp_win2022_uefi.xz

Windows 10 Enterprise LTSC (build: 19044.1288) 镜像链接地址:
https://dl.lamp.sh/vhd/zh-cn_win10_ltsc_uefi.xz
https://dl.lamp.sh/vhd/en-us_win10_ltsc_uefi.xz
https://dl.lamp.sh/vhd/ja-jp_win10_ltsc_uefi.xz

Windows 11 Pro for Workstations 21H2 (build: 22000.194) 镜像链接地址:
https://dl.lamp.sh/vhd/zh-cn_win11_uefi.xz
https://dl.lamp.sh/vhd/en-us_win11_uefi.xz
https://dl.lamp.sh/vhd/ja-jp_win11_uefi.xz
#用户名: administrator
#密码: Teddysun.com
Vicer镜像地址(建议国内VPS服务器使用OneDrive地址)
# Windows 7 32位中文(Windows Thin PC):
https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7
https://moeclub.org/onedrive/IMAGE/Windows/win7emb_x86.tar.gz
 
# Windows 8.1 SP1 64位中文(Embedded):
https://image.moeclub.org/GoogleDrive/1cqVl2wSGx92UTdhOxU9pW3wJgmvZMT_J
https://moeclub.org/onedrive/IMAGE/Windows/win8.1emb_x64.tar.gz
 
# Windows 10 ltsc 64位中文:
https://image.moeclub.org/GoogleDrive/1OVA3t-ZI2arkM4E4gKvofcBN9aoVdneh
https://moeclub.org/onedrive/IMAGE/Windows/win10ltsc_x64.tar.gz
默认用户名:Administrator

默认密码:Vicer
# Windows Server 2008 SP1 R2 64位中文版:
http://soft.815494.com/dd/WinSrv2008x64-Chinese.vhd.gz
默认用户名:Administrator
默认密码:WinSrv2008x64-Chinese

Linux镜像包直链地址

正文完
 
评论(没有评论)