适用场景:1.大型集群中的应用服务器只能内网访问2.希望保持稳定的本地存储库,保证成员服务器统一安装3.避免因为国外yum源或者国内源网络不佳的情况访问服务器配置:创建应用本地yum源配置文件,确保网络正常访问公网源,以CDH为例[root@vm03~]#cat/etc/yum.repos.d/cdh.repo
[..
分类:
其他好文 时间:
2015-11-13 19:09:55
阅读次数:
328
U: Working file was updated G: Changes on the repo were automatically merged into the working copy M: Working copy is modified C: This file conflicts with the version in the repo ?: This file is no...
分类:
其他好文 时间:
2015-11-12 18:28:02
阅读次数:
259
一、 安装vim(这是在不需要安装图形化界面的情况下可使用的) 1. which vim: 查看是否已安装vim 2. yum search vim:搜索vim安装包 3. yum install 安装包名:按上图中的序号安装二、yum的配置档 配置档路径:/etc/yum.repo...
分类:
系统相关 时间:
2015-11-12 18:01:24
阅读次数:
380
$?cd?project
$?git?init?
$?git?add?.
$?git?commit?-am?"init?the?repo"$?git?remote?add?origin?user@ip:/path/to/project.git?#设置远程仓库路径
$?git?push?origin?master?#提交第...
分类:
其他好文 时间:
2015-11-10 21:17:12
阅读次数:
209
1.地址规划192.168.1.110master1192.168.1.111master2192.168.1.112master3192.168.1.115salve1192.168.1.116salve2Master节点:1.关闭防火墙systemctlstopfirewalld&&systemctldisablefirewalld2.关闭selinuxsetenforce03.安装mesosphere源rpm-ivh/mesosphere-el-repo-..
分类:
其他好文 时间:
2015-11-10 19:40:20
阅读次数:
340
1. 建立centalt.repo 指令:vi /etc/yum.repos.d/centalt.repo2. 將下面的內容貼進去 [CentALT] name=CentALT Packages for Enterprise Linux 6 – $basearch baseurl=http:/...
分类:
其他好文 时间:
2015-11-10 17:45:51
阅读次数:
188
Centos6.4版本下搭建LAMP环境配置yummkdir/mnt/cdrommount/dev/cdrom /mnt/cdrom装载光盘vi /etc/yum.repos.d/CentOS-Media.repo然后清除yum缓存yum clean all将两个配置文件改名绕过网络安装mv /Ce...
分类:
其他好文 时间:
2015-11-10 17:36:01
阅读次数:
274
首先备份/etc/yum.repos.d/CentOS-Base.repo cd /etc/yum.repos.d/ wgethttp://mirrors.163.com/.help/CentOS6-Base-163.repo 把下载文件改成源文件 mvCentOS6-Base-163.repo.....
分类:
其他好文 时间:
2015-11-10 15:53:43
阅读次数:
262
今天在测试环境使用yum安装,遇到一个问题:Error:Cannotretrievemetalinkforrepository:epel.Pleaseverifyitspathandtryagain处理很简单,修改文件“/etc/yum.repos.d/epel.repo”,将baseurl的注释取消,mirrorlist注释掉。即可。
分类:
其他好文 时间:
2015-11-09 19:09:15
阅读次数:
709
准备环境yum添加163源地址:http://mirrors.163.com/.help/centos.html下载方式:wget http://mirrors.163.com/.help/CentOS6-Base-163.repo使用yum 程序安装所需开发包(以下为标准的rpm包名称)yum i...
分类:
其他好文 时间:
2015-11-07 17:23:57
阅读次数:
215