Computer support

From cluster group wiki
Jump to navigation Jump to search

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