Skip to content

Instantly share code, notes, and snippets.

GCP Login

  • Command-Line Interface SDK
  • Google Compute Engine documentation gcloud

Actions

  1. Open a command line session using Terminal/xterm/putty or equiv

  2. Run the gcould init command to authenticate through the webui using an Account and Password

    $ gcloud init
    

Azure Create SOLO CentOS Linux Virtual Machine (VM)

Actions

  1. Open a command line session using Terminal/xterm/putty or equiv
  2. Run the az command to authenticate through the webui using a Microsoft Account and Password

GCP Create SOLO Debian Linux Virtual Machine (VM)

  • Command-Line Interface SDK
  • Google Compute Engine documentation gcloud

Actions

  1. Open a command line session using Terminal/xterm/putty or equiv

  2. Display the current configuration with gcloud info (set LC_CTYPE, if current setting is not supported by gcloud)

    $ LC_CTYPE=C gcloud info --format='text(config.account,config.project)'
    

config.account: USER@FQDN

Infrastructure as Code (IaC) with Terraform HCL for GCP

The purpose of infrastructure as code (IaC) is to create and execute code to define, create, modify, and delete computing, storage and networking infrastructure, with consistency.

  • Basics with Terraform HCL
    $ terraform init
    $ terraform plan
    $ terraform apply
    

Infrastructure as Code (IaC) with Terraform HCL for Azure

The purpose of infrastructure as code (IaC) is to create and execute code to define, create, modify, and delete computing, storage and networking infrastructure, with consistency.

  • Basics with Terraform HCL
    $ terraform init
    $ terraform plan
    $ terraform apply
    

Infrastructure as Code (IaC) with Terraform HCL for AWS

The purpose of infrastructure as code (IaC) is to create and execute code to define, create, modify, and delete computing, storage and networking infrastructure, with consistency.

  • Basics with Terraform HCL
    $ terraform init
    $ terraform plan
    $ terraform apply
    

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Detect text in images
  2. Detect handwriting in images
  3. Detect text in files
  4. Detect faces in images
  5. Detect multiple objects in images
  6. Detect web references to an image N/A

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Detect text in images
  2. Detect handwriting in images
  3. Detect text in files
  4. Detect faces in images
  5. Detect multiple objects in images
  6. Detect web references to an image