如何在网页上修改用系统用户的password

2008-02-23 07:21:24来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

A: FOR REDHAT6.0 STEP:
1.下载chpasswd-1.3.tar.gz ftp://ftp.nsysu.edu.tw/Linux/metalab.unc.edu/system/a
dmin/accounts/chpasswd-1.3.tar.gz
2.将chpasswd-1.3.tar.gz上传至/home/httpd
3. tar zxvf chpasswd-1.3.tar.gz
4. cd chpasswd-1.3
5. ./configure.sh (注意点号)
6. make
7. make install
8. 大功完成
9. 在网页上执行 http://xxx.xxx.xx.xxx.xx/cgi-in/chpasswd.cgi
10. GOOD LUCK!
中文化:
1.cp html-english.h html-big5.h
2.修改html-big5.h档, 将所有的英文讯息翻成中文就好了!
3../configure.sh
4. rm -r html.h
5. ln -s html-big5.h html.h
6.make
7.make install
就有中文了!

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:SAMBA 相关问题集

下一篇:Linux IMP安装及相关问题集