您的位置:首页 > 大数据 > 人工智能

wget+webmin+dns+lamp+openwebmail

2015-08-21 21:19 435 查看


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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: