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 [2018/07/16 09:13]
jypeter [Miscellaneous information] Added more useful links
other:newppl:starting [2019/04/24 09:58]
jypeter Started the which/module section
Line 12: Line 12:
   * [[http://​internationaloffice.ceasaclay.com/?​lang=en|CEA Saclay International Office]] //Our multilingual staff is readily available to assist you through immigration procedures and to help you settle in France//   * [[http://​internationaloffice.ceasaclay.com/?​lang=en|CEA Saclay International Office]] //Our multilingual staff is readily available to assist you through immigration procedures and to help you settle in France//
   * [[https://​www.universite-paris-saclay.fr/​en/​e-international-welcome-office|e-International Welcome Office]] //​Paris-Saclay university help to prepare for your arrival in France and help you settle down in the best conditions//​   * [[https://​www.universite-paris-saclay.fr/​en/​e-international-welcome-office|e-International Welcome Office]] //​Paris-Saclay university help to prepare for your arrival in France and help you settle down in the best conditions//​
 +  * [[https://​logement.campus-paris-saclay.fr/​| Trouver un logement dans une résidence universitaire]] (in French... //Finding a room in a student dorm//)
   * [[https://​www.science-accueil.org/​en/​|Science Accueil]]   * [[https://​www.science-accueil.org/​en/​|Science Accueil]]
 +
 +===== Phone directory, and map of the building =====
 +
 +==== Using existing information ====
 +
 +  * [[https://​intranet.lsce.ipsl.fr/​en/​Phocea/​Membres/​Annuaire/​index.php|Phone directory]] (intranet)
 +    * Dial **2** + ''​NNNN''​ (last 4 digits) to call somebody at LSCE (or CEA Saclay) from LSCE
 +  * [[https://​intranet.lsce.ipsl.fr/​PlanLabo/​index.html|701 and 714 map]] (intranet)
 +
 +==== Updating the directory/​map information ====
 +
 +<WRAP center round important 60%>
 +It's very important that you update your phone/​office information when you arrive at LSCE, so that other people can find you using the tools above!
 +</​WRAP>​
 +
 +=== Finding your phone number ===
 +
 +Use the following sequence of keys on the //Mitel// phone in your office:
 +  - Select **MENU** (use the downward arrow)
 +  - Select **PARAMETRES** (use the downward arrow)
 +  - Select **GENERAL** (use the downward arrow)
 +  - Select **MON NUMERO**
 +    * This will display your **2** + ''​NNNN''​ phone number
 +    * You can be called from outside with ''​01 69 08 NN NN''​
 +
 +=== Updating your entry in the directory ===
 +
 +  - Find your name in the [[https://​intranet.lsce.ipsl.fr/​en/​Phocea/​Membres/​Annuaire/​index.php|phone directory]]
 +  - Click on **Modifier mes coordonnées** (in blue on the right side)
 +  - Click on **Informations dans l'​annuaire** and update the different fields
 +  - Click on **Envoyez votre demande**
 +
 ===== The LSCE mailing lists ===== ===== The LSCE mailing lists =====
  
Line 86: Line 119:
 Everybody working for CLIM & ESTIMR gets a computer that can be connected to the LSCE network. Please take the time to read the instructions below, that may help make your life easier Everybody working for CLIM & ESTIMR gets a computer that can be connected to the LSCE network. Please take the time to read the instructions below, that may help make your life easier
  
-==== Windows ​computer ====+==== Windows computer ====
  
-Read the notes (and follow the instructions) ​in [[other:​index#​windows_7_notes|Windows 7 notes]], especially the [[other:win7config|Basic Windows ​7 Configuration]] section+Read the notes in [[other:​index#​windows_7_notes|Windows 7 notes]] ​or [[other:index#​windows_10_notes|Windows ​10 notes]], especially the //​Configuring Windows XX// section
  
 === Getting administrator'​s rights === === Getting administrator'​s rights ===
Line 94: Line 127:
 <note warning>​\\ Make sure you know what you are doing and that you are not executing a virus asking you suspicious access rights!\\ </​note>​ <note warning>​\\ Make sure you know what you are doing and that you are not executing a virus asking you suspicious access rights!\\ </​note>​
  
-If an application requests administrator'​s rights to install something or make changes to the computer, **and you are sure it's not a virus**, use the ''​.\adminuser''​ account and the adminuser password you got when your computer was configured, or ask the [[.:​starting?​do=edit#​getting_help_from_the_lsce_system_administrators|system administrators]]. ​+If an application requests administrator'​s rights to install something or make changes to the computer, **and you are sure it's not a virus**, use the ''​.\adminuser''​ account and the ''​adminuser'' ​password you received ​when your computer was configured, or ask the [[.:​starting?​do=edit#​getting_help_from_the_lsce_system_administrators|system administrators]]. ​
  
 ==== Linux computer ==== ==== Linux computer ====
Line 288: Line 321:
 ...</​code>​ ...</​code>​
  
 +===== Which programs should you use? =====
 +
 +Your advisor will let you know which (version of which) programs you should use. Some programs are available by default, and you have to use the ''​module''​ command to access other programs
 +
 +At any time, you can use the ''​which''​ command to determine where a program is located. The option to get the version information of a program may vary (launch the program without arguments, with ''​-v''​ or ''​%%--%%v''​
 +
 +<​code>​ > which ncdump
 +/​usr/​bin/​ncdump
 +
 + > ncdump
 +ncdump [-c|-h] [-v ...] [[-b|-f] [c|f]] [-l len] [-n name] [-p n[,n]] [-k] [-x] [-s] [-t|-i] [-g ...] [-w] file
 +[...]
 +netcdf library version 4.3.3.1 of Dec 10 2015 16:44:18 $
 +
 +</​code>​
 ===== Useful documentation for beginners ===== ===== Useful documentation for beginners =====
  
Line 324: Line 372:
 ===== Getting help (from the LSCE system administrators) ===== ===== Getting help (from the LSCE system administrators) =====
  
-Send a mail to: [[help-lsce@lsce.ipsl.fr]]+Send a mail to //help-lsce//
  
 ==== Describing your problem ==== ==== Describing your problem ====
Line 371: Line 419:
 ==== Interactive access ==== ==== Interactive access ====
  
-  - Send a mail to [[help-lsce@lsce.ipsl.fr]], 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 Linux/mac desktop: ''​ssh -A -X your_lsce_login@ssh1.lsce.ipsl.fr''​
other/newppl/starting.txt · Last modified: 2024/04/24 12:37 by jypeter