A solution to the speed limit problem of Baidu cloud disk

Recently, I often need to obtain learning video materials from Baidu Cloud, but I am disgusted by the speed limit of Baidu Cloud. It is acceptable when it is about 500k/s. In extreme cases, 500B/s is really terrible!
There are many cracking methods for online query, and the most reliable method is the method in the github community. Here is a list of solutions in use, which will be supplemented later if necessary. First of all, this method is used in the Linux environment. I use VMware 12 to install the ubantu server, and then use Xshell to connect and use it. When the local download speed is 0-5kb/s, I use this method to reach about 800k/s. , already very satisfied!
The detailed steps are described below.

1. Get the download link

1. Enter under linxu sudo apt-get install aria2, install the aria2 downloader
2. Open the chrome app store and search for the baidu extension baiduexporter, install it

3. After the installation is complete, open the Baidu cloud download link later, there will be an additional export download button

4. Select the text export (ARIA2 For the RPC method, please refer to the original address of using aria2 to break through the speed limit of Baidu cloud disk ), you will get the linux download command, copy it to the command line to download.
ASDAS
write picture description here
At this point , the file download is completed, and the speed is ok (the local network is estimated to reach 2M/s under normal circumstances). no problem)!

2. Realize virtual machine and local file sharing

After the file is downloaded, how can I take it out and use it under Windows if I am not proficient in linux operation?
1. Log in to ubantu first, then select Virtual Machine -> Reinstall VMware Tools
write picture description here
2. Enter the commands in sequence,
(1) Mount the CD to the /media/cdrom directory: sudo mount /dev/cdrom /media/cdrom
(2) Go to the /media/cdrom directory: cd /media/cdrom
write picture description here
Yes See the file VMwareTools- ** . tar.gz appearing in the /media/cdrom directory
(3) Copy VMwareTools- ** . tar.gz to the home/pyvip directory:
cp VMwareTools-********.tar.gz /home/pyvip
(Note: This step is optional, depending on the individual You can copy it to a suitable location if you like)
(4) Unzip this file: you tar -xzf VMwareTools-********.tar.gz
can find the new directory "vmware-tools-distrib"

(5) Enter the directory named "vmware-tools-distrib", obtain root permission, and enter " ./vmware-install.pl" attempt to install

cd vmware-tools-distrib
sudo su
./vmware-install.pl

If the error "-bash: ./vmware-install.pl: /usr/bin/per: bad interpreter: No such file or directory" appears, the compilation environment is not installed. 3. After the installation
of VMware Tools is complete, in VMware, select Virtual Machine -> Settings -> Options -> Shared Folders, select Always Enabled, and set local and virtual Machine folder mapping At this point , the /mnt/hgfs folder under uabntu is shared with the local folder, just cp the downloaded file to the /mnt/hgfs directory, and you can see it under the corresponding windows shared folder!yum -y install perl gcc make kernel-headers kernel-devel


write picture description here


Supplement: I named the shared folder Shares. Since the downloaded file name contains spaces and Chinese brackets, some errors occurred during the copy process, which are recorded as follows:
write picture description here
~BASH error: because spaces, brackets, etc. in linux need to be converted I just typed it directly and reported an error. I still can’t understand this escape symbol. I would be very grateful if you can give me some advice. For the time being, write it down, enter a part of the file name oppo, and press the TAB key. The system will automatically complete it and use it. Quite convenient!
cp error: My understanding is that creating files under the hgfs folder is not allowed, so I consciously changed it to Shares, success!
To download files later, cd /mnt/hgfs/Sharesjump to the shared folder first, and then copy the download command. You can download files directly to the local shared folder.


Tested again, the download speed is 2.7M/s! Above
write picture description here

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324451071&siteId=291194637