Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
94426cc9
Commit
94426cc9
authored
5 years ago
by
John Thiltges
Browse files
Options
Downloads
Patches
Plain Diff
On the Mac/Linux quickstart, swap tusker/crane instructions to crane/rhino
parent
df6c34e5
No related branches found
No related tags found
1 merge request
!138
On the Mac/Linux quickstart, swap tusker/crane instructions to crane/rhino
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/quickstarts/connecting/for_maclinux_users.md
+10
-10
10 additions, 10 deletions
content/quickstarts/connecting/for_maclinux_users.md
with
10 additions
and
10 deletions
content/quickstarts/connecting/for_maclinux_users.md
+
10
−
10
View file @
94426cc9
...
...
@@ -30,11 +30,11 @@ to get access to the HCC cluster **Crane**. Note that <username>
should be replaced by your HCC account username. If you do not have a
HCC account, please contact a HCC specialist
({{
<
icon
name=
"envelope"
>
}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
or go to http://hcc.unl.edu/newusers.
To use the
**
Crane
**
cluster, replace
tusker
.unl.edu with with
crane
.unl.edu.
or go to http
s
://hcc.unl.edu/newusers.
To use the
**
Rhino
**
cluster, replace
crane
.unl.edu with with
rhino
.unl.edu.
{{
<
highlight
bash
>
}}
$ ssh
<username>
@
tusker
.unl.edu
$ ssh
<username>
@
crane
.unl.edu
$
<password>
{{
<
/
highlight
>
}}
...
...
@@ -45,28 +45,28 @@ File Transferring with HCC Supercomputers
For Mac/Linux users, file transferring between your personal computer
and the HCC supercomputers can be achieved through the command
`scp`
.
Here we use
**
Tusker
**
for example.
**
The following commands should be
Here we use
**
Crane
**
for example.
**
The following commands should be
executed from your computer.
**
**Uploading from local to remote**
{{
<
highlight
bash
>
}}
$ scp -r ./
<folder name> <username>@
tusker
.unl.edu:/work/<group name>/<username>
$ scp -r ./
<folder name> <username>@
crane
.unl.edu:/work/<group name>/<username>
{{
<
/
highlight
>
}}
The above command line transfers a folder from the current directory
(
`./`
) of the your computer to the
`$WORK`
directory of the HCC
supercomputer,
Tusker
. Note that you need to replace
`<group name>`
supercomputer,
Crane
. Note that you need to replace
`<group name>`
and
`<username>`
with your HCC group name and username.
**Downloading from remote to local**
{{
<
highlight
bash
>
}}
$ scp -r
<username>@
tusker
.unl.edu:/work/<group name>/<username>/<folder name>
./
$ scp -r
<username>@
crane
.unl.edu:/work/<group name>/<username>/<folder name>
./
{{
<
/
highlight
>
}}
The above command line transfers a folder from the
`$WORK`
directory of
the HCC supercomputer,
Tusker
, to the current directory (
`./`
) of the
the HCC supercomputer,
Crane
, to the current directory (
`./`
) of the
your computer.
### Using Cyberduck
...
...
@@ -74,7 +74,7 @@ your computer.
If you wish to use a GUI, be aware that not all programs will function
correctly with Duo two-factor authentication. Mac users are recommended
to use
[
Cyberduck
](
http://cyberduck.io
)
. It is compatible with Duo, but a
to use
[
Cyberduck
](
http
s
://cyberduck.io
)
. It is compatible with Duo, but a
few settings need to be changed.
Under
**Preferences - General**
, change the default protocol to SFTP:
...
...
@@ -97,7 +97,7 @@ To add an HCC machine, in the bookmarks pane click the "+" icon:
{{
<
figure
src=
"/images/7274500.png"
height=
"450"
>
}}
Ensure the type of connection is SFTP. Enter the hostname of the machine
you wish to connect to (
tusker
.unl.edu,
crane
.unl.edu) in the
**Server**
you wish to connect to (
crane
.unl.edu,
rhino
.unl.edu) in the
**Server**
field, and your HCC username in the
**Username**
field. The
**Nickname**
field is arbitrary, so enter whatever you prefer.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment