2018-05-27 03:05:00 +00:00
2018-05-27 03:05:00 +00:00
2017-08-24 22:42:55 +08:00
2017-08-24 22:42:55 +08:00
2017-08-24 22:42:55 +08:00
2017-09-11 13:57:03 +08:00
2017-08-24 22:42:55 +08:00
2018-05-26 07:49:20 +00:00
2018-05-27 03:05:00 +00:00
2017-08-24 22:42:55 +08:00
2015-03-27 12:08:49 +08:00
2017-11-29 20:09:49 +08:00
2017-08-24 22:42:55 +08:00
2017-11-25 14:15:12 +08:00
2017-11-29 20:09:49 +08:00
2017-12-14 05:07:45 +00:00
2017-08-24 22:42:55 +08:00

Some useful scripts

一些有用的脚本

git_this.sh

提交当前改动到github

setup-ssr-with-net_speeder.sh

一键搭建SSR脚本
  • 支持自选混淆协议加密协议自定义docker名字和端口
  • 来自其他人的镜像

python3.5-for-spider.sh

一键运行单个的python脚本
  • 含有python3.5,requsets, beautifulsoup4
  • 运行此脚本时,接收一个参数,参数为要运行的脚本的文件名,例如"./python3.5-for-spider.sh example.py"
  • 需要docker环境的支持

newlinux.sh

用来在新的linux上安装必要环境
  • 含有screenfetch mycli speedometer shadowsocks 以及java8
  • 复制自己的ssh和bash习惯到当前环境

install-docker.sh

docker安装脚本

l2tp.sh

Usage: l2tp [-l,--list|-a,--add|-d,--del|-m,--mod|-h,--help]

| Bash Command     | Description                  |
|------------------|------------------------------|
| l2tp -l,--list   | List all users               |
| l2tp -a,--add    | Add a user                   |
| l2tp -d,--del    | Delete a user                |
| l2tp -m,--mod    | Modify a user password       |
| l2tp -h,--help   | Print this help information  |

bbr.sh


bench.sh

Usage:

| No.      | Bash Command                    |
|----------|---------------------------------|
| 1        | wget -qO- bench.sh | bash       |
| 2        | curl -Lso- bench.sh | bash      |
| 3        | wget -qO- 86.re/bench.sh | bash |
| 4        | curl -so- 86.re/bench.sh | bash |

backup.sh

  • You must modify the config before run it
  • Backup MySQL/MariaDB/Percona datebases, files and directories
  • Backup file is encrypted with AES256-cbc with SHA1 message-digest (option)
  • Auto transfer backup file to Google Drive (need install gdrive command) (option)
  • Auto transfer backup file to FTP server (option)
  • Auto delete Google Drive's or FTP server's remote file (option)
  • Intro: https://teddysun.com/469.html
Install gdrive command step:

For x86_64: 
wget -O /usr/bin/gdrive http://dl.lamp.sh/files/gdrive-linux-x64
chmod +x /usr/bin/gdrive

For i386: 
wget -O /usr/bin/gdrive http://dl.lamp.sh/files/gdrive-linux-386
chmod +x /usr/bin/gdrive

ftp_upload.sh


unixbench.sh


pptp.sh(Deprecated)

Copyright (C) 2013-2017 Teddysun i@teddysun.com

Description
Across the Great Wall we can reach every corner in the world
Readme Apache-2.0 48 MiB
Languages
Shell 83.3%
Dockerfile 8.3%
HTML 5.1%
Makefile 3.3%