This is an old revision of the document!


DO NOTE READ THIS PAGE ... WORK IN PROGRESS \\

1) Open a terminal

Open a terminal on linux using gnome

please note: depending of the operating system and software version command names can change…
a)Here there are two examples using gnome:

  • 1) click on Applications , 2) click on System Tools, 3) click on Terminal;
  • 1) click on Applications, 2) click on Accessories, 3) click on Terminal.

open a terminal using gnome
Go to Open a ssh connection on linux


Open a terminal on linux using kde

please note: depending of the operating system and software version command names can change…
a) Here there are two examples using kde:

  • 1) click on the icon on the main bar to open the main menu, 2) click on System, 3) click on Terminal;
  • 1) click on the icon on the main bar to open the main menu, 2) click on System Tools, 3) click on Terminal.

open a terminal using kde


2-L->W ) Copying a file from your laptop to your sissa workstation

  • 1) at the prompt write:
    scp file_location_ address/file_name your-sissa-username@name-of-your-workstation:file_destination_address/file_name

In the following example the sissa-username is jsmith, the workstation-name is bluestar.ap.sissa.it, the file_location_ address is the working folder so it is omitted, the file name is file_name, the file_destination_address is ~/Desktop/ and will be copied with the same name.

  • 2) at the prompt write your sissa password when requested.

scp file_location_ address/file_name your-sissa-username@name-of-your-workstation:file_destination_address/file_name...


2-W-->L ) Copying a file from your sissa workstation to your laptop

  • 1) at the prompt write:
    scp your-sissa-username@name-of-your-workstation:file_location_address/file_name file_destination_ address/file_name

In the following example the sissa-username is jsmith, the workstation-name is bluestar.ap.sissa.it, the file_location_ address is the ~/Desktop, the file name is file_name, the file_destination_address is ~/Desktop and will be copied with the same name.

  • 2) at the prompt write your sissa password when requested.

scp your-sissa-username@name-of-your-workstation:file_destination_address/file_name file_location_ address/file_name.

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information