摘要: 一、find 命令的格式 find pathname options [ print exec ok ... ] 参数详解: pathname :是find命令所查找的目录路径。例如用符号.来表示当前目录,用/来表示系统根目录。 print :表示find命令将匹配的文件输出到标准输出中。 exec 阅读全文
posted @ 2018-10-21 23:31 信念&坚持✊ 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://github.com/lyf3/ss/issues/1 阅读全文
posted @ 2018-10-21 21:56 信念&坚持✊ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: http://www.devopsedu.com/ https://www.cnblogs.com/yibutian/p/9561657.html 阅读全文
posted @ 2018-10-21 21:46 信念&坚持✊ 阅读(89) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/cJ8BeApMW1KGAsZgHBCgog 阅读全文
posted @ 2018-10-21 21:45 信念&坚持✊ 阅读(231) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/b9ayjIcC0PB2eYdohsiRGg 阅读全文
posted @ 2018-10-21 21:44 信念&坚持✊ 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/peter316/p/6287212.html 阅读全文
posted @ 2018-10-21 21:43 信念&坚持✊ 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/SIK1nbQRD5C5B6vmoq1DhA 阅读全文
posted @ 2018-10-21 21:42 信念&坚持✊ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://www.ansible.com.cn/ 阅读全文
posted @ 2018-10-21 21:29 信念&坚持✊ 阅读(75) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/toutou/p/4769355.html _label2 https://www.cnblogs.com/jimmy y/p/5340998.html 阅读全文
posted @ 2018-10-21 21:13 信念&坚持✊ 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Zabbix 编译安装 http://www.voidcn.com/article/p glzavmmc bor.html 阅读全文
posted @ 2018-10-21 21:06 信念&坚持✊ 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 开源数据采集技术 轻量级采集工具Filebeat 阅读全文
posted @ 2018-10-21 21:02 信念&坚持✊ 阅读(176) 评论(0) 推荐(0) 编辑
摘要: CentOS 7.4 源码编译安装 Redis 阅读全文
posted @ 2018-10-21 20:30 信念&坚持✊ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: ubuntu16.04 apt-get 安装mysql 阅读全文
posted @ 2018-10-21 20:28 信念&坚持✊ 阅读(100) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding;UTF-8 -*- Python必须知道的基础语法一、Python的文件类型 1.Python的文件类型分为三种: 1.1.源代码:扩展名以py结尾,不需要编译成二进制代码,可直接运行。在Windows系统下是以pyw结尾,作为桌 阅读全文
posted @ 2018-10-21 19:12 信念&坚持✊ 阅读(292) 评论(0) 推荐(0) 编辑
摘要: ubuntu16.04 离线安装docker容器 官方下载地址:https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_17.03.3~ce-0~ubuntu-xenial_amd64.deb 阅读全文
posted @ 2018-10-21 19:11 信念&坚持✊ 阅读(162) 评论(0) 推荐(0) 编辑