一区二区三区无码免费网站_国产日韩中文字幕在线_乱伦三级中文综合_欧美日韩中文字幕国产_国产色播av在线_翘臀美女XX00后进式片_正品蓝导航福利找AV导航_131少妇爱做高清免费视频_久久精品影视少妇_爆乳美女午夜视频精品

聰明屋視角

關(guān)注互聯(lián)網(wǎng),關(guān)注技術(shù)開發(fā),透析與分享移動互聯(lián)網(wǎng)行業(yè)最新動態(tài)

linux服務(wù)器搭建

時間:2019-02-17 13:35:16    閱讀:52911次 分類:解決方案
http://blog.chinaunix.net/uid-17085332-id-2832243.html http://wenku.baidu.com/view/6781e29951e79b89680226f2.html http://51hired.com/questions/3300/yum%e5%ae%89%e8%a3%85mysql%e5%b9%b6%e8%ae%be%e7%bd%ae...

http://blog.chinaunix.net/uid-17085332-id-2832243.html
http://wenku.baidu.com/view/6781e29951e79b89680226f2.html
http://51hired.com/questions/3300/yum%E5%AE%89%E8%A3%85MySQL%E5%B9%B6%E8%AE%BE%E7%BD%AE%E5%AF%86%E7%A0%81
http://zhidao.baidu.com/question/46974713.html二級域名配置
http://www.hackbase.com/tech/2011-04-21/63390.html


1.添加yum repo php5.2.x
安裝使用testing庫的許可
rpm  -import  http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
2.升級
yum upgrade php
3. 安裝Apahce, PHP, Mysql, 以及php連接mysql庫組件
yum -y install httpd php mysql mysql-server php-mysql
//安裝mysql擴(kuò)展
yum -y install mysql-connector-odbc mysql-devel libdbi-dbd-mysql
//安裝php的擴(kuò)展 
yum -y install php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc
//安裝apache擴(kuò)展
yum -y install httpd-manual mod_ssl mod_perl mod_auth_mysql httpd-devel


漏洞修復(fù)
yum update glibc 
yum -y update bash
4. 啟動服務(wù)配置
# chkconfig httpd on [設(shè)置apache為自啟動]
# chkconfig --add mysqld [mysql服務(wù)]
# chkconfig mysqld on [mysqld服務(wù)]
# service httpd start [自啟動 httpd 服務(wù)]
# service mysqld start [自啟動mysqld服務(wù)]
5.設(shè)置mysql數(shù)據(jù)庫root帳號密碼。
mysqladmin -u root password ‘新密碼’ [引號內(nèi)填密碼]
讓mysql數(shù)據(jù)庫更安全
復(fù)制內(nèi)容到剪貼板
代碼:
mysql -u root -p [此時會要求你輸入剛剛設(shè)置的密碼,輸入后回車即可
mysql> DROP DATABASE test; [刪除test數(shù)據(jù)庫]
mysql> DELETE FROM mysql.user WHERE user = '; [刪除匿名帳戶]
mysql> FLUSH PRIVILEGES; [重載權(quán)限]
服務(wù)器安全




阿里云防doc攻擊設(shè)置




yum -y update bash




php.ini




open_basedir =/var/www/html:/tmp/ 
disable_functions =disable_functions =passthru,exec,shell_exec,system,fwrite,chmods,phpinfo,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source
display_errors =off 關(guān)閉錯誤報告




隱藏 PHP 版本
expose_php Off




httpd.conf//關(guān)閉遍歷目錄
找到“
1
Options Indexes FollowSymLinks

將Indexes去掉,更改為“
1
Options  FollowSymLinks




用Apache服務(wù)器,可以通過配置來禁止該目錄下的PHP文件的訪問,有兩種方式:
方式一:.htaccess控制,適用于沒有服務(wù)器管理權(quán)限。
在可寫文件夾的目錄下,建一個.htaccess文件,內(nèi)容為:
         
       Order  allow,deny  
       Deny  from  all  
        




隱藏 Apache 版本信息
ServerTokens ProductOnly
ServerSignature Off




cookie 登錄安全性檢查 








mysql配置文件
cp /usr/share/mysql/my-medium.cnf /etc/my.cnf




$mysql = new Mysql();
$boot = $mysql->dbname("SELECT id FROM user_pw WHERE id=".$_COOKIE['uid']." AND pw='".$_COOKIE['pw']."' AND userName='".$_COOKIE['username']."'");


連接數(shù)據(jù)庫


把連接建立在 SSL 加密技術(shù)上可以增加客戶端和服務(wù)器端通信的安全性,
或者 SSH 也可以用于加密客戶端和數(shù)據(jù)庫之間的連接。如果使用了這些技術(shù)的話,攻擊者要監(jiān)視服務(wù)器的通信或者得到數(shù)據(jù)庫的信息是很困難的。
Mysql 安裝管理
yum install mysql 
yum install mysql-server 
yum install mysql-devel 
chgrp -R mysql /var/lib/mysql 
chmod -R 770 /var/lib/mysql 
service mysqld start  
mysql 
SET PASSWORD FOR root@localhost = PASSWORD(secret_password); 


cron服務(wù)是linux的內(nèi)置服務(wù),但它不會開機(jī)自動啟動??梢杂靡韵旅顔雍屯V狗?wù):




/sbin/service crond start
/sbin/service crond stop
/sbin/service crond restart
/sbin/service crond reload


蕪湖市聰明屋智能科技有限公司(原中江網(wǎng)絡(luò)),成立于2005年,經(jīng)過10多年定制開發(fā)經(jīng)驗(yàn),積累了大量技術(shù)儲備和定制開發(fā)經(jīng)驗(yàn),率先創(chuàng)建安徽省內(nèi)自主研發(fā)的云計(jì)算平臺,具有大數(shù)據(jù)、高并發(fā)等高強(qiáng)度計(jì)算能力,為眾多政府、學(xué)校、公安部門、中小企業(yè)解決數(shù)據(jù)計(jì)算與管理難題。2013年公司內(nèi)部專門創(chuàng)建電商服務(wù)部,為企業(yè)提供全方位電商解決方案與配套服務(wù)。多次獲得國家、省市級領(lǐng)導(dǎo)接見,被國內(nèi)近20家電視臺、報紙媒體爭相報道。至今,聰明屋智能科技服務(wù)過上市公司、大型國企、各類私企超800家,為多家公司提供各類政務(wù)系統(tǒng)、app開發(fā)定制、微信小程序開發(fā)定制、智能家居、電商系統(tǒng)、連鎖收銀等技術(shù)解決方案服務(wù)。同時,聰明屋智能科技在智能硬件方面、區(qū)塊鏈應(yīng)用方面持續(xù)投入關(guān)注及創(chuàng)新。

聰明屋智能科技,gf-cloud.cn安徽軟件開發(fā),linux,服務(wù)器
聰明屋智能科技