Hello guys, good morning. :)
Just wanna share this to you guys.
Lots of Ubuntu users and other Ubuntu based using "apt-get" for updating and upgrading their programs. One thing I noticed with "apt-get" when you run this in the Terminal, the download speed slows down like a turtle. You have to wait for an hour or more than that before download will be completed. I found this little script from Ubuntu Forums and Oh men, I'm very amazed with this "apt-fast". It can download anything on apt-get 8 to 26 times faster. The "apt-fast" script is a little shellscript that increases the speed of apt-get by many times. This will work for any distro that uses apt-get and the concept should work most of the others.
To do this, you need first to download and install the axel download accelerator.
To install: sudo apt-get install axel
Once installed, we are ready to setup apt-fast.
Download the latest "apt-fast". The latest version will always be the one named "apt-fast.sh". Then, just place the script somewhere (/usr/bin or /usr/sbin is ideal). Rename the "apt-fast.sh" to "apt-fast" (without the .sh extension) and type in the terminal "sudo chmod +x apt-fast".
Once you are done, just use it like "apt-get". To install a single package, make sure your database is up to date (apt-fast update)
To update: sudo apt-fast update
To upgrade: sudo apt-fast upgrade
To dis-upgrade: sudo apt-fast dist-upgrade
To install: sudo apt-fast install packagename
Watch it, download with incredible speed and install your requested packages. That's it!
Source
Hope this help with you guys.
Take care and God bless.