Linux一键DD安装各种系统总结

 6年前     503  

文章目录

    VPS主机一键DD安装Windows、Centos、Ubuntu、Debian等系统脚本大集合,曾经我在全球主机论坛里面也看到过类似方法,并且直接在PR主机上成功上车,解决了原系统卡顿的问题。建议最佳办法是自己制作安装包,用别人的出问题应先问问自己。
    此工具集合了Linux和WIN包:
    Linux:centos6、7; Ubuntu 14 16 18;Debian 7 8 9 10;
    Windows:集合了""萌咖大佬、老司机、MeowLove ""的系统,包含win7 2003 2006 2012 2008 2016 2019等系统。当然也可以自定义。
    这个脚本作者没有找到。我看了内容,是用的萌咖大佬的安装脚本集成的,在这里对脚本作者表示敬意。

    Linux一键DD安装各种系统总结

    使用方法

    #无论什么时候安装养成良好习惯,更新下源
    yum update
    #更新会提示你is that OK?(y/n),记得选择y
    #安装下wget
    yum -y install wget

    ##镜像文件在OneDrive
    wget -N --no-check-cetificate 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

    建议有条件的,打开sh代码,把里面所有的系统镜像到自己的云存储里面,用的会方便一点,国内的onedrive被和谐基本上也是早晚的事情了。

    执行后会提示以下,友情提示,国内用onedrive镜像,国外的无所谓。

    [root@minecn ~]# wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh
    --2019-12-31 11:59:01--  https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh
    Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
    Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 6026 (5.9K) [text/plain]
    Saving to: ‘dd-od.sh’
                                                               
    ###########################################################
    #                                                         #
    #  Auto DD                                                #
    #                                                         #
    #  Last Modified: 2019-12-05                              #
    #  Linux默认密码:MoeClub.org  or  cxthhhhh.com           #
    #  Supported by MoeClub                                   #
    #                                                         #
    ###########################################################
                                                               
    IP: 155.xxx.xx.xx
    网关: 155.xx.xx.x
    网络掩码: 255.255.255.0
    
    请选择您需要的镜像包:
      1) CentOS 7 (DD) 用户名:root 密码:Pwd@CentOS
      2) CentOS 6 (阿里云镜像) 用户名:root 密码:MoeClub.org
      3) CentOS 6 用户名:root 密码:MoeClub.org
      4) Debian 7 x32 用户名:root 密码:MoeClub.org
      5) Debian 8 x64 用户名:root 密码:MoeClub.org
      6) Debian 9 x64 用户名:root 密码:MoeClub.org
      7) Debian 10 x64 用户名:root 密码:cxthhhhh.com
      8) Ubuntu 14.04x64 用户名:root 密码:MoeClub.org
      9) Ubuntu 16.04x64 用户名:root 密码:MoeClub.org
      10) Ubuntu 18.04x64 用户名:root 密码:MoeClub.org
      11) 萌咖Win7x64 用户名: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:老司机  用户名:Administrator  密码:Windows7x86-Chinese
      19) Win-2003x32 By:老司机  用户名:Administrator  密码:WinSrv2003x86-Chinese
      20) Win2008x64 By:老司机  用户名:Administrator  密码:WinSrv2008x64-Chinese
      21) Win2012R2x64 By:老司机  用户名:Administrator  密码:WinSrv2012r2
      22) CentOS 8 用户名:root 密码:cxthhhhh.com 推荐512M以上使用
      自定义安装请使用:bash InstallNET.sh -dd '您的直连'
    
    请输入编号: 
    

    之后选择你想安装的系统即可,建议centos7,最好选用1G内存的VPS,win7以上的选择2G的VPS,否则真的跑的很累。

    有VNC的可以全程直播观看安装过程,没有的话,我建议多等一些时间。

    文章转自: https://shikey.com/

    【腾讯云】2核2G4M云服务器新老同享99元/年,续费同价
    版权声明:ADMIN 发表于 6年前,共 2606 字。
    转载请注明:Linux一键DD安装各种系统总结 | 奎利