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