Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. $ wget <paste your download link here>
  2.  
  3. $ wget -c <paste your download link here>
  4.  
  5. sudo apt-get install axel
  6.  
  7. axel -avn 50 address
  8.  
  9. HTTP(S)/FTP downloads
  10. FTP uploads
  11. Support for SOCKS5 and HTTP proxies
  12. RSS feed support + special functions for TV shows and podcasts
  13. BitTorrent support (including torrent creating, DHT, UPnP, encryption etc.)
  14. Torrent search on major torrent sites incl. The Pirate Bay, EZTV, BitTorrentMonster...
  15. RapidShare.com FREE and premium downloads
  16. RapidShare.com uploads
  17. RapidShare.com link verification and folder extraction
  18. RapidSafe link decoding
  19. MD4/MD5/SHA1 hash computing
  20. Remote control via Jabber (!)
  21. Remote control via an AJAX* web interface
  22. Subtitle search
  23. RAR/ZIP file unpacker
  24. Scheduler
  25. Clipboard monitor
  26.  
  27. sudo add-apt-repository ppa:plushuang-tw/uget-stable
  28. sudo apt-get update
  29. sudo apt-get install uget aria2
  30.  
  31. sudo add-apt-repository ppa:jd-team/jdownloader
  32. sudo apt-get update
  33. sudo apt-get install jdownloader
  34.  
  35. sudo apt-get install aria2
  36.  
  37. sudo apt-get install wget axel
  38.  
  39. Wget -c '<link>'.
  40.  
  41. axel '<Link>'
  42.  
  43. Usage: axel [options] url1 [url2] [url...]
  44.  
  45. --max-speed=x -s x Specify maximum speed (bytes per second)
  46. --num-connections=x -n x Specify maximum number of connections
  47. --output=f -o f Specify local output file
  48. --search[=x] -S [x] Search for mirrors and download from x servers
  49. --header=x -H x Add header string
  50. --user-agent=x -U x Set user agent
  51. --no-proxy -N Just don't use any proxy server
  52. --quiet -q Leave stdout alone
  53. --verbose -v More status information
  54. --alternate -a Alternate progress indicator
  55. --help -h This information
  56. --version -V Version information
  57.  
  58. cd ~/Downloads && sudo wget -c "http://www.flareget.com/files/flareget/debs/i386/flareget_2.3-24_i386(stable)_deb.tar.gz" && tar xzvf 'flareget_2.3-24_i386(stable)_deb.tar.gz' && cd 'flareget_2.3-24_i386(stable)_deb' && sudo dpkg -i flareget_2.3-24_i386.deb
  59.  
  60. cd ~/Downloads && sudo wget -c "http://www.flareget.com/files/flareget/debs/amd64/flareget_2.3-24_amd64(stable)_deb.tar.gz" && tar xzvf 'flareget_2.3-24_amd64(stable)_deb.tar.gz' && cd 'flareget_2.3-24_amd64(stable)_deb' && sudo dpkg -i flareget_2.3-24_amd64.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement