A Blog on DevOps and Hybrid Cloud

Connecting to a Linux Instance from a Windows System Using PuTTY

Tags: SSH

Published May 14, 2024, 6:03 a.m. by cloudblog

SSH private key files generated by Oracle Cloud Infrastructure are not compatible with PuTTY. If you use a private key file that was generated during the instance creation process, you …

Creating a Python virtual environment

Tags: python

Published May 14, 2024, 5:58 a.m. by cloudblog

When you write Python applications, you will usually use packages and modules that are not included in the standard Python library. You may have Python applications that require a different version …

django-versatileimagefield

Tags: DJANGO

Published May 14, 2024, 5:56 a.m. by cloudblog

Intro

Blog has its own ImageField model field, designed to make it easy to attach an image to your model. Users can upload an image (for example, through the Blog …