Linux under uGet with aria2

  1. Installation uGet: Software Center to install.

  2. Installation aria2: sudo apt-get install aria2

  3. Open uget and maximize, click edit-> setting
    Here Insert Picture Description

  4. Click plug-in, choose aria2, the other the default, click ok.
    Here Insert Picture Description

  5. If the problem can not be downloaded, such as uGet pop Error occourred when downloading. Aria2 problem may be executed in the terminal aria2c --daemon --enable-rpc=truecan be. Reference links

  6. For Thunder download link, you need to link more than one-step conversion. Thunder download protocol is encrypted, such as:
    Thunder: // QUFodHRwOi8vd3d3LmNub3N3aWtpLmNvbS93cC1jb250ZW50L3RoZW1lcy9tb25vY2hyb21lL2ltZy9sb2dvLmdpZlpa, directly under Linux is no way to download.
    In ubuntu may be used at the terminal echo url|base64 -dto display the decrypted address. Such as (URL starts with Thunder remove the link):

echo
QUFodHRwOi8vd3d3LmNub3N3aWtpLmNvbS93cC1jb250ZW50L3RoZW1lcy9tb25vY2hyb21lL2ltZy9sb2dvLmdpZlpa
|base64 -d

The results show that:
AAhttp://www.cnoswiki.com/wp-content/themes/monochrome/img/logo.gifZZ
then address the AA and ZZ at the end of the beginning of the removal of both decryption:
http://www.cnoswiki.com/wp-content/themes/monochrome/img/logo.gif
the address decrypted to get, you can use uGet download tool to download!
Reference links

Released eight original articles · won praise 11 · views 7492

Guess you like

Origin blog.csdn.net/zss192/article/details/104450379