A Blog on DevOps and Hybrid Cloud

How to login OCI with different tenancy

Tags: OCI

Published Nov. 12, 2024, 8:05 a.m. by cloudblog

Below are the steps to log in with multiple tenancy structures.

1. Log in to https://cloud.oracle.com with a different account option.

2. Put the tenancy name

3. Choose the SSO …

Step-by-Step: Installing Certbot on Oracle Linux 7

Tags: CERTBOT

Published Sept. 22, 2024, 7:11 a.m. by cloudblog

Update your package list:

sudo yum update

Install Certbot:

pip install certbot

Install working version of setuptools with certbot.

pip install setuptools==66.1.1
 

pip install certbot-apache

=============

In …

How to integrate rasa open source to the Django running website

Tags: django_rasa

Published July 28, 2024, 10:15 a.m. by cloudblog

Integrating Rasa Open Source with a Django website involves several steps to ensure that your chatbot can interact seamlessly with your existing Django application. Here’s a step-by-step guide to help …