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 […]
Excel 小技巧
合并单元格自动填充序号 分类:excel函数:MAX功能:MAX函数是数据表里面里面最大的一个数。可以利用它来解决合并单元格自动填充序号的问题。基本思路:从第一个合并单元格起,后面每个合并后的单元格都+1命令:=MAX($A$1:A1)+1 操作步骤:一、选中所用需要编序号的合并单元格 二、按住Ctrl键的,双击第一个合并单元格。松开Ctrl键,然后在第一个单元输入=MAX($A$1:A1)+1(在上面输入栏输入)注意观察,选择成功后,第一个合并单元格内圈颜色和后面的待填充的合并单元格的内圈颜色,我的是第一个合并单元格内圈是绿色,后面的为白色。 三、再次按住Ctrl+enter键,执行。 四、大功告成。
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 […]