Post JSON to a RESTful service without wget, curl, netcat.
If your REST URL looks like this: http://some.server:8080/URI/TO/RESTful/API 1. Construct your JSON variable. #No indentations otherwise heredoc may break. »
If your REST URL looks like this: http://some.server:8080/URI/TO/RESTful/API 1. Construct your JSON variable. #No indentations otherwise heredoc may break. »
Sometimes I find myself spawning a lot of identical processes by mistake. pkill -u user -f cmd_or_process_name »
I had a bit of trouble finding the init system used for a Linux box I was using. Since the init process is always assigned PID »
Very handy tool, personally I like to use it to quickly make scripts, or populate files. cat << EOF > /tmp/yourfilehere These contents will »