https://mysites.oracle.com/ebscentral/ebs-on-oci.html
Oracle linux 8 VNC server
https://docs.oracle.com/en/learn/ol-install-vnc/#introduction sudo dnf group install “Server with GUI” sudo systemctl set-default graphicalsudo reboot sudo sed ‘/^#WaylandEnable/s/^#//g’ /etc/gdm/custom.conf sudo dnf install […]
GPU
GCP H100 https://cloud.google.com/compute/gpus-pricing https://cloud.google.com/compute/vm-instance-pricing#accelerator-optimized AWS GPU H100 https://aws.amazon.com/cn/ec2/instance-types/p5 https://aws.amazon.com/cn/ec2/pricing/on-demand
OCI IAM Multi Factor Authentication Login
OCI login 入口和选择Domain OCI多因子认证(MFA)配置手册 开启OCI云账户的多因子认证(Multi Factor Authentication,MFA)功能,将手机应用程序(Mobile Authenticator)或电子邮件的验证码等作为除了用户名+密码登录认证的二次认证,可以提供更高的安全性,能有效避免账号被盗和非法使用。 OCI云账号配置多因子认证需要: (1) 管理员开启多因子认证,(2) 用户添加多因子认证方式。 2.1.1 移动应用程序(Mobile Authenticator) iPhone用户配置方法 iPhone手机用户推荐在app store下载Oracle Mobile […]
IPsec VPN
配置客户端CPE: OCI 配置IPsec VPN 链接 配置详情: 添加路由
mysql-server-versions
Each major version of MySQL server is likely to introduce some new features and remove some deprecated features. The major […]
OCI Queue
OCI Queue 概述 什么是 Oracle Cloud Infrastructure (OCI) Queue? OCI Queue 具备高可用、高吞吐量特性,每秒能够摄取数百万条消息。用户可以发布、使用和删除 Queue 中的消息,也可以更新消息的可见性。 Queue 使用什么协议进行通信? OCI Queue 支持 RESTful […]
OCI SDK Full backup Block volumes
请确保已经成功配置了OCI cli SDK环境。 通过OCI python SDK实现全量备份: https://docs.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/core/create_boot_volume_backup.py.html 代码例子: 利用crontab实现周期备份
OCI Monitoring
OCI Monitoring 自带的监控指标 Configure Alarms and Notifications: Configure alarms and notifications to monitor resources in your Oracle Cloud Infrastructure tenancy. Configure Notification […]
OCI MDS mysql
安装mysql mysql-shell 在oracle linux8 下面安装 mysql mysql-shell sudo yum install mysql-shell sudo yum install mysql mysql shell的下载地址 https://dev.mysql.com/downloads/shell 查询Mysql数据库的版本: 查询变量用户的认证模式: […]