I work with many different AWS IAM Accounts and need to easily switch between these accounts. The good news is the AWS CLI tools now…
Posts tagged as “Bash”
My fingers still tend to do ps ax | grep some_program_name_I_want_to_kill and then do a kill 2012 to kill that process. Then I remember that…