码迷,mamicode.com
首页 >  
搜索关键字:配置yum    ( 817个结果
centos7安装google浏览器
1. 配置yum源 在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo cd /ect/yum.repos.d/ vim google-chrome.repo 写入如下内容: [google-chrome] name=google-chrome baseur ...
分类:其他好文   时间:2017-11-27 21:47:55    阅读次数:121
CentOS7 yum 安装 PHP 5.6.24
配置yum源 追加CentOS 6.5的epel及remi源。 # rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm# rpm -Uvh http://rpms.famil ...
分类:Web程序   时间:2017-11-25 16:20:22    阅读次数:179
Liunx基础_配置yum源仓库
本文以RHEL7.2为例 yum源配置文件一般放在“ /etc/yum.repos.d/”目录下,可以使用进入该目录下进行查看 上图所示,base.repo为本地源仓库,net.repo为网络源仓库 使用vim编辑仓库文件,如果没有这个文件,直接使用上述命令创建base.repo文件。 这里共有五行 ...
分类:其他好文   时间:2017-11-24 16:59:00    阅读次数:116
RHEL7(RedHat 7)本地yum源的配置
配置yum 源 1、挂载DVD光盘到/mnt 因为配置时候路径名里面不能有空格,否则不能识别 [root@ mnt]# mount /dev/cdrom /mnt 2、在目录/etc/yum.repos.d/创建文件文件名.repo 3、配置本地yum源 cd /etc/yum.repos.d/ # ...
分类:其他好文   时间:2017-11-24 15:12:23    阅读次数:168
Linux yum源的安装 及 压缩
首先配置 yum源 1、挂载DVD光盘到/mnt 因为配置时候路径名里面不能有空格,否则不能识别 [root@ mnt]# mount /dev/cdrom /mnt 2、在目录/etc/yum.repos.d/创建文件文件名.repo 3、配置本地yum源 cd /etc/yum.repos.d/ ...
分类:系统相关   时间:2017-11-24 15:00:54    阅读次数:275
Centos7安装搭建Bugzilla 5.0
1、安装准备: Centos7保证网络连通,如果网络不能连通,可通过配置yum源使用代理服务。 vim /etc/yum.conf # The proxy server - proxy server:portproxy=http://192.168.178.1:8080# The account d ...
分类:其他好文   时间:2017-11-22 00:00:05    阅读次数:307
记录下防御SSH爆破攻击的经验(CentOS7.3)
一、安装denyhosts 1.安装denyhosts 2.配置(yum安装时,大部分配置已写好,稍作改动即可) 3.设置白名单、黑名单 相关命令 启动命令yum安装,已默认配好 加入自启动 二、禁止root远程登录、建立root权限的普通用户 1.建立普通用户 2.获取root权限 找到如下行: ...
分类:其他好文   时间:2017-11-17 21:10:14    阅读次数:172
CentOS 7.x 配置 yum 源
CentOS 1、备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/ CentOS 5 wget -O / ...
分类:其他好文   时间:2017-11-14 11:20:02    阅读次数:140
RedHat 7.2配置本地yum源
红帽配置yum源1挂在ios镜像必须创建一个目录liu,把镜像挂载liu目录下[root@localhost~]#clear[root@localhost~]#mkdirliu[root@localhost~]#mount/dev/sr0liumount:/dev/sr0写保护,将以只读方式挂载[root@localhost~]#^C[root@localhost~]#2进入/etc/yum.repo/下创建一个文件..
分类:其他好文   时间:2017-11-12 18:37:44    阅读次数:451
本地yum源建立
一、openstack(ocata)本地yum源的建立: 1、配置yum缓存: 2、指定Ocata镜像源 3、安装所有ocata版的软件包: 3、复制下载过来的软件包: 4、安装nginx: user nginx; worker_processes 1; events { worker_connec ...
分类:其他好文   时间:2017-11-10 17:02:06    阅读次数:217
817条   上一页 1 ... 39 40 41 42 43 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!