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

PHP: Notes

" PHP was originally an abbreviation of Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor. " — Wikipedia

Check and install php7.0-mbstring extention on Ubuntu 16.04 and Microsoft Windows

While learning Facebook SDK for PHP I overlooked one of system requirements preventing my code from running on my host. That is The mbstring extension. Facebook SDK for PHP's system requirements Check if mbstring is enabled root@ubuntu001:~# php -a Interactive mode enabled php > echo extension_loaded('mbstring'); php >exit root@ubuntu001:~# apt-cache search php7 | grep mbstring php7.0-mbstring - MBSTRING module for PHP root@ubuntu001:~# Install php7.0-mbstring root@ubuntu001:~# apt-get install php7.0-mbstring Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required:   fontconfig-config fonts-dejavu-core libfontconfig1 libgd3 libjbig0   libjpeg-turbo8 libjpeg8 libmcrypt4 libtiff5 libvpx3 libxpm4 Use 'apt autoremove' to remove them. The following additional packages will be installed:   libapache2-mod-php7.0 php7.0-cli ph...

Windows: Cleanup Installer folder

Let's cleanup orphaned files in %windir%\Installer folder to reclaim space from our expensive SSD.