brainwane: My smiling face, including a small gold bindi (Default)
[personal profile] brainwane2022-01-03 05:55 am
Entry tags:

Mess with DNS

Julia Evans has built a site to help you play with DNS without messing up stuff in your life that needs to work.
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)
[personal profile] foxfirefey2014-09-16 02:03 pm
Entry tags:

Getting things from the web using the command line

I come bearing two useful utilities that each help you do things with the web from the command line:

* jq is a wonderful utility for working with JSON data, similar to how you can use awk for line-by-line text
* pup helps you parse HTML as a utility, inspired by jq