甲骨文开启root用户登录:
sudo -I

切换为root用户后输入下面的命令修改root密码登录(下面中文换成你的密码)

echo root:你设置的密码 |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用户登录甲骨文vps了

甲骨文关闭防火墙:
ubuntu系统:
sudo iptables -P INPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -F

甲骨文安装BBR加速:
执行下面的命令,然后根据自己的选择安装,建议不要安装BBRPlus,可能会被封号:
wget -O tcpx.sh "https://git.io/JYxKU";
chmod a+x tcpx.sh;
./tcpx.sh

最后修改:2025 年 08 月 10 日
如果觉得我的文章对你有用,请随意赞赏