摘要:
什么pexpect、pxshll在paramiko面前都是浮云,重要的是paramiko支持windows。 小试牛刀 输出结果: 真心是我想要。 下面介绍下他的安装方法: 安装相关支撑库: 安装pycrypto:http://www.voidspace.org.uk/python/modules. 阅读全文
摘要:
什么pexpect、pxshll在paramiko面前都是浮云,重要的是paramiko支持windows。 小试牛刀 输出结果: 真心是我想要。 下面介绍下他的安装方法: 安装相关支撑库: 安装pycrypto:http://www.voidspace.org.uk/python/modules. 阅读全文
摘要:
#!/usr/bin/env python """ This runs a command on a remote host using SSH. At the prompts enter hostname, user, password and the command. """ import pexpect import getpass, os #user: ssh 主机的用户名 #ho... 阅读全文
摘要:
一:python2.7.12安装 #获取python2.7.12 wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz #确保安装如下软件如果没有请使用yum安装 gcc zlib zlib-devel python-deve 阅读全文
摘要:
paramiko模块提供了ssh及sft进行远程登录服务器执行命令和上传下载文件的功能。这是一个第三方的软件包,使用之前需要安装。 1 基于用户名和密码的 sshclient 方式登录 2 基于用户名和密码的 transport 方式登录 方法1是传统的连接服务器、执行命令、关闭的一个操作,有时候需 阅读全文
摘要:
查看未提交配置 system-view ftp server enable display configuration candidate 删除未提交的配置 clear configuration candidate 配置回退 display configuration commit changes 阅读全文
摘要:
由于工作原因,现在从事公有云。 这简直就是个笑话,12年后又回来学网络知识。 # 设置系统的日期、时间和时区 <HUAWEI> clock timezone BJ add 08:00:00 <HUAWEI> clock datetime 20:10:00 2017-08-05 # 设置设备名称和管理 阅读全文
摘要:
http://www.cnblogs.com/yeer/archive/2011/01/18/1938024.html http://www.cnblogs.com/zgx/archive/2011/09/22/2185261.html http://www.cnblogs.com/JohnABC/ 阅读全文
摘要:
1.安装apache ./configure --prefix=/usr/local/apache2 --enable-rewrite --enable-so --enable-headers --enable-expires --with-mpm=worker --enable-modules=m 阅读全文
摘要:
今天太晚了,环境还没有测试,有待验证! 阅读全文
摘要:
参考:http://www.nginx.cn/install 也不知道我的系统是否有这些依赖包,试试吧?缺少哪些我就装哪些吧,多踏点坑总是能学到点东西的. 获取nginx包 http://nginx.org/en/download.html configure --sbin-path=/user/l 阅读全文
|