Skip to main content

Oracle Cloud: Notes

Try Always Free cloud services and get a 30-day trial. Build, test, and deploy applications on Oracle Cloud—for free.

Sign up for Oracle Cloud free account

Need debit/credit card to register.

Visit https://www.oracle.com/cloud/free/

Sign up Oracle Cloud - Email Request

It took me about a week to get approved.

Oracle Cloud register completed

Oracle Cloud Always Free Resources

Oracle Cloud Always Free Resources

The following list summarizes the Oracle Cloud Always Free-eligible resources that you can provision in your tenancy:

  • Compute (up to two instances)
  • Autonomous Database (up to two database instances)
  • Load Balancing (one load balancer)
  • Block Volume (up to 100 GB total storage)
  • Object Storage (up to 20 GiB)
  • Vault (up to 20 keys and up to 150 secrets)

Oracle Cloud Shell

5GB persistent storage for home directory.

How to Generate an API Signing Key

Refer to How to Generate an API Signing Key

openssl genrsa -out oci_api_key_tuyendq.pem 2048
openssl rsa -pubout -in oci_api_key_tuyendq.pem -out oci_api_key_public_tuyendq.pem

Terminology

PCPU: Oracle Compute Unit

Popular posts from this blog

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.