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

Merge branch 'master' into master

parents cc79f680 d9cd54d3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10,4 +10,7 @@
- Jonathan Lozada De La Matta (https://github.com/jlozadad)
- Ryan Ericksen (https://github.com/rsericksen)
- Bharat Rawat (https://github.com/Bharat786)
- Arash Haghighat (https://github.com/irLinja)
- Mamonu (https://github.com/mamonu)

+34 −1
Original line number Diff line number Diff line
@@ -154,12 +154,13 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
### 18) rig - generate fake idenities
----------
#### Usage
* ```
```
        rig
        Bettye Dunlap
        799 Second St
        Denver, CO  80202
        (303) xxx-xxxx
```

### 19) toilet - draw banners again
---------
@@ -172,4 +173,36 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
* 'yes start'

  ```
=======
```

### 20) Automatically update all the installed python packages 
-------------
#### Running
* `pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U`

### 21) lynx-Terminal Browser
-------------

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

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



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