Difference between revisions of "Computer support"

From cluster group wiki
Jump to navigation Jump to search
Line 16: Line 16:
====SSH Connection====
====SSH Connection====
: windows client ([http://mobaxterm.mobatek.net/ MobaXterm])
: windows client ([http://mobaxterm.mobatek.net/ MobaXterm])
====VNC server====
:use vncviewr [http://home.roadrunner.com/~computertaijutsu/rhvnc.html]


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


===Scientific softwar ===
===Scientific softwar ===

Revision as of 16:22, 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

g95

Intel fortran compiler 11.1

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

ESo-scisoft

starlink

2014A version [9]

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