2018年8月18日
摘要: RAID 0(条带卷,strip) RAID 1(镜像卷,mirror)和RAID 4 RAID 5 RAID 6 RAID 10 RAID 01 RAID 50 JBOD RAID 7 阅读全文
posted @ 2018-08-18 22:47 圆缘 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 机械式硬盘 磁道(track):真正用来存储数据的位置 柱面(cylinder):按照柱面分区 扇区(secotr):最小储存单元 0磁道0扇区(secotr):512bytes MBR:Master Boot Record(主引导记录) 446bytes:boot loader(引导加载器) 64 阅读全文
posted @ 2018-08-18 22:24 圆缘 阅读(375) 评论(0) 推荐(0) 编辑
摘要: ![](https://images2018.cnblogs.com/blog/1435959/201808/1435959-20180818215622371-788028917.png) 阅读全文
posted @ 2018-08-18 21:57 圆缘 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 加双引号"",表示精确匹配 不加双引号"", 表示通配符 =~ 左侧字符串是否能够被右侧的PATTERN所匹配(注意: 此表达式一般用于[[ ]]中;扩展的正则表达式) 阅读全文
posted @ 2018-08-18 21:43 圆缘 阅读(2472) 评论(0) 推荐(0) 编辑
摘要: 查找/data目录下2级的文件 find /data maxdepth 2 mindepth 2 阅读全文
posted @ 2018-08-18 21:26 圆缘 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 编译安装httpd(CentOS 6) 准备工作: 1.关闭防火墙 6:service iptables stop;chkconfing iptables off 7:systemctl stop firewalld;systemctl disable firewalld 另外还有一种:清除所有规则 阅读全文
posted @ 2018-08-18 20:16 圆缘 阅读(723) 评论(1) 推荐(1) 编辑
摘要: 阿里云repo文件:http://mirrors.aliyun.com/repo/ 下载repo文件:wget http://mirrors.aliyun.com/repo/epel 6.repo CentOS系统的yum源 阿里云:https://mirrors.aliyun.com/centos 阅读全文
posted @ 2018-08-18 14:51 圆缘 阅读(171) 评论(0) 推荐(0) 编辑

返顶部