Hserver Service

From cluster
Revision as of 07:30, 14 August 2024 by Shen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Hserver is a linux server(IP: 202.127.29.3,ubutun 24.04) that provides htppd service.
  • domain name: cluster.shao.ac.cn

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