上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页
摘要: node 物理机、虚拟机 pod 多个容器和卷组成的容器组 阅读全文
posted @ 2020-04-14 16:22 linuxws 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Kubernetes 查看node // 查看所有节点及labels kubectl get nodes --show-labels 删除节点的labels # 语法 kubectl label nodes <node-name> <label-key>- 给节点添加labels # 语法 kube 阅读全文
posted @ 2020-04-08 17:04 linuxws 阅读(4146) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/sunhao96/p/7692147.html 使用文件快照的方式实现文件备份,但单说快照(snapshot)的话,他是某一时间点(版本)你能看到的该时间点备份文件状态的全貌,通过文件的快照(全貌)你能恢复到特定时间点(版本)的文件状态。 创建虚拟机s 阅读全文
posted @ 2020-04-03 16:36 linuxws 阅读(592) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zy-303/p/9930353.html 阅读全文
posted @ 2020-04-03 16:22 linuxws 阅读(191) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/superlsj/p/11610517.html 引言: ①、分区的方式 a)mbr分区: 最多支持四个主分区、系统只能安装在主分区、扩展分区要占一个主分区、MBR最大支持2TB,但拥有最好的兼容性 b)gtp分区: 支持无限多个主分区(说是这么说,但 阅读全文
posted @ 2020-04-02 13:29 linuxws 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 这里处理程序客户端在linux系统上链接登录FTP超时: 与ssh一样,vsftp的配置文件默认开启了DNS反向解析,这可能会造成用户在登陆到FTP服务器的时候奇慢无比,只要在配置文件中禁用DNS反向解析即可解决文件。如下解决 (这里ftp采用docker容器安装启动,linux安装部署的话修改相同 阅读全文
posted @ 2020-01-20 11:55 linuxws 阅读(1751) 评论(0) 推荐(0) 编辑
摘要: GET _search { "query": { "match_all": {} } } GET _cat/indices GET _cat/health?v 阅读全文
posted @ 2020-01-18 23:09 linuxws 阅读(120) 评论(0) 推荐(0) 编辑
摘要: NTP 是网络时间协议(Network Time Protocol)的简称 生成libssl.so.10和libcrypto.so.10文件 一.强制卸载OpenSSL:rpm -e --nodeps openssl二.卸载后重装OpenSSL提示:There was a problem impor 阅读全文
posted @ 2020-01-11 20:27 linuxws 阅读(721) 评论(0) 推荐(0) 编辑
摘要: FROM mysql:5.7 MAINTAINER yaomajor(yaomajor@qq.com) ENV LANG C.UTF-8 RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime COPY ./doc/db/1schema 阅读全文
posted @ 2020-01-09 15:07 linuxws 阅读(310) 评论(0) 推荐(0) 编辑
摘要: version:指定 docker-compose.yml 的版本 执行docker-compose.yml文件之前先查看yml文件的版本信息version 和docker-compose的版本是否匹配一致 不一致要卸载docker-compose安装适配的版本 V1 版本的 docker-comp 阅读全文
posted @ 2020-01-08 20:23 linuxws 阅读(4312) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页