These are some commands you can do from any Linux terminal. They all run through someone elseās server, so any information you send will be visible to the owner.
Get the Current Weather
curl wttr.in
Itās best to open the terminal full-screen here to see the full result.
You can also do a city. For some reason, the default āGlasgowā is somewhere in America, so I have to look up the real Glasgow by suffixing a tilda.
curl wttr.in/Glasgow~
You can get a specific city with a space in it like this:
curl wttr.in/San+Fransisco
Or even get the current moon phase:
curl wttr.in/moon
Send a File
Send a small file, and get a URL to it.
curl -F"file=@[ your fileā [i]
Stick this in your .bashrc for easier use:
Now you can do sendfile myfile.md, and get the URL back instantly.
Post text and get a URL
echo ārandom messageā | ncat termbin.com 9999
Quick Cheat Sheet
curl cht.sh/htop
This returns a tldr on htop.
Corona Stats
curl [ii] Country
For countries with a space, use %20, e.g.
curl [iii]
Get Info on an IP
Look up location info about an IP address.
curl [iv]
Get a Definition
Get a wordās definition:
curl dict://dict.org/define:[ word:
You can add it to your .bashrc like this:
Then get a definition simply by typing wotsa kobold.
Stock Prices
Get current stock prices.
curl -L stonks.icu/btc
You can add multiple stocks by simply appending them, e.g. stonks.icu/btc/amd.