Posts

Showing posts from January, 2019

Oracle Cloud Instance Creation ,Virtual Cloud Network, Block Volumes, File Storage - OCI

Image
How to generate private public keys using putty. How to create a compartment in OCI. How to create Virtual Cloud Network in OCI How to provision instance in OCI. How to connect to OCI instance using Putty. How to create Block volumes in OCI. How to attach Block Volumes to an instance and mounting the same at the instance OS level. How to create File Storage(NFS). How to create security list rules to access File storage for the instance. How to mount file storage in the instance. How to generate private public keys using putty. Generate SSH keys: Step 1: Go to Putty Key Generator. Step 2 : Move your cursor around the blank area to generate random data in key. Step 3: Generated key appears under Public Key for pasting into OPENSSH authorized_key file. Step 4: Save Private keys Step 5: Select all of the generated key that appears under Public key for pasting into OPENSSH authorized_key file, copy it , paste it into text file a...