1.准備工作 1)關閉iptables 關閉操作 iptables -t nat -F 查看操作 iptables -t nat -L 2)關閉selinux 查看操作 setenf ...
錯誤提示: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile base: mirrors.aliyun.com epel: mirrors.tuna.tsinghua.edu.cn extras: mirrors.aliyun.com remi php : mirrors.tuna.tsinghua.e ...
2018-10-31 15:15 0 2437 推薦指數:
1.准備工作 1)關閉iptables 關閉操作 iptables -t nat -F 查看操作 iptables -t nat -L 2)關閉selinux 查看操作 setenf ...
Nginx的安裝 安裝快速HTTP服務器“的Nginx”並配置HTTP服務器# install from EPEL [root@linuxprobe~]# yum --enablerepo=epel -y install nginx # 基礎設置 [root@linuxprobe ...
目錄 1、下載安裝包 2、安裝nginx 2.1、安裝依賴庫 2.2、安裝nginx包 2.2.1、解壓安裝包 2.2.2、拷貝文件到/usr/local目錄 2.2.3、檢測當前系統環境 ...
首先服務器要有web 環境 yum install phpmyadmin 有時候會安裝不成功,提示沒有可用軟件包,則需要安裝Remi源 修改/etc/http.conf/conf.d/phpMyadmin.conf 將 #Require ip ...
最新的3.15的安裝不上 wget https://cmake.org/files/v3.5/cmake-3.5.2.tar.gz tar xvf cmake-3.5.2.tar.gz cd cmake-3.5.2 ./bootstrap --prefix=/usr 這一步很關鍵 ...
/etc/yum.repos.d/目錄下新建文件google-chrome.repo,向其中添加如下內容: 安裝: 我已root進行登陸使用,發現chrome瀏覽器不允許使用,必須要。。。。no -sandbox 打開/usr/bin ...
1、獲取安裝包並解壓 我采用的是wget方式,當然也可以自己下載好,上傳到服務器(我所有安裝包都是放到usr/src目錄下) wget http://ftp.gnu.org ...
Docker 要求 CentOS 系統的內核版本高於 3.10 ,查看本頁面的前提條件來驗證你的CentOS 版本是否支持 Docker 。 通過 uname -r 命令查看你當前的內核版本 Docker 軟件包和依賴包已經包含在默認的 CentOS-Extras 軟件源里,安裝 ...