# Awesome-Bash **Repository Path**: qiuyeyijian/bash ## Basic Information - **Project Name**: Awesome-Bash - **Description**: 一些Shell脚本资源,服务器部署相关方面。更改镜像源,更改ssh端口等 - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-04-03 - **Last Updated**: 2023-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一些Shell脚本资源,服务器部署相关方面。更改镜像源,更改ssh端口等 ### 结构 ```javascript . ├── CentOS │   ├── aliyun //修改镜像源 │   │   ├── centos.sh │   │   └── README.md │   ├── port //开放、关闭端口 │   │   ├── port.sh │   │   └── README.md │   └── ssh //修改ssh端口 │   ├── README.md │   └── sshkey.sh ├── LICENSE ├── README.en.md └── README.md ``` ### 教程 #### 1. 下载 **Github** ```bash git clone https://github.com/qiuyeyijian/Awesome-bash.git ``` #### 2. 使用 **每个脚本都进行了分类, 并写了相关使用说明, 可到具体脚本目录查看** ### [Gitee仓库](https://gitee.com/qiuyeyijian/bash) Github有时Clone速度太慢, 就在Gitee上建立了一个镜像仓库 [https://gitee.com/qiuyeyijian/bash](https://gitee.com/qiuyeyijian/bash)