蜗牛789
主机测评与优惠

CentOS/Debian/Ubuntu网络重装系统一键脚本

蜗牛789 2017-11-20 阅读(6161)
文章转载自 如有乐享 & 萌咖 & 狗仔小分队的博客。 特别注意: OpenVZ构架不适用,安装之前备份重要数据。

背景

适用于由GRUB引导的CentOS,Ubuntu,Debian系统. 使用官方发行版去掉模板预装的软件。 同时也可以解决内核版本与软件不兼容的问题。 只要有root权限,还您一个纯净的系统。

运行要求

  1. Debian/Ubuntu/CentOS 系统(由 GRUB引导);
  2. wget 用来下载文件,获取公网IP;
  3. ip 获取网关,掩码等;
  4. sed awk grep 处理文本流;
  5. VNC 安装系统(此项为可选)。

安装脚本

全自动安装默认 root 密码: Vicer,安装完成后请立即更改密码。

Debian 7 x32

1
2
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d 7 -v 32

Debian 7 x64

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d 7 -v 64

Debian 8 x32

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d 8 -v 32

Debian 8 x64

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d 8 -v 64

Debian 9 x32

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d 9 -v 32

Debian 9 x64

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d 9 -v 64

Ubuntu 14.04 x32

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d trusty -v 32

Ubuntu 14.04 x64

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d trusty -v 64

Ubuntu 16.04 x32

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d xenial -v 32

Ubuntu 16.04 x64

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d xenial -v 64

Ubuntu 17.04 x32

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d zesty -v 32

Ubuntu 17.04 x64

1
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && chmod -x DebianNET.sh && bash DebianNET.sh -d zesty -v 64

CentOS 6+ X64

安装时间(Vultr 2.5刀机器 重装大概15分钟) root用户密码为 xiaofd.win

注意事项

确保安装了所需软件: 在安装Ubuntu时,可能会遇到: Getting the time form a network time server... 界面进度条很长时间不会动,可以等待它超时或者更换别的版本. 该问题是Ubuntu系统的问题.

完整代码

未经允许不得转载

相关推荐

互动交流中心
蜗牛粉丝QQ交流一群:1074630828
蜗牛粉丝QQ交流二群:859816272
广告赞助联系 QQ :3576243
软文投稿QQ群 :1074630828

站长邮箱:3576243@qq.com
热门文章