Skip to main content

Posts

Showing posts from April, 2020

How to Install OCI CLI on Linux

How to Install OCI CLI on Linux To install the OCL CLI on Linux Open a terminal. To run the installer script, run the following command. [root@dev02 ~]# bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                  Dload  Upload   Total   Spent    Left  Speed 100 14867  100 14867    0     0   8588      0  0:00:01  0:00:01 --:--:--  8583     ******************************************************************************     You have started the OCI CLI Installer in interactive mode. If you do not wish     to run this in interact...
How to create Yum respository in RHEL 7 This blog shows the various steps needed to create a Yum repository in RHEL 7 1. Mount the ISO CD to your server 2. Navigate to the Packages directory under the ISO CD [root@dev1 RHEL-7.3 Server.x86_64]# pwd /run/media/root/RHEL-7.3 Server.x86_64 [root@dev1 RHEL-7.3 Server.x86_64]# ls -ltr total 894 -r--r--r--.  1 root root  18092 Mar  6  2012 GPL -r--r--r--.  1 root root   8266 Apr  4  2014 EULA -r--r--r--.  1 root root   3211 Sep 27  2016 RPM-GPG-KEY-redhat-release -r--r--r--.  1 root root   3375 Sep 27  2016 RPM-GPG-KEY-redhat-beta -r--r--r--.  1 root root    114 Oct 19  2016 media.repo -r--r--r--.  1 root root   1568 Oct 19  2016 TRANS.TBL dr-xr-xr-x.  2 root root   4096 Oct 19  2016 repodata dr-xr-xr-x. 24 root root   6144 Oct 19  2016 release-notes dr-xr-xr-x....