卸载Oracle甲骨文云服务器后台监控程序
甲骨文提供的VPS服务中包含了一些默认的监管工具:
# Centos
yum remove oracle-cloud-agent
yum remove oracle-cloud-agent-updater
# Ubuntu
snap remove oracle-cloud-agent
snap remove oracle-cloud-agent-updater
卸载相关程序
-
rpcbind
使用
netstat -ntlp
命令发现rpcbind
监听了111
端口,如担心安全可执行以下命令卸载禁用:systemctl stop rpcbind systemctl stop rpcbind.socket systemctl disable rpcbind systemctl disable rpcbind.socket
-
oracle-cloud-agent
卸载甲骨文云官方后台监控程序
systemctl stop oracle-cloud-agent systemctl disable oracle-cloud-agent systemctl stop oracle-cloud-agent-updater systemctl disable oracle-cloud-agent-updater