Liunx 第16页
通过 keepalive+nginx 实现 2台服务器 节点高可用-云计算运维

通过 keepalive+nginx 实现 2台服务器 节点高可用

一、通过 keepalive+nginx 实现 2台服务器 节点高可用1.配置 epel 源在master1、master2 vi /etc/yum.repos.d/epel.repo [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #base...
麦小轮的头像-云计算运维钻石会员麦小轮4年前
010
Firewall常用命令-云计算运维

Firewall常用命令

启动: systemctl start firewalld关闭: systemctl stop firewalld查看状态: systemctl status firewalld开机禁用 : systemctl disable firewalld开机启用 : systemctl enable firewalld2.s...
麦小轮的头像-云计算运维钻石会员麦小轮4年前
010
Centos安装maven-云计算运维

Centos安装maven

Maven 翻译为”专家”、”内行”,是 Apache 下的一个纯 Java 开发的开源项目。基于项目对象模型(缩写:POM)概念,Maven利用一个中央信息片断能管理一个项目的构建、报告和文档等步骤。 Maven...
麦小轮的头像-云计算运维钻石会员麦小轮4年前
000
Centos安装redis-云计算运维

Centos安装redis

yum 安装 Redis更新软件源 yum update -y 安装最新的redis,需要安装Remi的软件源,官网地址:http://rpms.famillecollet.com/ yum install -y http://rpms.famillecollet.com/enterprise/remi-...
麦小轮的头像-云计算运维钻石会员麦小轮4年前
000