“Hserver Service”的版本间差异

来自cluster
跳到导航 跳到搜索
(Shen moved page Hserver Service to Internal:Hserver Service
标签新建重定向
 
无编辑摘要
标签visualeditor-switched
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
* Hserver is a linux server(IP: 202.127.29.3,ubutun 24.04) that provides htppd service.
#REDIRECT [[Internal:Hserver Service]]
* 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

2024年8月14日 (三) 07:30的最新版本

  • 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