https://github.com/ttionya/personal-vps-shell
自用服务器脚本
https://github.com/ttionya/personal-vps-shell
Last synced: 6 months ago
JSON representation
自用服务器脚本
- Host: GitHub
- URL: https://github.com/ttionya/personal-vps-shell
- Owner: ttionya
- Created: 2017-01-18T06:07:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T13:13:27.000Z (about 1 year ago)
- Last Synced: 2024-08-01T14:43:28.958Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal VPS Shell
### **自用服务器脚本**
- CentOS 7
- root 用户#### [upgrade_php.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/upgrade_php.sh)
- 仅支持 CentOS 6.X、PHP 7.0.X / PHP 7.1.X、Apache 2.4、PCRE 1#### [install_mysql57.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_mysql57.sh)
- CentOS 7
- MySQL 5.7
- YUM 源安装
- MySQL 清华大学源(China)#### [install_nvm.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_nvm.sh)
- CentOS 7
- 涉及 `rm -rf` 命令,操作务必小心
- NVM、NPM 淘宝源(China)#### [install_zsh.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_zsh.sh)
- yum, apt, zypper, pacman 包管理器#### [install_python3.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_python3.sh)
- CentOS 7
- Pip 清华源(China)#### [install_zstd.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_zstd.sh)
### Web Server
#### [install_apache.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_apache.sh)
> Apache Web Server
- Apache 2.4
- PCRE 1
- nghttp2
- OpenSSL 1.1.1
- 支持 TLS 1.3
- 支持 HTTP/2#### [update_apache.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/update_apache.sh)
> Apache Web Server 升级脚本
- Apache 2.4
- PCRE 1
- nghttp2
- OpenSSL 1.1.1
- 支持 TLS 1.3
- 支持 HTTP/2#### [install_php.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_php.sh)
> PHP 脚本语言
- PHP 7.3
- PCRE 2
- 支持 ZIP#### [install_mysql80.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_mysql80.sh)
> MySQL 数据库
- 安装、升级通用
- MySQL 8.0
- MySQL Community 8.0 Repo 清华大学源(China)### 系统
#### [pvs_kernel.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/pvs_kernel.sh)
> 升级内核到最新版本
> **请勿在生产环境使用**- ELRepo 清华大学源(China)
### 基础软件
#### [pvs_git.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/pvs_git.sh)
> 版本控制软件
#### [pvs_zsh.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/pvs_zsh.sh)
> 代替 Bash
#### [pvs_docker_ce.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/pvs_docker_ce.sh)
> Docker CE 和 Docker Compose
- Docker Registry 网易云、百度源(China)
- Docker Compose DaoCloud 下载(China)#### [install_nodesource.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_nodesource.sh)
> Node 和 NPM
- 安装、升级通用
- Node Source 清华大学源(China)
- NPM 淘宝源(China)### 分析软件
#### [install_goaccess.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/install_goaccess.sh)
> 日志分析软件
- EPEL 清华大学源(China)
### Repository
#### [repo_epel.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/repo_epel.sh)
- EPEL 清华大学源(China)
#### [repo_elrepo.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/repo_elrepo.sh)
- ELRepo 清华大学源(China)
#### [repo_docker_ce.sh](https://raw.githubusercontent.com/ttionya/Personal-VPS-Shell/master/repo_docker_ce.sh)
- Docker CE 清华大学源(China)