源码安装 php # yum install epel-release # rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm # 先安装下依赖 yum install -y wget gcc gcc-c++ autoc ...
分类:
Web程序 时间:
2020-07-03 12:25:34
阅读次数:
56
安装 https://www.jianshu.com/p/875457cb8da6 操作系统:Linux kibana 版本: 7.4.0 1. 在/etc/yum.repos.d/ 下新建 kibana.repo 配置 yum 源地址 内容如下: [root@localhost yum.repos ...
分类:
Web程序 时间:
2020-07-03 12:18:34
阅读次数:
249
#!/bin/bash yum -y install epel-release yum -y update yum -y remove firewalld yum -y install iptables iptables-services yum -y install gcc vim wget ma ...
分类:
Web程序 时间:
2020-07-01 20:32:05
阅读次数:
238
crmsh又称crm,是用于配置和管理的Pacemaker命令行界面 官网:http://crmsh.github.io 配置yum源 在/etc/yum.repos.d目录下vim新建Stable.repo,写入以下内容: [network_ha-clustering_Stable] name=S ...
分类:
其他好文 时间:
2020-07-01 17:25:09
阅读次数:
102
查看你得python版本 如果你得python版本太低(2.7以下)不能使用Django (我是这样,所以要先查看你的python版本) (如果python的版本太低)如下升级方法: 一.配置yum源(用来下载python3) 1.先配置yum源: 下载yum仓库的配置文件 wget -O /etc ...
分类:
其他好文 时间:
2020-07-01 14:11:54
阅读次数:
55
正文: php官网:https://www.php.net/ 搜狐镜像源:http://mirrors.sohu.com/ (推荐,国内源下载速度嗖嗖的) 1.php编译安装前解决依赖包 yum -y install epel-release yum -y install gcc gcc-c++ m ...
分类:
Web程序 时间:
2020-06-30 22:37:07
阅读次数:
86
配置ip,搭建本地yum源,自动挂载,永久关闭selinux以及防火墙
分类:
系统相关 时间:
2020-06-30 18:58:05
阅读次数:
66
网络文件共享部署 1. 安装 epel 库 yum upgrade -y yum -y install epel-release 2. 配置防火墙 firewall-cmd --add-service=nfs --permanent --zone=public firewall-cmd --add- ...
分类:
其他好文 时间:
2020-06-30 12:39:16
阅读次数:
46
cat <<EOF > /etc/yum.repos.d/zabbix.repo [zabbix] name=Zabbix Official Repository - \$basearch baseurl=https://mirrors.aliyun.com/zabbix/zabbix/4.0/rh ...
分类:
其他好文 时间:
2020-06-29 22:41:57
阅读次数:
78
这篇我们将搭建 Qt 开发环境(联网状态下)。 1、准备工作 1.1 检查网络,确保能联网,我用的yum源用的是阿里的。这一点请随意用哪个yum源。 1.2 下载 Qt 4.8.7,下载地址 图 1.1 1.3 下载 QtCreate 图 1.2 1.4 从你自己的 windows7 系统里找到中文 ...
分类:
其他好文 时间:
2020-06-29 18:39:48
阅读次数:
60