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 软件源里,安装 ...