Linux SkillsLinux SkillsTable of Contents1. How to use ramdisk in Ubuntu and Fedora?2. How to enable ssh server in Ubuntu?3. How to disable CPU in Lin...
分类:
系统相关 时间:
2014-07-11 18:37:30
阅读次数:
528
前言: ssh命令, 没有指定密码的参数. 以至于在脚本中使用ssh命令的时候, 必须手动输入密码, 才能继续执行. 这样使得脚本的自动化执行变得很差, 尤其当ssh对应的机器数很多的时候, 会令人抓狂.本文讲解了两种方式, 一种借助expect脚本, 一种借助sshpass来实现.*) 借助e.....
分类:
其他好文 时间:
2014-07-11 11:36:13
阅读次数:
277
Linux ssh登陆老提示“permission denied,please try again” ,但是iptables已经关掉了修改/etc/ssh/sshd_config文件。找如下的一句#PermitRootLogin yes改为如下的PermitRootLogin yes注意,要把前面的...
分类:
系统相关 时间:
2014-07-11 09:05:33
阅读次数:
269
1. sudo apt-get install openssh-server
2....
分类:
其他好文 时间:
2014-07-10 23:28:50
阅读次数:
212
1杀掉tomcat 进程用ssh登陆到服务器lsof -i:8080 //找到端口ps -ef|grep tomcat kill -9 端口2找到tomcat目下的startup.sh启动tomcat服务
分类:
系统相关 时间:
2014-07-09 19:31:28
阅读次数:
206
示例:./sshpass -p ‘123456’ ssh -o StrictHostKeyChecking=no root@192.168.1.15./sshpass -p ‘123456’ scp -o StrictHostKeyChecking=no /root/abc.sh 192.168.....
分类:
其他好文 时间:
2014-07-09 18:02:34
阅读次数:
227
ssh连接远程服务器,报警信息AddressX.X.X.Xmapstolocalhost,butthisdoesnotmapbacktotheaddress-POSSIBLEBREAK-INATTEMPT!如下:[root@upgirl~]#sshroot@192.168.0.203Address192.168.0.203mapstolocalhost,butthisdoesnotmapbacktotheaddress-POSSIBLEBREAK-INATTEMPT!root@19..
分类:
其他好文 时间:
2014-07-09 08:04:07
阅读次数:
241
手机服务站 v1.0.6下载地址:http://down.znds.com/apk/tool/2014/0528/667.html简介: 一款集成wifiAp+lamp+ssh+bt功能的软件,智能电视及盒子专用(兼容手机)。开启wifi热点、web服务器、数据库、私有云、ssh远程登录、Tra.....
分类:
移动开发 时间:
2014-07-08 11:32:29
阅读次数:
324