Skip to content

Strigo Orientation

User Interface Overview

width=90%,height=90%

  • Profile - The profile represents how the instructor and other students see you in the classroom environment, you can change your display name and picture.

  • Toggle to Follow - "Follow Presenter" toggle to sync with the instructor's presentation.

  • Slides - Presentation with selectable text and clickable links. You can follow the instructor or browse the slides at your own pace.

  • Whiteboard - A board where the instructor can draw and share textual information.

  • Code Snippets - Code snippets are pieces of code that the instructor can share. You can always view them and use during lab time.

  • Presenter's Screen - View the instructor's lab, full desktop screen or specific applications.

  • My Lab - Hands on practice lab. The lab comes equipped with a terminal and a code editor connected to a cloud server.

  • Help - Click to access available information of the Virtual Classroom.

  • Video Panel - The video stream source is dynamic and depends on the instructor's configuration. It can be the instructor's video feed, a student who asked to speak or a split feed while in a one on one session.

  • Chat - The built-in chat client supports both private and public chat rooms. Use it to communicate with the instructor and other students.

  • Raise hand - Let the instructors know you need help.

Note:

When you are not currently following the instructor's presentation (this can happen when you change to another area of the course), a sign will be displayed. To revert back to following the presentation, just toggle the switch!

width=45%,height=45%

Chat Tips

  1. Both public and private chat is available in the virtual classroom. Start a chat or view messages with the following steps:

    width=60%,height=60%

    • Click on the icon of a person, located on the top right under the video panel
    • Click on "Public" for public chat or on the name of the person
  2. When you are in the private chat, the name of the person will show in the top left of the chat box.

    width=60%,height=60%

  3. Let's talk classroom (public) chat best practices. Our instructors often prompt students for feedback. For example, they may ask the class to enter one of the following characters to engage with everyone:

    width=25%,height=25%

    • + - Indicate that you are tracking / agreeing with your instructor
    • q - Type a "q" before a question to indicate you have a question

Lab Environment

The your virtual environment for labs is built on Ubuntu 20.04 Linux virtual machine.

Initial Access

  1. Click on the "My Lab" button

width=58%,height=58%

Instructor Help

In the event any assistance is needed during the course, you can request assistance and work side by side with an instructor. When an instructor is connected to your lab session, you will see the following sign:

width=58%,height=58%

Home Directory

Your files are located under your home directory or "~". You can easily change back to your "home" at any time by executing the command "cd" in the terminal.

width=40%,height=40%

Opening Kibana

  1. Open the Lab Environment.
  2. Hover with your cursor above the "Kibana" button.
  3. A small box with arrow icon will appear in the top right of the button. Click on this icon to open Kibana in a new tab.

width=60%,height=60%

Get the public IP address of the Lab environment

  1. Open the Lab Environment.
  2. Click on the gear icon above the bash terminal width=70%,height=70%
  3. It opens pop-up with the private and public IPs ETC width=70%,height=70%

Note:

To verify you could run curl -XGET https://localhost:9200 -k -u training:nonprodpwd. If that works, replace localhost with the IP address

New Terminal Tabs

  1. Click on the "My Lab" button.
  2. Click on "+" sign.

width=60%,height=60%

File Editing

You can use standard editors like "nano" and "vim" within the provided terminal to edit files. But an embedded file editor is also provided within the Strigo Virtual Classroom.

Opening the Editor

  1. Click on the "My Lab" button.
  2. Click on "Editor" button, located in the top of the page.

width=55%,height=55%

Editor UI

  • New - Open a new tab with a file.
  • Open - Open a file (default directory is the root).
  • Save - Save the file.
  • Save as - Save the current file with a new name/location.

width=60%,height=60%

Saving a File

After clicking "Save" (located at the top), a dialog will open:

  1. Select the directory where the file will be saved (default directory is the root).
  2. Change the file name and the extension.
  3. Click on "Save".

width=60%,height=60%