linux一键dd Ubuntu22版本系统的脚本分享

好东西 Loading... 阅读

我有一个bug机,也就是俗称的不用花钱的机器。产生的原因我不知道,只知道以前是15刀一个月的机器,后面不舍得续费就关闭了,但发现一直没有到期,还能一直免费使用。

已经安稳使用一年多了,最近入了一个群,在vps上跑脚本的时候发现机器执行不了,花了很多的时间一直找不到问题出在哪里,最后没办法,听从群里面大神的介绍,开始使用一键脚本dd系统

原来使用的也是乌班图,但之前是18的系统,这次直接dd成22的系统,一番试验之后发现很好用。

现在比较担心的就是下个月结账期这台机器会不会被收回,如果没人理我,那这个机器就算是稳定了。

linux一键dd Ubuntu22版本系统的脚本分享

我也希望没人管我这台机器,vps没付钱之后后台进不去,现在只能root才能链接这个机器。

对于这个机器我也是物尽其用,宝塔全部安排上了,40G的存储也没放过,搭建了一个ftp网盘系统,直接往这上面存东西。

好了,下面是我使用的脚本:

Centos脚本:

# CentOS 6.10 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -c 6.10 -v 64 -a
# CentOS 6.10 32位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -c 6.10 -v 32 -a

Debian脚本:

# Debian 8 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 8 -v 64 -a
# Debian 9 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a
# Debian 10 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -a
# Debian 11 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a
# Debian 11.5 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11.5 -v 64 -a

Ubuntu脚本:

# Ubuntu 12.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 12.04 -v 64 -a
# Ubuntu 14.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 14.04 -v 64 -a
# Ubuntu 16.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 16.04 -v 64 -a
# Ubuntu 18.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 18.04 -v 64 -a
# Ubuntu 20.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 20.04 -v 64 -a

注意:命令中的 -u 后面为Ubuntu版本号,-v 后面为64位/32位,可根据需求进行替换。

特别注意:如果出现和我一样的bug机情况,千万别乱用dd,运气好可能如我一样还能免费用,运气不好机器就登不上去了。三思而行!!!

所有的系统都是由(萌咖)大佬提供,所以系统的默认登录密码为:MoeClub.org ,默认的用户名就是:root

其他注意事项:

  • Vicer脚本目前不支持重装为CentOS 7系统,支持CentOS 6.9以下版本。
  • 重装的系统源自官方发行版。
  • 安装过程全自动进行,无需VNC操作,无需进入救援模式。
  • 系统安装完成后的默认用户名为root,默认密码为: MoeClub.org

修改密码:

使用默认的root密码登录上机器以后,输入命令:passwd root

提示内容为(new password):这时候输入你自己的密码即可。

需要输入两次,输入完毕之后会提示successfly,完了你自己用新密码重连机器就行了,旧密码已经失效。

Tags:

版权声明:若无特殊注明,本文皆为《书蓝画青》原创,转载务必保留文章来源。

本文链接:linux一键dd Ubuntu22版本系统的脚本分享 & https://boke.slhq.cn/2195.html

推荐阅读
发表评论 取消回复
表情 图片 链接 代码

分享