码迷,mamicode.com
首页 >  
搜索关键字:redhat yum    ( 26966个结果
centos7运行yum报如下提示:Run "yum repolist all" to see the repos you have
centos7运行yum报如下提示: There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositorie ...
分类:其他好文   时间:2021-01-12 10:29:30    阅读次数:0
CentOS7系统更换yum Repo源
备份原镜像 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup sudo mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo ...
分类:其他好文   时间:2021-01-12 10:29:17    阅读次数:0
linux操作系统可以ping通ssh连接长时间无响应
一.问题描述 某集群数据节点服务器频繁无法连接,服务器间出现可ping通但ssh无法连接的情况,使用带外地址登录后远程控制也无法显示正常界面,重启后会短暂恢复。 二.排查问题 重启服务器后检查服务器SSH状态均为正常,无奈只能去Redhat官网提case并sosreport收集日志等信息反馈后等待分 ...
分类:系统相关   时间:2021-01-11 10:32:06    阅读次数:0
Ansible常用模块
Ansible常用模块 ansible常用模块使用详解 ansible常用模块有: ping yum template copy user group service raw command shell script ansible常用模块raw、command、shell的区别: shell模块调 ...
分类:其他好文   时间:2021-01-08 11:31:37    阅读次数:0
mysql5.7源码安装 for Linux
一、mysql5.7源码安装1.清除卸载原mysql[root@192 ~]# rpm -qa | grep mariadbmariadb-libs-5.5.60-1.el7_5.x86_64[root@192 ~]# yum -y remove mari*或者用rpm卸载[root@192 ~]# ...
分类:数据库   时间:2021-01-08 10:29:39    阅读次数:0
centos 安装git。
centos7 安装git 1、简单直接: yum install git 命令安装 (卸载Git:yum remove git) 存在问题:版本太旧(因此不建议这样) 2、wget git源码地址 (在线下载,推荐!!!) 方法: 2.1先访问:git官网:https://github.com/g ...
分类:其他好文   时间:2021-01-07 12:40:50    阅读次数:0
卸载Ambari
* 如果是非Ubuntu系统,下面的apt-get命令要换成yum命令。apt-cache search all | grep -> yum list installed | grepapt-get purge -y -> yum remove -y其中的参数-y是过程中所有提示都自动选yes的作用 ...
分类:其他好文   时间:2021-01-07 12:30:42    阅读次数:0
ansible 批量安装yum包
1、首先安装一下ansible yum install ansible 2、修改一下ansible的参数以防ssh过去的时候需要首次判断yes 或者no sed -i 's/#host_key_checking = False/host_key_checking = False/g' /etc/an ...
分类:其他好文   时间:2021-01-07 12:10:47    阅读次数:0
Window Install and check pip tool
python的一些模块可以用pip来进行安装,相当于linux下的yum命令很方便,模块不需要手动去编译安装 如果不嫌麻烦可以按照下面的步骤进行安装。个人建议干脆装更高的比方 2.7.15 自动就安装了,没必要自己单独安装 2.7.15 pip tool在这个目录下 C:\Python27\Scri ...
分类:Windows程序   时间:2021-01-07 11:52:43    阅读次数:0
60个常用的Linux命令
实用技能:60个常用的Linux命令 ●查看硬件信息相关命令(8个) ifconfig free fdisk ethtool mii-tool dmidecode dmesg lspci ●其它(19个) echo printf rpm yum watch alias unalias date cl ...
分类:系统相关   时间:2021-01-06 12:19:17    阅读次数:0
26966条   上一页 1 ... 29 30 31 32 33 ... 2697 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!