Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
HCC docs
Commits
94426cc9
Commit
94426cc9
authored
Jul 02, 2019
by
John Thiltges
Browse files
On the Mac/Linux quickstart, swap tusker/crane instructions to crane/rhino
parent
df6c34e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/quickstarts/connecting/for_maclinux_users.md
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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment