This commit is contained in:
mcthomas 2020-07-07 00:30:14 -05:00
commit 545a1261ed
3 changed files with 9 additions and 6 deletions

View file

@ -112,6 +112,7 @@ test_curl 200 bot.whatismyipaddress.com
test_curl 200 curlmyip.net
echo -e "### new line"
test_curl 200 ipaddy.net
test_curl 200 eth0.me
test_curl 200 ipaddr.site
test_curl 200 ifconfig.co

View file

@ -47,6 +47,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
### New line
* `curl ipaddy.net`
* `curl eth0.me`
* `curl ipaddr.site`
* `curl ifconfig.co`
@ -111,7 +112,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
## Browser
* `ssh brow.sh`
* :no_entry_sign: `ssh brow.sh`
## Tools
@ -143,7 +144,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
## Information boards
* `curl http://frcl.de/gulasch` — Gulaschprogrammiernacht 2019 Fahrplan
* :no_entry_sign: `curl http://frcl.de/gulasch` — Gulaschprogrammiernacht 2019 Fahrplan
* `gopher://gopherpedia.com:70` - wikipedia
## Map
@ -153,8 +154,8 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
## Money
* `curl rate.sx` — get cryptocurrencies exchange rates
* `curl moneroj.org` — get Monero exchange rate
* `curl cmc.rjldev.com` — get coinmarketcap top 100 cryptocurrencies
* :no_entry_sign: `curl moneroj.org` — get Monero exchange rate
* :no_entry_sign: `curl cmc.rjldev.com` — get coinmarketcap top 100 cryptocurrencies
* `nc ticker.bitcointicker.co 10080` — get BTC/USD exchange rate (also works with telnet)
* `curl stonks.icu/amd/msft` get stock visualizer and tracker
@ -174,7 +175,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
* curl `"https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new"` - generate random number
* `curl -H 'Accept: text/plain' foaas.com/cool/:from` — fuck off as a service
* `curl pseudorandom.name` — generate a pseudo random (American?) name ([treyhunner/pseudorandom.name](https://github.com/treyhunner/pseudorandom.name))
* `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names
* :no_entry_sign: `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names
* `curl https://icanhazdadjoke.com` — random jokes
* `curl givemeguid.com` - guid
* `nc towel.blinkenlights.nl 666` - IT excuses (also works with telnet)
@ -228,7 +229,6 @@ Telnet/SSH-based games:
Useful scripts, that can be run with just one line of code, but where, still local execution is necessary.
* `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -`
* `curl -s -L http://bit.ly/10hA8iC | bash`
## Clients

View file

@ -25,6 +25,8 @@ by_category:
tags: [curl, plain]
bot.whatismyipaddress.com:
tags: [curl, plain]
ipaddy.net:
tags: [curl, plain, newline]
eth0.me:
tags: [curl, plain, newline]
ipaddr.site: