Introduction to Linux in HPC/SSH Graphics File Transfer
Introduction to Linux in HPC/SSH Graphics File Transfer /
Jump to navigation
Jump to search
Revision as of 15:51, 22 November 2020 by Robert-schade-e757@uni-paderborn.de (talk | contribs)
Tutorial | |
---|---|
Title: | Introduction to Linux in HPC |
Provider: | HPC.NRW
|
Contact: | tutorials@hpc.nrw |
Type: | Multi-part video |
Topic Area: | HPC Platforms |
License: | CC-BY-SA |
Syllabus
| |
1. Background and History | |
2. The Command Line | |
3. Linux Directory Structure | |
4. Files | |
5. Text display and search | |
6. Users and permissions | |
7. Processes | |
8. The vim text editor | |
9. Shell scripting | |
10. Environment variables | |
11. System configuration | |
12. SSH Connections | |
13. SSH: Graphics and File Transfer | |
14. Various tips |
This tutorial explains how to view a graphical program that runs on a remote computer, e.g. an HPC cluster, on your local computer with X-forwarding. It also describes how to copy files between your local computer and a remote computer as well as copying files between two remote computers with SCP.
Video
Quiz
Which operating system do you need on your local computer to forward your graphical programs from a Linux cluster to it via ssh-X-forwarding?
Is X-Forwarding with
-X
or with -X -Y
more secure?
Can you access files on your local computer in a program that was started via X-forwarding on a different computer?
Who can you copy a directory
mydir
on your local computer via scp to the home directory of the user username
on the remote computer remotehost
?
Are there graphical variants that you can use instead of
scp
?