摘要: 一 linux 常用命令: 1. 查看 ll, ls,cat, cat test.txt | grep -f test2.txt 从文件中读取关键词进行搜索 cat test.txt |grep ^u grep 'linux' test.txt 从文件中查找关键词 (grep命令使用请参考:http 阅读全文
posted @ 2017-11-24 16:37 小小美 阅读(1269) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/nick_php/article/details/52187905 高可用集群( High Availability Cluster) 负载均衡集群(Load Balance Cluster) 科学计算集群(High Performance Compu 阅读全文
posted @ 2017-11-24 15:28 小小美 阅读(6020) 评论(0) 推荐(1) 编辑
摘要: Docker run 的一些简单命令 使用镜像nginx:latest以交互模式启动一个容器,在容器内执行/bin/bash命令 docker run -it nginx:latest /bin/bash 1. 命名 docker run --name mynginx -d nginx:latest 阅读全文
posted @ 2017-11-24 11:50 小小美 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 转自:http://itsoul.iteye.com/blog/777212 1、Linux集群主要分成三大类( 高可用集群, 负载均衡集群,科学计算集群)(下面只介绍负载均衡集群) 负载均衡集群(Load Balance Cluster) 负载均衡集群:集群中所有的节点都处于活动状态,它们分摊系统 阅读全文
posted @ 2017-11-24 11:29 小小美 阅读(7234) 评论(0) 推荐(0) 编辑