google-cloud

Close the cross domain restrict of Chrome on Mac

Create a new user data folder for chrome in ~/Documents mkdir ~/Documents/MyChromeDevUserData Open chrome with above folder open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/xyz/Documents/MyChromeDevUserData

Add ssh public key to google cloud

Add ssh public key to google cloud If we use traditional way of adding public key to ~/.ssh/ , it won’t works in google cloud, we must add it throug the google cloud way Open Computer engine, add click Metadata in left menu, then add your public key here then use ssh yourname@**.**.**.** to login remember do not use ssh root@**.**.**.**, you must use the name defined in Metadata, this held me back for a long time.