码迷,mamicode.com
首页 >  
搜索关键字:epel yum    ( 23934个结果
CentOS 7 使用 yum 安装 PHP 5.6.x
系统版本: [root@localhost modules]# rpm -q centos-release centos-release-7-5.1804.el7.centos.x86_64 一、yum安装PHP 1.检查当前安装的PHP包 yum list installed | grep php ...
分类:Web程序   时间:2021-04-28 12:02:43    阅读次数:0
腾讯云CentOS7升级自带Git版本
起因 CentOS7自带Git1.8版本,版本太低。 更新步骤 1 卸载旧版本Git yum remove git 2 下载依赖(环境配置) yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel as ...
分类:其他好文   时间:2021-04-27 15:16:15    阅读次数:0
Centos 7建立本地内网源
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:其他好文   时间:2021-04-27 14:52:02    阅读次数:0
zabbix三种邮箱告警配置
本地邮箱告警配置 配置本地邮箱告警前,我们要用到mail命令 所以先安装mail命令 [root@mf ~]# yum -y install mailx 使用mail命令发送邮箱 [root@mf ~]# echo "test" | mail -s "20210426" 18808843007@16 ...
分类:其他好文   时间:2021-04-27 14:43:11    阅读次数:0
解决安装 Docker 慢:使用国内阿里云镜像加速安装
linux上安装Docker,并解决速度太慢 使用国内阿里云镜像加速安装 1.卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-la ...
分类:其他好文   时间:2021-04-27 14:25:42    阅读次数:0
CentOS7配置
# CentOS7 rm -f /etc/yum.repos.d/*.repo curl -L "http://mirrors.163.com/.help/CentOS7-Base-163.repo" -o /etc/yum.repos.d/CentOS7-Base-163.repo curl -L ...
分类:其他好文   时间:2021-04-27 14:17:29    阅读次数:0
CentOs6 无法正常使用yum命令
安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:其他好文   时间:2021-04-26 13:13:52    阅读次数:0
centos7国内镜像安装最新版mysql
说明: a.此种方式安装可以利用国内镜像,下载速度快。 b.适合最新版安装 1.获取yum安装地址 [root@bigdata-senior02 mysql]# wget https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql80-community ...
分类:数据库   时间:2021-04-26 13:12:57    阅读次数:0
Centos7 yum命令异常报错Could not retrieve mirrorlist http://mirrorlist.centos.org
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:Web程序   时间:2021-04-24 13:53:03    阅读次数:0
sl开火车开心一刻
https://www.cnblogs.com/cnsdhzzl/p/12586711.html 参考地址 安装有趣的命令sl(跑火车) 1.更新yum源 yum -y update 2.尝试安装sl yum install sl 执行yum命令时会去centos镜像查找sl包,但是镜像中没有sl包 ...
分类:其他好文   时间:2021-04-24 13:20:13    阅读次数:0
23934条   上一页 1 ... 13 14 15 16 17 ... 2394 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!