当前系统:centos7.1mini在/etc/yum.repos.d/MariaDB.repo添加MariaDByum源[mariadb]
name=MariaDB
baseurl=http://yum.mariadb.org/10.1/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1安装mariadb:yuminstallMariaDB-serverMariaDB-client安..
分类:
数据库 时间:
2016-08-17 23:29:56
阅读次数:
270
安装rpm包,特别是没有GPGkey校验,原因是rpm版本过低导致的。 代码如下: warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID***** 由于yum安装了旧版本的GPG keys造成的,解决办法就是 01、导入 ...
分类:
其他好文 时间:
2016-08-10 08:45:03
阅读次数:
165
cd /etc/yum.repos.d/ vi google.repo [gogle] name=Google-x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=0 gpgkey=https: ...
分类:
其他好文 时间:
2016-08-05 00:53:29
阅读次数:
147
vi/etc/yum.repos.d/upgradtool.repo[upg]
name=CentOS-$releasever-UpgradeTool
baseurl=http://dev.centos.org/centos/6/upg/x86_64/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6yum-yinstallredhat-upgrade-toolpreupgrade-assistant-conten..
分类:
其他好文 时间:
2016-07-06 18:29:37
阅读次数:
167
Mariadb1.配置数据库yum源[root@web-001~]#cat/etc/yum.repos.d/MariaDB.repo
#MariaDB10.1CentOSrepositorylist-created2016-05-1209:28UTC
#http://mariadb.org/mariadb/repositories/
[mariadb]
name=MariaDB
baseurl=http://yum.mariadb.org/10.1/centos7-amd64
gpgkey=htt..
分类:
数据库 时间:
2016-06-26 00:37:55
阅读次数:
226
1.配置yum源[base]
name=CentOS-$releasever-Base-mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/7/os/x86_64/
gpgcheck=1
enabled=1
gpgkey=http://mirrors.aliyun.com/centos/7/os/x86_64/RPM-GPG-KEY-CentOS-72.更新yum源yumupdate..
分类:
Web程序 时间:
2016-05-27 15:03:43
阅读次数:
1714
一、快速搭建LAMP环境1、配置本地yum源[root@zabbix~]#mount/dev/cdrom/mnt[root@zabbix~]#vi/etc/yum.repos.d/rhel-source.repo[rhel-source]name=rhel-sourcebaseurl=file:///mntenabled=1gpgcheck=0#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release[root@zabbix..
分类:
其他好文 时间:
2016-05-05 17:55:49
阅读次数:
456
#yumgroupinstall"Developmenttools"
#cd/etc/yum.repos.d/
#cp-prv../yum.repos.d{,.orig}
#vimdag.repo
#catdag.repo
[dag]
name=DagRPMRepositoryforRedHatEnterpriseLinux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
gpgkey=http://dag.w..
分类:
Web程序 时间:
2016-04-27 11:03:42
阅读次数:
238
1.创建docker的yum库[root@localhost~]#cd/etc/yum.repos.d/
[root@localhostyum.repos.d]#vimdocker.repo
[dockerrepo]
name=DockerRepository
baseurl=https://yum.dockerproject.org/repo/main/centos/7
enabled=1
gpgcheck=1
gpgkey=https://yum.dockerproject.org/gpg2.安..
分类:
其他好文 时间:
2015-09-22 14:43:35
阅读次数:
136
vim /etc/yum.repos.d/hop5.repo +++++++++++++++++++++++++++++++++++++ [hop5] name=www.hop5.in Centos Repository baseurl=http://www.hop5.in/yum/el6/ gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-...
分类:
其他好文 时间:
2015-08-19 13:42:37
阅读次数:
756