Commit d9cd54d3 authored by Aswin VB's avatar Aswin VB Committed by GitHub
Browse files

Merge pull request #28 from irLinja/hacktoberfest

Hacktoberfest
parents ea205f4d 00658264
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,5 +9,7 @@
- Felipe Martins (https://github.com/felipewmartins)
- Jonathan Lozada De La Matta (https://github.com/jlozadad)
- Ryan Ericksen (https://github.com/rsericksen)
- Arash Haghighat (https://github.com/irLinja)
- Mamonu        (https://github.com/mamonu)

+24 −0
Original line number Diff line number Diff line
@@ -167,3 +167,27 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
#### Running
* `pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U`

### 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