AWS cli download/upload from MacOS
3 easy steps to download from an S3 bucket via commandline: 123brew install awscli # (mac) **install homebrew if needed** aws configure [add access_key_id and secure_access_key when prompted] aws s3 … Read More
3 easy steps to download from an S3 bucket via commandline: 123brew install awscli # (mac) **install homebrew if needed** aws configure [add access_key_id and secure_access_key when prompted] aws s3 … Read More
Running xcode-select –install will trigger the standard gui interface confirming download, etc. So trying this over an ssh connection will note be possible. StackExchange to the rescue! 12345678touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress; … Read More
SOURCE: CLEAN CODING Amazing additions to the cli toolset: combine – combine lines in two files using boolean operators AND NOT OR XOR ifdata – ifconfig with simple to parse … Read More
Error occurs while: > brew install XYZ 1<span class="typ">Error</span><span class="pun">:</span> <span class="typ">Xcode</span><span class="pln"> alone </span><span class="kwd">is</span> <span class="kwd">not</span><span class="pln"> sufficient on……</span> Force re-install CommandLineTools (deleting the previous version prior) 12sudo … Read More