Nginx安装: 一、编译安装 1、安装相应软件 yum install pcre pcre-devel openssl openssl-devel -y 2、检查: rpm -aq pcre pcre-devel openssl openssl-devel 3、在网页中搜索http://nginx ...
分类:
其他好文 时间:
2019-01-15 00:58:20
阅读次数:
232
没有安装gcc 在安装nginx之前先安装依赖软件 yum install -y gcc gcc-c++ autoconf pcre pcre-devel make automake wget httpd-tools vim tree ...
分类:
其他好文 时间:
2019-01-14 21:26:37
阅读次数:
213
配置后端开发环境 安装python3.6.4 #安装依赖包 yum install openssl-devel readline-devel unzip -y #编译安装 tar xf Python-3.6.4.tgz cd Python-3.6.4 ./configure --prefix=/us ...
分类:
其他好文 时间:
2019-01-14 15:08:34
阅读次数:
198
在80.100虚拟机上:systemctlstopfirewalld//关闭防火墙setenforce0//关闭监控yuminstalllrz*-y//安装上传软件tarxfhaproxy-1.5.15.tar.gz-C/opt///解压压缩包cd/opt/haproxy-1.5.15/yuminstall-y\pcre-devel\bzip2-devel\gcc\gcc-c++\makeunam
分类:
其他好文 时间:
2019-01-14 11:55:10
阅读次数:
242
django项目: 依赖包[root@web01 ~]# yum install openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel gcc gcc-c++ openssl-devel zlib z ...
分类:
系统相关 时间:
2019-01-14 00:17:33
阅读次数:
258
由于不太理解要发什么,就把标题去百度了一下,找到了一份类似的,按照他的格式写下来。 Software Development Scenarios 软件开发场景 下面研究一下软件开发中的一个典型场景。 Let's look at a typical scenario in software devel ...
分类:
其他好文 时间:
2019-01-12 22:50:43
阅读次数:
211
Centos7源码编译安装haproxy操作环境:一台haproxy主机地址为:192.168.80.100两台web服务器地址分别为:192.168.80.102192.168.80.103192.168.80.100:安装haproxy:源码编译安装haproxy,需要软件包。yuminstall-y\pcre-devel\bzip2-devel\gcc\gcc-c++\maketarxzvf
分类:
其他好文 时间:
2019-01-11 22:18:36
阅读次数:
274
全套解决方案 xunsearch 一、安装编译工具 yum install make gcc g++ gcc-c++ libtool autoconf automake imake mysql-devel libxml2-devel expat-devel centos安装有点错误,需要安装编译工具 ...
分类:
Web程序 时间:
2019-01-10 19:33:22
阅读次数:
226
一安装相关软件包[root@DB01~]#yum-yinstallncureses-devellibaio-devel[root@DB01tools]#yuminstallcmake–y创建mysql运行用户[root@DB01tools]#useradd-s/sbin/nologin-Mmysql下载软件包[root@DB01tools]#wgethttps://downloads.mysql.
分类:
数据库 时间:
2019-01-10 16:32:23
阅读次数:
191
一. gcc 安装安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果已经安装gcc,请无视。 yum install -y gcc-c++ 二. PCRE pcre-devel 安装PCRE(Perl Compatible Regular Expressions) 是一个 ...
分类:
其他好文 时间:
2019-01-10 13:11:29
阅读次数:
116