Faris Durrani

Faris Durrani @farisdurrani

About: Software Engineer at Mythics, LLC

Location:
Atlanta, GA
Joined:
Nov 4, 2021

Faris Durrani
articles - 49 total

How to retrieve the OCI instance ID from within itself

How to retrieve the OCID of a compute instance in Oracle Cloud from within itself using Instance...

Learn More 0 0Jun 25

How to post custom metrics into OCI using the CLI

How to post custom metrics to Oracle Cloud Prerequisites You have the METRIC_WRITE...

Learn More 0 0Jun 21

How to enable Email MFA in OCI

How to enable the email option in MFA in Oracle Cloud 1️⃣ Go to your Identity Domain Go...

Learn More 0 1Jun 18

How to get OCI tenancy OCID from OCI CLI

How to retrieve the Oracle Cloud tenancy OCID using the OCI CLI oci iam compartment list --query...

Learn More 0 1Jun 16

How to use Functions in OCI (Python)

Oracle Cloud's answer to serverless architecture--an overview of how to use it in Python including...

Learn More 0 0Jun 13

An Overview to OCI IAM Policies

An overview to Oracle Cloud's Identity Access and Management policies–syntax and usage Oracle...

Learn More 0 0May 23

How to install Docker on RedHat/Oracle Linux

To install docker on the Fedora/Centos/RedHat/Oracle Linux OS and to grant it sudo privileges, follow...

Learn More 0 0May 6

Free $245 Oracle Certifications till May 15th

While all Oracle Cloud and software trainings are free to watch on https://mylearn.oracle.com, the...

Learn More 9 0Apr 8

How to install OCI Management Agent into a Ubuntu 22.04 instance

How to install an Oracle Cloud Management Agent into a Ubuntu 22.04 VM compute instance in the Oracle...

Learn More 0 0Apr 8

How to install a GUI in Ubuntu 22

How to install, connect to, restart, and change the password for a GUI interface on Ubuntu 22.04...

Learn More 0 0Apr 8

A non-exhaustive list of all OCI policy Aggregate Resource Types

Here, we compile a list of all the OCI policy resource families (formally, Aggregate Resource...

Learn More 1 0Mar 17

Advanced OCI CLI Syntax and Commands

A brief tutorial of the more advanced command structures of the Oracle Cloud Infrastructure CLI The...

Learn More 1 0Mar 17

How to switch OCI profiles in deploying an OCI Function

Oracle Cloud Infrastructure's Function is the equivalent of the serverless function Lambda in AWS. ...

Learn More 1 0Jan 7

A simple Java script to verify you're using Java 17+

Looking at Oracle's Java Downloads page, we see the following downloadable LTS versions of...

Learn More 1 0Nov 19 '24

Setting up auto brew update using crontab

On MacOS, brew is a package manager that helps install, manage, and update packages using the...

Learn More 0 0Nov 12 '24

How to deploy an Apache web app using Oracle Cloud

Let us create a basic public Apache web app using the Oracle Cloud Infrastructure (OCI)'s virtual...

Learn More 5 0Oct 30 '24

Draft: Jira API with React

**This article is a work in progress...** How to connect and use your Jira API with a React...

Learn More 6 1Sep 28 '24

OCI Quota policy to limit vault count

Here is a simple quota policy you can set in Governance > Quotas to limit the amount of vaults in...

Learn More 0 0Sep 28 '24

Listing compartments in OCI using Python

We learn how to simply list all compartments of a given compartment in Oracle Cloud using Python. ...

Learn More 0 0Sep 25 '24

How to list all OCI resources in a Tenancy or Compartment

We walk through how to use list all Oracle Cloud resources in a single tenancy or compartment. ...

Learn More 8 0Sep 25 '24

Save money for OCI Instances by auto-shutting down outside of business hours

Using Oracle Cloud's Resource Scheduler to auto-shut down compute instances outside of business...

Learn More 0 0Sep 23 '24

Draw Diagrams in READMEs using Mermaid

The Markdown format is a blessing for documentation. While many are aware it can create headings,...

Learn More 3 0Sep 16 '24

Using OCI Bucket for Terraform/OpenTofu remote state backend

Store Terraform state files in Oracle Cloud Infrastructure (OCI) Object Storage by configuring an...

Learn More 6 2Jul 2 '24

Set up Microsoft Entra SSO Login and JIT in Oracle OCI

How to set up federated SSO login, including Just-in-time (JIT) provisioning, between the Oracle...

Learn More 4 2Apr 15 '24

Is M1 amd, x64, aarch, or arm?

amd64 = x64    !=     aarch64 = arm64 = M1

Learn More 0 0Jul 28 '23

Downloading a file from Oracle Object Storage using Node.JS

We extend the tutorial of How to download a file in a full-stack React app to learn how to download a...

Learn More 1 0Jul 23 '23

Uploading a file to Oracle Object Storage using Node.JS

We extend the tutorial of How to upload a file in a full-stack React app to learn how to upload a...

Learn More 9 0Jul 23 '23

How to download a file in a full-stack React app

Today, we'll learn how to download a file from the backend server to be downloaded in the client...

Learn More 13 0Jul 23 '23

How to upload a file in a full-stack React app

Today, we'll learn how to upload a file from the frontend client to be downloaded in the backend...

Learn More 2 0Jul 23 '23

A simple React Next + Node app in Typescript

In this tutorial, we'll be talking about how to create a simple application with a frontend and...

Learn More 0 0Jul 23 '23