Hserver Service: Difference between revisions

From cluster
Jump to navigation Jump to search
(已移除至Internal:Hserver Service的重定向)
Tags: Removed redirect visualeditor-switched
No edit summary
Tag: visualeditor-switched
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* Hserver is a linux server(IP: 202.127.29.3,ubutun 24.04) that provides htppd service.
* ubutun 24.04
* domain name: cluster.shao.ac.cn

====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?
:please google .htaccess and .htpasswd

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