欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Python自动化运维

程序员文章站 2022-06-11 21:27:42
...

准备

环境 CentOS7 、Python2.7

  • 慕课网地址 https://www.imooc.com/video/15231
  • putty快捷方式免密登录
右击-属性-目标
"C:\Program Files\PuTTY\putty.exe" -load "会话名称" -ssh -l username-pw mypassword
注意其中的标点符号都是英文
  • python2安装pip
yum install -y epel-release
yum install -y python-pip
相关标签: python