A Blog on DevOps and Hybrid Cloud

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 …

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 …