码迷,mamicode.com
首页 >  
搜索关键字:批量ssh信任 expect ssh-copy-id    ( 1515个结果
JavaScript Patterns 2.5 (Not) Augmenting Build-in Prototypes
Other developers using your code will probably expect the built-in JavaScript methods to work consistently and will not expect your additions. And pro...
分类:编程语言   时间:2014-05-22 02:21:49    阅读次数:298
expect简单用法
1 #!/usr/expect/bin/expect -f 2 3 4 set loginuser [lrange $argv 0 0] 5 set loginpass [lrange $argv 1 1] 6 set ipaddr [lrange $argv 2 2] 7 set port ...
分类:其他好文   时间:2014-05-15 16:59:19    阅读次数:332
学习nodejs -02
断言:学java的时候学过断言,但一直用的很少,node中也有varassert=require(‘assert‘) console.info(‘.......startapp.......‘); varactual=1; varexpect=‘1‘ vara; //判断是否为真 assert(a,‘isnotvalid‘); assert.ok(0,‘isnoteffective‘); //arg[0]为真实值,arg[1]期望值,a..
分类:Web程序   时间:2014-05-15 09:09:47    阅读次数:373
添加ssh无密码认证
#(1)ssh-keygen#一直回车#(2)ssh-copy-id-i/root/.ssh/id_rsa.pub"-p2223192.168.0.100"#直接回车输入密码#(3)ssh-p2223192.168.0.100#不需要任何提示即可登录192.168.0.100,此步骤可做测试使用
分类:其他好文   时间:2014-05-15 01:04:19    阅读次数:277
Conceptual blockbusting- chap2 perceptual blocks
Page 30Perceptual blocks are obstacles that prevent the problem-solver from clearly perceiving either the problem itself or the information needed to ...
分类:其他好文   时间:2014-04-28 00:54:37    阅读次数:403
1515条   上一页 1 ... 150 151 152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!