常见的操作系统:centos:企业Linux-----CommunityEnterpriseOperatingSystem----开源免费RedhatenterpriseLinux(RHEL)---Linux操作系统佼佼者---企业版Ubuntu----开源免费,可购买服务---借鉴Debian,超越DebianDebian----欧洲流行suseoracleLinux麒麟kylin---军方cp
分类:
系统相关 时间:
2020-06-16 01:25:48
阅读次数:
105
docker 入门及常用命令:docker image 、docker container、docker registry
分类:
其他好文 时间:
2020-06-16 01:24:22
阅读次数:
78
因某些环境,不能联外网,或者在线安装时下载docker安装包非常慢,所以使用docker yum源方法行不通,于是使用离线安装。 安装步骤: 第1步,下载docker-ce相关安装包 (1) 下载国内镜像源docker-ce.repo文件,下载地址:http://mirrors.aliyun.com ...
分类:
其他好文 时间:
2020-06-15 20:36:18
阅读次数:
99
查看centos版本号 [root@VM_0_16_centos ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) ...
分类:
其他好文 时间:
2020-06-15 13:52:50
阅读次数:
51
一般来说著名的 Linux 系统基本上分两大类: RedHat 系列:Redhat、Centos、Fedora 等 Debian 系列:Debian、Ubuntu 等 对比项rpmyumdpkgapt 系列 RedHat系 RedHat系 Debian系 Debian系 区别 包安装工具 依赖管理工 ...
分类:
其他好文 时间:
2020-06-15 12:23:12
阅读次数:
81
上篇文章准备了离线安装 OCP 所需要的离线资源,包括安装镜像、所有样例 Image Stream 和 OperatorHub 中的所有 RedHat Operators。本文就开始正式安装 OCP(Openshift Container Platform) 集群,包括 DNS 解析、负载均衡配置、 ...
分类:
其他好文 时间:
2020-06-15 11:45:14
阅读次数:
66
这里记录的是我上课做的一个实验,步骤和部分内容可供参考 首先肯定是打开虚拟机,这里我用的是我们老师祖传的一个Redhat(真的太太太老了,不知道老师还能把这份珍贵的资料传承多久) Step 1 :编译busybox 我使用的目录是/root/cvtech,根据自己喜好来,可以看到我已经把busybo ...
分类:
其他好文 时间:
2020-06-14 18:29:02
阅读次数:
79
mysql 官网下载慢,可以替换国内的yum源。 网易: Centos5: http://mirrors.163.com/.help/CentOS5-Base-163.repo Centos6: http://mirrors.163.com/.help/CentOS6-Base-163.repo C ...
分类:
其他好文 时间:
2020-06-14 16:32:20
阅读次数:
84
linux发行版=linux内核+商业软件linux发行版:RedHat、Fedora、suse、红旗、debian、Ubuntu、centos等不同发行版之间的联系与区别:slackware:SUSELinuxEnterpriseServer(SLES)OpenSuse桌面?debian:ubuntu,deepin(深度),mint?redhat:RHEL:RedHatEnterpriseLin
分类:
系统相关 时间:
2020-06-14 11:08:36
阅读次数:
92
使防火墙firewall开放80端口 firewall-cmd --permanent --add-port=80/tcp --zone=public 配置yum源 vim /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=htt ...
分类:
其他好文 时间:
2020-06-13 21:08:11
阅读次数:
74