User Tools

Site Tools


exercises:2017_uzh_cmest:login

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
exercises:2017_uzh_cmest:login [2017/09/25 11:08] – [Setup key-based authentication] tmuellerexercises:2017_uzh_cmest:login [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 15: Line 15:
 optionally you may want: optionally you may want:
  
-  * a X11-Server (to be able to start graphical applications on the server and have the output on your computer):+  * a X11-Serverto be able to start graphical applications on the server and have the output on your computer:
     * on Linux: it is enough to be logged-in in a graphical environment (Unity, Gnome, KDE, ...)     * on Linux: it is enough to be logged-in in a graphical environment (Unity, Gnome, KDE, ...)
-    * on Mac OS X/OSX/macOS Sierra: you need [[https://www.xquartz.org/|XQuartz]] +    * on Mac OS X/OSX/macOS Sierra: you need to install [[https://www.xquartz.org/|XQuartz]] 
-    * on Microsoft Windows: you need [[http://sourceforge.net/projects/xming/files/latest/download|XMing]]+    * on Microsoft Windows: you need to install [[http://sourceforge.net/projects/xming/files/latest/download|XMing]]
   * a file transfer tool to copy files from/to the server:   * a file transfer tool to copy files from/to the server:
     * on Linux: put ''%%sftp://tcopt3.chem.uzh.ch%%'' as the address in your file browser and you should be able to browse your home directory after logging in     * on Linux: put ''%%sftp://tcopt3.chem.uzh.ch%%'' as the address in your file browser and you should be able to browse your home directory after logging in
Line 197: Line 197:
 after that you can add and remove modules to be loaded at startup using ''module initadd'' or ''module initrm''. after that you can add and remove modules to be loaded at startup using ''module initadd'' or ''module initrm''.
  
-To add ''vmd'' and ''cp2k'', run for example:+To add ''cp2k'', run for example:
  
 <code> <code>
-$ module initadd vmd 
 $ module initadd cp2k/r18057_2017_09_18 $ module initadd cp2k/r18057_2017_09_18
 </code> </code>
  
-to remove ''vmd'' again from the list of modules to load:+to remove ''cp2k'' again from the list of modules to load:
  
 <code> <code>
-$ module initrm vmd+$ module initrm cp2k
 </code> </code>
  
Line 275: Line 274:
   - Go back to //Session// and click //Save//, then //Open// to login   - Go back to //Session// and click //Save//, then //Open// to login
   - Now //PuTTY// should directly login (given that you have saved the username as well as described above) without asking for a password   - Now //PuTTY// should directly login (given that you have saved the username as well as described above) without asking for a password
 +
 ==== Simplify the login ==== ==== Simplify the login ====
  
exercises/2017_uzh_cmest/login.1506337693.txt.gz · Last modified: 2020/08/21 10:15 (external edit)