上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页
摘要: 下载链接:https://pan.baidu.com/s/1a2qDWdZdGtdMLxzjiKLWLA 密码:0ykm 2、下载的文件是文件夹secureCRT包含 3-14、打开scrt-7.3.0-657.osx_x64.dmg,点击agree,把SecureCRT.app挪到应用程序中(注意 阅读全文
posted @ 2020-04-15 14:04 linuxws 阅读(7347) 评论(1) 推荐(2)
摘要: Homebrew官网:https://brew.sh/index_zh-cn.html $ git config --global http.postBuffer 524288000$ git config --global https.postBuffer 524288000 一键安装: /bin 阅读全文
posted @ 2020-04-14 16:25 linuxws 阅读(1321) 评论(0) 推荐(0)
摘要: node 物理机、虚拟机 pod 多个容器和卷组成的容器组 阅读全文
posted @ 2020-04-14 16:22 linuxws 阅读(145) 评论(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 阅读(4166) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/sunhao96/p/7692147.html 使用文件快照的方式实现文件备份,但单说快照(snapshot)的话,他是某一时间点(版本)你能看到的该时间点备份文件状态的全貌,通过文件的快照(全貌)你能恢复到特定时间点(版本)的文件状态。 创建虚拟机s 阅读全文
posted @ 2020-04-03 16:36 linuxws 阅读(611) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zy-303/p/9930353.html 阅读全文
posted @ 2020-04-03 16:22 linuxws 阅读(194) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/superlsj/p/11610517.html 引言: ①、分区的方式 a)mbr分区: 最多支持四个主分区、系统只能安装在主分区、扩展分区要占一个主分区、MBR最大支持2TB,但拥有最好的兼容性 b)gtp分区: 支持无限多个主分区(说是这么说,但 阅读全文
posted @ 2020-04-02 13:29 linuxws 阅读(192) 评论(0) 推荐(0)
摘要: 这里处理程序客户端在linux系统上链接登录FTP超时: 与ssh一样,vsftp的配置文件默认开启了DNS反向解析,这可能会造成用户在登陆到FTP服务器的时候奇慢无比,只要在配置文件中禁用DNS反向解析即可解决文件。如下解决 (这里ftp采用docker容器安装启动,linux安装部署的话修改相同 阅读全文
posted @ 2020-01-20 11:55 linuxws 阅读(1887) 评论(0) 推荐(0)
摘要: GET _search { "query": { "match_all": {} } } GET _cat/indices GET _cat/health?v 阅读全文
posted @ 2020-01-18 23:09 linuxws 阅读(127) 评论(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 阅读(792) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页