Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Wednesday, December 30, 2015

ONLINECLASSES No18 How to download file super fast in ubuntu

ONLINECLASSES No18 

Download files using Axel in Ubuntu


First you have to copy your download link and then open terminal using alt+cntl+T then type and past download link

axel "your download link"
press enter this will download your file with single connection this will be slower
you can use more connection to the server use -n for multiple connections

axel -n32 "your download link"

this will download your file more faster.but what about we give some pretty to this

axel -n32 -a "your download link"

this will prettify the download and hope you learn to download with axel 
thank you for watching

ONLINECLASSES No17 How to install Axel in Ubuntu.Download Accelerator For Linux

ONLINECLASSES No17 Download Accelerator For Linux

you can download files super fast using Axel.axel is download accelerator develop for ubuntu.it have multi-threaded function for download.

sudo apt-get install axel




Sunday, December 27, 2015

ONLINECLASSES No15 How to install Java in Ubuntu 14.04

ONLINECLASSES No15 How to install Java in Ubuntu 14.04

Hello and welcome to my blog
Today I’m going to show you how to install java in your Ubuntu desktop and set up .then you can easily install any IDE like pycharm, netbeans, InteliJ IDEA or android studio that will depend on java.
I hope to start new tutorial series on developing android application with Ubuntu so stay tuned. Please leave comments and if you think this will helpful so you can share this tutorials with your friends too
Have a good day

Sameera Dissanayaka