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-...
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.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum i...
准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum i...
一、安装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 集成版) 服务器系统 :CentOS7.2 Xampp PHP7 集成版-下载地址 https: //www .apachefriends .org /xampp-files/ 7.0 .13 /xampp-linux-x64- 7.0 .13 - 0 -installer .run 操作命令 //.run文件的安装很简单,只需要为该文...
一、安装CentOS7 关闭selinux # setenforce0 临时关闭 需要关闭 selinux,一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的discovery功能也不能正常使用 # sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config 确认是否修改成功...
准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum i...
准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service#停止firewall systemctl disable firewalld.service#禁止firewall开机启动 2、安装iptables防火墙 yum ins...
一、安装前的准备工作 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、下载以下包 #我把所有源...