1.安装nfs
$sudo apt-get install nfs-kernel-server
2.增加目录到nfs列表
$vi /etc/exports
在末尾加入:
/home/nfs *(rw,sync,no_root_squash)
3.重启服务器:
$sudo /etc/init.d/nfs-kernel-server restart...
分类:
系统相关 时间:
2015-01-02 22:30:21
阅读次数:
248
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2015-01-02 22:15:05
阅读次数:
307
var?l?sync.Mutex
var?a?string
func?f()?{
a?=?"hello,?world"
l.Unlock()
}
func?main()?{
l.Lock()
go?f()
l.Lock()
print(a)
} sync 包中实现了两个关于锁的数据类型,sync.Mutex 和 sy...
分类:
编程语言 时间:
2015-01-02 12:23:57
阅读次数:
181
来源参考:http://www.chromium.org/developers/design-documents/compositor-thread-architecture
Render线程的stalls:
1,style recalc
2,sync network request
3,long painting times(复杂的页面内容?)
4,GC
Compos...
分类:
编程语言 时间:
2014-12-31 20:14:17
阅读次数:
931
方法一: 首先你的有一个集成环境adt-bundle-windows:下载地址请看blog:http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html 下载完成找到SDK...
分类:
移动开发 时间:
2014-12-31 18:03:33
阅读次数:
222
rocksCluster 执行# rocks sync users后出现下面的报警信息,会在所有终端出现,影响工作。Message from syslogd@hadoop-9 at Dec 31 16:34:14 ... aceback (most recent call last):Message...
分类:
其他好文 时间:
2014-12-31 18:02:29
阅读次数:
1055
SharePoint2013在MySite增加了一个叫做SkyDrive Pro新功能,笑男还没来得及研究一下,已经有客户遇到问题了:在SkyDrive Pro的页面上有一条通知:"Welcome to your SkyDrive Pro, the place to store, sync, and...
分类:
其他好文 时间:
2014-12-30 16:32:48
阅读次数:
212
User Profile Service Application创建好了之后,下一步要做的就是把AD里面的user同步进来。当然,除了AD之外,还支持其他类型的数据源,比如数据库,或者BCS等。这里只介绍AD。...
分类:
移动开发 时间:
2014-12-30 10:06:10
阅读次数:
272
漏洞的名称为PortableOpenSSHGSSAPI远程代码执行漏洞(CVE-2006-5051)及OpenSSHJ-PAKE授权问题漏洞(CVE-2010-4478),厂家给出的解决方案很笼统。经过各方查找资料,大致的解决方案是升级到高版本的openssh,目前最新版本是openssh6.7p1.下载地址:http://mirror.internode.on.ne..