banner
约 300 字
1 分钟

甲骨文一些命令

-
-
无标签

摘要

文中列出了系统管理核心脚本,涵盖 Ubuntu 卸载防火墙与监控、Debian 配置 IPv6 以及检查用户邮箱的命令。

blog image
blog image

核心脚本使用命令

1. Ubuntu 卸载防火墙:bash <(curl -sSLf "https://raw.githubusercontent.com/midori01/common-scripts/main/oracle/firewall.sh")

2. Ubuntu 卸载监控:snap remove oracle-cloud-agent

3. Debian 配置IPv6:bash <(curl -sSLf "https://raw.githubusercontent.com/midori01/common-scripts/main/oracle/ipv6.sh")

4. 检查用户邮箱:curl http://169.254.169.254/opc/v1/instance/definedTags

END

相关文章

暂无相关文章