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

Merge branch 'master' into hacktoberfest

parents 079e0b8f ea205f4d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,4 +10,6 @@
- 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)

+7 −2
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
### 18) rig - generate fake idenities
----------
#### Usage
* ```
```
        rig
        Bettye Dunlap
        799 Second St
@@ -162,6 +162,11 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
        (303) xxx-xxxx
```

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

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