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

Merge pull request #29 from Bharat786/master

Some interesting Linux Commands
parents d9cd54d3 803fc4e1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
- Felipe Martins (https://github.com/felipewmartins)
- 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)

+18 −3
Original line number Diff line number Diff line
@@ -162,12 +162,26 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
        (303) xxx-xxxx
```

### 19) Automatically update all the installed python packages 
### 19) toilet - draw banners again
---------
#### Usage
* 'toilet Welcome'

### 20) Loop with yes
---------
#### Usage
* '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`

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

#### Installation
@@ -178,7 +192,7 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.



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

#### Installation
@@ -191,3 +205,4 @@ run `sudo apt-get install axel` in terminal
*  type `axel "paste the link here"` in the terminal
*  the file will be downloaded