国产成人精品18p,天天干成人网,无码专区狠狠躁天天躁,美女脱精光隐私扒开免费观看

五個(gè)實(shí)用的VPS云服務(wù)器一鍵重裝系統工具,一鍵

發(fā)布時(shí)間:2022-06-23 10:26 來(lái)源:資源部落 閱讀:186 作者:資源部落 欄目: 經(jīng)驗分享 歡迎投稿:712375056

VPS主機安裝自己的操作系統有兩大好處:一是可以安裝自己想的操作系統,例如一些最新的CentOS 8、Ubuntu 20、Debian 10等Linux操作,有些主機商可能沒(méi)有提供安裝;另一個(gè)好處就是可以安裝“干凈”的操作系統,用主機商的操作系統總會(huì )有一些“無(wú)關(guān)”的進(jìn)程。

例如不少人用的阿里云、騰訊云等云服務(wù)器都會(huì )自帶一些監控以及安全進(jìn)程,很多人覺(jué)得這些進(jìn)程非常地“雞肋”,配置差的VPS主機不如將這些進(jìn)程去掉,“干干凈凈”的VPS才用得放心。最后,礙于主機商的Windows授權費太貴,很多人想要安裝自己的Windows系統。

基于以上需求,一鍵DD安裝Linux和Windows系統腳本就應運而生了,VPS主機一鍵重裝系統工具可以快速安裝Linux系統,例如CentOS,Debian,Ubuntu等等,Windows系統2019、2016、2012R2、2008R2、7、2003等等,以及自定義其他系統。

當然你也可以自己制作DD鏡像,然后用這些腳本來(lái)安裝自己的操作系統。經(jīng)過(guò)挖站否的測試,本文分享的一鍵重裝系統工具可以用在阿里云、騰訊云等輕量服務(wù)器上,而且安裝速度非常地快。

一、一鍵重裝AutoReinstall.sh

網(wǎng)站:

  1. 項目:https://github.com/hiCasper/Shell
  2. 備用:https://github.com/freehao123/Shell/tree/master
  3. 作者:https://blog.hicasper.com/post/135.html

本一鍵腳本在萌咖大佬的腳本基礎上開(kāi)發(fā),實(shí)現了懶人式一鍵網(wǎng)絡(luò )重裝 Debian / Ubuntu / CentOS 系統及dd方式安裝系統,支持重裝的系統Ubuntu 18.04/16.04 、Debian 9/10 、CentOS 6 、CentOS 7 (DD方式)和自定義DD鏡像。

Using DHCP mode.
Please select an OS:
  1) CentOS 7.7 (DD Image)
  2) CentOS 7.6 (ServerSpeeder Avaliable)
  3) CentOS 6
  4) Debian 9
  5) Debian 10
  6) Ubuntu 16.04
  7) Ubuntu 18.04
  8) Custom image
  0) Exit
Your option: 

執行命令安裝:

wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh

然后你就可以看到讓你選擇要安裝的操作系統了。

重裝后系統密碼均在腳本中有提供,安裝后請盡快修改密碼,默認的是Pwd@Linux,如下圖:

Linux修改密碼的方法:執行命令:passwd,兩次輸入密碼回車(chē)即可。

本腳本還提供一個(gè)靈活的自動(dòng)重裝系統腳本,你可以在安裝系統前對IP等進(jìn)行相應的配置:

wget --no-check-certificate -qO AutoDD.sh 'http://git.io/autodd.sh' && bash AutoDD.sh

執行命令后,你可以開(kāi)始安裝你的操作系統了。

二、CXTHHHHH重裝腳本

網(wǎng)站:

  1. 項目:https://github.com/MeowLove/Network-Reinstall-System-Modify
  2. 備用:https://github.com/freehao123/Network-Reinstall-System-Modify 
  3. 作者:https://www.cxthhhhh.com/network-reinstall-system-modify

CXTHHHHH一鍵重裝腳本功能要豐富一些,而且支持安裝的操作系統也多一些,我在騰訊云輕量服務(wù)器上測試也通過(guò)了。該腳本還有一個(gè)強大的功能:裸機系統部署平臺,使得您可以通過(guò)IPIM/KVM/VNC/IDRAC等進(jìn)行手動(dòng)安裝定制,例如定制分區(RAID),選擇磁盤(pán)加密,配合您購買(mǎi)的特定商業(yè)ISO安裝等高級安裝選項。命令:

#下載腳本
wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a x ~/Network-Reinstall-System-Modify.sh
#進(jìn)入安裝選項
bash ~/Network-Reinstall-System-Modify.sh -UI_Options
#合并下載腳本 進(jìn)入安裝選項
wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a x ~/Network-Reinstall-System-Modify.sh && bash ~/Network-Reinstall-System-Modify.sh -UI_Options
#(高級用戶(hù)使用)安裝 裸機系統部署平臺
bash ~/Network-Reinstall-System-Modify.sh -CXT_Bare-metal_System_Deployment_Platform

先下載腳本并進(jìn)入安裝選項,這時(shí)就會(huì )有圖形選項讓你選擇安裝哪一個(gè)操作系統了,該腳本包括了Linux各個(gè)版本以及Windows系統。如下:

================================================================
=                                                              =
=           一鍵網(wǎng)絡(luò )重裝系統 - 魔改版(圖形化安裝)            =
=        Network-Reinstall-System-Modify (Graphical Install)   =
=                                                              =
=                                https://www.cxthhhhh.com      =
=                                                              =
================================================================
                                                                
                                                                
  0) Latest 【Bare-metal System Deployment Platform】(Recommend)
                                                                
  1) Latest 【CentOS 8】(Recommend)
  2) Latest 【CentOS 7】
                                                                
  3) Latest 【Debian 10】(Recommend)
  4) Latest 【Debian 9】
                                                                
  5) Latest 【Ubuntu 20.04】(Recommend)
  6) Latest 【Ubuntu 18.04】
  7) Latest 【Ubuntu 16.04】
                                                                
  8) Microsoft 【W(wǎng)indows Server 2019】(Recommend)
  9) Microsoft 【W(wǎng)indows Server 2016】
  10) Microsoft 【W(wǎng)indows Server 2012】
                                                                
  ======以下系統已經(jīng)過(guò)時(shí),失去官方技術(shù)支持,不推薦使用。======  
  ====== The system is outdated and is not recommended. ======  
                                                                
  31) Latest 【CentOS 6】
  32) Latest 【Debian 8】
  33) Latest 【Debian 7】
  34) Latest 【Ubuntu 14.04】
  35) Microsoft 【W(wǎng)indows 10 Lite】
  36) Microsoft 【W(wǎng)indows Server 2008R2】
  37) Microsoft 【W(wǎng)indows 7 Vienna】
  38) Microsoft 【W(wǎng)indows_Server_2003】
                                                                
  Custom DD System:bash Network-Reinstall-System-Modify.sh -DD "%URL%" 
                                                                
================================================================
                                                                
Enter the System Identification Nnumber (for example: 0)

VPS主機在重裝系統過(guò)程中可能速度比較慢,取決你的VPS主機的帶寬速度和硬盤(pán)的讀寫(xiě)速度,一般地你可以通過(guò)主機商的VNC平臺查看VPS重裝的進(jìn)度。

對于Microsoft Windows。默認的用戶(hù)名是:Administrator,默認的密碼是:cxthhhhh.com。對于Linux(CentOS / Debian / Ubuntu),裸機系統部署平臺等,默認的用戶(hù)名是:root,默認的密碼是:cxthhhhh.com。

系統重裝完成后,請您務(wù)必立刻修改系統的默認密碼。

關(guān)于CXTHHHHH重裝腳本挖站否之前已經(jīng)分享過(guò)詳細的使用方法:

三、94ish一鍵網(wǎng)絡(luò )重裝系統

網(wǎng)站:

  1. 項目:https://github.com/chiakge/installNET
  2. 備用:https://github.com/freehao123/installNET
  3. 作者:https://www.94ish.me/1969.html

這是一個(gè)精簡(jiǎn)版的linux一鍵網(wǎng)絡(luò )重裝系統腳本,命令:

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/installNET/master/Install.sh" && chmod  x Install.sh && ./Install.sh 

然后你就可以選擇你想要安裝的操作系統了,如下圖:

選擇高級模式后,輸入參數-dd "dd鏡像地址",即可重裝為Windows系統。

以下是Vicer提供的Windows DD包
# win7emb_x86.tar.gz:
  https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7 
  https://moeclub.org/onedrive/IMAGE/Windows/win7emb_x86.tar.gz
# win8.1emb_x64.tar.gz:
  https://image.moeclub.org/GoogleDrive/1cqVl2wSGx92UTdhOxU9pW3wJgmvZMT_J
  https://moeclub.org/onedrive/IMAGE/Windows/win8.1emb_x64.tar.gz
# win10ltsc_x64.tar.gz:
  https://image.moeclub.org/GoogleDrive/1OVA3t-ZI2arkM4E4gKvofcBN9aoVdneh
  https://moeclub.org/onedrive/IMAGE/Windows/win10ltsc_x64.tar.gz

特別注意:萌咖提供Windows的dd安裝鏡像,遠程登陸賬號為: Administrator,遠程登陸密碼為: Vicer。其它的Linux操作系統在重裝過(guò)程中會(huì )讓你設置,如下圖:

四、一鍵網(wǎng)絡(luò )重裝腳本集合

網(wǎng)站:

  1. 項目:https://github.com/veip007/dd
  2. 備用:https://github.com/freehao123/dd

這是一個(gè)一鍵網(wǎng)絡(luò )重裝腳本集合,以上面的腳本失效或者找不到時(shí),這個(gè)腳本可以作為一個(gè)補充,集合了Linux和WIN包,Linux:centos6-7; Ubuntu 14 16 18;Debian 7 8 9 10;WIN:集合了”萌咖大佬、老司機、MeowLove ”的系統,包含win7 2003 2006 2012 2008 2016 2019等系統,當然也可以自定義。

請選擇您需要的鏡像包:
  1) CentOS 7 (DD) 用戶(hù)名:root 密碼:Pwd@CentOS
  2) CentOS 6 (阿里云鏡像) 用戶(hù)名:root 密碼:MoeClub.org
  3) CentOS 6 用戶(hù)名:root 密碼:MoeClub.org
  4) Debian 7 x32 用戶(hù)名:root 密碼:MoeClub.org
  5) Debian 8 x64 用戶(hù)名:root 密碼:MoeClub.org
  6) Debian 9 x64 用戶(hù)名:root 密碼:MoeClub.org
  7) Debian 10 x64 用戶(hù)名:root 密碼:cxthhhhh.com
  8) Ubuntu 14.04x64 用戶(hù)名:root 密碼:MoeClub.org
  9) Ubuntu 16.04x64 用戶(hù)名:root 密碼:MoeClub.org
  10) Ubuntu 18.04x64 用戶(hù)名:root 密碼:MoeClub.org
  11) 萌咖Win7x64 用戶(hù)名:Administrator  密碼:Vicer
  12) Win2019 By:MeowLove  密碼:cxthhhhh.com
  13) Win2016 By:MeowLove  密碼:cxthhhhh.com
  14) Win2012 R2 By:MeowLove  密碼:cxthhhhh.com
  15) Win2008 R2 By:MeowLove  密碼:cxthhhhh.com
  16) Windows 7 Vienna By:MeowLove  密碼:cxthhhhh.com
  17) Windows 2003 Vienna By:MeowLove  密碼:cxthhhhh.com
  18) Win7x32 By:老司機  用戶(hù)名:Administrator  密碼:Windows7x86-Chinese
  19) Win-2003x32 By:老司機  用戶(hù)名:Administrator  密碼:WinSrv2003x86-Chinese
  20) Win2008x64 By:老司機  用戶(hù)名:Administrator  密碼:WinSrv2008x64-Chinese
  21) Win2012R2x64 By:老司機  用戶(hù)名:Administrator  密碼:WinSrv2012r2
  22) CentOS 8 用戶(hù)名:root 密碼:cxthhhhh.com 推薦512M以上使用
  自定義安裝請使用:bash InstallNET.sh -dd '您的直連'
請輸入編號: 

命令:

##鏡像文件在OneDrive
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod  x dd-od.sh && ./dd-od.sh
##鏡像文件在GoogleDrive
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh && chmod  x dd-gd.sh && ./dd-gd.sh

然后你就可以選擇你的操作系統了。

五、MoeClub一鍵重裝腳本

網(wǎng)站:

  1. 作者:https://moeclub.org/
  2. 備份:https://github.com/freehao123/dd

MoeClub一鍵重裝腳本是上面四個(gè)腳本的核心,上面的優(yōu)化版和修改版都是基于MoeClub一鍵重裝腳本而來(lái)的,不過(guò)作者的博客已經(jīng)不能訪(fǎng)問(wèn)了,但是腳本還可以正常使用,挖站否在好幾年前就已經(jīng)分享過(guò)該腳本了,目前還可以正常使用。

全自動(dòng)安裝默認root密碼:MoeClub.org,安裝完成后請立即更改密碼。能夠全自動(dòng)重裝Debian/Ubuntu/CentOS等系統,同時(shí)提供dd安裝鏡像功能,例如: 全自動(dòng)無(wú)救援dd安裝windows系統,全自動(dòng)安裝CentOS時(shí)默認提供VNC功能,可使用VNC Viewer查看進(jìn)度。下載:

#先運行:
#Debian/Ubuntu:
apt-get update
#RedHat/CentOS:
yum update
#確保安裝了所需軟件:
#Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file
#RedHat/CentOS:
yum install -y xz openssl gawk file
#下載及說(shuō)明:
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && chmod a x InstallNET.sh
說(shuō)明:
        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: 發(fā)行版本代號
# dist-version: 發(fā)行版本號
# -apt/-yum/--mirror : 使用定義鏡像
# -a/-m : 詢(xún)問(wèn)是否能進(jìn)入VNC自行操作. -a 為不提示(一般用于全自動(dòng)安裝), -m 為提示.

安裝用法示例:

#使用默認鏡像全自動(dòng)安裝
bash InstallNET.sh -d 8 -v 64 -a
#使用自定義鏡像全自動(dòng)安裝
bash InstallNET.sh -c 6.10 -v 64 -a --mirror 'http://mirror.centos.org/centos'
# 以下示例中,將X.X.X.X替換為自己的網(wǎng)絡(luò )參數.
# --ip-addr :IP Address/IP地址
# --ip-gate :Gateway   /網(wǎng)關(guān)
# --ip-mask :Netmask   /子網(wǎng)掩碼
#使用自定義鏡像全自動(dòng)安裝
bash InstallNET.sh -u 9 -v 64 -a --mirror 'http://mirrors.ustc.edu.cn/debian/'
#使用自定義鏡像自定義網(wǎng)絡(luò )參數全自動(dòng)安裝
bash InstallNET.sh -u 16.04 -v 64 -a --ip-addr x.x.x.x --ip-gate x.x.x.x --ip-mask x.x.x.x --mirror 'http://archive.ubuntu.com/ubuntu' 
#使用自定義網(wǎng)絡(luò )參數全自動(dòng)dd方式安裝 
bash InstallNET.sh --ip-addr x.x.x.x --ip-gate x.x.x.x --ip-mask x.x.x.x -dd 'https://moeclub.org/onedrive/IMAGE/Windows/win7emb_x86.tar.gz' 
#使用自定義網(wǎng)絡(luò )參數全自動(dòng)dd方式安裝存儲在谷歌網(wǎng)盤(pán)中的鏡像(調用文件ID的方式) 
bash InstallNET.sh --ip-addr x.x.x.x --ip-gate x.x.x.x --ip-mask x.x.x.x -dd "https://image.moeclub.org/GoogleDrive/1cqVl2wSGx92UTdhOxU9pW3wJgmvZMT_J" 
#使用自定義網(wǎng)絡(luò )參數全自動(dòng)dd方式安裝存儲在谷歌網(wǎng)盤(pán)中的鏡像 
bash InstallNET.sh --ip-addr x.x.x.x --ip-gate x.x.x.x --ip-mask x.x.x.x -dd "https://image.moeclub.org/GoogleDrive/1cqVl2wSGx92UTdhOxU9pW3wJgmvZMT_J" 
#國內推薦使用USTC源 --mirror 'http://mirrors.ustc.edu.cn/debian/'

詳細的用法示例請參考:

六、總結

一鍵重裝AutoReinstall.sh和CXTHHHHH重裝腳本在騰訊云輕量上測試重裝系統成功,其它的腳本如果你在運行的過(guò)程出現莫名的錯誤,一般都是系統不兼容導致的。你可以嘗試更換一個(gè)原有的操作系統,或者多嘗試幾個(gè)不同的腳本安裝,或許就成功了。最后提醒一下DD安裝了操作系統后一定要修改默認的密碼。

來(lái)源鏈接:https://www.zyhot.com/article/10603.html

本站聲明:網(wǎng)站內容來(lái)源于網(wǎng)絡(luò ),如有侵權,請聯(lián)系我們,我們將及時(shí)處理。

免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng )、來(lái)自本網(wǎng)站內容采集于網(wǎng)絡(luò )互聯(lián)網(wǎng)轉載等其它媒體和分享為主,內容觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如侵犯了原作者的版權,請告知一經(jīng)查實(shí),將立刻刪除涉嫌侵權內容,聯(lián)系我們QQ:712375056,同時(shí)歡迎投稿傳遞力量。

又黄又爽又猛的视频免费| 午夜精品久久久久久久无码 | 欧美成人精品三级网站下载| 成人无码小视频在线观看| 国产精品亚洲精品日韩动图| 亚洲GV天堂GV无码男同|