Difference between revisions of "Computer support"

From cluster group wiki
Jump to navigation Jump to search
 
(42 intermediate revisions by 2 users not shown)
Line 2: Line 2:
*Gserver is a windows 2008 server located at office 1513, which provides
*Gserver is a windows 2008 server located at office 1513, which provides
: windows client (username: cluster passwd: cluster_pub)
: windows client (username: cluster passwd: cluster_pub)
: http and ftp service (202.127.29.128)
: http and ftp service  
: scanner and DVD burner
: scanner and DVD burner
 
*Connenction
: IP address: 202.127.29.128
: windows: remote desktop
: linux: redesktop


== Hserver Service ==
== Hserver Service ==
* Hserver is a linux server equipped with 4 six core AMD cpus, 48 G memory and 14T hard disk, which provides
* Hserver is a linux server(IP: 202.127.29.3) equipped with 4 six core AMD cpus, 48 G memory and 14T hard disk, which provides high preformance computation and htppd service.
: high preformance computation
 
: personal webpage service
===Connection===
====SSH Connection====
: windows client ([http://mobaxterm.mobatek.net/ MobaXterm])
 
====xrdp (remote desktop)====
:*linux client: rdesktop
example  rdesktop -a 16 -g 1024x768 -r clipboard:CLIPBOARD  202.127.29.3
:*windows client: remote desktop(远程桌面)
 
===Scientific softwar ===
==== IDL libraries ====
: [[coyote library]]
: [[astro_lib]]
: kcorrect [http://cosmo.nyu.edu/blanton/kcorrect/kcorrect_help.html]
: impro [http://www.sos.siena.edu/~jmoustakas/impro_doc.html]
: SDSS idlutils[http://www.sdss3.org/dr8/software/idlutils_doc.php]
: sdssidl [http://code.google.com/p/sdssidl/]
 
====g95====
*wget -O - http://ftp.g95.org/g95-x86-linux.tgz | tar xvfz -
*MAC: wget -O - http://ftp.g95.org/g95-x86-osx.tgz | tar xvfz -
 
==== Intel fortran compiler 11.1 ====
*  [http://cluster.shao.ac.cn/~shen/doc/IFC71/fcompindex.htm  Intel® Fortran Compiler Documentation]
* numeric recipies: 
: F77  librecipes_f.a [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/f77/bookfpdf.html]
: F90: lobrecipes_f90.a [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/f90/bookf90pdf.html]
: c: [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/c/bookcpdf.html Doc]
: source: /usr/local/lib/numrecip_2.10
 
* Nag library (libnag20d.a)
: F77 [http://cluster.shao.ac.cn/~shen/doc/NAG20_doc/fortran77/html/mark20.html]
: F90 [http://cluster.shao.ac.cn/~shen/doc/NAG20_doc/fortran90/html/release4.html]
 
* cfitsio (libcfitsio) [http://heasarc.gsfc.nasa.gov/fitsio/]


===supported software ===
==== ESo-scisoft ====
* IDL 7.1
*See http://www.eso.org/sci/software/scisoft/
: coyote library
* please run `sciinit` command to initialize your scisfot enviroment
: astro_lib


* Intel fortran compiler 10.1
==== starlink ====
2014A  version [http://starlink.jach.hawaii.edu/starlink/2014A]


* scisoft
==== Matlab 7.9 ====


* super Mongo
==== super Mongo ====
* A user friendly plotting programme
* See http://www.astro.princeton.edu/~rhl/sm/


* Matlab


=== personal webpage service ===
===Backup service===
*make your home directory readable
: there is a daily rsync backup: rsync -av home /bak/homebak
>chmod -R 755 ~


*make a public_html directory
===httpd service ===
  >mkdir ~/public_html


*build your personal webpage  
====personal webpage service====
>cd ~/public_html
#make your home directory readable
>cat "hello, world" >> index.html
#:$chmod -R 755 ~
#make a public_html directory
#:$mkdir ~/public_html
#build your personal webpage  
#:$cd ~/public_html
#:$cat "hello, world" >> index.html
   
   
* Your webpage will be avialbe at http://cluster.shao.ac.cn/~yourusername/
* Your webpage will be avialbe at http://cluster.shao.ac.cn/~yourusername/


* How to make my webpage password protected?
* How to make my webpage password protected?
:please google .htaccess and .htpasswd

Latest revision as of 16:23, 25 January 2015

Gserver Service

  • Gserver is a windows 2008 server located at office 1513, which provides
windows client (username: cluster passwd: cluster_pub)
http and ftp service
scanner and DVD burner
  • Connenction
IP address: 202.127.29.128
windows: remote desktop
linux: redesktop

Hserver Service

  • Hserver is a linux server(IP: 202.127.29.3) equipped with 4 six core AMD cpus, 48 G memory and 14T hard disk, which provides high preformance computation and htppd service.

Connection

SSH Connection

windows client (MobaXterm)

xrdp (remote desktop)

  • linux client: rdesktop
example  rdesktop -a 16 -g 1024x768 -r clipboard:CLIPBOARD  202.127.29.3
  • windows client: remote desktop(远程桌面)

Scientific softwar

IDL libraries

coyote library
astro_lib
kcorrect [1]
impro [2]
SDSS idlutils[3]
sdssidl [4]

g95

Intel fortran compiler 11.1

F77 librecipes_f.a [5]
F90: lobrecipes_f90.a [6]
c: Doc
source: /usr/local/lib/numrecip_2.10
  • Nag library (libnag20d.a)
F77 [7]
F90 [8]
  • cfitsio (libcfitsio) [9]

ESo-scisoft

starlink

2014A version [10]

Matlab 7.9

super Mongo


Backup service

there is a daily rsync backup: rsync -av home /bak/homebak

httpd service

personal webpage service

  1. make your home directory readable
    $chmod -R 755 ~
  2. make a public_html directory
    $mkdir ~/public_html
  3. build your personal webpage
    $cd ~/public_html
    $cat "hello, world" >> index.html
  • How to make my webpage password protected?
please google .htaccess and .htpasswd