阿里云、腾讯云一键安装centos5.8 64位系统

支持阿里云(专有网络)、腾讯云及其他可以自动获取IP的服务器或者云主机
可以DHCP获取IP的,采用全自动安装代码:

yum install -y xz openssl gawk coreutils file
wget https://db.ci/os/CentOSNET.sh && chmod a+x CentOSNET.sh
bash CentOSNET.sh -c 5.8 -v 64 -a --mirror 'http://linuxsoft.cern.ch/centos-vault/'

指定参数安装:

bash CentOSNET.sh -c 5.8 -v 64 -a --ip-addr 你的ip --ip-gate 网关地址 --ip-mask 子网掩码 --mirror 'http://linuxsoft.cern.ch/centos-vault/'

You can connect VNC with Public IP and port 1/5901 in vnc viewer.

默认用户:root 密码:Vicer

国内源使用:

http://mirrors.163.com/centos-vault/

感谢萌咖大佬的脚本

点赞