# Tools

# minimalistic "What is my IP address?" website

#ip #sysop

ipwho.de is a text only website, which displays your public IP address, the related location and the provider, as well as the web client you used to call the site.

Additionally they provide endpoints for curl:

# IPv4:
curl 4.ipwho.de/ip

# IPv6:
curl 6.ipwho.de/ip

# All IPs as json:
curl ipwho.de/json

Nice and simple! Now you never have to use a search engine again to check your IP address.


# MyOSMatic

#opensource #tool #osm

From their website:

This is a free software web service that allows you to generate maps of cities using OpenStreetMap data. The generated maps are available in PNG, PDF and SVG formats and are ready to be printed. As the data used to generate maps is coming from OpenStreetMap, you can freely reuse, sell, or modify the generated maps under the terms of the OpenStreetMap license.

Great tool with lots of customization options. Can't wait to print a DIN A0 map and put it on the wall!