Hserver Service: Difference between revisions

From cluster
Jump to navigation Jump to search
No edit summary
Tag: visualeditor-switched
No edit summary
Tag: visualeditor-switched
 
Line 1: Line 1:
* Hserver is a linux server(IP: 202.127.29.3,ubutun 24.04) that provides htppd service.
* 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====
====personal webpage service====

Latest revision as of 07:30, 14 August 2024

  • 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