1. Install Brew on your Mac http://osxdaily.com/2018/03/07/how-install-homebrew-mac-os/ 2. Install AWSCLI using Homebrew on Mac Make sure you have Python3 installed…
Author Shadab Mohammad
DynamoDB is one of the hidden gems of the NoSQL world. It is true serverless database. It is amazing that…
Oracle 19c is now available to use on Oracle Live SQL
One of my readers today send me an error they got while restoring a database via RMAN RMAN> startup mount;…
This error usually would come up on your APEX/ORDS instance if the user apex_public_user has expired. The quickest solution is…
In my previous article we had fun with Shell Scripts by automating birthday alerts via email. Using the same logic…
Shell scripting is one of the most entertaining ways to learn programming. Shell scripting is infact a programming language in…
$ ssh-add -k /home/oracle/wha.pem Error : Could not open a connection to your authentication agent To solve this issue :…
1. Install putty $ yum install putty 2. Convert the ppk file to pem file $ puttygen wha.ppk -O private-openssh…
In my previous article I showed you how to use Letsencrypt to secure a production Apex instance. This is specially…
When your trying to connect to a remote server via pem key and it asks you for the passphrase everytime…
FastConnect is a network connectivity alternative to the public internet for connecting an on-premises #datacenter or network with Oracle #Cloud…
If you have a Linux server or Mac machine you can use the ApacheBench utility to do a quick benchmar…