人生就是由众多的细节组成的
正因为是个细节,所以常被人所淡忘

Oracle Cloud 主机DD系统记录

用了三四个月得Oracle主机,申请的时候版本是Canonical Ubuntu 16.04,把下面脚本扔进CLOUD-INIT即可,除了系统,其他不更改。

#!/bin/bash
echo root:Abc123456 |sudo chpasswd root
sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
sudo service sshd restart

不需要密钥 直接用root账号登录 初始账号root 密码Abc123456

centOS 6.9 64bit(未实验,谨慎使用):

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -c 6.9 -v 64 -a -firmware

debian 10 64bit(推荐,来回dd几十次正常):

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -a -firmware

debian 9 64bit

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a

Ubuntu 16.04 64bit(未实验,谨慎使用):

bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -u 16.04 -v 64 -a -firmware

dd时间大概15分钟左右 初始账号root 密码MoeClub.org

dd完换内核加bbr

https://github.com/ylx2016/Linux-NetSpeed

DD完还需要修改下DNS

apt-get install resolvconf
vim /etc/resolvconf/resolv.conf.d/head
nameserver 1.1.1.1
nameserver 8.8.8.8

加入完,再reboot

八合一共存脚本+伪装站点
https://github.com/mack-a/v2ray-agent

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
赞(2) 打赏
未经允许不得转载:毛桃博客 » Oracle Cloud 主机DD系统记录

评论 1

评论前必须登录!

 

  1. #1

    bash <(wget –no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh&#039😉 -d 9 -v 64 -a

    毛桃3年前 (2021-09-19)

实践是学习的最佳途径

支持快讯、专题、百度收录推送、人机验证、多级分类筛选器,适用于垂直站点、科技博客、个人站,扁平化设计、简洁白色、超多功能配置、会员中心、直达链接、文章图片弹窗、自动缩略图等...

了解更多看平潭

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

登录

找回密码

注册