Created
April 13, 2020 13:32
-
-
Save yanyuechuixue/2d93d5838cff1924582b1debc3e0e8e4 to your computer and use it in GitHub Desktop.
可以有效降低系统负载
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
# Centos | |
yum remove oracle-cloud-agent | |
yum remove oracle-cloud-agent-updater | |
# Ubuntu | |
snap remove oracle-cloud-agent | |
snap remove oracle-cloud-agent-updater | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment