12 2015 档案

摘要:DHT(Distributed Hash Table) Translator What is DHT? DHT is the real core of how GlusterFS aggregates capacity and performance across multiple serv... 阅读全文
posted @ 2015-12-27 22:28 Vman 阅读(437) 评论(0) 推荐(0)
摘要:Introducing shard translatorbyKrutika Dhananjayon December 23, 2015GlusterFS-3.7.0 saw the release of sharding feature, among several others. The feat... 阅读全文
posted @ 2015-12-24 22:02 Vman 阅读(378) 评论(0) 推荐(0)
摘要:- fdisk -l 找出移动硬盘对应的设备- mkdir 创建挂载点 mkdir /mnt/usb- mount mount -t ntfs-3g /dev/sdb1 /mnt/usb- umount umount /dev/sdb1 阅读全文
posted @ 2015-12-23 14:54 Vman 阅读(1219) 评论(0) 推荐(0)
摘要:shell脚本中echo显示内容带颜色显示,echo显示带颜色,需要使用参数-e。格式如下:echo-e"\033[41;36msomethinghere\033[0m"其中41的位置代表底色,36的位置是代表字的颜色 。注: 1、字背景颜色和文字颜色之间是英文的"" 2、文字颜色后面有个m ... 阅读全文
posted @ 2015-12-21 16:32 Vman 阅读(292) 评论(0) 推荐(0)