Download using Axel from commandline

Axel is a command-line downloader for unix-like operating systems. Unlike wget, axel includes download acceleration, whicThis program tries to accelerate the downloading process by using multiple connections for one file.

# sudo apt-get install axel

# yum install axel

You can also specify a speed (bytes per sec) for axel so that it will not eat up all your bandwidth.

$ axel -s 5242880 http://download.com/my.iso

  Limit a number of connection
You can also specify number of connection you want to open. For example open 3 connections for downloading:

$ axel -n 3 -s 5242880 http://download.com/my.iso

# axel -n40 http://mirror.neu.edu.cn/centos/5.7/isos/i386/CentOS-5.7-i386-bin-1of8.iso


Terima kasih telah membaca artikel tentang Download using Axel from commandline di blog Tutorial Opensource and Linux jika anda ingin menyebar luaskan artikel ini di mohon untuk mencantumkan link sebagai Sumbernya, dan bila artikel ini bermanfaat silakan bookmark halaman ini di web browser anda, dengan cara menekan Ctrl + D pada tombol keyboard anda.

Artikel terbaru :

  • How To Install Cinnamon In Ubuntu 14.04
  • How To Install Mate Desktop In Ubuntu 14.04
  • Creating the first Windows Server 2003 Domain Controller in a domain
  • How To Install Ubuntu 13.10 Server
  • How to Install Nuvola Player in Ubuntu
  • How to establish Emerald in Ubuntu 13.10 & Linux Mint 16
  • How to Restoring iptables Automatically On Boot on Debian and Ubuntu
  • How to Compile FFMPEG with H.264 and LAME in Ubuntu And Debian
  • How to Install Linux on a Playstation 2
  • apt-fast: Improve apt-get Download Speed
  • Artikel terkait :