“Hserver Service”的版本间差异
跳到导航
跳到搜索
(已移除至Internal: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. |
|||
* 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 |
2024年8月14日 (三) 07:29的版本
- Hserver is a linux server(IP: 202.127.29.3,ubutun 24.04) that provides htppd service.
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