Dan Stroot
Dan Stroot
strange - I am getting: `Error: unknown flag: --clusterrole`
Boom - that was it. `gcloud components update` is your friend. ;)
I agree with you. The problem is there is really no place I know online to get the .crt file (I pulled the one here from the latest Ubuntu). Mozilla...
I could use the dist.sh script to build the binary exactly as if was built otherwise, however it always builds the latest version. This also grabs the suggested cert file...
Full monte: defaults write com.apple.menuextra.clock "DateFormat" -string "EEE MMM d h:mm:ss a"
Works fantastic on Mojave, Not so much on Catalina. For some reason it is running much more slowly and picking up xcode stuff: ``` /System/Applications/Launchpad.app added to the Dock. /Applications/Google...
@kamui545 - I am sure your method is faster and clearer. I think the original author above wanted to make it easier on people and was trying to search for...
This function works much better on Catalina: ```sh function add_app_to_dock { app_name="${1}" app_path="" # places to look for an application declare -a paths=( "/System/Applications" "/Applications" "$HOME/Applications" ); # check the...
This is awesome - works perfectly!
I had EXACTLY the same views about dividing the preferences logically (so they can be optionally run as one-offs, and easily scanned/read/maintained), and have all the options well commented (so...