Difference between revisions of "Computer support"

From cluster group wiki
Jump to navigation Jump to search
Line 24: Line 24:


=== personal webpage service ===
=== personal webpage service ===
*make your home directory readable
>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/
* How to make my webpage password protected?

Revision as of 05:29, 21 April 2013

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 (202.127.29.128)
scanner and DVD burner

Hserver Service

  • Hserver is a linux server equipped with 4 six core AMD cpus, 48 G memory and 14T hard disk, which provides
high preformance computation
personal webpage service

supported software

  • IDL 7.1
coyote library
astro_lib
  • Intel fortran compiler 10.1
  • scisoft
  • super Mongo
  • Matlab

personal webpage service

  • make your home directory readable
>chmod -R 755 ~
  • make a public_html directory
>mkdir ~/public_html
  • build your personal webpage
>cd ~/public_html
>cat "hello, world" >> index.html

  • How to make my webpage password protected?