错误信息:Error:Cannotretrievemetalinkforrepository:epel.Pleaseverifyitspathandtryagain解决:vim/etc/yum.repos.d/epel.repo修改前:将下面的baseurl前面的#都取消,在mirrorlist前面加上注释【全部】#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearchmi..
分类:
其他好文 时间:
2015-12-17 19:28:41
阅读次数:
238
转自:http://lazynight.me/2898.html最近需要将课设代码上传到Github上,之前只是用来fork别人的代码。这篇文章写得是windows下的使用方法。第一步:创建Github新账户第二步:新建仓库第三部:填写名称,简介(可选),勾选Initialize this repo...
分类:
Web程序 时间:
2015-12-15 18:03:44
阅读次数:
169
mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backupwget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-5.repowgethttp://mirrors.kernel.org/fedora-epel/5/x86_64/epel-release-5-4.noarch.rpmrpm-ivhepel-release-5..
分类:
其他好文 时间:
2015-12-15 10:38:03
阅读次数:
286
监听的端口号是port270171、mongodb安装说明:目前3.0以上版本只提供64位的yum源[root@localhost~]#vim/etc/yum.repos.d/mongodb-org-3.0.repo加入:[mongodb-org-3.0]name=MongoDBRepositorybaseurl=http://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.0/x86_64/g..
分类:
数据库 时间:
2015-12-14 19:25:52
阅读次数:
273
二、NFS服务器安装与配置2.1系统环境:RedHatEnterpriseLinux6.0NFS服务器的IP地址:192.168.0.1012.2配置本地YUM源,先创建本地目录如(#mkdir/iso)的目录并且mount命令挂在到/iso目录2.3配置本地YUM源(vim/etc/yum.repos.d/dvd.repo)命令
分类:
其他好文 时间:
2015-12-13 23:58:22
阅读次数:
333
安装epel源[root@localhost~]#rpm-ivhhttp://repo.zabbix.com/zabbix/2.4/rhel/7/x86_64/zabbix-release-2.4-1.el7.noarch.rpm[root@localhost~]#rpm-ivhhttp://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm安装zabbix-server[root@localhost~]#yum-..
分类:
其他好文 时间:
2015-12-13 23:54:53
阅读次数:
295
[base]name=CentOS-$releasever - Base#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infrabaseurl=http://mi...
分类:
其他好文 时间:
2015-12-13 13:56:59
阅读次数:
170
# 把原來的 git 移除掉sudo rm .git -r# 初始化git initgit remote add origin https://github.com/username/repo-name.gitgit remote -v# 再重新加入全部 git add --allgit commi...
分类:
其他好文 时间:
2015-12-12 15:22:05
阅读次数:
118
Spring官方网站改版很长一段时间后还没有找到直接下载Jar链接包,下面总结了一些方法,可在网上,亲測可用.1.直接输入地址,改对应版本号就可以:http://repo.springsource.org/libs-release-local/org/springframework/spring/3...
分类:
编程语言 时间:
2015-12-11 22:02:58
阅读次数:
207
centos换源http://mirrors.163.com/.help/centos.htmlmv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backupWget http://mirrors.163.c...
分类:
其他好文 时间:
2015-12-10 18:46:42
阅读次数:
160