├── CloudTorrent ├── LICENSE ├── README.md ├── cloud-torrent ├── cloud-torrent-debian ├── cloud-torrent.sh └── prepare.sh ├── Nginx_OneKey ├── Readme.md ├── modules │ ├── ngx-fancyindex.tgz │ └── ngx_http_substitutions_filter_module.tgz ├── nginx.service ├── nginx_debian ├── nginx_rhel ├── onekey.sh └── onekey_with_substitutions_filter.sh ├── Readme.md ├── RyLLMP ├── LICENSE ├── Readme.md ├── RyLLMP.sh ├── RyLLMP_uninstall.sh └── index.php ├── debian_squeeze_apt_sources.sh ├── fail2ban ├── Readme.md ├── fail2ban.sh ├── fail2ban.tar.gz └── jail.local.centos ├── gdrive_cli.sh ├── iptables_rules.sh ├── jotta_cli.sh ├── ngx_google_deployment ├── Readme.md ├── index.html ├── nginx.conf ├── ngx_google_deployment.sh └── openssl.cnf ├── openwrt-install-clouddrive2.sh ├── proxychains4c7.sh ├── rclone-mount.sh ├── sources.list └── sources.list.squeeze ├── supervisord ├── Readme.md ├── supervisord ├── supervisord.conf └── supervisord.sh └── tcping.sh /CloudTorrent/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/CloudTorrent/LICENSE -------------------------------------------------------------------------------- /CloudTorrent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/CloudTorrent/README.md -------------------------------------------------------------------------------- /CloudTorrent/cloud-torrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/CloudTorrent/cloud-torrent -------------------------------------------------------------------------------- /CloudTorrent/cloud-torrent-debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/CloudTorrent/cloud-torrent-debian -------------------------------------------------------------------------------- /CloudTorrent/cloud-torrent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/CloudTorrent/cloud-torrent.sh -------------------------------------------------------------------------------- /CloudTorrent/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/CloudTorrent/prepare.sh -------------------------------------------------------------------------------- /Nginx_OneKey/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/Readme.md -------------------------------------------------------------------------------- /Nginx_OneKey/modules/ngx-fancyindex.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/modules/ngx-fancyindex.tgz -------------------------------------------------------------------------------- /Nginx_OneKey/modules/ngx_http_substitutions_filter_module.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/modules/ngx_http_substitutions_filter_module.tgz -------------------------------------------------------------------------------- /Nginx_OneKey/nginx.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/nginx.service -------------------------------------------------------------------------------- /Nginx_OneKey/nginx_debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/nginx_debian -------------------------------------------------------------------------------- /Nginx_OneKey/nginx_rhel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/nginx_rhel -------------------------------------------------------------------------------- /Nginx_OneKey/onekey.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/onekey.sh -------------------------------------------------------------------------------- /Nginx_OneKey/onekey_with_substitutions_filter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Nginx_OneKey/onekey_with_substitutions_filter.sh -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/Readme.md -------------------------------------------------------------------------------- /RyLLMP/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/RyLLMP/LICENSE -------------------------------------------------------------------------------- /RyLLMP/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/RyLLMP/Readme.md -------------------------------------------------------------------------------- /RyLLMP/RyLLMP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/RyLLMP/RyLLMP.sh -------------------------------------------------------------------------------- /RyLLMP/RyLLMP_uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/RyLLMP/RyLLMP_uninstall.sh -------------------------------------------------------------------------------- /RyLLMP/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/RyLLMP/index.php -------------------------------------------------------------------------------- /debian_squeeze_apt_sources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/debian_squeeze_apt_sources.sh -------------------------------------------------------------------------------- /fail2ban/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/fail2ban/Readme.md -------------------------------------------------------------------------------- /fail2ban/fail2ban.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/fail2ban/fail2ban.sh -------------------------------------------------------------------------------- /fail2ban/fail2ban.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/fail2ban/fail2ban.tar.gz -------------------------------------------------------------------------------- /fail2ban/jail.local.centos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/fail2ban/jail.local.centos -------------------------------------------------------------------------------- /gdrive_cli.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/gdrive_cli.sh -------------------------------------------------------------------------------- /iptables_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/iptables_rules.sh -------------------------------------------------------------------------------- /jotta_cli.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/jotta_cli.sh -------------------------------------------------------------------------------- /ngx_google_deployment/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/ngx_google_deployment/Readme.md -------------------------------------------------------------------------------- /ngx_google_deployment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/ngx_google_deployment/index.html -------------------------------------------------------------------------------- /ngx_google_deployment/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/ngx_google_deployment/nginx.conf -------------------------------------------------------------------------------- /ngx_google_deployment/ngx_google_deployment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/ngx_google_deployment/ngx_google_deployment.sh -------------------------------------------------------------------------------- /ngx_google_deployment/openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/ngx_google_deployment/openssl.cnf -------------------------------------------------------------------------------- /openwrt-install-clouddrive2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/openwrt-install-clouddrive2.sh -------------------------------------------------------------------------------- /proxychains4c7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/proxychains4c7.sh -------------------------------------------------------------------------------- /rclone-mount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/rclone-mount.sh -------------------------------------------------------------------------------- /sources.list/sources.list.squeeze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/sources.list/sources.list.squeeze -------------------------------------------------------------------------------- /supervisord/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/supervisord/Readme.md -------------------------------------------------------------------------------- /supervisord/supervisord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/supervisord/supervisord -------------------------------------------------------------------------------- /supervisord/supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/supervisord/supervisord.conf -------------------------------------------------------------------------------- /supervisord/supervisord.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/supervisord/supervisord.sh -------------------------------------------------------------------------------- /tcping.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benzBrake/Shell_Collections/HEAD/tcping.sh --------------------------------------------------------------------------------