From 669bcbd934d14a80fa6f414dd9f667ca5322534d Mon Sep 17 00:00:00 2001 From: Carrie A Brown <cbrown58@unl.edu> Date: Mon, 27 Jan 2020 15:12:07 -0600 Subject: [PATCH] Fixed minor typos and formatting --- content/connecting/terminal.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/connecting/terminal.md b/content/connecting/terminal.md index 9951e798..785ac13b 100644 --- a/content/connecting/terminal.md +++ b/content/connecting/terminal.md @@ -66,8 +66,8 @@ Type `yes` to indicate that you do intend to connect to Crane. You will then be prompted for your password. -{{% notice info %}}**Note that when entering your password, the characters you type will -not be displayed on screen for security reasons.**{{% /notice %}} +{{% notice info %}}Note that when entering your password, the characters you type will +not be displayed on screen for security reasons.{{% /notice %}} Once the account password is entered successfully, two-factor authentication prompt will appear. @@ -93,10 +93,12 @@ if your prompt changes to the following: ### Next Steps: Now that you are connected, check out these resources to learn more: + - [Handling Data]({{< relref "../handling_data/">}}) - [Running Applications]({{< relref "../applications/">}}) - [Submitting Jobs]({{< relref "../submitting_jobs/">}}) If you are not familiar with using command line Linux, check out these resources: + - [Basic Linux Commands]({{< relref "basic_linux_commands">}}) - [Software Carpentry Introduction to the Unix Shell Lesson](http://swcarpentry.github.io/shell-novice/) -- GitLab