发布时间:2012-02-01 09:22:51
<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Arial; font-size: 12px; font-style: normal; font-variant: normal; font-weight......【阅读全文】
发布时间:2012-01-17 21:30:59
一、有文件file1 1、查询file1 里面空行的所在行号 awk ‘{if($0~/^$/)print NR}’ file or grep -n ^$ file |awk ‘BEGIN{FS=”:”}{print $......【阅读全文】
发布时间:2011-12-31 14:07:17
本文重点介绍如何构建一个PC构架的iSCSI存储系统,这里我们选择一个普通的、性能优良的、可支持多块磁盘的PC服务器作为iSCSI target,并且选择一个成熟稳定的iS......【阅读全文】
发布时间:2011-12-09 10:10:50
1,安装 直接yum或者下载相关源码包 软件包一般包括: samba-common- samba- samba-c......【阅读全文】