欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS服务器 > 环境配置 >
  • [环境配置] CentOS安装编译环境 日期:2016-12-22 13:28:45 点击:180 好评:0

    CentOS安装编译环境 [Linux] 使用 yum 程序安装所需开发包(以下为标准的rpm包名称) # yum install gcc gcc-c++ gcc-g77 flex bison autoconf automake bzip2-devel zlib-devel ncurses-devel libjpeg-devel libpng-devel libtiff-devel freetype-devel pam-...

  • [环境配置] CentOS7安装Apache2.4+PHP5.6 日期:2016-12-18 01:04:45 点击:181 好评:0

    linux系统CentOS7先下载Apache需要依赖的软件 1 、APR下载地址http : // apr.apache.org/download.cgi wget下载路径http: // mirror.bit.edu.cn/apache//apr/apr-1.5.2.tar.gz 这里用到的是apr -1.5.2.tar. gz 2、APR- util下载地址同APR一样http : // apr.a...

  • [环境配置] CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.7.14+PHP7.0.11 日期:2016-12-17 23:26:16 点击:91 好评:0

    准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum i...

  • [环境配置] CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.6.33+PHP5.6.26 日期:2016-12-17 23:25:08 点击:72 好评:0

    准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum i...

  • [环境配置] centos6.8搭建dhcp服务器 日期:2016-12-17 22:08:21 点击:128 好评:0

    一、安装dhcp软件 [root @dns -server ~] # yum install dhcp -y 二、配置dhcp参数 [root@dns-server ~] # cat /etc/dhcp/dhcpd.conf # # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # see man 5 dhcpd.conf # subnet 1...

  • [环境配置] 腾讯云CentOS7.2 配置PHP (Xampp PHP7 集成版) 日期:2016-12-09 13:07:30 点击:142 好评:0

    腾讯云CentOS7.2 配置PHP (Xampp PHP7 集成版) 服务器系统 :CentOS7.2 Xampp PHP7 集成版-下载地址 https: //www .apachefriends .org /xampp-files/ 7.0 .13 /xampp-linux-x64- 7.0 .13 - 0 -installer .run 操作命令 //.run文件的安装很简单,只需要为该文...

  • [环境配置] CentOS 7.2 安装Zabbix3.X 日期:2016-12-09 13:03:10 点击:131 好评:0

    一、安装CentOS7 关闭selinux # setenforce0 临时关闭 需要关闭 selinux,一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的discovery功能也不能正常使用 # sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config 确认是否修改成功...

  • [环境配置] CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.6.33+PHP5.6.26 日期:2016-10-11 17:38:32 点击:123 好评:0

    准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum i...

  • [环境配置] CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.7.14+PHP7.0.11 日期:2016-10-11 17:37:41 点击:129 好评:0

    准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service#停止firewall systemctl disable firewalld.service#禁止firewall开机启动 2、安装iptables防火墙 yum ins...

  • [环境配置] CentOS 7.2 下编译安装PHP7.0.10+MySQL5.7.14+Nginx1.10.1的教程 日期:2016-09-27 15:25:47 点击:181 好评:0

    一、安装前的准备工作 1、yum update #更新系统 2、yum install gcc gcc-c++ autoconf automake cmake bison m4 libxml2 libxml2-devel libcurl-devel libjpeg-devel libpng-devel libicu-devel #安装php、MySQL、Nngix所依赖的包 3、下载以下包 #我把所有源...

  • 首页
  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 下一页
  • 末页
  • 56557
栏目列表
推荐内容