上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: Test at Red Hat Enterprise Linux Server release 7.5 (Maipo) File localtion /etc/yum.repos.d/epel.repo Refrer to https://www.jianshu.com/p/25a63cbf1e9d 阅读全文
posted @ 2018-11-14 00:00 李欢欢 阅读(227) 评论(0) 推荐(0)
摘要: refer to 官方手册 https://docs.ansible.com/ansible/latest/modules/modules_by_category.html refer to 中文手册 http://www.ansible.com.cn/ refer to Ansible快速入门 h 阅读全文
posted @ 2018-11-10 14:03 李欢欢 阅读(233) 评论(0) 推荐(0)
摘要: ansible 官方文档:https://docs.ansible.com/ansible/latest/index.html ansible 中文入门:http://getansible.com/ ansible快速入门:https://www.cnblogs.com/dachenzi/p/891 阅读全文
posted @ 2018-11-10 12:58 李欢欢 阅读(271) 评论(0) 推荐(0)
摘要: 1.RequestsDependencyWarning (refer to http://blog.51cto.com/mjunetwslinux/2177727?source=dra) python库中urllib3 (1.21.1) or chardet (2.2.1) 的版本不兼容 解决方法: 阅读全文
posted @ 2018-11-10 12:33 李欢欢 阅读(761) 评论(0) 推荐(0)
摘要: 分享下高手写的很好的文章 IP地址、子网掩码、网络号、主机号、网络地址、主机地址 step 0: check the iptables、selinux service iptables iptables sestatus -v step 1: backup the network configura 阅读全文
posted @ 2018-11-08 22:12 李欢欢 阅读(224) 评论(0) 推荐(0)
摘要: 今天在阿里云虚拟主机里新加了一块磁盘,需要单独挂载到centos7。 挂载过程中遇到了不少问题,记录如下: 查看分区 fdisk -l 其中第一个框和第二个框,是已经分好区的磁盘,第三个硬盘没有分区。 开始分区 fdisk /dev/sdc 输入m,可以查看有哪些操作 输入p 查看当前硬盘分区,目前 阅读全文
posted @ 2018-11-04 23:59 李欢欢 阅读(795) 评论(0) 推荐(1)
摘要: 参考:http://webpy.org/cookbook/mod_wsgi-apache.zh-cn 一、yum方式安装: 1、yum install httpd 输入y后继续。 2、看到一下类似的返回,说明安装成功 3、由于linux Redhat默认将httpd作为系统服务,可以根据实际需要将h 阅读全文
posted @ 2018-11-04 23:42 李欢欢 阅读(1976) 评论(0) 推荐(0)
摘要: 1. TCP连接 当网络通信时采用TCP协议时,在真正的读写操作之前,server与client之间必须建立一个连接,当读写操作完成后,双方不再需要这个连接时它们可以释放这个连接,连接的建立是需要三次握手的,而释放则需要4次握手,所以说每个连接的建立都是需要资源消耗和时间消耗的。 经典的三次握手示意 阅读全文
posted @ 2018-11-04 23:38 李欢欢 阅读(1151) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/linux/l-lpic1-map/index.html 阅读全文
posted @ 2018-11-03 23:01 李欢欢 阅读(129) 评论(0) 推荐(0)
摘要: refer to: https://www.aliyun.com/jiaocheng/200196.html 阅读全文
posted @ 2018-11-03 22:59 李欢欢 阅读(346) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页