openshift 提供了命令行工具和web可视化页面,这些工具通过REST API去和openshift交互 1. 探索命令行 2. 探索web console 3. 部署一个docker镜像 4. 扩展应用实例 5. 路由HTTP请求 6. 从源代码构建 1. 探索命令行 通过OC命令去访问op ...
分类:
其他好文 时间:
2020-02-06 01:07:22
阅读次数:
120
1,确定CentOS版本是7及以上版本 查看CentOS版本命令: cat /etc/redhat-release 2,先安装这两个gcc 环境 执行命令:yum -y install gcc 和 yum -y install gcc-c++ 3,如果之前安装过docker 先卸载旧版本 然后再继续 ...
分类:
其他好文 时间:
2020-02-05 11:43:34
阅读次数:
61
1:在Ubuntu中使用“apt-get install + app”命令可以在线安装绝大部分软件包,在高版本的Ubuntu中,apt-get可以简写为apt。 2:sudo命令表示临时切换到root身份下。 3:在redhat终端下下载python(或其他程序) (1):下载命令:wget htt ...
分类:
系统相关 时间:
2020-02-04 20:29:22
阅读次数:
82
Ansible简介Ansible可以同时管理Redhat系的Linux,Debian系的Linux,以及Windows主机。管理节点只在执行脚本时与远程主机连接,没有特别的同步机制,所以断电等异常一般不会影响ansbile。Ansible是新出现的自动化运维工具,基于Python开发,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、
分类:
其他好文 时间:
2020-02-03 10:22:43
阅读次数:
96
#!/bin/bash echo "write repo" sudo cat>/etc/yum.repos.d/pgdg-redhat-12.repo<<EOF [pgdg12] name=pgdg12 baseurl=https://mirrors.cnnic.cn/postgresql/repo ...
分类:
数据库 时间:
2020-02-02 01:45:28
阅读次数:
237
1、查看centos 的发行版本号 [zhou@localhost ~]$ cat /etc/redhat-releaseCentOS Linux release 8.1.1911 (Core)[zhou@localhost ~]$ 2、查看linux内核版本号[zhou@localhost ~]$ ...
分类:
其他好文 时间:
2020-02-01 10:45:30
阅读次数:
147
[TOC] 环境:Windows7 ,?VMware Workstation10,?CentOS6.4 01 为什么选择CentOS ? 1. 主流: 目前的Linux操作系统主要应用于生产环境,主流企业级Linux系统仍旧是RedHat或者CentOS 2. 免费: RedHat 和CentOS差 ...
分类:
系统相关 时间:
2020-02-01 10:22:21
阅读次数:
124
Linux教程 Linux系统简介 内核版本:Linux内核发行版本:redhat centos ubuntu debian opensuse 最常用的5个Linux发行版系统 skip 跳过next 下一步 硬盘可以有四个主分区,通常把第四个主分区替换成扩展分区,扩展分区中包含了很多的逻辑分区Li ...
分类:
系统相关 时间:
2020-01-31 10:39:11
阅读次数:
105
一、升级相关依赖包 yum -y install wget gcc zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap ...
分类:
编程语言 时间:
2020-01-30 09:48:05
阅读次数:
87
一、问题背景 在RHEL7中想使用yum服务,报错如下: This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 二、操作 1、卸载 ...
分类:
其他好文 时间:
2020-01-29 10:44:24
阅读次数:
75