wget+webmin+dns+lamp+openwebmail

来源:互联网 发布:wind资讯 mac版 编辑:程序博客网 时间:2024/06/06 13:18



1、wget 安装
 #   yum  install  wget

   完成的标准:#wget  有语法提示

2、webmin 安装

 #wget http://prdownloads.sourceforge.net/webadmin/webmin-1.750-1.noarch.rpm
 #yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty
 #rpm -U webmin-1.750-1.noarch.rpm

   完成的标准:#service webmin status
               #service webmin start
               #service iptables stop     临时关闭防火墙
               https://your ip:10000

    参考文档   http://www.webmin.com/rpm.html

3、DNS 服务安装

 # yum install bind* -y
 # service named start
 # service named status
 # chkconfig named on 

4、lamp

#yum install httpd
#service httpd start


#yum install mysql-server
#service mysqld start


#yum install php php-mysql


5、openwebmail

$ su -
# cd /etc/yum.repos.d
# wget -q http://openwebmail.org/openwebmail/download/redhat/rpm/release/openwebmail.repo
# yum install openwebmail
# /var/www/cgi-bin/openwebmail/openwebmail-tool.pl --init
# service httpd graceful
http://$HOSTNAME/cgi-bin/openwebmail/openwebmail.pl



0 0
原创粉丝点击