- https://www.terraform.io/docs/commands/refresh.html
- https://www.terraform.io/docs/providers/aws/d/iam_policy_document.html
- terraform state show
brew uninstall --force terraform
brew cleanup -s terraform
brew uninstall --force terraform
brew cleanup -s terraform
Show what jdks are installed:
/usr/libexec/java_home -V
Add the following to .bash_profile to pin a default java version to use.
https://support.apple.com/en-au/guide/terminal/trmlshtcts/mac
Stop redirect from http to https
chrome://net-internals/#hsts
https://www.w3schools.com/jquery/jquery_examples.asp
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
open terminal: Ctrl+Alt+T
Ctrl + C is used to kill a process with signal SIGINT , in other words it is a polite kill .
Ctrl + Z is used to suspend a process by sending it the signal SIGTSTP , which is like a sleep signal, that can be undone and the process can be resumed again.