# scripts **Repository Path**: michaelsky/scripts ## Basic Information - **Project Name**: scripts - **Description**: No description available - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-06 - **Last Updated**: 2021-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 各类脚本介绍说明: #### ping:已删除,批量ping使用nmap工具即可,示例:nmap -sP 192.168.1.0/24 #### send_pub-Key:公钥批量分发,需要配合target.txt使用 #### redis_shell:redis运维管理 #### system_basic_optimize:CentOS系统基础优化 #### system_basic_optimize_v2:CentOS和Ubuntu系统基础优化(1、新增历史命令和内核优化;2、VIM编辑优化新增记录上一次编辑位置功能) #### ip_format_transform:ip格式转换:ip <--> int #### docker_tag_image:批量对docker镜像打标签(待完善) #### vpn_centos:PPTP VPN一键搭建脚本,说明见vpn_centos.readme.md #### smkp:smokeping管理脚本