CentOS修改yum源
【核心步骤】 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
yum makecache
yum -y update &Read More…
【核心步骤】 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
yum makecache
yum -y update &Read More…
CentOS的docker部署笔记
PS: 为了给研发人员搭建开发环境,C语言编译需要32位linux系统,现在主流服务器又都是64Read More…
[root@localhost ~]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noRead More…
一:首先检查PHP版本 php –version 二:增加 yum repository 以便下载php rpm -Uvh http://mirror.webtatic.coRead More…
添加EPEL库,因为phpmyadmin在EPEL库里 #rpm -iUvh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Read More…
由于CentOS6的系统安装了epel-release-latest-7.noarch.rpm 导致在使用yum命令时出现Error: xz compression not available问题。 Read More…