Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

Introduction:

This tutorial is available for download as a PDF here.

  • This workshop will introduce how to use the vim command-line text editor within a Linux environment. 

  • It will cover the basics on opening and updating a text file, how to navigate around the text, and how to search for terms. 

  • After the workshop, participants will have the skills to use a text editor to create basic scripts. 

  • Participants are expected to have an introductory level of experience using Linux from the command line – such as that provided by the Intro to Linux workshop.

Course Goals:

  • To introduce users, using the Linux command line environment, to text editors: Specifically vim.

  • Open, edit, update, save and quit a text editor.

  • Use the keyboard and shortcuts to navigate around the text file.

  • Use the command line to search for terms within the text file.


01 Getting Started
02 Why do we need a Text Editor?
03 Other Text Editors

Nano
Emacs


01 Getting Started


Login (Skip if you’ve done this already)

  1. Open up Chrome

  2. Navigate to: MedicineBow OnDemand

  3. Type in your provided username and password. Usually this will be your UWYO username and password, unless you are using an assigned training account.

  4. Authenticate using your preferred 2 factor method (expandable directions below):

 Duo Mobile push:

If you usually get a two-factor push to your phone, just hit enter after entering your username and password, then complete authentication by approving the push on your device.

pushapprove.png
 Phone Call:

Without hitting enter after typing in your username and password, in the password text box, append a comma (,) to the end of your password, then append phone as shown in the screenshot below:

You should get a phone call on your main phone # associated with your two factor account. Answer this call and hit # to approve access.

 Duo Passcode

If you prefer to use a 2 factor passcode from your Duo Mobile app, without hitting enter after typing in your username and password, in the password text box, append a comma (,) to the end of your password, then append the multi digit passcode found in duo mobile as shown in the screenshot below:

 Yubikey:

Type in the account password, then, without hitting enter, append a comma (,) to the end of the password, then touch the light on the yubikey as shown in the screenshot and photo below:

Then hit the green light on your yubikey to authenticate:

yubikey.jpeg


Start MedicineBow Shell Access

MedicineBowShell.png

image-20240731-224939.png


02 Why do we need a Text Editor?

02.01: Using the Terminal/Command-Line

  • We have a non-GUI/non-Windows environment.

  • Unable to start a GUI/Window text-editor type application.

  • We’re using the command-line.


02.02: Available Text Editors


02.03: Why vim?

  • Considerations:

    • What’s available on the system you’re using?

    • Can you install other editors?

    • What is your personal choice?

    • Note: On our MedicineBow cluster, vi is an alias for vim – meaning if you start vi, vim will start.


Navigation

 

 

  • No labels