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
fa6a5992
Commit
fa6a5992
authored
6 years ago
by
Caughlin Bohn
Browse files
Options
Downloads
Patches
Plain Diff
Fixed General Typos and Spelling issues
parent
bc5d1ae0
No related branches found
No related tags found
1 merge request
!46
QuickStart updates
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/quickstarts/for_maclinux_users.md
+3
-3
3 additions, 3 deletions
content/quickstarts/for_maclinux_users.md
content/quickstarts/for_windows_users.md
+5
-5
5 additions, 5 deletions
content/quickstarts/for_windows_users.md
with
8 additions
and
8 deletions
content/quickstarts/for_maclinux_users.md
+
3
−
3
View file @
fa6a5992
...
@@ -44,7 +44,7 @@ File Transferring with HCC Supercomputers
...
@@ -44,7 +44,7 @@ File Transferring with HCC Supercomputers
### Using the SCP command
### Using the SCP command
For Mac/Linux users, file transferring between your personal computer
For Mac/Linux users, file transferring between your personal computer
and the HCC supercomputers can be achieved through the comm
e
nd
`scp`
.
and the HCC supercomputers can be achieved through the comm
a
nd
`scp`
.
Here we use
**Tusker**
for example.
**
The following commands should be
Here we use
**Tusker**
for example.
**
The following commands should be
executed from your computer.
**
executed from your computer.
**
...
@@ -54,7 +54,7 @@ executed from your computer. **
...
@@ -54,7 +54,7 @@ executed from your computer. **
$ scp -r ./
<folder name> <username>@tusker.unl.edu:/work/<group name>/<username>
$ scp -r ./
<folder name> <username>@tusker.unl.edu:/work/<group name>/<username>
{{
<
/
highlight
>
}}
{{
<
/
highlight
>
}}
The above comm
e
nd line transfers a folder from the current directory
The above comm
a
nd line transfers a folder from the current directory
(
`./`
) of the your computer to the
`$WORK`
directory of the HCC
(
`./`
) of the your computer to the
`$WORK`
directory of the HCC
supercomputer, Tusker. Note that you need to replace
`<group name>`
supercomputer, Tusker. Note that you need to replace
`<group name>`
and
`<username>`
with your HCC group name and username.
and
`<username>`
with your HCC group name and username.
...
@@ -65,7 +65,7 @@ and `<username>` with your HCC group name and username.
...
@@ -65,7 +65,7 @@ and `<username>` with your HCC group name and username.
$ scp -r
<username>@tusker.unl.edu:/work/<group name>/<username>/<folder name>
./
$ scp -r
<username>@tusker.unl.edu:/work/<group name>/<username>/<folder name>
./
{{
<
/
highlight
>
}}
{{
<
/
highlight
>
}}
The above comm
e
nd line transfers a folder from the
`$WORK`
directory of
The above comm
a
nd line transfers a folder from the
`$WORK`
directory of
the HCC supercomputer, Tusker, to the current directory (
`./`
) of the
the HCC supercomputer, Tusker, to the current directory (
`./`
) of the
your computer.
your computer.
...
...
This diff is collapsed.
Click to expand it.
content/quickstarts/for_windows_users.md
+
5
−
5
View file @
fa6a5992
...
@@ -12,7 +12,7 @@ weight = "20"
...
@@ -12,7 +12,7 @@ weight = "20"
-
[Access to HCC Supercomputers] (#access-to-hcc-supercomputers)
-
[Access to HCC Supercomputers] (#access-to-hcc-supercomputers)
-
[
For Windows 10 Users
](
#windows-10
)
-
[
For Windows 10 Users
](
#windows-10
)
-
[
For Windows 7 and 8.1 Users
](
#windows-7-and-8-1
)
-
[
For Windows 7 and 8.1 Users
](
#windows-7-and-8-1
)
-
[File Transferring with HCC Supercomputers] (#file-transfering)
-
[File Transferring with HCC Supercomputers] (#file-transfer
r
ing)
-
[SCP - Command Line] (#scp)
-
[SCP - Command Line] (#scp)
-
[WinSCP - GUI] (#winscp)
-
[WinSCP - GUI] (#winscp)
-
[
Tutorial Video
](
#tutorial-video
)
-
[
Tutorial Video
](
#tutorial-video
)
...
@@ -36,7 +36,7 @@ should be replaced by your HCC account username. If you do not have a
...
@@ -36,7 +36,7 @@ should be replaced by your HCC account username. If you do not have a
HCC account, please contact a HCC specialist
HCC account, please contact a HCC specialist
({{
<
icon
name=
"envelope"
>
}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
({{
<
icon
name=
"envelope"
>
}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
or go to http://hcc.unl.edu/newusers.
or go to http://hcc.unl.edu/newusers.
To use the
**Crane**
cluster, replace tusker.unl.edu with
with
crane.unl.edu.
To use the
**Crane**
cluster, replace tusker.unl.edu with crane.unl.edu.
{{
<
highlight
bash
>
}}
{{
<
highlight
bash
>
}}
C:
\>
ssh
<username>
@tusker.unl.edu
C:
\>
ssh
<username>
@tusker.unl.edu
...
@@ -117,7 +117,7 @@ For best results when transfering data to and from the clusters, refer to [Handl
...
@@ -117,7 +117,7 @@ For best results when transfering data to and from the clusters, refer to [Handl
### SCP
### SCP
For Windows users, file transferring between your personal computer
For Windows users, file transferring between your personal computer
and the HCC supercomputers can be achieved through the comm
e
nd
`scp`
.
and the HCC supercomputers can be achieved through the comm
a
nd
`scp`
.
Here we use
**Tusker**
for example.
**
The following commands should be
Here we use
**Tusker**
for example.
**
The following commands should be
executed from your computer.
**
executed from your computer.
**
...
@@ -127,7 +127,7 @@ executed from your computer. **
...
@@ -127,7 +127,7 @@ executed from your computer. **
C:
\>
scp -r .
\<
folder name>
<username>@tusker.unl.edu:/work/<group name>/<username>
C:
\>
scp -r .
\<
folder name>
<username>@tusker.unl.edu:/work/<group name>/<username>
{{
<
/
highlight
>
}}
{{
<
/
highlight
>
}}
The above comm
e
nd line transfers a folder from the current directory
The above comm
a
nd line transfers a folder from the current directory
(
`.\`) of the your computer to the `
$WORK
` directory of the HCC
(
`.\`) of the your computer to the `
$WORK
` directory of the HCC
supercomputer, Tusker. Note that you need to replace `
<group
name
>
`
supercomputer, Tusker. Note that you need to replace `
<group
name
>
`
and `
<username>
`
with your HCC group name and username.
and `
<username>
`
with your HCC group name and username.
...
@@ -138,7 +138,7 @@ and `<username>` with your HCC group name and username.
...
@@ -138,7 +138,7 @@ and `<username>` with your HCC group name and username.
C:
\>
scp -r
<username>@tusker.unl.edu:/work/<group name>/<username>/<folder name>
.
\
C:
\>
scp -r
<username>@tusker.unl.edu:/work/<group name>/<username>/<folder name>
.
\
{{
<
/
highlight
>
}}
{{
<
/
highlight
>
}}
The above comm
e
nd line transfers a folder from the
`$WORK`
directory of
The above comm
a
nd line transfers a folder from the
`$WORK`
directory of
the HCC supercomputer, Tusker, to the current directory (
`.\`) of the
the HCC supercomputer, Tusker, to the current directory (
`.\`) of the
your computer.
your computer.
...
...
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