User Tools

Site Tools


other:newppl:starting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:newppl:starting [2019/07/12 15:13]
jypeter [Project specific directories] Added warning
other:newppl:starting [2020/02/06 09:46]
jypeter [Interactive access]
Line 483: Line 483:
   - Send a mail to //​help-lsce//,​ and request an access to the //ssh1// server   - Send a mail to //​help-lsce//,​ and request an access to the //ssh1// server
   - Use ''​ssh''​ to **connect** to //ssh1//   - Use ''​ssh''​ to **connect** to //ssh1//
-    * From a Linux/mac desktop: ''​ssh -A -X your_lsce_login@ssh1.lsce.ipsl.fr''​ +    * From a terminal on a Linux/Windows10/​Mac computer: ''​ssh -A -X your_lsce_login@ssh1.lsce.ipsl.fr''​ 
-    * From a Windows ​desktop+    * From a Windows ​computer
-      * Text only: use [[other:win7apps#putty|Putty]] +      * Text only: use [[other:win10apps#putty_pageant|Putty]]. Putty allows you to open text terminals on remote computers 
-      * Text graphics. This is more complex to set up, and you need to use one of the options below: +      * Text **and graphics**: you need to [[https://​wiki.lsce.ipsl.fr/​pmip3/​doku.php/​other:win10wsl#using_an_x_server|install an server]] on your computer in order to display the graphics 
-        * use [[other:win7apps#​vcxsrv_windows_x_server|VcXsrv]] +  - You can access all LSCE disks from //ssh1//, but there is only a limited number of programs that you can run, so you have to go from //ssh1// to //obelix// or //irene// with one of the ''​ssh''​ commands below:
-        * use [[other:win7apps#cygwin-x|cygwin/X]] +
-        * use [[other:​index#​virtualbox_notes|VirtualBox]] +
-  - You can access all LSCE disks from //ssh1//, but there is only a limited number of programs that you can run, so you have to go from //ssh1// to //obelix// or //curie// with one of the ''​ssh''​ commands below:+
     * ''​ssh obelix''​     * ''​ssh obelix''​
     * ''​ssh your_tgcc_login@curie-ccrt.ccc.cea.fr''​     * ''​ssh your_tgcc_login@curie-ccrt.ccc.cea.fr''​
Line 506: Line 503:
 ==== Copying files to/from LSCE ==== ==== Copying files to/from LSCE ====
  
-If you need to **transfer** files to/from LSCE, use ''​scp''​ (on Linux), or an scp client such as [[other:win7apps#​winscp|WinSCP]] (on Windows) between your computer and ''​ssh1.lsce.ipsl.fr''​+If you need to **transfer** files to/from LSCE, use ''​scp''​ (on Linux and Windows 10), or a graphical ​scp client such as [[https://​wiki.lsce.ipsl.fr/​pmip3/​doku.php/​other:win10apps#​winscp|WinSCP]] (on Windows) between your computer and ''​ssh1.lsce.ipsl.fr''​
  
-  * Example from a Linux/mac desktop: ''​scp -p file_outside_lsce ​your_lsce_login@ssh1.lsce.ipsl.fr:/​home/​scratch01/​your_lsce_login/''​+  * Example
 +    * Sending **one file** ​from a Linux/Windows10/​Mac computer to your //scratch// directory at LSCE:\\ ''​scp -p file_on_your_computer_outside_lsce your_lsce_login@ssh1.lsce.ipsl.fr:/​home/​scratch01/​your_lsce_login/''​ 
 +    * Sending recursively **a full directory**:​\\ ''​scp -pr directory_on_your_computer_outside_lsce ​your_lsce_login@ssh1.lsce.ipsl.fr:/​home/​scratch01/​your_lsce_login/''​
  
 ===== What next? ===== ===== What next? =====
other/newppl/starting.txt · Last modified: 2024/04/24 12:37 by jypeter