Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.38 KB

WiFi-SSHinstruction.md

File metadata and controls

64 lines (34 loc) · 1.38 KB

WiFi

network name: popgen

password: popgenlab

SSH

For this course we will work on the High Performance Cluster of the Istituto Nazionale di Fisica Nucleare

The filesystem has been generated according to this structure

yay

Each has writing permission only in the folder(s) with their name and reading permission to any folder.

To connect to the INFN machine using SSH from a Linux terminal use:

ssh -Y yourusername@elixirschool.recas.ba.infn.it

the -Y tag enable graphical options

Username and password were given to you at the reception

Transfer files from the server to local computers

I have a linux computer

open a terminal and scp to your local machine

scp username@elixirschool.recas.ba.infn.it:/home/username/myfiletotransfer.extension .

I have a mac

open a terminal and scp to your local machine

scp username@elixirschool.recas.ba.infn.it:/home/username/myfiletotransfer.extension .

in alternative download and use cyberduck

I have a PC

download and use winscp and follow instructions

Open pdfs on the INFN machine

To open pdfs use evince

evince  mypdf.pdf

thanks to Giacinto Donvito, Mario Aversano, Claudia Rallo