不全,不过大部份都会在这里存档,有些自己用的就放到 Coding 咯
安装 CloudTorrent BT 离线下载工具
Nginx 一键安装脚本,不包含 PHP MYSQL SQLITE
Google 反代一键安装脚本,基于 Nginx_Onekey
lighttpd+mysql+sqlite+php 一键安装脚本 二进制安装,速度快
Fix apt-get update 404 on debian squeeze 修复 Debian apt-get 时报 404 错误
bash -c "$(wget https://raw.githubusercontent.com/benzBrake/Shell_Collections/master/debian_squeeze_apt_sources.sh -O -)"
Install Jotta-cli tools automatic 一键安装 Jotta-cli
bash -c "$(wget https://raw.githubusercontent.com/benzBrake/Shell_Collections/master/jotta_cli.sh -O -)"
Install prasmussen/gdrive automatic 一键安装 gdrive-cli
bash -c "$(wget https://raw.githubusercontent.com/benzBrake/Shell_Collections/master/gdrive_cli.sh -O -)"
Useful iptables rules (not work on CentOS 7/RHEL 7)
bash -c "$(wget https://raw.githubusercontent.com/benzBrake/Shell_Collections/master/iptables_rules.sh -O -)"
RCLONE 辅助挂载脚本
先安装 fuse 和 fuse3
apt update
apt install fuse fuse3
然后下载此脚本,比如下载到/data/rclone
下,然后修改脚本
#--Config Start
BIN="/usr/bin/rclone" # rclone 路径
CONFIG="/data/rclone/rclone.conf" # rclone 配置文件
LOG_PATH="/var/log/rcloned.log" # rclone 日志路径
MOUNT_LIST="/data/rclone/mount.conf" # 挂载列表
#--Config End
mount.conf
格式如下
配置名:=挂载路径
比如我的配置如下
# rclone config
Current remotes:
Name Type
==== ====
dy001 onedrive
mount.conf
的格式如下
如果想暂时不挂载,添加#靠头即可
# local=googleone:=/mnt/googleone 这是注释示例
webdav=jotta:/=0.0.0.0:19797=root:1234
local=115:=/mnt/115
然后运行脚本即可
sh rclone-mount.sh start
一键安装支持 ipv4/ipv6 双栈的 tcping
curl -sSL https://raw.githubusercontent.com/benzBrake/Shell_Collections/master/tcping.sh | sh
openwrt 环境一键安装 clouddrive2
curl -sSL https://raw.githubusercontent.com/benzBrake/Shell_Collections/master/openwrt-install-clouddrive2.sh | bash