themcgovern/content/posts/first-post.md
2024-06-23 23:55:59 -05:00

660 B

+++ title = 'First Post' date = 2024-05-04T16:18:58-05:00 draft = false toc = true +++

Hello!

This is my cool site where I will post stuff. This site is generated by Hugo with the theme no-js-hugo-theme.

Some useful tools

Here are some cool things that I have been messing with lately

Get IP from command line

curl "https://api.ipify.org"

Outputs IP as x.x.x.x on a new line

Play radio stations

If you have the call sign of a broadcasting radio station, you can play it by mpving the URL.

Example using classical station with the call sign KUSC

mpv "https://provisioning.streamtheworld.com/pls/KUSC.pls"