一、配置Yum源(yum可以自动解决依赖问题) 1.配置本地yum源 1.cd /etc/yum.repos.d/ 2.rm -rf * 3.vim base.repo /*********************************************************/ ... ...
分类:
其他好文 时间:
2018-12-22 23:26:43
阅读次数:
269
一、安装环境及配置yum# more /etc/redhat-release CentOS Linux release 7.2.1511 (Core)# vi /etc/yum.repos.d/mongodb-org-3.2.repo [mongodb-org-3.2]name=MongoDB Re ...
分类:
数据库 时间:
2018-12-21 21:11:14
阅读次数:
299
参考 MongoDB 官方网站:https://docs.mongodb.com/manual/tutorial/install-mongodb-enterprise-on-red-hat/ 1.配置 yum 源 创建yum源文件 修改配置文件 2.使用 yum 安装MongoDB 3.配置SELi ...
分类:
数据库 时间:
2018-12-17 22:38:09
阅读次数:
231
第23章 (借鉴请改动) openldap数据的特点:1、短小。2、读取次数较多 上述说明: openLDAP服务端配置: 1、yum install -y openldap openldap-clients openldap-servers migrationtools Loaded plugin ...
分类:
数据库 时间:
2018-12-15 22:32:14
阅读次数:
393
配置yum源:wget-O/etc/yum.repos.d/jenkins.repohttp://pkg.jenkins-ci.org/redhat/jenkins.repo导入rpm密钥:rpm--importhttps://jenkins-ci.org/redhat/jenkins-ci.org.key安装:yum-yinstalljenkinsjava启动服务:systemctlstartj
分类:
其他好文 时间:
2018-12-14 12:52:52
阅读次数:
163
安装环境:CentOS7 64位 MINI版,安装MySQL5.7 1、配置YUM源 在MySQL官网中下载YUM源rpm安装包:https://dev.mysql.com/downloads/repo/yum/ 检查mysql源是否安装成功 看到上图所示表示安装成功。 2、安装MySQL 3、启动 ...
分类:
数据库 时间:
2018-12-13 12:46:02
阅读次数:
315
一环境准备获取httpd源码wgethttp://mirrors.shu.edu.cn/apache//httpd/httpd-2.4.37.tar.bz2解压源码包tarxfhttpd-2.4.37.tar.bz23.挂载本地光盘,并配置yum源mount/dev/cdrom/mediavim/etc/yum.reps.d/new.repo[base-001]name=CentOseveryth
分类:
Web程序 时间:
2018-12-13 01:19:29
阅读次数:
310
1.查看硬盘情况 lsblk sr0就是光驱了 2.执行挂载命令 查看光驱cd /devls 执行命令 mount /dev/sr0 /mnt 将光驱挂载到 /mnt 目录 这样光驱就挂载好了 2.配置yum源 进入 /etc/yum.repos.d 目录,编辑 文件 CentOS-Media.re ...
分类:
系统相关 时间:
2018-12-11 19:47:55
阅读次数:
231
一、配置yum的源地址1、[root@yum.repos.d]#wgethttp://mirrors.aliyun.com/repo/Centos-7.repo2、修改$releasever的值我们获取到的配置文件Centos-7.repo打开后有个$releasever,这个是yum变量,我们需要替换掉,否则源没法使用,如果不替换可以试一下yum的命令查看显示什么就知道了。根据自己系统版本把$r
分类:
其他好文 时间:
2018-12-03 19:51:04
阅读次数:
1213