delete webstorm
Besides we delete the Webstorm App, We also need to delete related config or log directory as following.
- ~/Library/Preferences/
- ~/Library/Caches/
- ~/Library/Application\ Support
- ~/Library/Logs/
> rm -rf Webstorm*(tab)
base64 command
# encode: output is SSBsb3ZlIHlvdQo=
> base64 <<< ‘I love you‘
# decode: output is I love you
> base64 -D <<< SSBsb3ZlIHlvdQo=
create the folder and enter it
> take a/b/c
device connect use wifi
> adb tcpip 5555
> adb connect 192.168.1.5