加载中
NFS3.0 NFS4.0 挂载目录

NFS 3.0 挂载根目录: sudo mount -t nfs -o vers=3,nolock,proto=tcp,noresvport ip:/ybk /localfolder NFS 3.0 挂载子目录: sudo mount -t nfs -o vers=3,nolock,proto=tcp,noresvport ip...

2022/03/11 00:41
1.2K
Linux vm.max_map_count解释

“This file contains the maximum number of memory map areas a process may have. Memory map areas are used as a side-effect of calling malloc, directly by mmap and mprotect, and ...

Linux时间戳转时间及时间转时间戳

将日期转换为Unix时间戳 将当前时间以Unix时间戳表示: date +%s 输出如下: 1639760701 转换指定日期为Unix时间戳: date -d '2021-12-18 22:14' +%s 输出如下: 1639836840 将Unix时间戳转...

pipeline内agent的指定 - timeout超时的设置 - 设置并行执行

agent 用来指定 pipeline 的执行节点,一般放在顶层的 pipeline 中。agent 部分支持几种不同的参数以此来适应不同的应用场景。 1)any 作用:表示可以在任意的节点或者代理上执行此 pipeline...

CentOS7.x下创建本机yum源库与(vsftpd)局域网yum源库

OS: CentOS 7.x IP: 192.168.15.132 关闭firewalld与selinux: systemctl stop firewalld systemctl disable firewalld sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/conf...

CentOS7.x下创建本机yum源库与(httpd)局域网yum源库

之前创建yum源库基本是针对本机的,现需创建服务于本地局域网的yum源库 基于CentOS7系统,相应操作步骤如下 首先,通过光驱挂载,或直接上传iso文件至CentOS7系统 创建挂载目录,挂载对应的i...

K8s中Service、Ingress与Ingress Controller的作用与关系

通俗的讲 : Service 是后端真实服务的抽象,一个 Service 可以代表多个相同的后端服务 Ingress 是反向代理规则,用来规定 HTTP/S 请求应该被转发到哪个 Service 上,比如根据请求中不同的 Ho...

rsync命令参数详解

-v, --verbose 详细模式输出 -q, --quiet 精简输出模式 -c, --checksum 打开校验开关,强制对文件传输进行校验 -a, --archive 归档模式,表示以递归方式传输文件,并保持所有文件属性,等于-...

2021/10/11 19:36
165

没有更多内容

加载失败,请刷新页面

返回顶部
顶部