A Blog on DevOps and Hybrid Cloud

Install and Configure OpenSSL

Tags: openssl

Published May 14, 2024, 6:15 a.m. by cloudblog

OpenSSL implements basic cryptographic functions and provides utility functions. 
 
 Install and configure OpenSSL on the Solaris or Linux host to be used as the FTP server. 
 
 1. Go …

Installing PostgreSQL on Oracle Linux 7

Tags: postgre

Published May 14, 2024, 6:11 a.m. by cloudblog

Installing postgresql on Oracle Linux 7.9

Step 1: Update the System Start by ensuring your Oracle Linux 7 system is up to date. 
Open a terminal and run the following …

Connecting to OCI Linux Instance Using SSH

Tags: unix

Published May 14, 2024, 6:08 a.m. by cloudblog

Connecting to a Linux Instance from a Unix-Style System

-------------------------------------------------------------------------------------------

Use the following command to set the file permissions so that only you can read the

file: chmod 400 is …