甲骨文官网:https://www.oracle.com/cn/cloud/free/
获取root权限:
sudo -i
V2ray一键安装指令:
bash <(curl -s -L https://git.io/v2ray.sh)
输入代码生成Vmess URL 链接:
v2ray url
防火墙解除
centos操作如下:
#停止firewall
systemctl stop firewalld.service
#禁止firewall开机启动
systemctl disable firewalld.service
#关闭iptables
service iptables stop
#去掉iptables开机启动
chkconfig iptables off
oracle Linux操作如下:
#停止firewall
systemctl stop firewalld.service
#禁止firewall开机启动
systemctl disable firewalld.service
ubuntu操作如下:
#Oracle自带的Ubuntu镜像默认设置了Iptable规则,关闭它
apt-get purge netfilter-persistent
reboot
#强制删除
rm -rf /etc/iptables && reboot
BBR安装Curl、Wget
yum -y install wget #ContOS 安装 wget
apt-get install wget #Debian Ubuntu 安装 wget
yum -y install curl #ContOS 安装 curl
apt-get install curl #Debian Ubuntu 安装 crul
BBR PLUS 四合一脚本
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh