轻量/gcore/甲骨文等VPS一些DD纯净Linux命令/自定义DD镜像
部分VPS原生系统资源占用大,内置文件多卡顿,甚至系统存在BUG,或者提供不了自己想要的系统镜像,这时候通过DD命令刷入一套自己熟悉的系统就很有必要了。
网上找到大佬们整理的几个脚本,转过来自用备份。
因为自己不懂脚本
只会照着教程操作
以下脚本均为论坛出现,并且自己已经验证过以下内容为自用!!!!!!!!!!
DD之前先以root运行
apt-get install -y xz-utils openssl gawk file
之后分不同的机器不同的方法
1、甲骨文DD
申请甲骨文的时候选择ubuntu16.04,然后执行下面的命令
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/content/uploadfile/LinuxShell/InstallNET.sh') -d 9 -v 64 -a -firmware2、三毛鸡RUVDS DD
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh && chmod +x dd-gd.sh && ./dd-gd.sh
3、gcore
wget git.io/auto.sh bash auto.sh -d 9 -v 64 -a -p 密码
4、轻量
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/content/uploadfile/LinuxShell/InstallNET.sh') -d 10 -v 64 -a所有系统如果DD成debian的话建议先D成9,再手动升级成10,轻量自己直接d10成功了。
还有个萌咖大佬脚本的修改版(来源:maofun)
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
发表评论