這篇文章給大家介紹在CentOS系統(tǒng)操作下怎樣安裝相關(guān)各種軟件,內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對(duì)大家能有所幫助。
站在用戶的角度思考問題,與客戶深入溝通,找到新河網(wǎng)站設(shè)計(jì)與新河網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:成都做網(wǎng)站、網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、主機(jī)域名、網(wǎng)站空間、企業(yè)郵箱。業(yè)務(wù)覆蓋新河地區(qū)。
CentOS系統(tǒng)是非常強(qiáng)大經(jīng)常應(yīng)用的系統(tǒng),我就對(duì)CentOS系統(tǒng)深入探討學(xué)習(xí),對(duì)大家概括講述CentOS系統(tǒng)應(yīng)用,希望對(duì)大家有用。雖然CentOS Linux使用了RHEL的源代碼,但是由于這些源代碼是Red Hat公司自由發(fā)布的,因此CentOS Linux的發(fā)布是完全合法的,CentOS Linux的使用者也不會(huì)遇到任何的版權(quán)問題。CentOS面向那些需要企業(yè)級(jí)操作系統(tǒng)穩(wěn)定性的人們,而且并不存在認(rèn)證和支持方面的開銷。
CentOS系統(tǒng)安裝MySQL
[root@mail build]#yum install mysql-server
[root@mail build]#yum install mysql-devel
CentOS系統(tǒng)安裝apache
[root@mail build]#yum install httpd
CentOS系統(tǒng)安裝php
[root@mail build]#yum install php
[root@mail build]#yum install php-mysql
[root@mail build]#yum install php-gd
[root@mail build]#yum install php-imap
[root@mail build]#yum install vsftpd
[root@mail build]#yum install clamav
[root@mail build]#yum install spamassassin
[root@mail build]#/usr/bin/freshclam
CentOS系統(tǒng)設(shè)置apache
默認(rèn):User apache改為User postfix
默認(rèn)Group apache改為Group postfix
默認(rèn)AddDefaultCharset UTF-8改為AddDefaultCharset gb2312
新加入:AddType application/x-httpd-php .phpAddType application/x-httpd-php-source .phps
CentOS系統(tǒng)安裝phpMyAdmin
[root@mail build]#tar –zxf ../src/phpMyAdmin-2.8.0.1.tar.gz
[root@mail build]#mv phpMyAdmin-2.8.0.1 /var/www/html/dbadmin/
[root@mail build]#cp /var/www/html/dbadmin/libraries/config.default.php /var/www/html/dbadmin/dbadmin/libraries/config.inc.php (line 1.)
CentOS系統(tǒng)設(shè)置數(shù)據(jù)庫[root@mail build]#mysql
Mysql> create datases postfix;
Mysql> use mysql;
Mysql> INSERT INTO user (host,user,password) VALUES('localhost','postfix','');
Mysql> update user set password=password('postfix') where User='postfix';
Mysql> GRANT ALL ON postfix.* TO postfix@localhost IDENTIFIED BY "postfix";
Mysql> exit
[root@mail build] tar –zxf ../src/webmail.tar.gz
[root@mail build] mysql –u root –p postfix < Tmail.sql
增加postfix的用戶和組
[root@mail build] groupadd -g 12345 postfix
[root@mail build] useradd -u 12345 -g 12345 -c postfix -d/dev/null -s/sbin/nologin postfix
[root@mail build] groupadd -g 54321 postdrop
關(guān)于在CentOS系統(tǒng)操作下怎樣安裝相關(guān)各種軟件就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到。
文章名稱:在CentOS系統(tǒng)操作下怎樣安裝相關(guān)各種軟件
文章來源:http://jinyejixie.com/article6/jjhgog.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化、外貿(mào)建站、搜索引擎優(yōu)化、商城網(wǎng)站、關(guān)鍵詞優(yōu)化、品牌網(wǎng)站設(shè)計(jì)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)