-
Create a web server on a compute instance…
Create a web server on a compute instance https://docs.oracle.com/en/learn/lab_compute_instance/index.html#troubleshooting firewall-cmd https://firewalld.org/documentation/man-pages/firewall-cmd.html sudo firewall-cmd –add-port=8000/tcp # don’t forget the equal sudo firewall-cmd –reload https://superuser.com/questions/1487012/no-route-to-host-when-trying-to-connect-to-a-tcp-service-on-an-oracle-cloud-in
-
jq manual https stedolan github io jq manual…
jq manual https://stedolan.github.io/jq/manual/ https://stackoverflow.com/questions/44656515/how-to-remove-double-quotes-in-jq-output-for-parsing-json-files-in-bash
-
Error detected while processing Users tpowell vim plugins…
Error detected while processing /Users/tpowell/.vim/plugins/vim-fugitive/plugin/fugitive.vim: line 471: E1208: -complete used without allowing argumentsline 472: E1208: -complete used without allowing argumentsline 476: E1208: -complete used without allowing argumentsline 479: E1208: -complete used without allowing argumentsPress ENTER or type command to continue Fixed by changing -nargs=0 instances in fugitive.vim to -nargs=? Found via https://github.com/mhinz/vim-sayonara/pull/19/commits/7e774f58c5865d9c10d40396850b35ab95af17c5