BlockchainCommons / Learning-Bitcoin-from-the-Command-Line

A complete course for learning Bitcoin programming and usage from the command
3.15k stars 761 forks source link

Updating Linode + JQ documentation #578

Closed tuckertranslator closed 2 years ago

tuckertranslator commented 2 years ago

Hi there, It took me a while to get the JSON handling package, JQ, properly up and running on my Linode server. I am not an experienced SSH or CLI programmer, and the info offered in the tutorial did not get me far enough. I found this additional tutorial online to be really helpful, and was the solution that worked for me: https://www.zditect.com/code/javascript/using-jq-to-process-json-on-the-command-line-linode.html

It offers a few Linode-compatible solutions that can be executed from within the SSH console. This is the command I used: sudo apt-get install jq and it worked, no frills.

Thanks for the tutorial.

shannona commented 2 years ago

Thanks. We'll take a look to see if that's available now on our standard Debian setup.

shannona commented 2 years ago

Yep, looks great. I've updated the docs. Thanks!

tuckertranslator commented 2 years ago

:) thanks for the great material

shannona commented 2 years ago

Glad it's of use!