一、配置epel源 wget –O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo 二、安装ansible 依赖环境 yum install gcc python-devel python-pip -y 三、 ...
分类:
其他好文 时间:
2018-07-10 11:27:53
阅读次数:
118
请读者务必保持环境一致 安装过程中需要下载所需系统包,请务必使所有节点连上互联网。 本次安装的集群节点信息 实验环境:VMware的虚拟机 IP地址主机名CPU内存 192.168.77.133 k8s-m1 6核 6G 192.168.77.134 k8s-m2 6核 6G 192.168.77. ...
分类:
Web程序 时间:
2018-07-04 15:10:42
阅读次数:
295
一:需要安装组件: nodejs,npm,pm2 安装epel 源: rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm --import /etc/pki/rpm- ...
分类:
Web程序 时间:
2018-07-02 22:06:55
阅读次数:
267
批量管理linux服务器指的是:批量执行命令、下发文件等等安装ansible1.1:安装epel源yuminstallepel-release-y#编辑/etc/yum.repos.d/epel.repo,注释mirrorlist,打开baseurl1.2:安装ansibleyumlistansible#ansible版本,如果这个命令运行有问题的话,多运行几次yuminstallansible-
分类:
其他好文 时间:
2018-06-28 10:59:44
阅读次数:
2648
https://blog.csdn.net/tham_/article/details/41868831 Centos常用设置 1.当最大化时隐藏标题栏 或者使用tweak tool 在字体中将标题栏字体设置为0...建议这个方法. 2.添加epel源 yum -y --nogpgcheck ins ...
分类:
其他好文 时间:
2018-06-16 23:36:08
阅读次数:
582
系统环境:CentOS7.51804IP:192.168.1.3关闭selinux、firewalldjenkinswar包:下载地址一、安装tomcat以及nginx1.通过yum安装tomcat、nginxyuminstall-ytomcatnginx#nginx需要事先配置好epel源#elep源配置方法:wget-O/etc/yum.repos.d/epel.repohttp://mirr
分类:
其他好文 时间:
2018-06-14 18:21:19
阅读次数:
207
1、下载网络yum源 [root@centos7_4 ~]# wget http://mirrors.aliyun.com/repo/Centos-7.repo -P /etc/yum.repos.d/ #这里安装的是阿里的网络源,epel扩展源,也可以安装阿里的,但是阿里的epel源有些包不全,所 ...
分类:
其他好文 时间:
2018-06-11 13:52:52
阅读次数:
333
1移除旧的docker软件[root@localhost~]yumremovedocker*2添加epel源以及docker源[root@localhost~]wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo##添加epel的yum源[root@localhost~]yum-con
分类:
其他好文 时间:
2018-06-06 16:53:30
阅读次数:
144