1. 安装keepalived高可用工具 1.1 切换目录到/usr/loca中 1.2 解压该压缩包tar -zxvf keepalived--1.2.18.tar.gz 1.3 切换目录到解压后的文件keepalived--1.2.18 1.4 yum install -y openssl op ...
分类:
系统相关 时间:
2020-02-12 00:28:18
阅读次数:
80
KVM安装 1、环境准备 CentOs7 联网 内存最好在20G不上 windows支持虚拟化 虚拟机开启虚拟化配置 2、系统环境 1 [root@ CentOS7-200 ~]# cat /etc/redhat-release 2 CentOS Linux release 7.3.1611 (Co ...
分类:
其他好文 时间:
2020-02-11 19:33:45
阅读次数:
97
nginx学习1:Linux安装nginx nginx安装环境准备 1-安装pcre、openssl、zlib 2-安装指令:yum -y install gcc zlib zlib-devel pcre-devel openssl openssldevel Installed: pcre-deve ...
分类:
系统相关 时间:
2020-02-11 19:21:12
阅读次数:
98
linux安装Nginx 1.1将Nginx素材内容上传到/usr/local目录(pcre,zlib,openssl,nginx)(注意:必须登录用对这个文件具有操作权限的) 1.2安装pcre库 1.2.1 cd到/usr/local目录 1.2.2 tar -zxvf pcre-8.36.ta ...
分类:
系统相关 时间:
2020-02-11 18:55:42
阅读次数:
66
1、创建两台虚拟机,分别为主机和从机,区别两台虚拟机的IP地址 2、将Nginx素材内容上传到/usr/local目录(pcre,zlib,openssl,nginx) 3、安装pcre库 3.1 cd到/usr/local目录 3.2 tar -zxvf pcre-8.36.tar.gz 解压 3 ...
分类:
系统相关 时间:
2020-02-11 16:22:08
阅读次数:
99
postgreSql的安装流程官网都已经列出,https://www.postgresql.org/download/linux/redhat/。 按照官网给的流程安装: #安装rpm源 [root@guangzhou src]# yum install https://download.postg ...
分类:
数据库 时间:
2020-02-10 22:45:29
阅读次数:
131
pip这个功能很不错,可以用来下载很多东西。 笔者使用的是CentOS Linux release 7.2.1511 (Core)这个版本。 查询版本的语句: cat /etc/redhat-release 一般 CentOS 系统默认自带 python(系统要用,比如 yum 工具就是 pytho ...
分类:
其他好文 时间:
2020-02-10 12:00:52
阅读次数:
93
原文:Linux(centos8)下的yum的基本用法和实例 yum 命令 Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自... ...
分类:
系统相关 时间:
2020-02-09 18:19:10
阅读次数:
178
1. 安装步骤上传nginx上传nginx安装包到linux安装gcc1yum -y install gcc-c++ gcc查看是否安装gcc:1gcc -v安装依赖库1yum -y install pcre-devel openssl-develpcre-devel:为nginx提供正则表达式库o... ...
分类:
其他好文 时间:
2020-02-08 19:31:04
阅读次数:
81
1、替换YUM源yum -y install epel-release rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm 2、php7.2安装yum -y install php72w 3、安装扩展yum -y ins ...
分类:
Web程序 时间:
2020-02-07 16:41:31
阅读次数:
129