Demos

Connect to a Cloud VM host using VS Code with a Remote SSH extension

On your VS Code install an extension Remote – SSH from Microsoft Set up your SSH Key: using your terminal navigate to ~/.ssh Place your public key on the vm in ~/.ssh/authorized_keys Make sure permissions are correct: chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys Add the VM to your SSH config Edit ~/.ssh/config on your laptop:…

Installing a Jupyter Notebook on a Compute instance running OEL8 on OCI

On my last blog post, I described the steps to install a jupyter lab notebook on a local machine running MacOS. This post will describe the steps to install a Jupyter lab on a compute instance running on Oracle Enterprise Linux 8 (OEL8) on Oracle cloud infrastructure. Step 1: SSH to the the instance Step…

How to install a Jupyter notebook on a Mac book

Step 1: Install Homebrew if not already installed (Homebrew is a package manager for MacOS) Step 2: Install Python Step 3: Verify Python installation You should get something like this below: Step 4: Install Jupyter Lab using pip command Step 5: Verify installation Step 6: launch Jupyter Notebook Jupyter notebook launches on a webpage, on…

Using OCI Generative AI to categorise email feedback and send responses

OCI Generative AI is a fully managed Oracle Cloud Infrastructure service that provides customizable large language models (LLMs) that cover a wide range of use cases, including chat, text generation, summarization, and creating text embeddings. You can use APIs & scripts to embed OCI Gen AI to your applications after testing it out on the…

Something went wrong. Please refresh the page and/or try again.

Get new content delivered directly to your inbox.