1、新建工作表。
2、右击新建的工作表名称,点击“查看代码(V)”
3、复制输入如下代码:
|
4、点击F5,运行即可。
1、新建工作表。
2、右击新建的工作表名称,点击“查看代码(V)”
3、复制输入如下代码:
|
4、点击F5,运行即可。
BaiduPCS-Go是一位大佬用GO语言写的脚本,可以一键上传、下载、离线下载百度网盘的内容(优点:能突破带宽,批量下载)。
Github地址:https://github.com/iikira/BaiduPCS-Go
地址1: https://www.baiduwp.com
地址2: https://baiduwangpan.com
运行一下命令:
wget https://github.com/iikira/BaiduPCS-Go/releases/download/v3.5.3/BaiduPCS-Go-v3.5.3-linux-amd64.zip
#自行去Github寻找最新版本和适合的架构
unzip BaiduPCS-Go-v3.5.3-linux-amd64.zip
#错误提示可以:sudo apt-get update
chmod +x BaiduPCS-Go-v3.5.3-linux-amd64
cd BaiduPCS-Go-v3.5.3-linux-amd64
1、绑定账户
./BaiduPCS-Go login
#普通登录绑定
./BaiduPCS-Go login -bduss=<BDUSS>
#BDUSS建议绑定,不知道怎么获取BDUSS请百度
2、设置需要下载到的目录
./BaiduPCS-Go config set -savedir /home/Download
#下载文件的储存目录
3、列出百度网盘中的文件
./BaiduPCS-Go ls
5、设置最大并发量
./BaiduPCS-Go config set -max_parallel 150
4、下载百度云目录
./BaiduPCS-Go cd /
./BaiduPCS-Go d 我的软件
5、解决错误代码4, No permission to do this operation
./BaiduPCS-Go config set -appid 309847
Linux 发行版在内核版本 4.9 及以上版本中
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sudo sysctl -p
查看BBR是否安装启动:
sysctl net.ipv4.tcp_congestion_control
lsmod | grep bbr
如果结果显示有tcp_bbr模块,则表示BBR已加载到内核中。
#支持系统:CentOS 6+、Debian 8+、Debian 10、buntu 14+、Ubuntu 16+
wget --no-check-certificate -q -O tcp.sh "https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
BBR plus内核升级版
不卸载内核版本
wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
或
wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
安装完内核之后,reboot 重启 ./tcp.sh 进入管理脚本,开启加速