From 855ed945321e9c33ba62779e782958926490935f Mon Sep 17 00:00:00 2001 From: ddv12138 <644077730@qq.com> Date: Tue, 22 Aug 2017 18:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E4=BA=86=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E5=B9=B6=E4=B8=94=E5=A2=9E=E5=8A=A0=E4=BA=86Docker?= =?UTF-8?q?=E7=9A=84=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 31 ++++++++++++++++++------------- backup.sh | 0 bbr.sh | 0 bench.sh | 0 ftp_upload.sh | 0 install-docker.sh | 4 ++++ l2tp.sh | 0 newlinux.sh | 0 pptp.sh | 0 unixbench.sh | 0 10 files changed, 22 insertions(+), 13 deletions(-) mode change 100644 => 100755 backup.sh mode change 100644 => 100755 bbr.sh mode change 100644 => 100755 bench.sh mode change 100644 => 100755 ftp_upload.sh create mode 100755 install-docker.sh mode change 100644 => 100755 l2tp.sh mode change 100644 => 100755 newlinux.sh mode change 100644 => 100755 pptp.sh mode change 100644 => 100755 unixbench.sh diff --git a/Readme.md b/Readme.md index 2de01f1..1465cc2 100644 --- a/Readme.md +++ b/Readme.md @@ -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 - -newlinux.sh -=================== -##### 用来在新的linux上安装必要环境 --含有screenfetch mycli speedometer shadowsocks 以及java8 diff --git a/backup.sh b/backup.sh old mode 100644 new mode 100755 diff --git a/bbr.sh b/bbr.sh old mode 100644 new mode 100755 diff --git a/bench.sh b/bench.sh old mode 100644 new mode 100755 diff --git a/ftp_upload.sh b/ftp_upload.sh old mode 100644 new mode 100755 diff --git a/install-docker.sh b/install-docker.sh new file mode 100755 index 0000000..f18edae --- /dev/null +++ b/install-docker.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -e +echo "开始安装docker" +wget -qO- https://get.docker.com/ | sh diff --git a/l2tp.sh b/l2tp.sh old mode 100644 new mode 100755 diff --git a/newlinux.sh b/newlinux.sh old mode 100644 new mode 100755 diff --git a/pptp.sh b/pptp.sh old mode 100644 new mode 100755 diff --git a/unixbench.sh b/unixbench.sh old mode 100644 new mode 100755