Giter Site home page Giter Site logo

python-3's Introduction

==========

##本项目为日常工作中的使用的python脚本

###1. ssh_thread.py 是一个批量执行命令的脚本,支持直接执行ssh命令及文件传输,支持多线程

	使用说明如下:

	-h,-H,--help         帮助页面 
    -C, --cmd            执行命令模式 
    -M, --command        执行命令模式 
    -S, --sendfile       传输文件模式 
    -L, --localpath      本地文件路径 
    -R, --remotepath     远程服务器路径 

    IP列表格式:

    IP地址		用户名     密码     端口
    192.168.1.1        root	  123456    22

  	e.g.
          批量执行命令格式: -C "IP列表" -M '执行的命令'
          批量传送文件:     -S "IP列表" -L "本地文件路径" -R "远程文件路径"
    错误日志文件:$PWD/ssh_errors.log

###2. check_ping.py 多进程检测ping,并取值

	默认开启4个进程,需要将hosts.txt IP列表文件放入同一目录下,IP列表每行一个,支持域名、IP

###3. check_ip138.py 通过ip138检测IP(域名)归属地

	使用方法: python check_ip138.py  192.168.1.1

###4. vps_baidu.py 使用baidupan备份VPS

	pip install baidupan

参考:http://solos.github.io/baidupan/

python-3's People

Contributors

joe011 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.