基本配置
Oracle Cloud的CentOS或Ubuntu自带系统,需要关闭防火墙和后台监管服务
注意关闭SELinux
setenforce 0sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config
CentOS:
1 | systemctl stop oracle-cloud-agent |
Ubuntu:
1 | iptables -P INPUT ACCEPT |
设置密码登录
1 | #!/bin/bash |
Oracle Cloud的CentOS或Ubuntu自带系统,需要关闭防火墙和后台监管服务
注意关闭SELinux
setenforce 0sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config
CentOS:
1 | systemctl stop oracle-cloud-agent |
Ubuntu:
1 | iptables -P INPUT ACCEPT |
1 | #!/bin/bash |
Author: Armin
Permalink: http://preferman.github.io/2022/02/14/Oracle%20Cloud%E9%85%8D%E7%BD%AE/
Slogan: Do you believe in DESTINY?