-
Centos7 安装 docker ①yum 安装 centos7 自带的 yum 源没有 docker 软件,要指定其他的源,比如阿里的源或 docker 官方的 # cd /etc/yum.repos.d/ # wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo //阿里的源 或:https://download [docker-ce-stable] name=Docker CE Stable - $basearch baseurl=https://mirrors.aliyun.com/docker-ce/linux/centos/7/$basearch/stable enabled=1 gpgcheck=1 gpgkey=https://mirrors.aliyun.com/docker-ce/linux/centos/gpg 保存 ②离线安装 先在能上网的计算机上下载离线安装包,选择较新版本 地址:https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ 下载 4 个文件: 然后想办法上传到 centos7 服务器上,按以下次序安装 # rpm -ivh docker-ce-cli-18.09.9-xxx.rpm # rpm -ivh container-selinux-2
0 码力 |
2 页 |
179.61 KB
| 1 年前 3
-
Centos7 安装 Nginx 或 OpenResty 一、源码安装 Nginx 1.首先在 Centos7 上安装编译器和依赖环境 # yum install gcc-c++ gcc # yum install pcre pcre-devel # yum install zlib zlib-devel # yum install openssl openssl-devel 说明:g nginx 源代码并编译安装 在 https://nginx.org/en/download.html 查看各个版本的下载地址,选择目标版本,复制下载 地址,然后在 centos7 上下载(或者在其他地方下载再复制到 centos7 系统里) # wget -c https://nginx.org/download/nginx-1.18.xx.tar.gz //下载源代码压缩包 # tar -xf nginx-1 yum 源 Centos7 自带的 yum repo 仓库没有 nginx 安装包,所以要添加 nginx 的 yum repo 源文件, 先去官网看看 repo 的文件名称 http://nginx.org/packages/centos/7/noarch/RPMS/ 这里找 nginx-release-centos-7-xxx.rpm 的文 件,并复制链接,再在 centos7 系统里安装此 rpm
0 码力 |
7 页 |
153.82 KB
| 1 年前 3
-
1 CentOS 7 操作命令-基础篇 1.2 说明: 1.本文档没有目录,本文档在发布时为 pdf 文档,有章节书签,可以下载到本地来查看,点 击书签进入相应的章节。 2.蓝色的字为配置命令,绿色的字为命令的注释,有时命令太密集时,就不用蓝色标出了。 3.本文档仅为基础操作教程,不涉及网络服务的配置(比如 web 服务器等) 4.注意:本文档的所有操作请先在在虚拟机里进行实践,请不要直接在真实的服务器中操作! 日期:2019 年 12 月 27 日 0、下载并安装 CentOS 7 系统 系统安装镜像下载地址 1:http://mirrors.163.com/centos/7.7.1908/isos/x86_64/ 下载第 2 个,文件大小 4G 的那个 系统安装镜像下载地址 2:http://mirrors.aliyun.com/centos/7/isos/x86_64/ 下载第 2 个,4664066048 Workstation 虚拟机软件,下载并安装,试用一个月。 双击桌面的图标,进入主界面: 创建新的虚拟机之前,先在磁盘上创建一个文件夹,随便命名(比如在 D 盘上创建一个名 为 VMcentos7 的文件夹),然后这个文件夹就是接下来我们要创建的虚拟机的虚拟磁盘。 虚拟机就是虚拟出来的一台计算机,刚创建时是空白的,可以给它添加磁盘,网卡,光盘, CPU,内存等计算机资源,当虚拟机关机时,分配给它的资源是不会被使用的,当虚拟机开
0 码力 |
115 页 |
8.68 MB
| 1 年前 3
-
7.ROS中的核心概念 主 讲 人 : 古 月 通信机制 ◼ ⚫ 执行具体任务的进程、独立运行的可执行文件; ⚫ ⚫ ◼ ⚫ ⚫ ⚫ 节点与节点管理器 ◼ ⚫ 节点间用来传输数据的重要总线; ⚫ 使用发布/订阅模型,数据由发布者传输到订阅者, ◼ ⚫ 具有一定的类型和数据结构,包括ROS提供的标准类型和用户自定义类型; ⚫ 话题通信 ◼ ⚫ ⚫ 服务通信
0 码力 |
9 页 |
1.27 MB
| 1 年前 3
-
Policy Enforcement Modes Rule Basics Layer 3 Examples Layer 4 Examples Layer 7 Examples Deny Policies Host Policies Layer 7 Protocol Visibility Using Kubernetes constructs in policy Endpoint Lifecycle DNS? Is it an application or network problem? Is the communication broken on layer 4 (TCP) or layer 7 (HTTP)? Which services have experienced a DNS resolution problem in the last 5 minutes? Which services X-Token: [0-9]+ to be present in all REST calls. See the section Layer 7 Policy [http://docs.cilium.io/en/stable/policy/#layer-7] in our documentation for the latest list of supported protocols and examples
0 码力 |
1263 页 |
18.62 MB
| 1 年前 3
-
Enforcement Modes Rule Basics Layer 3 Examples Layer 4 Examples Layer 7 Examples Kubernetes Endpoint Lifecycle Troubleshooting L7 Protocol Visibility API Rate Limiting Default Rate Limits Configuration X-Token: [0-9]+ to be present in all REST calls. See the section Layer 7 Policy [http://docs.cilium.io/en/stable/policy/#layer-7] in our documentation for the latest list of supported protocols and examples 0 8s cilium-s8w5m 0/1 PodInitializing 0 7s coredns-86c58d9df4-4g7dd 0/1 ContainerCreating 0 8m57s coredns-86c58d9df4-4l6b2
0 码力 |
885 页 |
12.41 MB
| 1 年前 3
-
Policy Enforcement Modes Rule Basics Layer 3 Examples Layer 4 Examples Layer 7 Examples Deny Policies Host Policies Layer 7 Protocol Visibility Using Kubernetes constructs in policy Endpoint Lifecycle DNS? Is it an application or network problem? Is the communication broken on layer 4 (TCP) or layer 7 (HTTP)? Which services have experienced a DNS resolution problem in the last 5 minutes? Which services X-Token: [0-9]+ to be present in all REST calls. See the section Layer 7 Policy [http://docs.cilium.io/en/stable/policy/#layer-7] in our documentation for the latest list of supported protocols and examples
0 码力 |
1307 页 |
19.26 MB
| 1 年前 3
-
Policy Enforcement Modes Rule Basics Layer 3 Examples Layer 4 Examples Layer 7 Examples Deny Policies Host Policies Layer 7 Protocol Visibility Using Kubernetes constructs in policy Endpoint Lifecycle DNS? Is it an application or network problem? Is the communication broken on layer 4 (TCP) or layer 7 (HTTP)? Which services have experienced a DNS resolution problem in the last 5 minutes? Which services X-Token: [0-9]+ to be present in all REST calls. See the section Layer 7 Policy [http://docs.cilium.io/en/stable/policy/#layer-7] in our documentation for the latest list of supported protocols and examples
0 码力 |
1373 页 |
19.37 MB
| 1 年前 3
-
安装Linux前的规划 4.4. 2.4 重点回顾 4.5. 2.5 本章习题 4.6. 2.6 参考资料与延伸阅读 5. 第三章、安装 CentOS7.x 5.1. 3.1 本练习机的规划—尤其是分区参数 5.2. 3.2 开始安装CentOS 7 5.3. 3.3 多重开机安装流程与管理(Option) 5.4. 3.4 重点回顾 5.5. 3.5 本章习题 5.6. 3.6 参考资料与延伸阅读 page 6.4. 4.4 超简单文书编辑器: nano 6.5. 4.5 正确的关机方法 6.6. 4.6 重点回顾 6.7. 4.7 本章习题 6.8. 4.8 参考资料与延伸阅读 7. 第五章、Linux 的文件权限与目录配置 7.1. 5.1 使用者与群组 7.2. 5.2 Linux 文件权限概念 7.3. 5.3 Linux目录配置 7.5. 5.5 本章练习 7 4. 13.4 使用者身份切换 15.5. 13.5 使用者的特殊 shell 与 PAM 模块 15.6. 13.6 Linux 主机上的使用者讯息传递 15.7. 13.7 CentOS 7 环境下大量创建帐号的方法 15.8. 13.8 重点回顾 15.9. 13.9 本章习题 15.10. 13.10 参考资料与延伸阅读 16. 第十四章、磁盘配额(Quota)与进阶文件系统管理
0 码力 |
1057 页 |
14.60 MB
| 1 年前 3
-
异步文件系统监控机制 insmod 将给定的模块加载到内核中 install 安装或升级软件或备份数据 iostat 监视系统输入输出设备和CPU的使用情况 iotop 用来监视磁盘I/O使用状况的工具 -
7 - 本文档使用 书栈网 · BookStack.CN 构建 ip 网络配置工具 ip6tables-restore 还原ip6tables表 ip6tables-save 保存ip6tables表配置 ] [ -X proxy[:port] 6. ] [ -y
-attributes ] [ -z -attributes ] [http://]host‐ 7. name[:port]/path 1. -A auth-username:password 2. # 支持基本的验证证书,用户名和密码之间使用"冒号" : 3. # 分隔开,ab将以明文方式传送过去.不管服务器是不是需要 4. # ,也就是说你的服务器需要支持401认证. 5. 6. -c concurrency 7. # 同时向服务器端发送的请求数目,默认状态下是一次 只执行一个http请求. 8. 9. -C cookie-name=value 10. # Add a Cookie: 0 码力 |
1347 页 |
8.79 MB
| 1 年前 3
|