docker pull teddysun/xray

Teddysun 31daa00356 Update Dockerfile 6 yıl önce
docker 31daa00356 Update Dockerfile 6 yıl önce
LICENSE cb59221e34 Initial commit 10 yıl önce
README.md 29cce42696 Update README.md 6 yıl önce
backup.sh 112ad3baf2 Fixed bind: Address already in use problem when use ftp command 7 yıl önce
bbr.sh 354ebe77db Update comments 7 yıl önce
bench.sh 825142d320 Update comments 6 yıl önce
ftp_upload.sh 73a0de02df Update comments 7 yıl önce
kms ca78d0062d Initial commit 7 yıl önce
kms-debian ca78d0062d Initial commit 7 yıl önce
kms.sh 57ba799816 Fixed script bug 6 yıl önce
l2tp.sh f61ee6a368 Update download url 7 yıl önce
pptp.sh 3a77f4ce4e update pptpd version 8 yıl önce
unixbench.sh a150b532a3 Update comments 7 yıl önce

README.md

Some useful scripts

l2tp.sh

  • Description: Auto install L2TP VPN for CentOS6+/Debian7+/Ubuntu12+
  • Intro: https://teddysun.com/448.html

    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

kms.sh

bench.sh

  • Description: Auto test download & I/O speed script
  • Intro: https://teddysun.com/444.html

    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, DO NOT USE)

Copyright (C) 2013-2019 Teddysun [email protected]