“Hserver Service”的版本间差异
跳到导航
跳到搜索
无编辑摘要 标签:visualeditor-switched |
无编辑摘要 标签:visualeditor-switched |
||
第1行: | 第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==== |
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
- 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