说明:
- 我们可以肯定越来越多的人和家庭以及公司开始使用服务器(专用服务器或VPS)。
- 但是服务提供商提供的系统模板对我们来说并不令人满意。这是不纯的,不安全的,甚至预设了一些软件。许多商家都有内置的监控程序,甚至劫持我们的文件。这就是我们所了解的。
- 今天我带来了更加官方,纯粹,安全和高效的CentOS系统。不需要服务提供商的系统模板直接来自官方的CentOS 7。
使用:
1. 进入恢复模式或在常规模式下:
①如果你是VPS,你应该像这样运行
wget -qO- https://opendisk.cxthhhhh.com/OperatingSystem/CentOS/CentOS_7.X_NetInstall.vhd.gz | gunzip -dc | dd of=/dev/vda
②如果你是一个专用服务器,你应该像这样运行
wget -qO- https://opendisk.cxthhhhh.com/OperatingSystem/CentOS/CentOS_7.X_NetInstall.vhd.gz | gunzip -dc | dd of=/dev/sda
2. 在正常模式下执行以下命令【一般VPS用这个】
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://opendisk.cxthhhhh.com/OperatingSystem/CentOS/CentOS_7.X_NetInstall.vhd.gz'
注意:
- 它将帮助您重新安装最新的CentOS7.X系统。(正式,纯粹,安全,高效)
- 执行后,您可能需要15-45分钟后才能通过IP:22进行连接。
新安装的系统root密码为[cxthhhhh.com] 。建议先修改ssh登录密码
passwd
- 系统首次启动后,请等待自动安装完成,系统将自动重启,然后才能使用。(安装过程中的手动干预可能会导致错误)
原文:https://tech.cxthhhhh.com/linux/2018/07/31/original-network-one-click-reinstall-centos-7-official-pure-safe-efficient-cn.html
另一种安装:https://tech.cxthhhhh.com/linux/2018/11/29/original-one-click-network-reinstall-system-magic-modify-version-for-linux-windows-cn.html