From 202ee2f704db5c220d5fd1fb5fd5949ea4aff38e Mon Sep 17 00:00:00 2001 From: Caughlin Bohn <cbohn4@unl.edu> Date: Mon, 10 May 2021 16:00:36 -0500 Subject: [PATCH] Updated to full Windows 10 and UNL Ondrive --- content/connecting/putty.md | 7 ++++--- content/connecting/terminal.md | 11 ++++++----- content/handling_data/_index.md | 2 +- .../data_transfer/using_rclone_with_hcc.md | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/content/connecting/putty.md b/content/connecting/putty.md index 6bcfcd7e..af0f121c 100644 --- a/content/connecting/putty.md +++ b/content/connecting/putty.md @@ -8,8 +8,9 @@ weight = "20" ##### Please see [Setting up and Using Duo]({{< relref "setting_up_and_using_duo" >}}). - [Connecting to HCC Clusters](#connecting-to-hcc-clusters) - - [For Windows 10 Users](#windows-10) - - [For Windows 7 and 8.1 Users](#windows-7-and-8-1) +- [### Windows 10](#-windows-10) +- [### Windows 7 and 8.1](#-windows-7-and-81) + - [Next Steps:](#next-steps) ## Connecting to HCC Clusters @@ -22,7 +23,7 @@ If you have a MacOS or Linux system, please see [Connecting with Terminal] ### Windows 10 -------------- -Newer Windows users (Windows 10 build version 1803 and later), can connect using the +Windows 10 users, can connect using the Command Prompt. Please see [Connecting with the Terminal]({{< relref "/connecting/terminal" >}}) for more details. diff --git a/content/connecting/terminal.md b/content/connecting/terminal.md index ba30986d..e66fb603 100644 --- a/content/connecting/terminal.md +++ b/content/connecting/terminal.md @@ -7,11 +7,12 @@ weight = "10" ##### Use of Duo two-factor authentication is **required** to access HCC resources. ##### Please see [Setting up and Using Duo]({{< relref "setting_up_and_using_duo" >}}). --- -- [Starting Terminal](#starting-terminal) +- [Starting Terminal:](#starting-terminal) - [MacOS](#macos) - [Linux](#linux) - [Windows](#windows) -- [Connecting to HCC Clusters](#connecting-to-hcc-clusters) + - [Connecting To HCC Clusters](#connecting-to-hcc-clusters) + - [Next Steps:](#next-steps) # Starting Terminal: @@ -32,14 +33,14 @@ Continue to connect by following the [connection directions below](#connecting-t ## Windows -Computers with newer versions of windows (Windows 10 build version 1803 and later), -can connect using the Command Prompt. To start the command prompt, open the start menu +The command prompt on Windows systems can be used to connect to HCC Resources. +To start the command prompt, open the start menu and type `cmd`. Press `enter` to run. You should see a prompt - a string of text, followed by a `$` or `>` character and a blinking cursor. Continue to connect by following the [connection directions below] (#connecting-to-hcc-clusters). -If you are using an older versions of Windows, you will need to [download an SSH client]({{< relref "putty">}}) +If you are using an older versions of Windows, you will need to [download an SSH client such as PuTTY.]({{< relref "putty">}}) ### Connecting To HCC Clusters diff --git a/content/handling_data/_index.md b/content/handling_data/_index.md index 4b16681a..31e22fe3 100644 --- a/content/handling_data/_index.md +++ b/content/handling_data/_index.md @@ -12,7 +12,7 @@ each intended for a different purpose. The three areas are `/common`, `/work`, a HCC also offers a separate, near-line archive with space available for purchase called Attic. Attic provides reliable large data storage that is designed to be more reliable than `/work`, and larger than `/home`. More information on Attic and how to transfer data to and from Attic can be found on the [Using Attic]({{<relref "data_storage/using_attic">}}) page. -You can also use your [UNL Box.com]({{< relref "integrating_box_with_hcc" >}}) account to download and +You can also use your [UNL OneDrive Account]({{< relref "data_transfer/using_rclone_with_hcc/" >}}) account to download and upload files from any of the HCC clusters. For moving general data into or out of HCC Resources, users are recommended to use [scp]({{<relref "data_transfer/scp" >}}) for command line transfers on Windows 10, MacOS, and Linux, or for graphical transfers, [WinSCP]({{<relref "data_transfer/winscp" >}}) for Windows, and [CyberDuck]({{<relref "data_transfer/cyberduck" >}}) for MacOS and Linux diff --git a/content/handling_data/data_transfer/using_rclone_with_hcc.md b/content/handling_data/data_transfer/using_rclone_with_hcc.md index db5fa93d..675e5893 100644 --- a/content/handling_data/data_transfer/using_rclone_with_hcc.md +++ b/content/handling_data/data_transfer/using_rclone_with_hcc.md @@ -10,7 +10,7 @@ This tool can be used to transfer files between HCC clusters and outside cloud p --- ### Setup RClone -1. You must be able to access your [NU Office365 accunt](http://office.com/) account before beginning this process. Contact your local campus IT support if you need help with initial account setup. +1. You must be able to access your [NU Office365](http://office.com/) account before beginning this process. Contact your local campus IT support if you need help with initial account setup. 2. Due to the clusters being remote machines, **Rclone will need to be installed on your [local machine](https://rclone.org/downloads/) in order to authorize OneDrive**. Some services, such as Google Drive, do not require Rclone to be installed on your local machine. -- GitLab