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
Line 1: Line 1:
* Hserver is a linux server(IP: 202.127.29.3,ubutun 24.04) that provides htppd service.
* ubutun 24.04


====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

Revision as of 07:29, 14 August 2024

  • Hserver is a linux server(IP: 202.127.29.3,ubutun 24.04) that provides htppd 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