An open API service indexing awesome lists of open source software.

https://github.com/mentos1386/random-scripts

Random scripts i made for different things
https://github.com/mentos1386/random-scripts

bash linux networking

Last synced: 2 months ago
JSON representation

Random scripts i made for different things

Awesome Lists containing this project

README

          

# random-scripts

Just some randoms scripts

### another_ip.sh

Ask DHCP to give you another IP on the same interface. If you need multiple IP addresses on the same machine (for web servers or vm...).

`./another_ip.sh [INTERFACE]`

### notes.sh

Keeps your github gist in sync with local copy. Usable as simple note taking app.

It pulls gist changes, opens editor (vim) and then pushes changes back to gist.

`./notes.sh`