This commit is contained in:
ddv12138 2017-08-24 19:44:48 +08:00
commit 1d33a9c34e
2 changed files with 22 additions and 13 deletions

View File

@ -1,5 +1,15 @@
# Some useful scripts
# 一些有用的脚本
newlinux.sh
===================
##### 用来在新的linux上安装必要环境
-含有screenfetch mycli speedometer shadowsocks 以及java8
***
install-docker.sh
===================
##### docker安装脚本
***
l2tp.sh
=======
@ -16,16 +26,16 @@ Usage: l2tp [-l,--list|-a,--add|-d,--del|-m,--mod|-h,--help]
| l2tp -m,--mod | Modify a user password |
| l2tp -h,--help | Print this help information |
```
***
bbr.sh
======
- 一键升级内核以支持谷歌bbr加速技术
- Description: Auto install latest kernel for TCP BBR
- Intro: https://teddysun.com/489.html
***
bench.sh
========
- vps性能及连接速度测试
- Description: Auto test download & I/O speed script
- Intro: https://teddysun.com/444.html
```bash
@ -38,7 +48,7 @@ Usage:
| 3 | wget -qO- 86.re/bench.sh | bash |
| 4 | curl -so- 86.re/bench.sh | bash |
```
***
backup.sh
=========
@ -61,20 +71,20 @@ For i386:
wget -O /usr/bin/gdrive http://dl.lamp.sh/files/gdrive-linux-386
chmod +x /usr/bin/gdrive
```
***
ftp_upload.sh
=============
- You must modify the config before run it
- Upload file(s) to FTP server
- Intro: https://teddysun.com/484.html
***
unixbench.sh
============
- Description: Auto install unixbench and test script
- Intro: https://teddysun.com/245.html
***
pptp.sh(Deprecated)
===================
@ -82,8 +92,3 @@ pptp.sh(Deprecated)
- Intro: https://teddysun.com/134.html
Copyright (C) 2013-2017 Teddysun <i@teddysun.com>
newlinux.sh
===================
##### 用来在新的linux上安装必要环境
-含有screenfetch mycli speedometer shadowsocks 以及java8

4
install-docker.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -e
echo "开始安装docker"
wget -qO- https://get.docker.com/ | sh