Chinaunix首页 | 论坛 | 博客
  • 博客访问: 424045
  • 博文数量: 184
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 594
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-17 16:24
个人简介

我是一只小小鸟

文章分类

全部博文(184)

文章存档

2016年(1)

2015年(55)

2014年(127)

2013年(1)

发布时间:2015-09-09 23:06:03

......【阅读全文】

阅读(1382) | 评论(0) | 转发(0)

发布时间:2014-11-24 09:04:23

......【阅读全文】

阅读(977) | 评论(0) | 转发(0)

发布时间:2014-11-23 17:15:16

#!/usr/bin/expect#Create Date: 2014-9-28set f [open file r] #(file1为一个文本文件,每行逐条记录“IP 用户名 密码  用户root 密码 端口”)while { [gets $f line] >= 0 } {set timeout 30set host    [lindex $line 0]set user1   [lindex $line 1]set passwd1 [lindex $line 2]set .........【阅读全文】

阅读(1485) | 评论(0) | 转发(0)

发布时间:2014-11-23 17:14:48

点击(此处)折叠或打开#!/usr/bin/expectset _pwd [lindex $argv 1]set _gpg_file [lindex $argv 0]set _text_file "leco_gpg.txt";spawn gpg -o "$_text_file" "$_gpg_file"expect {"Enter passphras.........【阅读全文】

阅读(1054) | 评论(0) | 转发(0)

发布时间:2014-04-29 10:18:23

iso是光盘映像文件,打开iso文件有几种方法1使用光盘映像工具软件或者虚拟光驱才能打开iso文件。像软碟通(UItraISO)就是一个很好的光盘映像工具软件,使用它就可以打开iso文件,提取里面的安装程序到硬盘进行安装;.........【阅读全文】

阅读(840) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册