Commit 65ce4f62 authored by Arash Haghighat's avatar Arash Haghighat Committed by GitHub
Browse files

adding axel and lynx

parent 66fc3570
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -162,3 +162,27 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
        (303) xxx-xxxx
  ```

### 19) lynx-Terminal Browser
-------------

#### Installation
* `sudo apt-get install lynx`

#### Running
*  type `lynx` and browse!!



### 20) axel - Terminal Based Downloader
-------------

#### Installation


run `sudo apt-get install axel` in terminal

#### Running
*  open Terminal in the directory where you want to download the file
*  type `axel "paste the link here"` in the terminal
*  the file will be downloaded